I hated making this video...
TL;DR
Claude Code skills can execute scripts at load time: Theo argues this makes skills like his "repo explorer" far more reliable because the model can inspect cached repos immediately instead of wasting turns discovering state.
Claude MD imports are a clever workaround for the Claude MD vs AGENTS.md split: Using
@path/to/import, he can makeCLAUDE.mdincludeAGENTS.mdplus Claude-specific instructions, without symlinks or duplicate files.Workflows are the most impressive and most expensive feature: In his test, Claude Code wrote 240 lines of throwaway JavaScript to orchestrate a 15-agent PR audit, and usage jumped from 9 percent to 24 percent in minutes.
The real magic is 'code mode,' not just more tool calls: Theo's point is that when the model writes code to define sub-agents, prompts, schemas, and stages, it creates custom orchestration logic on the fly that fixed workflow UIs cannot match.
Small UX touches matter more than people admit: Theo calls out
/sidefor asking parallel questions mid-task, local-onlyclaude.local.md, worktree support, rewind/branch, fullscreen terminal mode, and remote session viewing from the Claude app.He is praising Claude Code so competitors will steal its best ideas: Theo says plainly that this is not a glaze piece for Anthropic, but a wishlist for Codex, Aider, OpenCode, and others to copy what Claude Code uniquely gets right.
The Breakdown
Claude Code burned through roughly $100 every 10 minutes in Theo's workflow test, yet he still found a list of features he genuinely wants every other AI coding tool to copy. The big surprise is not that Claude Code is perfect, but that its skills, imports, side chats, and code-written workflows feel ahead of the field in very specific ways.
Was This Useful?
Share
Keep Reading
Make Alcreon Yours
Tune your feedFive quick questions, and the feed ranks what matters to you first.Or just get notified
The weekly Echo. Signal worth keeping in your inbox.
Every new piece, announced on X.
Read Next
See all
Playbook
Cheap Models, Hard Tasks
Most agent workflows route every step to the frontier model by default. The bill scales with how chatty the agent gets, even when most steps don't need that brain.

Playbook
Tasteful Skills
“Tasteful Skills” argues that the best agent skills are not documentation or best-practice lists.

Playbook
The Art of Tasteful Prompting
Learn how tasteful prompting helps you move beyond generic AI output by shaping context, style, and judgment from the start.