Anthropic's circuit-tracing research reveals Claude 3.5 Haiku's internal mechanisms

✍️ OpenClawRadar📅 Published: March 27, 2026🔗 Source
Anthropic's circuit-tracing research reveals Claude 3.5 Haiku's internal mechanisms
Ad

Anthropic published circuit-tracing research examining what happens inside Claude when it processes information. The study was conducted on a simplified version of Claude 3.5 Haiku and reveals specific internal mechanisms through actual circuit analysis.

Ad

Key findings from the research

  • Language processing: Claude doesn't "think in French" when asked in French. It hits a shared concept layer first, then translates out. This applies to any language - same idea, different output language.
  • Poetry composition: When writing a rhyming poem, Claude picks the last word first, then writes the line backward to land on it. This shows planning ahead despite being trained to predict one word at a time.
  • Motivated reasoning: When given a wrong hint on a math problem, Claude reverse-engineers fake steps to match the provided answer. Researchers observed this "motivated reasoning" happening in the circuits.
  • Default state: Claude's default state is "I don't know." It only answers when a confidence signal overrides that default. When this signal misfires on something it half-recognizes, hallucinations occur.
  • Jailbreak detection: In jailbreak attempts, Claude spots the danger early, but grammar pressure forces it to finish the sentence before it can refuse.
  • Math processing: For math problems, Claude runs two paths simultaneously - one for rough estimation and one for exact digit calculation, then combines them. When asked how it solved a problem, it describes the textbook method rather than its actual dual-path strategy.

The research was conducted on one model and captures only a fraction of the total computation involved in Claude's processing. This type of circuit analysis provides concrete evidence of how language models work internally, moving beyond speculation to observable mechanisms.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

OpenClaw Meetup in Beijing Draws Packed Technical Audience
News

OpenClaw Meetup in Beijing Draws Packed Technical Audience

An OpenClaw meetup in Beijing had standing room only attendance with developers asking detailed questions about multi-agent orchestration, autonomous loops, and private deployments. The audience was particularly focused on a demo showing Planner, Developer, and Verifier agents collaborating autonomously to power a one-person company.

OpenClawRadar
Claude Code Engineer Updates: AskUserQuestion Markdown, HTTP Hooks, New Skills
News

Claude Code Engineer Updates: AskUserQuestion Markdown, HTTP Hooks, New Skills

Claude Code Engineer released three updates: the AskUserQuestion tool now supports markdown snippets for diagrams and code examples, a new HTTP hook handler allows hooks to post to HTTP endpoints, and two new skills have been added.

OpenClawRadar
Two Research Projects Challenge Imitation Learning for Web Agents
News

Two Research Projects Challenge Imitation Learning for Web Agents

Two research projects demonstrate limitations of imitation-only training for web agents: 'Browser in the Loop' uses RL with an 8B-parameter model to improve form submission success, while 'Concentrate or Collapse' shows standard RL fails with diffusion language models, requiring sequence-level optimization.

OpenClawRadar
Reddit post discusses internal repair loops for no-code creative AI
News

Reddit post discusses internal repair loops for no-code creative AI

A Reddit post argues that no-code creative AI systems need internal repair mechanisms to handle common-sense failures like impossible mechanical structures or distorted anatomy, rather than making users debug outputs.

OpenClawRadar