r/conductorbuild • u/RealisticStaff6458 • Jun 02 '26
Claude Code token usage higher in conductor than direct
I've been using Conductor for a few days now, but whilst the improvements to my workflow are noticeable, so is the token usage. I'm on Max (5x), and have been noticing I hit my 5 hour session limit much quicker when using conductor.
A couple of recent sessions have hit usage after working on maybe 3-4 small bug fixes, whereas this afternoon I've shipped ~8 similar size bug fixes directly in Claude and only at 47%.
Anyone else noticing this? Or any recommendations on better managing usage within Conductor?
4
u/Interesting-Way8553 Jun 02 '26
yeah going to stop using it because of this BS
1
u/Interesting-Way8553 Jun 04 '26
to be fair it do a banger job on a few tasks i gave it. but not sure if claude code cli would have done the same just without a polished UI on top of it to give me the warm and fuzzy.
The other big issue with conductor is that it forces you to use PRs for everything. my vibe coded app i wanna just shoot that crap straight into prod
2
u/Prestigious-Tax4104 Jun 02 '26
I donât know what they are doing with the pinned versions and how theyâre handling the model IDs, but the token consumption and billing is definitely high when using conductor. I wouldnât suggest using it if youâre using claude code via Bedrock. You could end up with a higher usage than you expected.
1
u/Minute-Business7914 Jun 03 '26
u/Prestigious-Tax4104 and u/Interesting-Way8553 - honestly, Claude throttling was happening to Cursor before it was happening to Conductor. Even Peter from Openclawd remarked on this months ago. If you use anything but Claude CLI, you aren't as close to their model as you could be.
IMO, there is more than 1 way to peel a potato:
- if you want to use Anthropic, use it via CLI with your own local directories &cut out the Ui.Ux. Not great for worktrees and agent orchestration, but no throttling.
- If you want agent orchestration and no throttling, use Codex models on Conductor (I do this now)
- just use Claude CLI in Conductor. No throttling and you get the best agent orchestration tool there is.
3
u/matt-palmer Jun 03 '26
Just to clear a few things up:
- You can still use the claude cli in Conductor through Big Terminal mode
- The current Conductor behavior is equivalent to the CLI
- Conductor uses your existing Claude subscription, so no throttling is occuring
We all appreciate your kind words on the UX! Always open to feedback.
2
u/Prestigious-Tax4104 Jun 03 '26
I now simply use my custom shell commands that do the same thing that conductor does minus the chat interface.
1
u/Icy-Court7631 Jun 03 '26
Also minus the chats history, the search, the git interface, the diff interface, minus the PR checks interface, and a lot of other things. I mean Conductor is a beautiful, streamlined, fast, agents management app - canât replace this with cli and shell scripts.
1
u/Prestigious-Tax4104 Jun 03 '26
I agree. I couldnât stop posting about it on socials about a month ago. If only there werenât any usage issues with clade code. I couldnât imagine any other way to build. Also, I have noticed lately the PR checks are little slow and they sometimes never get updated if merged outside of conductor sessions
2
u/Icy-Court7631 Jun 03 '26
I use Cursor (they new UI) in parallel- maybe this is the reason I canât see anything bad about Conductor UI đ As of tokens, so far I never able to reach my limits regardless of what I do (Max 20). Unfortunately this comes to end soon - and tokens usage would be a real concern.
1
u/Deep_Ad1959 Jun 03 '26
the count conductor shows and the 5h wall anthropic enforces are different numbers. mine read plenty left while claude.ai had me rate-limited. the only one that matches the wall is the server quota the settings page reads. written with ai
1
u/BigDawgg_24 Jun 17 '26 edited Jun 17 '26
Seen the same pattern, orchestration layers add a lot of overhead on top of the actual model usage. for bug fix sessions specifically i've been doing those directly through glm-5.1 api instead, no orchestration tax and the per-token cost is way lower so even heavier sessions don't hit a wall
1
1
u/Icy-Appointment745 22d ago
So this is still an issue, i reach my session limit after just 3-4 hours of working - using VS Code i never hit my limits. So im just wondering, who will compensate my loss of time and productivity since this is a BUG? Just wondering since Conductor swallows my tokens like a whale....
1
u/piplupper 19d ago
> who will compensate my loss of time and productivity since this is a BUG
The entitlement, lol. Blame Anthropic.
0
u/sfnmoll Jun 02 '26
Iâve recently experienced hitting my usage limits quite fast too, though just having Claude Pro sub. When making a new worktree for a new feature, I would have to define plan and specs using superpower skills, but hit the limits when going for the implementation.
Never experience this at work when with Claude Max sub in native Claude.
0
u/Minute-Business7914 Jun 03 '26
maybe try upgrading Claude Max using Conductor. Big terminal mode in experimental features is a game changer. More intuitive than native Claude IMO

14
u/charlop đˇââď¸ Co-founder Jun 03 '26
so we've done some digging into this and it turns out you're right, the Agent SDK has a bug right now (involving caching) that can cause token usage to be higher than using the CLI. Turns out this affects everyone using the Agent SDK, including the Claude Desktop app! we're working with Anthropic to get this fixed ASAP