Fetching from the wire…
Public story · 2026-08-26 · high
Ockhamareto hits a 49.9% mutation score with 2.6 tests per function, versus 31.3% at 4.7 tests for a standard RL baseline.
Why now: Ockhamareto posted to arXiv in August 2026, benchmarked directly against MIST-RL, the existing reinforcement-learning baseline for unit test generation.
A reinforcement-learning method for generating unit tests, called Ockhamareto, reaches a 49.9% mutation score using an average of 2.6 tests per function. A standard RL baseline needs 4.7 tests to reach 31.3%.
Teams that build coding agents to write test suites often hardcode a fixed test count into their pipelines. The paper checked whether cheap signals, function size among them, could predict where more tests stop paying off. None did.
Ockhamareto's reward rule only reinforces a test rollout when it sits on the Pareto frontier for two measures at once. Those measures are mutants killed and tests spent killing them. It also traces each test's killing power back to the specific source tokens it covers. Against MIST-RL, an existing reinforcement-learning baseline for the same task, that scoring produces a 3.4x better per-test trade-off. Mutation scores rise 30 to 35 percentage points across 4B, 9B and 27B parameter models, on HumanEval+, MBPP+, CodeContests and TestGenEval-Lite.
There's no shortcut here. The paper found no cheap proxy, not even function size, that predicts the efficient test count in advance. A CI policy that caps generated tests at a fixed number per function is guessing, not measuring. Watch whether test-generating agents start exposing a mutation-score target instead of a hardcoded count.
Each link below shares sources, entities, or timing with this story.
A July 28 study on HumanEval+, MBPP+, and LiveCodeBench found real original tests moved Qwen3.6 on LiveCodeBench from 13.1% to 39.4%, while stronger-model-generated synthetic tests added 1.7 points at p = .701, statistically indistinguishable from nothing. Spend your retrieval...
Recuris (arXiv 2608.24876) keeps a Working Memory tracking current task progress separate from an Experiential Memory of learned skills, so skill selection indexes against what the task needs now rather than the whole history. It improves 35 of 37 model-benchmark pairs, gains...
Inco AI kept parallel block drafting and added a bilinear-attention path selector scoring adjacent token pairs across the top-16 candidates for 0.6% latency overhead, plus a two-tap dynamic depthwise convolution fixing suffix decay for 3% more parameters. Result: 21% gain in m...
Every coding harness I've built, including the one that produces this newsletter, has some version of "if it fails, try again." That instinct is wrong, and there's now a study with the seed count to prove it. "Looping Is Not Reliability" (arXiv 2607.24604, July 27) runs a seal...
PromptResponse ran five semantically identical but syntactically distinct HumanEval variants through GPT-4o over more than 8,200 executions. Consistent formatting, JSON especially, improved generation efficiency and syntactic stability. The LLM-tuned prompts, meaning prompts a...
A placebo-controlled July 28 study found blind resampling beats self-repair at 2.5-5.5x lower token cost on MBPP+, because showing a model its own failed attempt makes it reproduce a near-identical program 33-68% of the time versus 2-14% under blind resampling. Real execution...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.