Bible Network Crypto DeFi Onchain RWA AI Agent Stablecoin Chain SAFU CryptoTax DeFAI AGI Claude Me Claude Skill Claude Design Claude Cowork
Independent Media
Not affiliated with any project
Exploring the Frontier of AI Intelligence
claude-me.com
LATEST
Eight Principles Straight From Anthropic: If Claude Keeps Getting Worse, the Problem Is Probably How You're Using It  ·  Claude Code Can Now 'Loop' Through Work on Its Own: Anthropic Releases Four Loop Mode Guide That Lets AI Run Entire Processes  ·  Claude Cowork Honest Review: Three Months Later — What Actually Saved Time, What Made Me Regret Automating It  ·  Two Major Stories to Open July: Claude Sonnet 5 Launches, Fable 5 Export Controls Lifted and Globally Restored  ·  What Is RAG: Why Claude Can't Read Your Company Intranet — And How to Fix That  ·  Claude Cowork Advanced Workflows: From 'Hand Off One Task' to 'Run an Entire Process' — Three Real-World Templates
fundamentals

Eight Principles Straight From Anthropic: If Claude Keeps Getting Worse, the Problem Is Probably How You're Using It

30-Second Version · For the impatient
Claude getting dumber over time is almost never actually the model. Anthropic engineers put it directly: prompts too long, context too cluttered, tools too narrow. Making Claude smarter isn't finding a magic prompt — it's not making it guess what you want in a chaotic environment.

Full Explanation +
01 · Why did this happen?

I'm not a developer — which of these eight principles should I start applying immediately?

If you only use Claude.ai's standard chat, the three most immediately applicable are:

Principle 3 (context pollution): When Claude starts giving unrelated answers or forgetting what you said in a long conversation, don't keep pushing in the same conversation. Start a fresh one, summarize the key context in a paragraph, and begin again. This change produces almost immediate results.

Principle 2 (give tools): If you need Claude to look up real-time data or do precise calculations, turn on Claude.ai's web search. Don't ask it from memory "what's the current exchange rate" or ask for precise numerical calculations — give it tools for accurate answers.

Principle 4 (diagnose before acting): When you want Claude to fix or improve something, first ask "what do you think the problem is, and what's your plan?" — review the plan, then say "okay, go ahead." This small change lets you catch misunderstandings earlier.

Principle 1 (build evals) and Principle 8 (architecture design) are harder to directly apply for everyday chat users, but their underlying logic — "don't rely on feel; rely on verifiable results to judge improvement" — is a useful general principle worth remembering.

02 · What is the mechanism?

How serious is 'context pollution'? How long does a conversation need to get before this becomes a problem?

There's no precise "after X messages" threshold, because context pollution isn't just about message count — it depends far more on what's in each message.

Factors that accelerate context pollution:

  • You paste large amounts of code, data, or long documents into the conversation
  • Claude makes many tool calls and leaves extensive output
  • The conversation contains lots of trial-and-error with many discarded versions
  • The topic has shifted many times within the conversation

As a feel-based heuristic: if a conversation exceeds 20-30 turns (one prompt + one response = one turn) and the content is dense, it's usually worth considering a fresh conversation. If you notice Claude starting to ignore important things you said earlier, or repeating work that's already done, those are clear signals.

A simple prevention habit: at the start of each new conversation, spend 30 seconds writing a "purpose and context of this conversation" paragraph before jumping into the task. This ensures Claude has sufficient context even in shorter conversations.

03 · How does it affect me?

The Generate → Evaluate → Repair architecture sounds like having Claude self-correct. What's the fundamental difference from just asking it to revise?

This touches a core point. On the surface, both seem like "Claude generates, then revises" — but the underlying mechanism is completely different.

The problem with asking the same Claude to revise: One Claude, in the same context, generates the answer, then checks it, then fixes it. The problem: when it generated the answer, it already "committed" to that direction to some degree. During self-review, it struggles to truly question itself from scratch because its context already contains "its own solution." It's like asking yourself to proofread something you just wrote — very hard to catch your own blind spots.

Why Generate → Evaluate → Repair is different: The evaluating Agent has independent context — it carries no weight of having "generated this answer." It's responsible for one thing: finding problems based on an explicit rule checklist. It doesn't need to understand the generation logic simultaneously; it only needs to verify whether the output meets the rules.

