prompt-engineering
16 articles
Fable Field Guide: Find Your Unknowns Before You Start Coding
Anthropic engineer trq212 shares his methodology for coding with Claude Fable 5: the bottleneck isn't model capability anymore—it's whether users can surface their 'unknowns' before, during, and after implementation. Includes prompt examples plus HTML artifacts for visualizing blind spots and plans.
Let Fable Decide — Simon Willison on Delegating Model Judgment
Simon Willison learned from the Claude Code team fireside chat: instead of dictating rules, let Fable use its own judgment. Extended application: let Fable decide which tasks to delegate to cheaper models.
No-ops in Your Skills: The Instructions That Look Impressive but Do Nothing
Open any agent skill and it's stuffed with 'be more detailed,' 'be thorough'—lines that look diligent but don't change the model's behavior at all. Matt Pocock names the no-op trap, plus how to spot a dead instruction versus one that actually pulls its weight.
Run Your Coding Agent Like a Steam Engine: Operating Agents on Large Projects
Most coding-agent best practices from six months ago are now out of date. The new playbook: bigger tasks, longer sessions, and adversarial review so the agent verifies its own work — the engineer just shovels coal into the engine.
Fable 5 Is So Capable You Have to Re-Learn How to Talk to It — Unpacking Anthropic's Official Prompting Guide
Fable 5 nails on the first try what used to take days — but it's too proactive and over-elaborates, so prompts tuned for Opus 4.8 hold it back. The official guide isn't about making it stronger; it's about reining it in: steer with intent, draw boundaries, talk like a human when the run ends.
OpenAI Just Buried Their Old Prompt Style: GPT-5.5 Says 'Describe the Destination, Don't Draw the Map'
OpenAI's GPT-5.5 prompting guide: describe the outcome, not the process. ALWAYS/NEVER lists out; personality vs. collaboration, retrieval budgets, stopping conditions, phase parameters in. Cursor's GPT-5 case study included. Anthropic Opus 4.7 went the same direction in SP-175.
The three bugs behind Claude Code feeling dumber in April — Anthropic's own postmortem
Anthropic's postmortem confirms Claude Code felt dumber because three independent changes stacked: reasoning effort demotion, cache optimization dropping thinking history, and Opus verbosity tuning. Fixed by April 20, with usage limits reset.
Opus 4.7 Migration, Part II: Shorter Prompts, Thicker CLAUDE.md — Pawel Huryn's Six Intent-First Moves
SP-175 covered Opus 4.7 hard specs. This is the workflow layer. Pawel Huryn argues intent is the new unlock. Two-layer CLAUDE.md, per-call effort toggle, batch questions, show-don't-forbid, kill stale scaffolding, review plans not diffs — plus Anthropic/OpenAI converging.
After Opus 4.7: How Your Prompt Playbook Needs to Change — Two Official Anthropic Best Practices in One Cheat Sheet
Anthropic released two Opus 4.7 best practices — a Claude Code guide and a full prompting docs page. 4.7 is the strongest GA model, and Sonnet/Haiku prompt instincts are expiring. One cheat sheet: three must-knows, effort ladder, 4.6→4.7 diffs, copy-paste snippets.
Prompt Cache Economics — Why Your AI Bill Is Higher Than You Think
Prompt caching should save you 90% on token costs — but one obscure bug can silently make you pay 10x more. From DANGEROUS_uncachedSystemPromptSection to the cch=00000 billing trap hidden in Claude Code's DRM, here's why prompt engineers now need to be accountants too.
How to Make Your Claude Skills 10x Better — Andrej Karpathy's Autoresearch Method in Practice
Ole Lehmann shares a method that applies Karpathy's 'autoresearch' concept to Claude skills — letting an agent test, tweak, and improve your prompts automatically. His landing page copy skill went from 56% to 92% pass rate with almost zero manual work.
Lessons from Anthropic's Own Engineer: How They Actually Use Claude Code Skills Internally
Anthropic's Thariq shares lessons from hundreds of internal Claude Code Skills: Skills are folders, not just markdown; they cluster into nine categories; and the secret is gotchas, progressive disclosure, and descriptions written for the model.
Want to Think Like a Claude Architect? Here's the Cheat Sheet (No Certification Needed)
Someone took the Claude Certified Architect exam content and broke it all down — five domains, core concepts, anti-patterns, and hands-on suggestions. The certificate doesn't matter; the knowledge does.
The Complete CLAUDE.md Guide — Teaching Claude Code to Remember
Vishwas shares a complete guide to CLAUDE.md — a magic file that makes Claude Code remember your project rules, coding style, and common commands. No more repeating yourself every session.
Turn AI into Steve Jobs: klöss's UI/UX Design Auditor Prompt
klöss's UI/UX Auditor prompt: turns AI into an auditor with Steve Jobs and Jony Ive's design philosophy, checking every pixel on every screen
Complete Prompt Engineering Guide: 17 XML Tags to Go From Copy-Paste to Tony Stark
klöss's complete XML prompt framework: 6 core tags + 11 advanced tags, never copy-paste prompts again