Talks

We’re in the middle of another leap in abstraction.

Like compilers, cloud, and containers before it, AI coding agents arrived with hype, fear, and broken assumptions. We gave the monkeys GPUs. Sometimes they output Shakespeare. Other times, they confidently ship code that compiles, passes tests, and still does the wrong thing.

The problem is simple: intent gets lost between what we mean, what we ask for, and what actually runs.

This talk delivers a practical model for software development with AI coding agents built on three equally essential ideas:

The Chasm: the divide between human intent and what is actually expressed to an AI coding agent.
The Context: the shared, explicit, and reusable knowledge an AI coding agent operates within. APIs, conventions, constraints, and domain rules replace guessing.
The Chain: the Intent Integrity Chain. A structured flow of prompt → spec → test → code, at each stage produces a verifiable artifact and is validated externally and grounded in a shared context at every stage.

Together, these form a system where intent survives implementation. Natural language becomes specifications. Specifications become tests. Tests become code. Every step is grounded in a shared context instead of assumptions and is never validated by the same model. This approach is informed by recurring failure patterns observed in real AI agents development workflows: systems passed tests, shipped successfully, yet still failed to meet intent.
Baruch Sadogursky
Tessl AI
Baruch Sadogursky (@jbaruch) did Java before it had generics, DevOps before there was Docker, and DevRel before it had a name. He built DevRel at JFrog from a ten-person company through IPO, co-authored "Liquid Software" and "DevOps Tools for Java Developers," and is a Java Champion, Microsoft MVP, and CNCF Ambassador alumni.

Today, he's obsessed with how Al agents actually write code. At Tessl, an Al agent enablement platform, Baruch focuses on context engineering, management, and sharing. On top of sharing context with Al agents, Baruch also shares knowledge with developers through blog posts, meetups, and conferences like DevNexus, QCon, Kubecon, and Devoxx, mostly about why vibecoding doesn't scale.