This is what Anthropic calls the "fresh eyes" effect — not that Claude got smarter, but that role separation means each model only needs to do one easily verifiable thing rather than doing everything at once.

04 · What should I do?

What specific insights do these principles have for my daily use case of having Claude help me write?

A lot — and they translate directly. Here's a concrete translation for daily writing work:

Longer prompts aren't better (Principles 1, 8): If you have a long "writing guidelines" section, try cutting it to just the most essential requirements. Excess rules don't just fail to help — they may make Claude oscillate between "follow rule A" and "follow rule B." The best test: can you say this guidance to a smart person and have them immediately understand what you want? If it takes a long complex explanation, the prompt probably needs simplification.

Stages beat trying to get everything at once (Principles 4, 8): Rather than "write me a complete analysis report," try: "give me an outline first" → "do you see any problems with this structure?" → "okay, now write the first section following this outline." Each step lets you confirm direction and gives Claude one clear task at a time.

Long conversations → new conversation (Principle 3): If you discussed the structure of an article with Claude today, when you continue working on it tomorrow don't continue yesterday's conversation — start fresh, paste the confirmed structure as background context. This lets Claude work in a clear context rather than excavating the key decisions from yesterday's exploratory "hmm, maybe try this" discussion.

Full Content +

Have you experienced this: you upgrade to a newer Claude model, and it actually feels harder to use? Workflows that ran fine before start breaking. Longer and longer prompts seem to produce less and less. You ask it to fix a bug and it introduces three more.

At Anthropic's "Code with Claude" event in London, their engineers spent a full day answering this question. The core conclusion in one sentence: when Claude performs poorly, it's usually not the model — it's the environment we've put it in.

Here are eight principles from that event. Not technical documentation — a practical mental framework anyone who works with Claude can apply directly.

Why Claude Seems to Get Dumber the More You Use It

Anthropic described a pattern many people have lived: every time the model makes a mistake, you add a rule to the prompt. Over time, the prompt becomes a sprawling catch-all — role definitions, policy rules, data, output formats, behavior patches for old model versions, all crammed together.

The problem: when you switch to a more capable new model, it follows instructions more diligently — including all those outdated rules you added for a model that's no longer there. The stronger the model, the more faithfully it executes your accumulated contradictions.

The model hasn't gotten dumber. The context you've given it is preventing it from functioning.

Principle 1: Build Evals Before Editing Prompts

Anthropic observed that most teams adjust prompts by feel: tweak, try, if it seems better continue, if not tweak again. The problem is you have no idea what change helped and what change quietly broke something else.

The better approach: build a set of evaluations (Evals) first:

  • Baseline cases: core questions the model should answer correctly every time
  • Regression cases: situations where it previously failed, to verify they're actually fixed
  • Edge cases: situations the model should decline, escalate, or handle carefully

After every prompt edit or model change, rerun the evaluations. This is the only way to know what actually improved and what quietly degraded.

Anthropic demonstrated with a telecom customer service bot: just separating a mixed-together prompt into XML-tagged sections — "role," "policies," "data" — without changing the model or adding new rules, immediately improved some test scores.

Principle 2: Give Tools, Not Requests to Calculate Thin Air

A prompt can tell Claude what to do — it can't give Claude abilities it doesn't have.

Anthropic's example is direct: a customer service bot needed to calculate prorated billing when a customer switched plans mid-month. The prompt said "must calculate correctly" many times. The model kept giving fuzzy mental-math responses that couldn't reliably produce the right number.

The solution wasn't continuing to insist it "be more accurate." It was adding a calculation tool — with explicitly defined inputs, formulas, and output format. With the tool, the model stops guessing and calls it instead.

This principle applies to everything requiring a definitive answer: querying databases, running code, reading large files, creating orders. Asking the model to hold and process everything in text context usually works worse than giving it the right tool.

Principle 3: Context Pollution Is the Most Common Cause of Degraded Output

When Claude Code's performance degrades during a long working session, the most common cause is context filling up.

Claude continuously reads files, runs commands, and accumulates conversation as it works. Even with a large context window, it can fill with no-longer-relevant old messages, execution outputs, and code snippets. When important information is buried in noise, Claude starts ignoring prior requests, repeating already-completed work, or modifying code based on stale information.

