Brand USA · Staff Enablement

Getting the Most Out of Claude

A practical guide to the models, your usage, and the habits that make Claude go further.

What you'll learn

Three things to walk away with

This is a short, practical guide — not a deep technical talk. By the end you'll know which Claude model to pick, why some habits use up your access faster than others, and a few simple changes that let you get more done before you ever hit a limit. Everything here reflects our Claude Team plan — what you'll actually see when you log in.

Know the models

Claude isn't one model

There are a few, built for different kinds of work. We'll cover what each one is actually good at.

Pick the right one

Match the model to the job

A simple rule of thumb makes the choice easy once you know it.

Stretch your usage

Small habits, big difference

A handful of everyday habits dramatically change how much you can get done before you hit a limit.

How your usage works

A budget that refills — not a bucket you drain once

Your Team plan gives you a usage budget that refills automatically. Two limits work together to govern it. You rarely need to track the numbers; you just need to know what spends the budget faster.

Rolling window
~5 hours

A short window that resets frequently.

Weekly cap
Weekly

A larger cap that resets once a week, on top of the rolling window.

What drains it faster

Long, sprawling chats
Big file uploads
Heavy tools (research, web search)
Which model you choose
Extended thinking left on
Re-pasting the same context repeatedly

There's no fixed number — it varies by seat type and model, and it shifts over time. If someone asks "exactly how much do I get?", don't guess: check your real, current standing in Settings → Usage. Source: Anthropic Help Center — support.claude.com

Allowance vs. usage credits

When it's free, and when it starts costing money

Our organization has usage credits turned on. That makes the distinction below specific to us: your allowance is already paid for, but once it runs out, the company starts paying real money for continued use — and you won't feel any difference while you're working. That's exactly why the habits in this guide matter.

Your allowance

  • Included with your seat — already paid for.
  • Resets automatically every ~5 hours, plus a weekly cap.
  • Nothing extra to buy or manage — it just refills.
  • This is what the rest of this guide is about stretching.

Usage credits

  • Kick in only after your allowance runs out.
  • Real money, prepaid by the company, billed like the API.
  • Don't reset — it's a balance that gets spent down.
  • Heavier models cost more credit per message than lighter ones.

You won't see or feel the difference while chatting — it looks exactly the same whether you're on your free allowance or spending credits. The habits below keep you inside the free allowance longer, before the company is paying real money without anyone realizing it.

Your three everyday models

Think of them like vehicles

Three models, three jobs. You wouldn't take the truck to grab milk. Match the vehicle to the trip.

🚲
Haiku 4.5
Quick & light

Fast answers and simple tasks — quick questions, short summaries, tidying text. Easiest on your budget.

Use by default
🚗
Sonnet 5
Your daily driver

Strong all-rounder for most work — writing, analysis, email, research. Default to this for almost everything.

🚛
Opus 4.8
The heavy hauler

Most capable for genuinely complex work. The most powerful of the three — and it uses your budget the fastest.

Match the model to the task

A dead-simple guide

When the task is…Reach for
Quick question, short summary, cleaning up text🚲Haiku 4.5
Everyday writing, analysis, email, research🚗Sonnet 5  (default)
Complex reasoning, long documents, tricky problems🚛Opus 4.8

Heavier model = faster budget burn. Defaulting to Opus "just in case" quietly eats your weekly allowance. Start with Sonnet; step up to Opus deliberately, only when you truly need it.

A fourth option

Fable 5 — powerful, but rarely what you need

There's a fourth model in the picker called Fable 5, and yes, it's switched on for us. It's Anthropic's most powerful model — but it's a specialist tool for enormous, multi-day, hands-off projects, not day-to-day chat.

It spends paid credits

Fable 5 draws on paid usage credits, not your normal plan allowance — so casual use runs up real cost.

No better for everyday work

For ordinary tasks, Sonnet or Opus are just as good.

Some topics route to Opus

For certain subjects (security, science), Fable 5 hands the answer to Opus instead — and you'll be told when that happens.

Built for large, autonomous jobs

Its strength is huge, multi-day projects that run with little supervision — not quick chats.

