Fetching from the wire…
Public story · 2026-08-17 · high
Each training task gets its own optimization problem instead of one fixed recipe, and the team released the code.
Why now: The paper's code released alongside it, so the SWE-bench Verified claim is checkable now, not just promised.
Envs-FORGE solves a math program for each training seed to set that seed's next task difficulty, per a paper on arXiv. The technique moved a Qwen 3.5 35B model from 73.4% to 77.1% on SWE-bench Verified, at matched token budgets. Most synthetic-data systems apply one fixed prompting recipe to every seed regardless of whether the model needs a harder task or an easier one.
The method estimates a pass rate for each seed, then scores six possible directions for pushing that seed toward a target difficulty level. It solves a mixed-integer linear program (MILP) to pick the direction.
Then it rewrites the seed's instruction, fixtures, oracle solution, tests, and Docker image together so they stay consistent. Only bundles that pass gold verification make it into the training set.
The gains extended beyond the headline number. Envs-FORGE added 9.2 points on tb-core and 6.4 on tb-2.0. The team released the code, so the approach doesn't stay a paper claim.
One catch stands out. The reported gains are on one model, Qwen 3.5 35B, and the paper doesn't say whether they hold on other architectures. Builders training on synthetic seeds now have a testable alternative to check against their own setup.
Each link below shares sources, entities, or timing with this story.
This one rearranged my week. An essay published August 4 walks through Databricks' independent benchmark of coding harnesses against its own multi-million-line codebase. Pi, a harness with four built-in tools and a system prompt under 1,000 tokens, paired with Opus 4.8 at xhig...
LM Studio has been the tool you reach for when you want to poke at a local model. On July 16 it became something else. Bionic turns that runtime into a full agentic app: it writes and edits documents, generates and searches code with inline diffs, and does real-time voice tran...
When the meter's running hot, the obvious move is a cheaper model that's actually good. Mistral shipped one. Devstral 2 (123B, modified MIT) scores 72.2% on SWE-bench Verified. Devstral Small 2 (24B, Apache 2.0) hits 68.0%. Both carry 256K context. Mistral claims 7x cost effic...
Mistral ships three products: Devstral 2 (123B, modified MIT) at 72.2% SWE-bench Verified and 7x better cost efficiency than Claude Sonnet. Vibe 2.0 CLI adds custom subagents, slash-command skills, and unified agent modes. Devstral Small 2 (24B, Apache 2.0) is the strongest op...
This one annoyed me, because I've been running the losing pattern. SWE-QA (arXiv 2608.01507) compares the sub-agent grep pattern that Claude Code, Codex and Antigravity all ship by default against a pre-built semantic index over the same repository. Semantic search answered 65...
One line in the v2.1.215 changelog, July 19: Claude Code no longer invokes the /verify and /code-review skills on its own. You call them explicitly now (changelog). If your workflow assumed a review pass fired at the end of a task, it doesn't anymore, and nothing told you. Cod...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.