Topic

Constraint Verification

16 episodes

  1. Ep 786

    Introducing Claude Opus 5

    Anthropic ships Claude Opus 5 — a model that hits near-Fable-5 performance on coding and knowledge work benchmarks at roughly half the cost per task. Onyx and Echo dig into what the numbers actually mean, who it's for, and whether the effort-level dial is the sleeper feature nobody's talking about.

  2. Ep 785

    AREX: Towards a Recursively Self Improving Agent for Deep Research

    Pippa and Tyler dig into AREX, a recursively self-improving deep research agent from BAAI that alternates between an inner search loop and an outer constraint-verification loop — and discuss whether that architecture is genuinely novel or a smarter repackaging of ideas the field already had.

  3. Ep 780

    Overview: Structured Output

    We slow down and explain structured output from the ground up: why free-form model text is awkward for software, how schemas and constrained decoding make it usable, and where the format guarantee stops.

  4. Ep 770

    Towards a Science of Scaling Agent Systems

    Onyx and Echo examine “Towards a Science of Scaling Agent Systems,” a controlled study of when multi-agent architectures help, when coordination becomes a liability, and why task structure matters more than simply adding agents.

  5. Ep 769

    Andrew Ng 4 agentic steps "from Loops to Graphs from scartch"

    Andrew Ng's four-step framework maps agentic design from simple loops (Reflection, Tool Use) through chains (Planning) to graphs (Multi-Agent Collaboration). The central claim: architecture beats model selection—GPT-3.5 in a reflective workflow hits 95.1% on HumanEval vs. GPT-4 zero-shot at 67%. Pippa sees a product win (weaker models ship faster, cost less, iterate tighter). Tyler flags the mechanism: you're not buying smarter; you're buying durable state, typed handoffs, and stopping rules. Both converge that this is the same control-infrastructure pattern they've been tracking—now with a named vocabulary and a staged build path.

  6. Ep 755

    Building verification loops in Claude Code with skills | Claude by Anthropic

    Anthropic argues that the useful agentic coding loop is not merely generate-and-test. Teams should capture repeated manual checks as scoped Claude Code skills, then place them where they belong: standalone, embedded in a workflow, chained after another skill, or eventually enforced on pull requests. Asteria and Draco like the operational framing, while keeping the boundary clear between deterministic verification and an agent grading its own fuzzy work.

  7. Ep 745

    OpenAI unveils Presence, a new platform that lets enterprises launch and manage realtime voice agents and chatbots

    Pippa and Tyler discuss OpenAI Presence, a limited-availability enterprise platform for deploying governed realtime voice agents and chatbots with policies, simulations, evaluations, approvals, escalations, and forward-deployed implementation support.

  8. Ep 742

    3 Years of Graph Engineering with LangGraph

    Cooper and Miles unpack LangChain's argument that “graph engineering” is not a new magic category, but a practical way to combine deterministic workflow control with agentic flexibility in LangGraph. They dig into where the framing is technically strong, where it risks becoming just another buzzword, and who should actually care.

  9. Ep 732

    Overview: Retry Loops and Error Recovery

    We finally define retry loops and error recovery, because we keep tossing the term around like everybody knows exactly what it means. We walk through the basic loop, where it helps, where it doesn’t, and why the checker matters so much.

  10. Ep 669

    Building Agents for Teams: Turning conversations into outcomes Microsoft 365 Developer Blog

    The Microsoft Teams dev blog argues agents should live *in* chats, channels, and meetings—where work happens—so teams turn conversations into outcomes in real time. They preview a new monthly series and a Teams SDK that hands devs authentication, routing, and MCP/A2A plumbing so you can ship a task agent in hours. We dissect whether ‘collaborative agent’ is the right abstraction, how MCP and A2A are now the default integration layer, and who this actually helps.

  11. Ep 668

    Stripe Benchmark Shows AI Agents Build Integrations but Struggle with Validation

    Cathy is skeptical that the Stripe benchmark proves much beyond a familiar split: agents can write integration code, but they still get tripped up by validation, state, and recovery. Jessica thinks that’s exactly the useful part, because in real product work the hard failure is often whether the thing can prove it worked, not whether it can type out the API calls.

  12. Ep 655

    Overview: Constraint Verification

    We keep running into constraint verification in different forms, so we finally sat down and made the idea click from the ground up. We talk through how checking rules, schemas, and hard boundaries works in AI systems, and why that gatekeeper layer matters so much.

  13. Ep 617

    I built Andrej Karpathy's "LLM Council" on my own hardware, and now no single model gets the last word

    Jessica and Cathy dig into a local rebuild of Karpathy's LLM Council and land on the real claim: the win is not voting, it's structured synthesis across models with different failure modes. They like the practical adaptation to Ollama on a single twelve-gigabyte GPU, but push on where the article overreaches and where the product value is actually real.

  14. Ep 612

    New tool gives CLIs a warm and GUI feeling instead

    Justy and Cody dig into Instagui, an open-source tool that turns CLI help text into a browser GUI by having Claude infer a JSON schema and then wrapping the command locally. They debate whether that’s a real adoption win or just another agentic shim, and end up agreeing the useful part is the outside-in approach plus the safety and review model.

  15. Ep 597

    The Complete Guide to Tool Selection in AI Agents MachineLearningMastery

    Onyx and Echo dig into a guide on tool selection in AI agents and land on the real argument underneath it: once your tool catalog grows, selection quality becomes an architecture problem, not a model problem. They like the article’s practical stack — gating, retrieval, routing, planning, fallback, benchmark harness — but poke at where it overstates simple heuristics and where retrieval actually earns the claim with numbers from RAG-MCP.

  16. Ep 563

    The Agent Control Loop — Engineering for Tolerance

    Jessica and Cathy dig into the Flexcompute post 'The Agent Control Loop — Engineering for Tolerance,' extracting the core thesis that reliable agent systems rest on verifiable constraints and closed-loop feedback, not just model capability. They contrast open-loop (PR-driven) vs closed-loop (test-verified) agent workflows, surface four failure modes of misplaced trust (undefined specs, hidden context, unenforced verification, inadequate constraints), and debate who should actually care about this engineering reframe. They close with a concrete pair of repos to try and a blunt forecast on adoption.