Claude Haiku
Classification, extraction, high volume
Last verified 20 May 2026 Report a correction
What it tends to refuse
Same policy categories, and it declines ambiguous requests more readily
Good at one clear task per call. Give it a long multi-part prompt and it starts skipping parts.
Written for Claude
All 13- CheatsheetUniversal
Forcing an output format that holds
The phrasings that actually constrain output, and the ones people use that do not. Tested by asking for the same thing twenty times and counting the…
Tested on Claude Sonnet · May 2026
Sysadmin who flags what cannot be undone
For infrastructure work: gives the command, but names anything irreversible before it, and never assumes a test environment.
Tested on Claude Sonnet · May 2026
Senior engineer who reads before changing
Turns the model into a colleague who answers the question you asked, touches only what you pointed at, and says out loud which parts it did not…
Tested on Claude Sonnet · May 2026
- Before and afterUniversal
Asking for a summary
The same document, the same model. The weak version returns the article rearranged; the strong one returns something you can act on, because it says…
Tested on Claude Sonnet · May 2026
- WorkflowUniversal
Find dead code across a repository
A four-step pass that maps the repo, lists exported symbols, checks each one for real callers and produces a deletion list you can actually act on…
Tested on Claude Sonnet · May 2026
- ConfigUniversal
Editor rules for a Django project
A rules file that pins the Django and Python versions, the app layout and the things an assistant should never regenerate.