Kozuchi Agent: A Language-Agnostic Open-Weight Agent for Software Repair
TL;DR - Kozuchi is a language-agnostic, open-weight software-repair agent with an auditable CI evaluation pipeline. Using Qwen3.5-27B without fine-tuning, it achieves strong SWE-bench results across Python and Java.
- Resolves 374/500 SWE-bench Verified tasks with test-time selection over eight candidates.
- Solves 41/128 Multi-SWE-bench Java tasks, ranking first among strict open-weight submissions.
- Uses explicit phases, persistent state, deterministic tools, and a model-independent action interface.
- Analysis identifies semantic correctness and candidate selection—not patch formatting or proprietary-model access—as the main remaining limitations.