Two responses:

  • /clear: wipes the current session so Claude starts fresh
  • /compact: compresses completed work, key decisions, and remaining tasks into a summary to carry forward — like handing a project to the next engineer, keeping only what's needed to continue

The same principle applies to CLAUDE.md: good for project structure, testing methods, long-term guidelines — but if it's too long or full of patches for old models, it pollutes context on every startup. After a model upgrade, it's worth reviewing and removing rules that are no longer needed.

Principle 4: Diagnose Before Acting

For complex bugs, don't start with "fix this bug for me."

A more effective sequence: ask Claude to search the codebase, identify possible root causes, and outline a repair plan — but not to make changes yet. Review the plan, confirm the direction is right, then let it execute.

Why this works: a model that makes large code changes before it truly understands the system often introduces new problems. Getting the plan first lets you catch a wrong direction early, before significant time is wasted.

Anthropic calls this "smarter Vibe Coding": let the AI work autonomously, but maintain a recoverable safety boundary through frequent small confirmation steps, code review, and commits. The key is being able to interrupt — not waiting until it's finished to clean up the mess.

Principle 5: Give Agents the Same Basic Tools Humans Have

A core Anthropic principle for Agent design: first give Agents the basic capabilities humans use at work.

Employees use: file systems, terminals, browsers, search, code execution environments, APIs. Agents should start with these general-purpose tools rather than building a narrow, fixed custom tool for every task.

Anthropic showed an inventory management Agent: originally about 400 lines of system prompt, 12 tools. As features grew, strange problems appeared — the model read the correct promotion multiplier of 3.1x but computed with 1.35x instead.

Diagnosis: not model capability — system prompt too long, rules conflicting, model guessing wrong in the cluttered context. Solution: cut 400 lines to 50, keeping only what every task needs; everything else — inventory rules, forecasting rules, reporting rules — broken into Skills loaded only when actually needed.

Principle 6: Don't Stuff Data In — Have Claude Write Code to Process It

This one goes against many people's intuition.

The common approach: paste a whole CSV or large dataset into context and ask Claude to read and analyze it directly. Anthropic showed this can consume over 200,000 tokens in a single task, with poor results — making the model hold an entire dataset "in mind" isn't what it's best at.

Better approach: give Claude file system access and code execution capability, let it write Python to filter, aggregate, and organize data, then read only the key outputs the code produces. Token usage drops dramatically, execution time shortens — because mechanical work goes to the program, not the model's attention.

Extended principle: don't build an MCP tool for every operation. If only one Agent needs a capability, build a local tool. If you can call an API through code, call it through code. Only when multiple Agents or clients need access to the same standardized, governed toolset does wrapping it as an MCP Server make sense. Too many MCP tools also consume context and make it harder for the model to choose the right one.

Principle 7: More Subagents Isn't Better

Subagents fit two situations — outside these, don't force the split:

  • Parallel processing: multiple agents simultaneously searching different data sources, exploring different areas of a codebase, investigating multiple directions
  • Independent review: one Claude writes code, another Claude with independent context does Code Review — a "fresh set of eyes" catches things the original missed

If a task is simply a sequential process, forcing it into multiple subagents adds context transfer and coordination overhead. Even if a subagent correctly completes its work, information can get distorted as it passes results back to the main agent.

Anthropic's guidance: don't split everything into subagents just to look like a multi-agent system.

Principle 8: Architecture Beats Prompt Engineering

Anthropic's summary of all these improvements in one principle: the key to better Claude performance isn't longer prompts — it's delivering the right information, at the right time, in the right form.

For complex tasks, Anthropic demonstrated a Generate → Evaluate → Repair architecture:

  • Agent 1 generates the initial result
  • Agent 2 checks against rules item by item and lists errors
  • Agent 3 performs targeted fixes based on the error report

In an employee scheduling case: a single model with a long prompt couldn't reliably satisfy all constraints. Switching to a stronger reasoning model worked, but Token usage and latency spiked. Split into three steps: passed all tests while reducing both Token usage and latency.

The reason is direct: each model is responsible for one clear, easily verifiable task rather than asking the same Claude to simultaneously understand rules, generate an answer, check for errors, and revise itself.

