Agentic Coding for Non-Vibe Coders
theasymptotic.substack.com
Agentic Coding for Non-Vibe Coders
1–5 of 5 posts
Re: Agentic Coding for Non-Vibe Coders
#2Re: Agentic Coding for Non-Vibe Coders
#3Re: Agentic Coding for Non-Vibe Coders
#4What you're describing as "agentic for non-vibe coders" is essentially what responsible AI-assisted development looks like: maintaining human oversight, having clear architecture docs, keeping context alive across sessions. The vibe coding approach tends to skip all of this, which is why so many projects hit a wall after the initial sprint.
This is exactly the territory the Agile Vibe Coding Manifesto (https://agilevibecoding.org) tries to address. It extends the original Agile Manifesto specifically for environments where AI agents are generating significant code. A few of its principles are directly relevant here: "Context is explicit and versioned" and "Architecture guides and constrains generation" — both of which describe what you're doing with your PITCH.md/ARCHITECTURE/IMPLEMENTATION approach.
Worth a read if you're thinking about how to formalize these practices across a team.
Re: Agentic Coding for Non-Vibe Coders
#5The docs-first approach mentioned in the comments aligns with something deeper: the idea that context needs to be explicit, versioned, and shared — not just for the AI, but for the whole team. What you're describing as "agentic for non-vibe coders" is essentially what responsible AI-assisted development looks like: maintaining human oversight, having clear architecture docs, keeping context alive across sessions. The…