June 29 – July 2, 2026 · San Francisco, CA · imported from ai.engineer's public schedule feed

AI Engineer World's Fair 2026 — unofficial import demo

Unofficial demo. This programme was imported from the AI Engineer World's Fair's own public schedule feed to show vibeboard at real conference scale. Not affiliated with, or endorsed by, the organisers.

All sessions
Harness EngineeringSession

Harness Engineering: Building the Production Cage for Powerful Domain Agents

Mike Chambers

When
Thursday, July 212:05 PM – 12:25 PM · 20 min
Where
Main StageSan Francisco, CA · imported from ai.engineer's public schedule feed
Google Calendar

About this session

Every agent is a while loop. The model takes strings in and produces strings out. We've all written it, debugged it, shipped it. And yet every team building agents is still re-inventing the same session management, truncation logic, tool wiring, and memory plumbing from scratch. The hard part is the harness: session isolation, context management, memory persistence, sandboxed execution, observability. The machinery that makes a model dependable in production. Most of the failures we see in deployed agents (context rot, premature completion, tool bloat) trace back to harness problems, not model problems. This talk covers what a harness actually does, why "harness engineering" suddenly showed up in engineering posts from everyone, and what changes when you stop building harnesses by hand. In live demos, we'll build the same agent three ways: hand-rolled Python, framework-generated, and fully managed through a single API call. Each level shifts the failure modes from infrastructure plumbing to engineering judgment, where the real questions are what context to preserve, when to verify, and how to keep an agent from finishing half the job and calling it done. The harness handles the machinery. You still have to engineer the behavior.

Speaker

Mike Chambers
Mike Chambers

Senior Developer Advocate for Generative AI, Amazon Web Services (AWS)

Mike Chambers is a Senior Developer Advocate for Generative AI at AWS. He creates practical agentic-AI and Amazon Bedrock educational material, including serverless agentic workflows and Generative AI with Large Language Models content.

More in Harness Engineering