Badger Code: Building a Local Coding Agent on a Single GPU

Projects
ML Marathon
MLM26
Agentic coding
Benchmarking
LLM
GenAI
Author

Chris Endemann

Published

August 25, 2026

Badger Code is a challenge in the 2026 Machine Learning Marathon (MLM26). Teams build the best open coding agent they can on a single GPU – no proprietary models, no giant clusters – scored on Terminal-Bench 2.1. Terminal-Bench measures whether an agent can use shell commands, inspect files, read error messages, and iterate until the task is complete, connecting models to a sandboxed terminal for reproducible evaluation.

Challenge design

  • Task: Assemble an agent (open-weights model + harness) that solves real terminal-based tasks end to end.
  • Constraints: Open models only, running on a single GPU – efficiency and clever harness design matter as much as raw model size.
  • Evaluation: Terminal-Bench 2.1 task completion rate in a sandboxed, reproducible execution harness.

Comments