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

Developer Switches from Cursor Composer 2 and Kimi 2.6 to Qwen3.6:35b-a3b for Enterprise Workloads
A developer reports using Qwen3.6:35b-a3b for daily work on a 500-700k LOC enterprise suite, citing better performance than Kimi 2.6 and DeepSeek 4 Pro/Flash, with costs ~$0.08/1M tokens on OpenRouter.

Claude Code bug: automatic git reset destroys uncommitted changes every 10 minutes
Claude Code version 2.1.87 performs git fetch origin + git reset --hard origin/main on the user's project repository every 10 minutes via programmatic git operations, silently destroying all uncommitted changes to tracked files. The issue was closed as 'not planned' by Anthropics.

Claude Status Update: Elevated Error Rates for Opus 4.6 and Sonnet 4.6
An official Claude system status update reports elevated error rates for Opus 4.6 and Sonnet 4.6 models, with an incident timestamped 2026-03-31T21:10:28.000Z. The automatic post directs users to check resolution status and community performance reports.

Visual Reasoning Benchmark Results for 15 Multimodal AI Models
AIMultiple benchmarked 15 leading multimodal AI models on 200 visual reasoning questions across two tracks: chart understanding and visual logic. Gemini-3.1-pro-preview and Gemini-3-pro-preview lead the overall results, followed by GPT-5.2, Kimi-K2.5, and GPT-5.2-pro.