franco pfp
franco
@francos.eth
I love leaving my little codex agents working over night. Currently running 5 on different parts of the codebase. I still have to figure out how to add dependencies so they don't create a ton of conflicts: * Agent A: Phases 1 → 2 * Agent B: Phase 3 (after 2) * Agent C: Phase 5 → 6 (after 3) * Agent D: Phase 4 (after 3) * Phases 7 – 9 follow once earlier work merges.
5 replies
0 recast
10 reactions

Marissa pfp
Marissa
@marissaposner
how are you splitting up the phases?
1 reply
0 recast
1 reaction

franco pfp
franco
@francos.eth
I always start with creating a detailed spec of what I want to work on broken down by phases with o3. Then I ask it to break down each phase into smaller units that an agent could handle with a concrete goal and tests. Finally I have it generate a prompt for each agent and task.
0 reply
0 recast
1 reaction