Prompt Anatomy - The three-part structure every effective prompt follows: context (background knowledge the LLM needs before acting), instruction (the specific task to perform), and output (the format and structure of the result). This anatomy applies at two scales: within a single prompt, and across an entire agent system.
Cognitive Load (in prompts) - When a single prompt is asked to do too many jobs at once (detect, analyze, format), quality degrades. The fix is decomposition: break the task into specialized prompts that each do one job well.
The 3 AM Test - A readiness check for production prompts. Ask: "If this runs tonight with no one watching, do I trust the output?" If your answer includes "probably," "depends," or "I'd need to check," the prompt has gaps.
Three levels of prompt complexity:
Tips for agent prompts:
No changes detected." Without this, the model will surface noise to avoid silence.Ambiguous." A labeled unknown beats a confident wrong answer.Using Claude Projects to write prompts:
Prompt Anatomy - The three-part structure every effective prompt follows: context (background knowledge the LLM needs before acting), instruction (the specific task to perform), and output (the format and structure of the result). This anatomy applies at two scales: within a single prompt, and across an entire agent system.
Cognitive Load (in prompts) - When a single prompt is asked to do too many jobs at once (detect, analyze, format), quality degrades. The fix is decomposition: break the task into specialized prompts that each do one job well.
The 3 AM Test - A readiness check for production prompts. Ask: "If this runs tonight with no one watching, do I trust the output?" If your answer includes "probably," "depends," or "I'd need to check," the prompt has gaps.
Three levels of prompt complexity:
Tips for agent prompts:
No changes detected." Without this, the model will surface noise to avoid silence.Ambiguous." A labeled unknown beats a confident wrong answer.Using Claude Projects to write prompts: