4 prompts
Build an AI agent that reasons and acts using tools. ReAct loop with function calling, error recovery, and conversation memory.
Reliably extract structured JSON from LLM responses. Schema validation, retry on malformed output, and fallback parsing strategies.
Build a prompt template engine that supports variables, conditionals, loops, and includes. Like Handlebars but for LLM prompts.
Implement streaming LLM responses with Server-Sent Events. Token-by-token output from API to browser with proper error handling and abort.