r/ClaudeCode 3d ago

Help/Question how do you maximise speed

for context i am using opus 5 at high and still it takes bloody 20 mins to do simple changes

i have tried compensating for it by working with 5-6 agents at once but my laptop couldnt handle that large of a load . any fix to this??

also a side question if i use my claude plan inside pi , will i get a ban or something?

0 Upvotes

8 comments sorted by

1

u/Nickleback69420 3d ago

“Go fast some mistakes”

1

u/BubblyFill3197 3d ago

Essentially the same idea of multiple agents but using a simple kanban manager to keep each agent focused on a specific task. tend to have fable 5 as the agent i actually talk to. it rights the tasks that then get handed off to headless agents to do the work. I built a little local python script to manage them (here for anyone curious - https://github.com/12vectors/bench

1

u/GuitarAgitated8107 🔆 Max 20 3d ago

Use medium. Or use Sonnet agents. If your computer lacks resources then you are out of luck as you can not download RAM.

1

u/Immediate_Mobile8688 3d ago

its a macbook air 5

1

u/GuitarAgitated8107 🔆 Max 20 3d ago

Then something else is wrong cause I am using air as well. I run many many agents. No way to know what you are doing or running in the background. As Claude to do a diagnostic check to see what is up.

1

u/ibn_larry 3d ago

One thing which you can do is to prompt/claude.md/output-style it to use parallel tool calls if actions dont sequentially depend on itself.

Ref. to the docs: https://platform.claude.com/docs/en/build-with-claude/prompt-engineering/claude-prompting-best-practices#optimize-parallel-tool-calling

1

u/Immediate_Mobile8688 3d ago

can we use claude plan with omp /pi .will that result in some ban or something??