← All speakers

Bio, Work & Ideas

Dex Horthy

Conference affiliation: Co-Founder · HumanLayer · 2026

Dex Horthy is the co-founder and chief executive of HumanLayer, which builds collaborative AI-powered development tools for engineers working in complex codebases. He created 12-Factor Agents and helped establish context engineering as a practical discipline for making coding agents reliable without sacrificing architectural judgment or maintainability.

From enterprise infrastructure to coding agents

Horthy started programming in high school at NASA’s Jet Propulsion Laboratory. He subsequently spent seven years at Replicated, progressing through engineering, solutions engineering, product, and executive responsibilities. His work included container orchestration and helping companies including HashiCorp, DataStax, and H2O.ai deliver self-hosted Kubernetes products.

HumanLayer joined Y Combinator’s Fall 2024 batch. Its initial product let agents request human approval or clarification through Slack, email, and SMS—a response to Horthy’s experience building automation capable of taking consequential actions, such as deleting unused database tables. Initially a solo founder, he later brought on Kyle Mistele as co-founder and chief technology officer. The company expanded from approval infrastructure into a collaborative engineering environment for teams adopting coding agents.

  • 12-Factor Agents makes reliability an engineering problem. Horthy’s open-source framework treats agents as conventional software augmented by carefully selected model decisions. Engineers should control prompts, context, execution state, and orchestration; interpret tool calls as structured outputs executed by deterministic code; and build workflows that can pause for human approval. Small, focused agent loops belong inside dependable systems, not above them.
  • Context engineering depends on evidence, not volume. Horthy argues that incorrect information, missing details, stale documentation, and noisy tool output degrade agent performance. His practice of intentional context compaction distills repository research into concise, reviewable artifacts containing the relevant files, behavior, and implementation constraints. Subagents help by investigating independently and returning compact findings; assigning them fictional organizational roles adds little.
  • Research, Plan, Implement preserves shared understanding. His workflow for established codebases separates investigating the actual system, preparing explicit implementation and verification steps, and executing the reviewed plan. Beyond improving model output, the approach maintains human mental alignment: engineers can understand how their codebase is changing before reviewing extensive generated diffs. Horthy demonstrated the method on the BAML Rust codebase while acknowledging its limits when an attempt to remove Hadoop dependencies from Parquet-Java required renewed architectural analysis.

Horthy continues experimenting directly with developer tooling, including shannon, which manages interactive coding-agent sessions through tmux. His central conviction is that faster software delivery remains valuable only when engineering teams retain responsibility for the systems they ship.

Talks by Dex Horthy

4 talks
AI Engineer World's Fair 202619:18

Harness Engineering is not Enough: Why Software Factories Fail

HumanLayer's Dex Horthy argues that fully autonomous software factories cannot preserve complex codebases through harness engineering alone: coding agents accelerate implementation while inadequate review, incidents, and architectural decay accumulate. He contrasts traditional and agentic development workflows, explains why model-training incentives and…

Dex Horthy

Coding and developer tools · Architecture · Agent engineering

AI Engineer World's Fair 20261:00:16

The Great Loops Debate — Dex Horthy, Geoff Huntley, Ian Livingstone, Greg Pstrucha, moderated by Allie Howe

Moderator Allie Howe leads an Oxford-style debate between Ian Livingstone and Geoffrey Huntley, who argue that disciplined coding-agent loops already deliver practical autonomy, and Dex Horthy and Greg Pstrucha, who challenge the gap between loop hype and reliable engineering outcomes. The discussion examines Ralph loops, context windows, verification and…

Allie Howe · Dex Horthy · Geoffrey Huntley · Ian Livingstone · Greg Pstrucha

Coding and developer tools · RAG, context, and search · Developer workflows and testing

References