Back to Home
Weekly Series

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.

NewGen AI Challenge poster
Scan to Start

AI Challenge Finale

Scan the QR code with your phone, or open the challenge on your device.

Open Challenge
Deadline: Sat Aug 09, 2026 ยท 11:59 PM EST
Beginner 10 pts

Prompt 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.

Intermediate 20 pts

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.

Advanced 30 pts

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.