Default to Sonnet or Opus. Use Fable 5 only for approved, large-scale work — check with your manager or admin first.

The #1 habit

One task, one chat

This is the single most useful habit. Every message you send makes Claude re-read the entire conversation so far — so the longer a single chat gets, the more each new reply costs, and the sooner you hit the limit.

💬

People tend to keep one giant chat open all day and pour every unrelated task into it. By message twenty, each reply is dragging nineteen messages of history along, every time. The fix is trivial: when you switch to a new, unrelated task, start a new chat.

But keep related work together

Don't overcorrect

"One task, one chat" does not mean firing off ten one-line messages. Each of those is a full round-trip that re-reads the history. Group related questions into one clear message instead.

✗ Don't
"Write a summary."
"Make it shorter."
"Add a title."
"Now more formal."

…six tiny back-and-forth messages, each re-reading everything above it.

✓ Do
"Write a short, formal summary of this note, with a title. Keep it under 80 words."

One message. All the context. Fewer round-trips.

Rule of thumb: new chat when the task changes; one rich message within a task.

Use Projects for recurring work

Upload shared context once

On the Team plan, Projects are shared. Think of a Project as a shared workspace with its own documents and instructions. Upload the documents your team reuses once — they're cached, so referencing them again doesn't keep spending your budget.

Shared across your team

Everyone works from the same context — no more inconsistent background.

Uploaded files are cached

Reused content doesn't re-charge your usage each time Claude refers back to it.

Stop re-pasting

No more dropping the same three-page brief into every new chat.

For anything recurring — a style guide, a report format, reference docs — put it in a shared Project once and point everyone at it.

Same words, a fraction of the tokens

What you upload looks different to Claude

A Word doc or PDF looks like plain text to you, but underneath it's dense markup — headings, styles, and formatting metadata wrapped around your actual words. Claude has to read all of it. Plain text or Markdown carries almost none of that overhead.

.DOCX / .PDF

A document format — your words, buried in markup
<?xml version="1.0"?>
<w:document xmlns:w="...">
 <w:body><w:p><w:pPr>
  <w:pStyle w:val="Heading1"/>
  </w:pPr><w:r><w:rPr><w:b/>
  <w:sz w:val="32"/></w:rPr>
  <w:t>Q3 Highlights</w:t>
 </w:r></w:p>...
</w:document>
~600 tokens (illustrative)

.MD / .TXT

Plain text & Markdown — your words, and almost nothing else
# Q3 Highlights

Revenue grew **12%** over
last quarter.
~18 tokens (illustrative)
💡

Rule of thumb: for anything Claude will read again and again, store it as plain text or Markdown. But don't pre-convert everything — the conversion itself spends tokens, so it only pays off for documents you'll genuinely reuse. The numbers above are illustrative; the real ratio depends on the document, but the direction is always the same.

More ways to stretch your budget

A few more low-effort wins

None of these are dramatic on their own — together they add up.

Turn off extended thinking

Great for hard problems, overkill for routine asks. Leave it off unless a task really needs deep reasoning.

Give complete prompts up front

Clear context now means fewer clarifying round-trips later.

Keep uploads relevant

Don't dump huge files you won't actually use — a big attachment costs you even if you barely reference it.

Search past chats

Pull up earlier context instead of re-pasting a wall of text.

The cheat sheet

If you remember nothing else

"New task, new chat" and "default to Sonnet" alone will get you most of the benefit. Bookmark this page.

Which model?

  • 🚲  Haiku — quick & simple
  • 🚗  Sonnet — your default
  • 🚛  Opus — complex & heavy
Fable 5 also appears — powerful but pricey. Leave it off unless approved. Past your allowance = real money in credits.

Smart habits

  • New task → new chat
  • Group related asks in one message
  • Default to Sonnet; save Opus for hard work
  • Reuse context with shared Projects
  • Extended thinking off unless needed

Work smarter, not harder

Check your usage anytime under Settings → Usage. Questions about the Team plan? Ask your Claude admin. Pick one habit from the cheat sheet and try it this week.