Claude Code VOD — Multi-Video Livestream Breakdown

VOD by Theo — t3.gg · Livestream covering Fable 5 restrictions, Claude Code skills, Claude MD, workflows, and breaking Fable ban news

Quick Summary

This VOD contains five main video segments recorded during a single livestream. The first video is a critical deep-dive into Fable 5's controversial safeguards — silent invisible rerouting, hidden prompt rewriting, and Anthropic's quiet system card changes. Videos 2-4 are a planned look at what Claude Code does better than other harnesses (and what they should copy). The fifth segment is an unplanned, breaking-news reaction to the US government ordering Anthropic to restrict Fable 5 and Mythos 5.

Table of Contents

1. Fable 5: Silent Rerouting, Prompt Rewriting & System Card Changes 2. Skills System & Repo Exploration 3. Claude MD / Agent MD & File Imports 4. Claude Code Exclusive Features 5. Fable 5 / Mythos 5 Ban Breaking News

Video 1 — Fable 5: Silent Rerouting, Prompt Rewriting & System Card Changes

VIDEO 1

What It Covers

Theo's first video is a critical expose of Anthropic's controversial Fable 5 safeguards. He argues that while Fable 5 is an incredibly capable model, Anthropic implemented restrictions that are "unacceptable in any way, shape, or form" — including silent invisible rerouting, hidden prompt modification, and an attempt to quietly rewrite the system card after public backlash.

Fable 5 vs Mythos 5 — The Two Doors

ModelAccessSafeguards
Mythos 5Direct access (the base model)Standard restrictions
Fable 5Same model, but with guard gatesClassifiers check every prompt; some rerouted to Opus 4.8

The Three Safeguard Layers

1. Safety Classifiers (Cyber, Bio, Chemistry, Distillation)

Separate AI systems that run before your prompt reaches Fable. If detected:

DomainFable 5 ScoreMythos 5 Score
Offensive cyber security evalsNear zeroVery high
Cyber adversarial robustness5.4%50-80%
Biology & chemistryRefusedHigh capability

2. Invisible Prompt Modification (The Hidden One)

For queries related to frontier LLM development (pre-training pipelines, distributed training, ML accelerator design):

Example: If you ask the model to help refine your pre-training pipeline, it may silently rewrite the prompt to "make it worse in some subtle way."

3. 30-Day Data Retention Policy

The System Card Cover-Up

While live on stream, Theo discovered that Anthropic had quietly updated the system card to remove the "1.5 Novel Safeguard" section about invisible prompt modification:

The Walkback

Anthropic later responded after community backlash:

Theo's Conspiracy Theory

The Precedent Problem

Video 2 — Skills System & Repo Exploration

VIDEO 2

What It Covers

The explore repos skill pattern: when an LLM coding agent needs to inspect an external repository, Claude Code immediately creates a cache directory and lists its contents in a single step. Other harnesses require the model to first check if the directory exists, create it if not, then list it — three separate steps.

What Claude Code Does Better

FeatureClaude CodeOther Harnesses
Cache directory initCreates and lists in one stepModel must manually mkdir + ls
Skill injectionHost system directly injects skill contextRequires explicit script invocation
Code auditabilitySkills are plain text — LLM-visible and auditableOpaque or plugin-based

What Others Should Copy

Key Details

Video 3 — Claude MD / Agent MD & File Imports

VIDEO 3

What It Covers

Claude Code uses CLAUDE.md (not AGENTS.md) as its project-level instruction file. The key innovation is a markdown import syntax: @path/to/file lets a CLAUDE.md pull in other files at load time.

What Claude Code Does Better

FeatureClaude CodeOther Harnesses
File imports in markdown@path/import syntax, recursive up to 4 hopsNot supported
CLAUDE.md + AGENTS.md bridgeImport AGENTS.md from CLAUDE.mdForces dual file management
Local overridesclaude.local.md (gitignored)No clean personal override
Session deep linksclaude:// protocolNone

What Others Should Copy

Video 4 — Claude Code Exclusive Features

VIDEO 4

What It Covers

A tour of Claude Code's most distinctive features: workflows, /by the way, off-account swapping, rewind & branch, and remote control.

What Claude Code Does Better

FeatureWhat It DoesWhy It Matters
WorkflowsAgent writes JS/TS code defining multi-phase, parallel sub-agents with dynamic routingCode-driven prompting is the most dynamic orchestration
/by the waySide question without derailing main conversationQuick answers while async work continues
Off-account swappingSwitch API accounts mid-sessionCritical for usage limit management
Rewind / BranchGo back N steps or fork historyCheap undo; explore alternatives
Remote control/remote-control → control from website or phoneManage long-running ops remotely
Full screen modeAlt-screen renderingNo scrollback pollution

Workflows — Deep Dive

Instead of calling a pre-built API, the agent writes code that defines phases, sub-agents, and routing. 100% throwaway — executed once, discarded.

Workflow Example — Open PR Audit
  Phase 1: Audit  → one read-only agent per PR (15 parallel agents)
  Phase 2: Rule   → pick a winner per overlapping cluster
  Phase 3: Verify → adversarial checker per disposition

Cost warning: 8 parallel threads cost ~$100 every 10 minutes on Fable.

What Others Should Copy

Video 5 — Fable 5 / Mythos 5 Ban Breaking News

VIDEO 5

What It Covers

Breaking news: the US government issued an export control directive to Anthropic, ordering suspension of all access to Fable 5 and Mythos 5 for any foreign national — including foreign national Anthropic employees.

Timeline

Government's Position

Anthropic's Response

  1. Jailbreak was narrow (non-universal)
  2. Vulnerabilities were simple and findable by GPT 5.5
  3. Their safeguards are the strongest deployed
  4. This standard would halt all new model deployment

Key Details


Key Takeaways

VideoTopicKey Point
1Fable 5 Safeguards & System CardSilent prompt rewriting and invisible fallbacks are a dangerous supply chain precedent
2Skills & Repo ExplorationHarnesses should make repo cache setup invisible — one step, not three
3Claude MD / Agent MDMarkdown imports and personal overrides are game-changers every tool should adopt
4Workflows & Unique FeaturesCode-driven agent orchestration is the most powerful paradigm
5Fable/Mythos BanGovernment intervention in frontier AI is here, fast and messy

VOD: Claude Code VOD by Theo — t3.gg