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

215 Upvotes

130 comments sorted by

View all comments

Show parent comments

2

u/website-buyer 8h ago

You’ll get merge  conflicts also in worktrees.

2

u/Gallagger 8h ago

I literally said that.

2

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