Never Trust a Monkey: The Chasm, the Craft, and the Chain of AI-Assisted Code at JFokus 2026
Abstract
Translating ideas into code has always been messy. Specs, user stories, and endless discussions often leave developers guessing: “Is this what they meant?” Misunderstandings pile up, and the real work—writing great code—gets bogged down in back-and-forths. What if there was a way to smooth that process? Imagine starting with a prompt, written in plain language, that describes what a feature should do. From there, the AI generates tests, turning the prompt into something concrete—something the whole team can align on. And when those tests look right, the AI writes the code to make them pass. It’s not about skipping steps but cutting through the noise, so developers can focus on solving problems and shipping great features. Could this be how we close the gap between product intent and implementation? Could test-first workflows like this make quality implicit and productivity effortless? In this talk, we’ll explore these possibilities, from the way prompts reshape collaboration to the role of tests in bridging understanding—and how AI fits into it all. Maybe building software doesn’t need to feel like a grind. What if it could feel… easier?
Resources
- Intent-Integrity-Kit - Framwork that implments the Intent Integrity Chain
- Evaluating the Code Quality of AI-Assisted Code Generation Tools
- Assessing the Quality and Security of AI-Generated Code: A Quantitative Analysis
- Qodo Report: 2025 Stateof AI code quality
- StackOverflow Developer Survey 2025 – AI Tools (Dis)trust
- Faster code, greater risks: The security trade-off of AI-driven development
- Baruch’s Book The Liquid Software
- Baruch’s Book DevOps Tools for Java Developers
- Aider’s Code editing leaderboard
- Curse of knowledge
- Stochastic
- Martin’s Fowler’s Understanding Spec-Driven-Development: Kiro, spec-kit, and Tessl
- ThoughtWorks’s Spec-driven development - Unpacking one of 2025’s key new AI-assisted engineering practices
- GitHub’s Spec-kit
- OpenSpec
- Amazon’s Kiro – Spec-Driven AI IDE
- Zencoder - AI platform with spec-driven workflows
- Andrej Karpathy on SSD
- Arun Gupta’s talk on SSD at JFokus 2026
- Test Driven Development
- Martin Fowler’s Given When Then
- Gherkin Specs
- Behavior Driven Development
- Tessl.io – Make agents work in real codebases