OpenAI Just Open-Sourced Their Agent Orchestrator. The Real Lesson Is The 3 Layers Underneath.

video thumbnail for 'OpenAI Just Open Sourced Their Agent Orchestrator. The Real Lesson Is The 3 Layers Underneath.'

OpenAI recently published an open source orchestration spec called Symphony. On the surface, it looks like a practical system for scaling autonomous coding agents. But the deeper value isn’t just the tool itself. It’s the architecture lesson sitting underneath it. The big shift is simple. As coding agents get better, the human stops being the … Read more

Anthropic Built It. OpenAI and LangChain Just Responded. You Now Have A Decision To Make.

video thumbnail for 'Anthropic Built It. OpenAI and LangChain Just Responded. You Now Have A Decision To Make.'

Three of the biggest names in AI all made moves in the agent space within a single week. Anthropic launched Claude Managed Agents. LangChain answered with Deep Agents Deploy. Then OpenAI shipped the next evolution of its Agents SDK. At first glance, these looked like three separate announcements. They weren’t. They were three different answers … Read more

Anthropic’s Agent Skills Are Just Not Enough. Here’s What Actually Gets You to 99.9%

video thumbnail for 'Anthropic's Agent Skills Are Just Not Enough. Here's What Actually Gets You to 99.9%.'

In 2026, a lot of people expect AI to finally deliver real work and real business value. Not “AI wrote a blog post.” Not “AI drafted a few social messages.” I’m talking about AI systems that can run complex, multi-stage workflows that normally involve humans, spreadsheets, approvals, and a lot of domain knowledge. Examples include … Read more

Claude Can Now Run On AUTOPILOT (Scheduled Tasks)

video thumbnail for 'Claude Code Can Now Run On AUTOPILOT. But /loop Is Not Always The Best Way.'

Overview: four ways to run recurring tasks with Claude Claude can now execute tasks on autopilot, and there are four practical approaches you can choose from depending on how long you want the automation to run, how reliable you need it to be, and how much technical setup you want to manage. I break each … Read more

Claude AGENT TEAMS just built my AI Double Agent

video thumbnail for 'Claude AGENT TEAMS just built my AI Double Agent'

I created an automation that lets powerful cloud language models answer questions about private company documents without ever seeing real sensitive data. The cloud model only ever receives surrogate values. Real names, passport numbers, financials and other secrets stay inside my network. This article explains how I put that together, the challenges I ran into, … Read more

Anthropic Just Changed How Agents Call Tools. I Stole It for My Qwen3.5 Agent

video thumbnail for 'Anthropic Just Changed How Agents Call Tools. I Stole It for My Qwen3.5 Agent'

I created an automation that dramatically reduces unnecessary LLM context and lets the model orchestrate complex workflows with real code. The two design patterns at play are simple in concept but powerful in practice: tool search and programmatic tool calling. Both solve problems that crop up as agents grow: tool definitions bloating the context window, … Read more

Automate Anything With Claude Cowork: A Full Guide

video thumbnail for 'Automate Anything With Claude Cowork (Full Guide)'

Overview Claude Cowork brings powerful automation and agent orchestration to a simple desktop interface. I built automations with it that read folders, extract data from invoices, control a browser to interact with web apps, and generate deliverables like Excel sheets, PowerPoint decks, and Word reports. The underlying engine borrows the same planning and sub-agent approach … Read more

Search Is Not Enough — Build AI Agents That Explore

video thumbnail for 'Search Is Not Enough — Build AI Agents That Explore'

I created an automation that treats a knowledge base more like a living file system than a static set of vectors. Instead of relying only on semantic search, this approach lets an AI agent actually explore folders and files, form hypotheses about where answers live, and then dig deeper—just like a developer reading a codebase. … Read more