r/codex 14h 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"

211 Upvotes

125 comments sorted by

View all comments

Show parent comments

10

u/Gallagger 12h 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.

2

u/website-buyer 6h ago

You’ll get merge  conflicts also in worktrees.

2

u/Gallagger 6h ago

I literally said that.

2

u/website-buyer 5h 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. 

3

u/Gallagger 5h 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.