A product discussed on Latent Space.

Dreamer: the Agent OS for Everyone — David Singleton
Mar 20, 2026 · 1:04:23
David Singleton, former Stripe CTO, introduces Dreamer, a consumer platform for discovering, building, and using AI agents and agentic apps centered on a personal Sidekick that acts as both companion and kernel-like traffic cop. He demonstrates building a conference schedule app in 25 minutes via natural language, a ski trip app that splits expenses, and tools like Gmail, Google Search, and live sports data feeds. Dreamer features an open tool ecosystem where builders get paid, a private waitlist skip at dreamer.com/latentspace, and a Builder-in-Residence program with a $10,000 prize for the best tool by mid-April. Singleton explains the OS model with Sidekick as kernel and agents as users enforcing data isolation and cross-agent coordination only through Sidekick. He shares insights on tiny-team building (six-person core, 17 total), hiring engineers who collaborate with coding agents, and LLMs' current lack of taste and creativity.

⚡️GPT5-Codex-Max: Training Agents with Personality, Tools & Trust — Brian Fioca + Bill Chen, OpenAI
Dec 26, 2025 · 27:46
OpenAI’s Brian Fioca and Bill Chen discuss the launch of Codex Max, a long-running coding agent designed to work 24+ hours, manage its own context, and spawn sub-agents. They reveal how GPT-5 training prioritized personality traits—communication, planning, and self-checking—to build developer trust, and how Codex develops tool habits like preferring 'rg' over 'grep'. The abstraction layer is shifting from models to full-stack agents, enabling partners to plug Codex into tools like VS Code or Zed. They highlight applied evals that measure real-world impact over academic benchmarks, and the need for multi-turn eval APIs. Their 2026 vision: coding agents trusted enough to handle the hardest refactors at any company, not just top-tier firms, and general enough to automate personal workflows like organizing desktops or email.

Zed Agents — with Zed Cofounders Nathan Sobo & Antonio Scandurra
May 7, 2025 · 35:50
Zed co-founders Nathan Sobo and Antonio Scandurra explain how their high-performance code editor is launching Zed Agents, aiming to make AI an integrated collaborator rather than just a tool. Built from scratch in Rust for 120fps performance and real-time collaboration via CRDTs, Zed previously open-sourced Xeta, an edit prediction model fine-tuned on Qwen 2.5. Now they introduce an agentic mode that lets LLMs call tools in a loop, surfacing changes in a multi-buffer for easy review. The agent can run shell commands, install MCP servers via an extension store, and be used with bring-your-own-key or a $20/month plan for 500 requests. Sobo and Scandurra stress that vertical integration gives them control to wire AI into debugging, git, and multi-agent workflows where multiple agents collaborate via CRDTs, treating agents as always-available teammates.

The Creators of Model Context Protocol
Apr 3, 2025 · 1:20:21
Justin Spahr-Summers and David Soria Parra, co-creators of Anthropic's Model Context Protocol (MCP), explain its origin as a solution to the M×N integration problem they experienced when copying data between Claude Desktop and IDEs. They detail MCP's design inspirations from LSP, its three core primitives (tools for model-driven actions, resources for app-controlled data, and prompts for user-initiated macros), and why they chose JSON-RPC with stateful connections. The episode contrasts MCP with OpenAPI, discusses client control and trust in servers, and outlines the future roadmap including a streamable HTTP transport and remote-server authorization via OAuth 2.1. The guests express a wish for more sampling clients and full spec support, and emphasize that MCP is an open, multi-company project with community commit access.
Powered by PodHood