- What's actually in here?
- Prompt patterns that improve output: few-shot, chain-of-thought, role assignment, XML tagging, structured output. Plus anti-patterns that waste tokens.
- Is this model-agnostic?
- Mostly. Works across Claude, GPT, Gemini, Llama. Some techniques (Claude-specific XML tagging) are noted where relevant.
- What about prompt injection?
- Touched on — not a full security treatise. Focus is on getting good output, not defending against malicious inputs.
- Does it cover RAG?
- Brief. RAG is a system-level pattern (retrieval + prompting); this cheatsheet focuses on the prompting half.