Skip to content

Spending credits where it pays

The previous lesson kept gesturing at a cost. Here’s what’s actually being spent. Copilot’s heavier usage draws on a budget of AI credits — what get billed as premium requests. The principle is simple and it’s the whole reason the picker is a decision and not a habit: the more you ask for, the more it costs. Reaching for a higher-reasoning model spends more than a routine one. Asking Copilot to hold a larger context window — more of the codebase in view at once — spends more than a tightly scoped request. Bigger thinking and bigger context both run the meter faster.

You don’t need to count credits per request, and you shouldn’t try — the awareness here is qualitative, not arithmetic. The mental model is enough: the deep-reasoning, wide-context settings are your premium budget, so save them for the work that needs them. This is the same spend-where-it-pays logic one more time. On the shared-lib refactor, the expense is the point — that’s exactly the work worth your best reasoning. On routine orders-service CRUD, paying premium rates for an answer the lighter model would have gotten right is just burning budget. Match the spend to the stakes, the way you’ve matched everything else.

On a company plan, the ceiling isn’t yours

Section titled “On a company plan, the ceiling isn’t yours”

There’s a wrinkle that lands hardest for the enterprise reader, and it’s a callback worth making explicit. When you signed in back in Getting started, we flagged that at a company that provides Copilot, what you can do is partly decided above your account — your access and your policies come down with your organization’s plan. Model availability is one of the specific places that bites.

It connects to the hierarchy you met in the Rules chapter: personal settings, repository settings, and the organization sitting above both. Here that hierarchy shows up as a budget and a menu. Your org’s plan sets which models even appear in your picker and how much premium-request budget you have to draw on — and that’s true regardless of which mode or model you’d personally reach for. If a setting you expect isn’t there, the answer usually isn’t in VS Code; it’s a policy your organization set. That’s not a wall to fight, just the shape of working inside someone else’s plan: tune the dials you’ve got, and know the outer limits were drawn before you opened the editor.

Step back and look at what the last two chapters gave you. Permissions tuned how much Copilot may do; models and credits tune how hard it thinks. Two different dials, one identical instinct: spend the expensive setting only where it changes the outcome. Long leash and deep reasoning for the high-stakes shared-lib work; short leash and light reasoning for routine app code. You now have both knobs, and the judgment to set them — which is the judgment that closes Act 1.

Act 2 is a different posture entirely. The careful, in-editor work is behind you; what’s left is a backlog of routine follow-up issues on orders-service — exactly the low-stakes, well-scoped work you’d never spend premium reasoning on. So you’re going to stop doing it in the editor at all, and hand it to a Copilot that works on its own, in the cloud, and comes back with draft PRs. Next chapter: Automation — the cloud coding agent.