Agentic OS Podcast Summaries
Agentic OS on Yedapo: 2 summarized podcast and YouTube episodes. Each includes key takeaways, core concepts and notable quotes with timestamps.

Claude just dropped UltraCode... its Insane
Jack Roberts
Jun 9, 2026
Claude's Ultra Code unlocks high-performance parallel agentic execution by replacing managing LLMs with deterministic code scripts. This approach enables complex, multi-agent debates and rapid iteration, but requires surgical implementation to avoid massive token costs. Success depends on knowing exactly when to deploy this power tool versus standard prompting.
Key insight: Ultra Code uses a 'deterministic fan out' to manage agents via code rather than a master LLM, which eliminates performance decay and memory loss common in traditional agentic hierarchies.

How to Build an Agentic OS Your Whole Team Can Actually Use
Simon Scrapes
Jun 2, 2026
Creating a team-wide agentic OS requires balancing shared context with individual data privacy. By using a three-tier structure—Notion for human collaboration, Claude Code for agentic execution, and GitHub for version control—teams can maintain a scalable, portable, and secure 'shared brain' without vendor lock-in.
Key insight: The system uses a 'three-tier' architecture to separate human-editable files (Notion/Google Drive), agent-maintained scripts (GitHub/Claude Code), and local private overrides (claude.local.md), ensuring that technical complexity is abstracted away from non-technical team members.