Prompt recipe card
Use this five-part recipe for reliable prompts. Not every part is required — but skipping **Task** and **Format** is the most common mistake
Reference
Decision cards and checklists — print or pin beside your desk.
27 cheatsheets
Use this five-part recipe for reliable prompts. Not every part is required — but skipping **Task** and **Format** is the most common mistake
Pick the smallest technique that solves the job. Upgrade only when the simpler option fails.
Run through this before pasting anything into a chatbot — especially work, school, or health info.
Confident tone ≠ correct facts. Use this when answers matter for school, work, health, money, or law.
Match the job to model type before chasing the biggest name on the leaderboard.
Rough math for planning prompts, RAG, and API budgets.
Layer defenses — no single filter catches everything.
If answers are wrong, walk the pipeline **retrieval first**, generation second.
- Interactive chat or copilot
- Sensitive docs, offline field work, air-gapped labs
Think → Act (tool) → Observe → Think → …
1. Keep system prompt + last N turns + summary
Use when deciding whether to **believe, share, or act on** AI-generated text, images, audio, or video.
Vectors have a **fixed length (dimensions)** per model — index and queries must match.
**Pipeline:** keyword top-20 + vector top-20 → dedupe → re-rank → top-5 to prompt
Minimum Python before AI/ML labs in Lane D.
What to watch after shipping RAG or agents.
Safe rollout checklist for models, prompts, and RAG indexes.
Retrieve wide, re-rank narrow.
- Trace IDs from failing requests