speaker-photo

Baruch Sadogursky

Head of DevRel at TuxCare
Baruch Sadogursky (@jbaruch) did Java before it had generics, DevOps before there was Docker, and DevRel before it had a name. He started DevRel at JFrog when it was ten people and took it all the way to a successful $6B IPO by helping engineers solve problems. Now, Baruch keeps helping engineers solve problems, but also helps companies help engineers solve problems. He is a co-author of the "Liquid Software" and "DevOps Tools for Java Developers" books, Java Champion and CNCF Ambassador alumni, serves on multiple conference program committees, and regularly speaks at numerous most prestigious industry conferences, such as DevNexus, DevOpsDays, Voxxed Days, Devoxx, DevRelCon, Kubecon and QCon. Today, he's taking care of developers at TuxCare.
09:10 - 09:50

Sunday 2nd Nov

Never Trust a Monkey: The Chasm, the Craft, and the Chain of AI-Assisted Code

We’re in the midst of another abstraction leap. Just like compilers, cloud, and containers before it, AI-generated code started with hype, fear, and broken things, and might still end with progress, but only if we build it right. As we all know by now, LLMs aren't particularly intelligent; they are just monkeys that sometimes output Shakespeare, but with GPUs instead of typewriters. They’ll generate code with confidence, validate it with tests they wrote themselves (if any), celebrate with a lot of emojis, and call it a job well done. This talk introduces a working model for AI-assisted development that actually holds up under real-world use. It’s built on three ideas: - The Chasm: the dangerous gap between what we meant and what we asked for. - The Craft: the human skill to spot when AI gets it “technically right” but still wrong. - The Chain: the Intent Integrity Chain, a structured flow of prompt → spec → test → code, where each output is validated externally, by humans or deterministic systems, but never by the same model that generated it. And what we end up with is a blueprint for building production-ready software with AI, without sacrificing trust or intent. Trust your knowledge. Trust your tests. Never trust a monkey.