// 2 challenges · Coding Agents · medium
Coding Agents
mediumBuild a coding agent for data pipeline reliability
Build a coding agent that hardens a flaky data pipeline by adding deduplication, validation, idempotency, and clear processing counters.
~4–8 h·Any language
View →Coding Agents
mediumBuild a coding agent that writes tests for untested code
Build a coding agent that generates test suites for untested Python functions, covering happy paths, edge cases, and error conditions. The target functions are Python — your agent can be written in any language.