// 30 challenges
Build a coding agent that fixes broken Python functions
Build a coding agent that takes a broken Python function, identifies the bug, fixes it, and writes a passing test. The target functions are Python — your agent can be written in any language.
Build a RAG pipeline over a product FAQ
Build a retrieval-augmented generation pipeline that answers customer questions using a provided product FAQ dataset.