LLM Knowledge Bases Are Incredible
A full system for turning lazily-captured voice notes into a self-updating personal wiki — tagged, cross-linked, and rendered as interactive HTML graphs — using a handful of narrow agent skills.
July 7thAn 11-minute tutorial on routing work between Claude Code and Codex by matching each agent to the right point on the ambiguity line.
Routing tasks to the right agent based on ambiguity level and using handoff documents as portable context lets you parallelize work that would otherwise bottleneck through a single agent.
Different AI coding agents excel at different points in development. Claude Code handles ambiguous exploration and architecture planning; Codex handles low-ambiguity execution against a clear plan. The /handoff skill bridges the two by writing a condensed context document a fresh agent can pick up in a new work tree, enabling true parallelization. For larger plans, GitHub Issues serve the same purpose with built-in tracking. When a handoff document feels like overkill, the official Codex plugin for Claude Code lets you call Codex inline for review, rescue, or adversarial deep-dives without leaving the current session.
Sign in and you get 23 free chat messages on us — ask for the hook, quote a framework, find the exact transcript moment, generate a markdown action plan. Bring your own key when you want unlimited.
Create a free account →
Introduces the core mental model: Codex for low-ambiguity execution, Claude for high-ambiguity exploration. Shows the animated slider diagram with examples: implementing a known plan or TDD (Codex) vs. exploring design options or building an architecture wiki (Claude).

Shows how a session starts ambiguous and moves toward a concrete multi-step plan using /grill-me. Real example: rewriting a React app with React Router into a 3-phase plan. Recommends dividing into work trees for parallel Codex execution.

Demonstrates using /handoff to extract P0 context into a markdown document. Shows installing Matt Pocock skill via the skills CLI. Pastes the handoff doc into a Warp work tree and starts Codex. Notes the document is model-agnostic.

For plans too large for a single session (6-10 phases, multi-day), recommends breaking each phase into a GitHub Issue instead of a markdown file. Agents can pull issues, work on them, and post comments back.

When a bug or distraction surfaces mid-session, /handoff can spawn a separate work tree to handle it while the main agent keeps going. Shows a real file-overwrite bug handed off to Codex so the main thread stays unblocked.

Introduces the official OpenAI plugin adding /codex:adversarial-review and /codex:rescue inside Claude Code. Demonstrates adversarial review catching state management issues in a React front end, and rescue solving a terminal theme problem Claude incorrectly declared impossible.

Covers Warp, OpenCode, and Py as model-agnostic options. Key tradeoff: mid-conversation switches carry full context (more tokens, no parallelization) vs. handoff documents which are condensed and forkable.
Defaulting to one AI agent for every phase of a project is the main reason sessions stall -- the agent you reach for first is rarely optimal for every task in the queue.
“Your goal as an engineer is to go from a highly ambiguous idea space to a low ambiguity space.”
“Handoff documents are the absolute best way to take something you are working on and move it to a work tree somewhere else.”
“I think handoff documents are the most flexible option, but the Codex plugin is pretty freaking cool.”
See every word as it's spoken — crank it to 2× and still catch all of it. The same dual-channel trick behind Amazon's Kindle + Audible.
Every developer who uses AI agents long enough hits the same wall: the tool that planned the work is not the best tool to finish it. This breakdown covers the handoff layer -- the skills, documents, and plugins that let Claude Code and Codex pass work to each other without losing context.
A spectrum for routing tasks to the right agent. Low-ambiguity tasks go to Codex; high-ambiguity exploration goes to Claude. Engineering work moves tasks from right to left on this line.
A markdown file written by /handoff that condenses the current session context and describes what needs to be done. Portable across model providers and usable to spawn parallel work trees.
“Like and subscribe for more content about coding agents.”
Brief and clean, delivered after a solid close. No over-ask.
00:00
00:12
00:21
00:29
00:38
00:46
00:55
01:03
01:12
01:20
01:29
01:37
01:46
01:54
02:03
02:11
02:20
02:28
02:37
02:45
02:54
03:02
03:11
03:19
03:27
03:36
03:45
03:53
04:02
04:10
04:19
04:27
04:36
04:44
04:53
05:01
05:10
05:18
05:27
05:35
05:44
05:52
06:01
06:09
06:18
06:26
06:35
06:43
06:52
07:00
07:09
07:14
07:26
07:34
07:43
07:51
08:00
08:08
08:17
08:25
08:34
08:42
08:49
09:00
09:08
09:16
09:25
09:33
09:42
09:50
09:59
10:07
10:16
10:24
10:33
10:41
10:50
10:58
11:07
11:15Add Modern Creator as a preferred source and Google shows you more of our breakdowns in Search, Top Stories, and AI Overviews. It only changes what you see, and you can undo it in your Google settings anytime.
A full system for turning lazily-captured voice notes into a self-updating personal wiki — tagged, cross-linked, and rendered as interactive HTML graphs — using a handful of narrow agent skills.
July 7thA week of AI-agent news: Codex takes over iMessage, GrokBot draws Claude-Code-moment comparisons, Anthropic ships /design and mobile Cowork, and Slack gives agents their own channels.
August 21stGrok Bot, Hermes Agent, Claude Cowork, ChatGPT Work, and OpenClaw are all built from the same six parts. The video ranks them twice, then argues the strongest long-term move is skipping all five.
August 23rdA viral Boris Cherny tweet mapped five stages of Claude Code adoption — this breakdown turns the jargon into a pizzeria anyone can picture.
August 6thA hands-on walkthrough of Buzz, the free chat app where AI agents debate each other, write code directly in channels, and share pooled local compute with your community.
July 31stA systems playbook for Claude Code and Codex: the five-step loop, the instruction files, and the guardrails that separate trustworthy AI output from expensive rework.
July 16th