AlphaCodium

Stale
GitHub Python AGPL-3.0

Description

CodiumAI's SOTA method on the CodeContest benchmark.

Key Features

  • Multi-step reasoning — Reflect, test, iterate
  • CodeContest SOTA — Beats raw prompting
  • Open-source — Paper-aligned code
  • Customizable — Adapt to your own code tasks
  • Educational — Paper walkthroughs

Use Cases

💡 Reproduce AlphaCodium paper experiments.
💡 Add multi-step reflection to code-generation agents.
💡 Baseline on the CodeContest benchmark.

Quick Start

# Clone
git clone https://github.com/Codium-ai/AlphaCodium
cd AlphaCodium
# Run a sample per README
python run.py --problem examples/sample_problem.json

Related Projects

Related Articles