Abstract
In this talk we are going to explore how to improve Go code generation in coding agents. The goal is to show how to use engineering best practices to "tame the vibes" and reduce AI generated slop, improving code quality and consistency of the responses.
The talk will show examples running on Gemini CLI, but the lessons learned can be applied to any coding agent that supports the described patterns and open source standards including: prompting / context engineering, planning mode, MCP servers, Agent Skills, hooks, sub-agents and others.