What This Means for You

Most of these eight principles apply even if you're not a developer. Translated into everyday Claude use:

  • Prompt keeps growing and feeling less useful? Try cutting it down to just the essential core
  • Need Claude to look up real-time info or do precise calculations? Give it tools (web search, a calculator) — don't just ask in text
  • Claude starts ignoring things you said earlier in a long conversation? Start a fresh conversation, or re-summarize the key points
  • Asked it to fix something and it gets worse? Ask for analysis and a plan first, confirm the direction, then execute
  • For the same task, splitting into Generate → Confirm → Fix produces more consistently stable results than trying to get it right in one shot

What Anthropic said at the end of the event is worth holding onto: making Claude "smarter" isn't about finding a magic prompt. It's about not making the model guess what you actually want inside a cluttered, contradictory context.

Diagram
Eight Principles: The Real Causes vs The Common Misdiagnosis八個原則的核心對比:左欄是常見的錯誤直覺(人們以為出了什麼問題),右欄是 Anthropic 指出的真實原因,中間是對應的解法。 When Claude Underperforms: Misdiagnosis vs. Real Cause Common Misdiagnosis Real Cause (Anthropic) The Fix "The model isn't smart enough" (need to upgrade) Prompt is too long, conflicting rules, context is polluted Shorten prompt, build Evals, use /clear or /compact "I need to write a better prompt" (add more rules) Model lacks the ability for this task (no tool for deterministic output) Add a calculation / query tool with defined inputs + outputs "Just ask it to fix the bug" (jump straight to action) Model modifies before understanding the system → introduces more bugs "Analyze + plan first, don't change anything yet" "More subagents = smarter" (split everything up) Coordination overhead + result distortion in handoffs Subagents only for parallel tasks or independent review "Paste the whole CSV in" (let model read raw data) 200K+ tokens consumed, poor accuracy on mechanical tasks Give file system + code execution; Claude writes Python to process The Real Fix Isn't a Better Prompt Right information · Right time · Right form · Let model focus on one verifiable thing at a time "Making Claude smarter = not making it guess what you want inside a cluttered context" Claude Me · claude-me.com
Feel free to share. Please credit the source.
Ask a Question
Please enter at least 10 characters
Related Articles
Four System Prompt Design Patterns That Make Claude Predictable and Repeatable
practice · Jun 20
Running Out of Context? Five Tricks to Keep Long Claude Conversations on Track
beginners · Jun 20
Weekly Reports Without the Pain: Building a Repeatable System with Claude
practice · Jun 18
The Complete Practical Guide to Context Windows: How Big Is Your Conversation Memory and How to Use It Well
beginners · Jun 16
Related News
More Related Topics
What an Agent Task Really Costs: A Complete Cost Structure Breakdown, and Why Most People Underestimate It
AI Agent Bible
An auto-rebalancing DeFi Agent can cost $50–300 per month — but most people only count LLM API fees, forgetting tool call costs, Gas fees, and the fact that Gas can be 100x normal during network congestion. The Agent's gains must cover all three cost layers. Otherwise it's just a more expensive way to automate losses.
#agent#claude-code
What Is an On-Chain Agent? It Differs from Every AI Tool You've Used in One Key Way
AI Agent Bible
An on-chain Agent differs from every AI tool you've used in one thing: it can self-sign on-chain transactions and operate crypto protocols without your step-by-step confirmation. Your assets can be moved while you sleep — which is exactly why it's both powerful and dangerous.
#agent#claude-code
How AI Agents Think: A Complete Breakdown of the ReAct Reasoning Framework and Why It Determines Whether Agents Can Actually Get Things Done
AI Agent Bible
ReAct stops AI Agents from making decisions based on hallucination — every Thought, every Action, every Observation leaves a trace. Learning to read those three steps is how you tell whether an Agent is genuinely reasoning or making mistakes that look logical.
#agent#claude-code
Content Repurposing Workflow: Using Claude to Turn One Core Piece Into Five Platform-Ready Versions Automatically
Claude Cowork Me
The most time-consuming part of content repurposing isn't the writing — it's switching between different output modes. Claude handles format conversion; you handle insights and creativity. That's the right division.
#claude-code