A product discussed on Latent Space.

Devin’s 80% Moment: Background Agents, 7x PRs, & End of Hand-Held Coding — Walden Yan & Cole Murray
May 28, 2026 · 1:09:33
Walden Yan (Cognition CPO) and Cole Murray (creator of OpenInspect) argue that background agents are becoming critical infrastructure as Devin's merged PRs grew 7x and its share of commits jumped from 16% to 80%. They explain why architecture matters, particularly the decision to separate the agent's brain from the machine (harness out of the box) for security and permissions, and why full VMs beat Docker for running real applications. Testing, they stress, is a harder problem than computer use—requiring orchestration of services, feature flags, and multi-model coordination. Memory remains unsolved, with Devin using auto-generated 'Knowledge' and exploring file-system-like approaches. Both caution against uncontrolled vibe coding, which regresses codebases to the worst engineer's style, and advocate for hybrid frontier/sub-frontier systems to balance cost and capability.

⚡️Monty: the ultrafast Python interpreter by Agents for Agents — Samuel Colvin, Pydantic
Mar 14, 2026 · 34:02
Samuel Colvin joins Shawn Wang to introduce Monty, Pydantic's ultrafast Python interpreter built with AI for agents, positioning it as a lightweight, secure alternative to sandboxes for code execution. Monty runs inside the same process, achieving sub-microsecond latency (800 nanoseconds in a hot loop), versus over a second for cloud sandboxes. Colvin explains the inspiration came from conversations at Anthropic about type safety's critical role in AI tool calling, and how Monty fills the gap between simple tool calling and full sandboxes. Monty is not full CPython—it lacks third-party library support and some standard library modules—but covers essential built-ins, implemented largely by LLMs that Colvin calls 100x faster for tasks where internal and external APIs are well-known, unit tests are trivial, and there's no API bikeshedding. He demonstrates a Pydantic AI agent using Monty to scrape LLM pricing from websites, with type checking built into the runtime so only permitted host functions (e.g., Playwright, Beautiful Soup wrappers) can be called. Colvin also shares his workflow using Claude Code, Codex, and Gemini CLI in combination for code review and implementation, and…

Terminal-Bench 2.0: the most impt coding agent benchmark of 2025 gets a v2! Launch + Q&A w/ founders
Nov 8, 2025 · 35:01
Terminal-Bench co-creators Mike Merrill, Alex Shaw, and collaborators Andy Konwinski, Ludwig Schmidt, and Aatash launch Terminal-Bench 2.0, an 89-task coding benchmark with rigorous human and LM-assisted verification to test agent performance on real-world tasks like designing DNA primers and installing Windows 3.11. They reflect on Terminal-Bench 1's problems—easy tasks and reproducibility—and detail spending 300 hours manually auditing each task. They introduce Harbor, an open-source package for running sandboxed agent rollouts, standardizing task format and integrating with agents like Codex and Claude Code. Aatash shows using Harbor to generate thousands of training traces for DataComp Agent, running 1,000 parallel sandboxes. Future plans include expanding to scientific computing.
Powered by PodHood