Stop Writing Better Prompts. Build Better Systems.
An interactive article about coding agents that is deliberately opinionated, pragmatic, and grounded in day-to-day engineering work.
Live at: https://voku.github.io/AgentCommunicationGuide/
- The real problem: why prompt engineering is the wrong place to look for reliability
- Why constraints win: tests, static analysis, CI, and repository examples beat prose
- Put rules in files: AGENTS.md, reusable workflows, Makefiles, specs, TODOs, and validation checklists
- Same task, better system: one PHP bugfix task with three instruction styles and very different outcomes
- What fails in practice: common failure stories from real codebases
- Practical rules: a short checklist for making coding agents less annoying and more predictable
Prerequisites: Node.js
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000
npm run buildThe output is in the dist/ directory.
Found an error, have a better example, or want to sharpen the argument? Pull requests are welcome at github.com/voku/AgentCommunicationGuide
MIT