AI Challenge Finale
Test your AI skills with hands-on prompts. Pick a challenge, submit your solution, and earn points as you progress through the series.

AI Challenge Finale
Scan the QR code with your phone, or open the challenge on your device.
Open ChallengePrompt a Haiku Generator
Prompt Engineering
Write a single prompt that reliably makes an LLM output a haiku about any topic the user provides, with no extra commentary. Submit your prompt and a short note on why it works.
Build a RAG Fact-Checker
Retrieval & RAG
Design a minimal RAG pipeline that verifies a user's claim against a small knowledge base. Describe the components, the retrieval step, and how you'd prevent hallucinations. Submit your design outline.
Two-Agent Negotiation
Agents
Design a multi-agent system where two LLM agents negotiate a fair price for an item. Define each agent's role, memory, and stopping condition. Submit your architecture and a sample exchange.