Challenge library with filters
Browse ticket-sized coding problems across categories and difficulties, then choose a challenge that matches the kind of work you want to practice.
Kodwai is a developer challenge platform for solving coding problems with your own AI agent on your own machine, then scoring and ranking full sessions on a public leaderboard.
Kodwai is a platform for developers to solve coding challenges with an AI agent on their own machine. The homepage names Claude Code, Cursor, and Codex as supported agents and presents the product as a way to test how well you direct an agent through real work, rather than how well you memorize interview puzzles.
The workflow starts from the CLI: pick a challenge, download the problem files and tests, solve the task locally, and submit the session for scoring. Kodwai then evaluates the run using Direction, Outcome, and Lift, with evidence taken from prompts, recovery, commits, and test runs before placing the result on a public leaderboard.
Browse ticket-sized coding problems across categories and difficulties, then choose a challenge that matches the kind of work you want to practice.
Start challenges from the terminal with the Kodwai CLI, which downloads the problem statement, starter files, and tests before initializing a git repository and timer.
Work locally on your own machine with your own AI agent instead of inside a controlled sandbox, using the editor and workflow you already have.
Submit the full session for scoring, including your code, git history, test runs, agent transcript, and elapsed time.
Receive scores for Direction, Outcome, and Lift, with per-signal evidence that shows why each axis scored the way it did.
Compare runs on a public leaderboard and keep a public profile tied to your scored sessions.
Use Kodwai when you want to practice the real workflow of directing an AI agent through a coding task, including prompting, verification, and recovery when the agent goes wrong.
Use it to compare how different approaches to the same problem score, especially when one prompt gets tests passing but shows weak judgment or limited verification.
Use the challenge library for interview-style preparation on ticket-sized backend, frontend, security, or other shipping work without switching to whiteboard puzzles.
Use the leaderboard and public profile to track scored runs over time and share a visible record of your challenge results.
Kodwai is a platform for solving coding challenges with your own AI agent on your own machine. The source shows support for Claude Code, Cursor, and Codex, with challenges started from the CLI and submitted for scoring.
The rendered page shows a CLI flow: start a challenge from your terminal, download the problem files and tests, solve locally, then submit the session for scoring.
Kodwai is aimed at developers who want to practice directing an AI agent through real coding work, rather than solving abstract puzzles or whiteboard-style problems.
The source describes scores based on Direction, Outcome, and Lift, with evidence drawn from prompts, recovery, test runs, commits, and the agent transcript.
The page explicitly describes the product as working on your own machine with your own agent and says there is no sandbox to fight. It does not provide integration or environment details beyond the agents named on the homepage.