More Prompts = Worse Code?
TL;DR
Prompt files are technical debt too: Theo says files like agent.md, claude.md, skills, MCP configs, and dynamic system prompts all add maintenance burden, and unlike bad code, they often fail silently.
Model-specific prompt tuning goes stale fast: A prompt setup that worked for GPT-4.1, 54, or Gemini can become actively harmful on the next model release, which is why Theo says you have to relearn how to "hold the model" every time.
Bigger AI harnesses can make models dumber: He points to Claude Code's large prompt footprint and users who install every MCP server they can find, then wonder why half the context is gone before the agent even starts working.
Third-party tools often beat custom setups because they retune constantly: Theo's example is Cursor, where prompt and harness work reportedly produced 10% to 30% quality gains for Opus versus other environments, plus fast fixes like a late-night Gemini 3 Pro prompt patch.
Theo uses minimal configuration on purpose: He likes the Pie CLI because it starts under 1,000 tokens of context, compared with much heavier harnesses, and lets him see what the raw model can actually do before adding anything.
The rule of thumb is write prompts yourself, then delete them: He warns against AI-generated markdown and boilerplate like /init files because old instructions can drag down newer models long after the team forgot they were there.
The Breakdown
A stale agent.md can quietly make your AI code worse than no prompt at all, and Theo argues that prompt debt is often nastier than normal technical debt because it decays silently every time models change. His practical advice is blunt: keep AI coding setups as close to stock as possible, audit your markdown files, and delete prompts whenever you can.
Was This Useful?
Share
Keep Reading
Make Alcreon Yours
Tune your feedFive quick questions, and the feed ranks what matters to you first.Or just get notified
The weekly Echo. Signal worth keeping in your inbox.
Every new piece, announced on X.
Read Next
See all
Playbook
Cheap Models, Hard Tasks
Most agent workflows route every step to the frontier model by default. The bill scales with how chatty the agent gets, even when most steps don't need that brain.

Playbook
Tasteful Skills
“Tasteful Skills” argues that the best agent skills are not documentation or best-practice lists.

Playbook
The Art of Tasteful Prompting
Learn how tasteful prompting helps you move beyond generic AI output by shaping context, style, and judgment from the start.