// 5 challenges · Coding Agents
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 coding agent that fixes failing CI
Build a coding agent that reads failing CI logs, identifies the code defect, patches the repository, and adds or preserves tests. The target repositories are Python — your agent can be implemented in any language.