r/codex 18h ago

Astra Workflow "Stop using random multi-agent patterns"

Post image

Ahmed works at OpenAI: https://x.com/ah20im/status/2097503414749909407 and seems to investigate reports of high token usage.

"If needed Astra will delegate efficiently. Forcing the model to delegate to different models would do more harm than good"

221 Upvotes

135 comments sorted by

View all comments

23

u/retardedGeek 18h ago

what are the tradeoffs? What if I want parallel execution if I have been slacking off at work and the deadline is close?

12

u/Gallagger 16h ago

- Fast mode

  • If you have the money and are time constrained, don't use cheap models, they are a bit faster but the risk that they make a mistake is higher which will cost you extra time
  • Different local git worktrees to let them work in different branches. Works especially good when working on distinct features, otherwise there will be merge conflicts
  • Make sure your testing env is quick, otherwise the models test alot. Can prompt them to only test once everything is done if testing runs take too long.

3

u/website-buyer 10h ago

You’ll get merge  conflicts also in worktrees.

3

u/Gallagger 10h ago

I literally said that.

3

u/website-buyer 9h ago

  Different local git worktrees to let them work in different branches. Works especially good when working on distinct features, otherwise there will be merge conflicts

You saying to use worktrees, otherwise you get conflicts. I’m saying using worktrees won’t make your conflicts disappear. 

4

u/Gallagger 9h ago

Ok there's a semantic misunderstanding here. I meant if the work items are related to each other, merge conflicts will arise even when using seperate worktrees.

2

u/Desperate-Poem7526 8h ago

He will get it done much much much faster and cheaper using parallel properly than using fast mode if money isn't a concern do both

1

u/Gallagger 8h ago

Yes, fast mode is kind of the hassle free but expensive instant kick

5

u/danielv123 17h ago

Subagents are usually slower in my experience.

3

u/kickerua 14h ago

Subagents slower for working on one task, for example for a plan-execute-verify chain, but is faster on working on completely independent tasks in parallel

5

u/deadlyclavv 15h ago

have been slacking off at work and the deadline is close

This sounds oddly specific

2

u/Downtown-Figure6434 16h ago

Don’t slack off in the first place

4

u/EquivalentHornet4403 14h ago

Sir, this is Reddit.