top | item 46940303

(no title)

rockinghigh | 21 days ago

It's called problem decomposition and agentic coding systems do some of this by themselves now: generate a plan, break the tasks into subgoals, implement first subgoal, test if it works, continue.

discuss

order

zozbot234|21 days ago

That's nice if it works, but why not look at the plan yourself before you let the AI have its go at it? Especially for more complex work where fiddly details can be highly relevant. AI is no good at dealing with fiddly.

ThunderSizzle|21 days ago

That's what you can do. Tell the AI to make a plan in an MD file, review and edit it, and then tell another AI to execute the plan. If the plan is too long, split it into steps.

xeromal|21 days ago

That's exactly what Claude does. It makes a comprehensive plan broken into phases.

chasd00|21 days ago

There’s nothing stopping you from reviewing the plan or even changing it yourself. In the setup I use the plan is just a markdown file that’s broken apart and used as the prompt.