
The New Stack Podcast Stop Writing Code, Start Writing Docs
28 snips
Oct 31, 2025 Keith Ballinger, Vice President at Google Cloud Platform Developer Experience, shares his insights on the evolving landscape of AI coding tools. He discusses the Gemini CLI and its role in enhancing developer workflows, advocating for writing clear documentation to collaborate with AI effectively. Ballinger believes programming will shift from writing code to articulating intent. He explores the resurgence of the command line, the importance of great writing for programmers, and how AI can transform software development into a cooperative effort.
AI Snips
Chapters
Books
Transcript
Episode notes
Document Intent Before Using AI
- Slow down to speed up: write a user guide, spec, and technical design before using AI on complex projects.
- Treat AI like a coworker and feed it clear plans to get reliable, large-scale results.
Conductor Repo Walkthrough
- Keith demonstrated Conductor: a repo-driven workflow that creates docs, plans, and prompts to guide agents.
- He used it to build Aether, a programming language prototype, by iterating tests and examples.
Verify With Tests And Examples
- Use tests and examples as verification: have the AI write tests and implement features until tests pass.
- Inspect examples and test outputs rather than every line of generated code.







