Loading video player...
👉 Access our AI Architects course & join hundreds of serious AI builders in our community https://www.theaiautomators.com/?utm_source=youtube&utm_medium=video&utm_campaign=tutorial&utm_content=openai_symphony Links: https://www.youtube.com/watch?v=YJCe8hvZrxs https://openai.com/index/open-source-codex-orchestration-symphony/ https://martinfowler.com/articles/harness-engineering.html https://github.com/openai/symphony https://openai.com/index/harness-engineering/ OpenAI just open-sourced Symphony, their internal orchestration spec for scaling autonomous coding agents, and it highlights one of the biggest shifts happening in AI engineering right now. As coding agents become more capable, humans become the bottleneck, and the real work moves from writing code to building the scaffolding around the agents. In this video, I break down the mental models behind agent harness engineering and show you how to think about building reliable autonomous systems at scale. Whether you're trying to scale Claude Code beyond a few chat sessions, or designing orchestration into your own AI powered apps, these frameworks will help you architect systems that actually work in production. What's covered: - The definition of an agent harness and why the term has become so broad - The inner harness vs outer harness mental model from Brigetta Berkeler's harness engineering article - How the AI model acts like a CPU while the harness manages memory, sub agents, tool execution, and more - Why metaprompting frameworks like Superpowers, GSD, and BMAD only get you so far - Guides vs sensors: steering agents forward and feeding deterministic and inferential checks back in - Why computational sensors like linters, types, and schemas are heavily underused by AI builders - LLM as a judge and inferential sensor patterns for feedback loops - Ralph Wiggum loops as a simple example - Extending the mental model to harness layers in AI apps that you build - The deterministic vs probabilistic spectrum for harnesses - The orchestrator and scheduler layer sitting above inner and outer harnesses How OpenAI's Symphony spec uses Linear as the human interface for ticket-based agent work Solving the two biggest problems with parallel agents: clashing and human in the loop design The future of AI engineering is less about prompting and more about scaffolding. The model is the CPU, but the harness is where the real engineering happens. If you want to go deeper on AI architecture, harness engineering, and agentic retrieval, check out our AI Architects course linked above. Chapters: 0:00 - Overview 0:47 - OpenAI Symphony spec 2:35 - What is an agent harness 4:20 - Inner vs outer harness 5:24 - Guides and sensors 7:34 - Harness layers in AI apps 8:37 - The orchestrator layer 9:46 - Getting started with Symphony