I think the "middle" isn't empty, it just requires more discipline than either extreme. AI works well when the problem is clearly framed and constrained, and fails when we skip steps and expect it to fill in the gaps correctly.
Your pipelne is basically a way to force good engineering habits. Thinking through the problem, design, and spec before coding, which reduces hallucinations and keeps understanding intact. So a big part of the improvement comes not just from the AI itself, but from the fact that it pushes you to be more structured and explicit in how you think about the problem.
delphic-frog•1h ago
Your pipelne is basically a way to force good engineering habits. Thinking through the problem, design, and spec before coding, which reduces hallucinations and keeps understanding intact. So a big part of the improvement comes not just from the AI itself, but from the fact that it pushes you to be more structured and explicit in how you think about the problem.
Great read, thanks.