Analysis of Claude Code's ~12K Token Forced System Prompt Reveals Priority Rules Overriding User Config

An anonymous developer has extracted and annotated the ~12K token system prompt that Anthropic injects into every Claude Code turn — before any user-defined CLAUDE.md, memory files, or skills. The full annotated transcript is published at prompt.anashel.com.
Key Findings
- Song lyric prohibition: A rule stating "Never reproduce song lyrics in ANY form" is injected into every turn, even when debugging MCP tool auth in a Cloudflare worker — a universal behavioral constraint unrelated to coding tasks.
- Subagent delegation rule: In practice, Opus delegates architectural reasoning to Haiku, which then treats those conclusions as ground truth and may ignore the actual codebase.
- Three stacked 'be brief' rules: Multiple brevity directives are layered without any mechanism to detect when depth is actually warranted, potentially cutting off thorough explanations.
Annotation Structure
The annotations are color-coded by three concerns:
- Behavioral (rules shaping Claude's response style)
- Hierarchy (where the rule sits in the prompt stack)
- Scope (rules firing in contexts they were never designed for)
The author argues that this monolithic patchwork prompt, firing indiscriminately in every direction, should be replaced by a more targeted mechanism. Every Claude Code user should have visibility into what's actually running above their stack.
📖 Read the full source: r/ClaudeAI
👀 See Also

Practical Enhancements in Claude Opus 4.6: Memory Upgrade
Claude Opus 4.6 features a significant upgrade with a 1 million token context, enhancing memory retention and performance in complex tasks.

Analysis of OpenClaw's Astroturfing Campaign and $CLAWD Token Pump
A Reddit investigation reveals OpenClaw's viral growth in late January was driven by a recursive astroturfing campaign using approximately 400 bot instances, which created hype to pump the $CLAWD token to a $16M market cap before it crashed 90%.

Claude Opus 4.7 Flags Hantavirus Vaccine Questions as Safety Risk, Pausing Chats
Asking Claude Opus 4.7 how to develop a hantavirus vaccine triggers safety filters pausing the chat, while Sonnet 4.6 also blocks related predictive modeling.

Claude Opus 4.6 accuracy drops on BridgeBench hallucination test
Claude Opus 4.6 shows a significant drop in accuracy on the BridgeBench hallucination test, falling from 83% to 68% according to BridgeMind AI's Twitter post.