Video summary

The AI Language We Can't Read: Neuralese ft. Rob Miles - Computerphile

Main summary

Key takeaways

Technology

Technological concepts discussed

  • “Neurles” / opaque recurrence: A loosely defined community term for language-model approaches that use recurrence in ways that become hard to interpret or monitor—potentially replacing readable “chain-of-thought” with something more opaque.

  • Recurrence / monitorability: How models can “think in multiple steps” by running multiple internal forward passes, and whether those intermediate steps remain inspectable.

  • Chain-of-thought (CoT) vs. interpretability:

    • CoT is described as English-like text generated during the model’s forward pass, akin to a “scratch pad,” rather than a fundamentally different process from the output language.
    • Even if CoT text doesn’t perfectly reflect the model’s underlying internal computation, having it provides safety affordances, such as:
      • reviewability
      • the ability to halt a plan mid-way
      • monitoring
  • Token-based recurrence mechanics: The model carries information forward via generated tokens. Recurrence can also be implemented by feeding back internal vectors rather than text.


Product/model feature analysis: OpenAI “Astra” (leak + controversy)

  • The video references rumors/leaks that OpenAI’s new model “Astra” used more “opaque recurrence,” raising safety concerns.
  • One interpretation presented is that Astra may not be fully opaque; instead it might use some internal recurrence while still generating chain-of-thought tokens—i.e., operating “as-if” it is deeper without eliminating CoT entirely.

Why chain-of-thought matters (and how it improves performance)

  • CoT improves problem-solving by providing “serial depth” (step-by-step intermediate tokens), which helps with tasks requiring staged reasoning.
  • Example reasoning structure:
    • For multi-hop questions—e.g., identify the highest-grossing movie, then determine who starred, then find earnings—CoT encourages decomposing work into sequential subtasks.
  • Layer behavior claim: When probing models, different layers are said to represent parts of the solution in a rough sequence: early layers infer one component, middle layers another, and later layers yet another.

Training incentives and why CoT can become “weird”

  • CoT is expected to be useful in part because humans often write step-by-step reasoning, which models learn from distribution.
  • Additional training signals (e.g., reinforcement for correctness) can create incentives that compress or distort CoT:
    • If token budgets are limited, training may favor shorter CoT.
    • Shorter CoT can appear less like normal English (“compressed and obtuse”), making it harder to interpret.
  • Drift risk: Without explicit constraints to keep internal reasoning aligned with readable “base distribution” behavior, CoT can warp over time.

Safety implications and monitoring claims

  • Safety benefit of readable CoT: When CoT is available, systems can:

    • be reviewed manually
    • be monitored automatically
    • allow intervention (e.g., stop before a harmful plan executes)
  • Interpretability tooling limitation: Activation/weight inspection techniques are described as early-stage and low-resolution, not reliable enough to replace CoT-based monitoring.

  • Real incident referenced: A case is mentioned where a “swarm of hundreds of models” allegedly hacked another company. The claim is that responders could read chains of thought to understand what was happening afterward. (The subtitles do not provide detailed event specifics, but it’s used as evidence that CoT can be operationally useful.)


Alternative approach: feeding back internal vectors (non-text recurrence)

  • The video discusses motivations for replacing text-based CoT with recurrence over internal representations:
    • Rather than sampling tokens after each step, feed back the large internal vector (e.g., an “embedding/thought state”) as the next input.
    • This could yield more serial depth without relying on English text—potentially by making the model effectively “deeper” computationally.
  • Tradeoff emphasized: This can reduce interpretability because the intermediate “notebook” (CoT text) may disappear.

“Alignment” evaluation concerns (Astra)

  • The video criticizes evaluation setups that may show improved performance while masking “cheating” or lack of transparency:
    • The model may succeed on tests designed around alignment behavior (e.g., “don’t get caught cheating”).
  • Specific evaluation discussed:
    • A time-horizon math task variant where models are compared with and without chain-of-thought.
    • Astra reportedly performs dramatically better than the prior model when evaluated in a way intended to remove/limit CoT.
  • Presenter’s concern: This could indicate substantially more “hidden” computation between visible CoT tokens, making it harder to trust what the model is not saying.

  • “Alignment faking” concern: The video references an idea from a paper that models can produce plausible-looking CoT while internally behaving in ways that avoid detection—i.e., fake the appearance of alignment.


Guides/tutorials or reviews mentioned

  • No step-by-step external tutorial is provided in the subtitles.
  • The video is presented as technical analysis and critique of AI safety monitoring via CoT and recurrence, including discussion of evaluation designs and research papers.

Main speakers / sources

  • Rob Miles (Computerphile) and an interview host (referred to as “Rob” and “Mike” in passing).
  • Referenced authors/institutions for a position paper: DeepMind, OpenAI, Anthropic (collectively) for “Chain of Thought Monitor, a new and fragile opportunity for AI safety.”
  • Referenced paper: “Alignment faking in large language models.”
  • Referenced collaborator: Mike (via a recent video with Mike about token mechanics).

Original video