← Back to Flamra

Flamra + DeepSeek-V4-Pro on Aider Polyglot

Technical report · 2026-06-14

96.0%
216 / 225 exercises solved on the Aider Polyglot benchmark (2-try protocol) across six languages, graded by each language's own test suite. First-attempt rate (the stricter, single-shot number): 71.1% (160 / 225).

System

Flamra is a Windows-first, bring-your-own-key AI coding agent — a single Rust core shared by a CLI, a Tauri desktop app, and a web UI. The same flamra --agent tool-use loop that ships in the product solved each exercise.

Results by language

LanguageSolvedRate
Java47 / 47100%
Python34 / 34100%
Rust29 / 3097%
C++25 / 2696%
Go37 / 3995%
JavaScript44 / 4990%

How to read this number

We report this as a capability measurement of Flamra, not a leaderboard ranking, and two things are worth stating plainly:

Evaluation & reproduction

Each exercise is solved in an isolated copy of its directory with the reference solution and tests removed, then graded by the language's native runner (pytest, cargo test, go test, gradle test, npm test, cmake + make). Grading is local and free — no hosted evaluation service. The benchmark source is Aider-AI/polyglot-benchmark.

See also our SWE-bench Lite report (61.33%), graded with the official harness.