Build1 distinct publisher3 min readPublished
Thinking Machines and four academics trained one model past the usual agent pipelines on text-to-SQL, but the part worth copying is the audit they ran first, which put annotation errors in 61.1% of the benchmark examples they checked.
The Engineer · Build desk

Compiled by The EngineerSomething wrong?How this is made
A verifiable reward for text-to-SQL is a comparison, not a judgement. Run the model's query, run the reference query, score on whether the results agree [16]. That makes the reference annotation the grader. In the roughly 2,500 examples sampled from BIRD Train, a widely used text-to-SQL dataset, 52.1% of reference queries were wrong [5][6]. The researchers name both failure modes: a sound query is punished when the reference is wrong, and a flawed query gets credit for matching one [20]. So the cleanup sits upstream of everything else, because otherwise the reward channel is noisy in a direction that correlates with the annotator's mistakes.
The error categories overlap, which changes how you would triage your own data. 61.1% of the audited examples carried at least one identified problem and 52.1% had a bad reference query [9][6], so 9.0 points of the sample is flagged on the strength of something else [1]: 26.2% had a flawed natural-language question and 18.2% supplied incorrect external knowledge [7][8]. The reference query is both the dominant defect and the one wired into the reward.
The first review pass tried to automate this. An OpenAI o3 model used as a screen was right 90.6% of the time when it flagged an annotation error, and it surfaced 24.5% of the errors human reviewers found [10][11]. Invert the recall and the humans turned up about 4.1 times as many defects as the screen [2]. Precision that high makes the screen useful for ordering a review queue; recall that low means it cannot close the queue, which is why the corrected set, BIRD-Platinum, came out of multiple rounds of expert review with conflict resolution [12].
On the model side the two headline numbers are 88.55% with greedy decoding and 91.37% when selecting among 16 candidates [3], which is 2.82 points for sixteen times the sampling [3]. Whether that trade is worth making depends on whether you are filling in a leaderboard row or a latency budget.
For any of it to transfer, the reported setting has to resemble yours. This is a demonstration on curated academic test sets, and the paper reports no customer deployment and no evaluation against a live corporate database [18]. Production warehouses add access controls, schemas that move, organization-specific terminology and column counts far past the benchmark's [19]. The training route itself is unremarkable in the good sense: reinforcement learning on Moonshot AI's Kimi-K2.6 through Tinker, which handles the compute and exposes sampling, gradient calculation, weight updates and checkpointing [14][15]. The hard-won artifact is the labelled data underneath it. If your own eval labels have not been through comparable review, the accuracy you report includes your annotators' accuracy as well as your model's.
Ranked by verification strength, evidence, and original report placement.
Thinking Machines Lab, founded by Mira Murati, and four academic researchers trained a single model to outperform elaborate text-to-SQL agent pipelines, after finding errors riddled the benchmark data used to teach and judge those systems.
The model, ReViSQL-K2.6, reached 88.55% accuracy with greedy decoding and 91.37% when selecting among 16 generated answers on Arcwise-Plat-SQL, an expert-verified variant of BIRD Mini-Dev.
Text-to-SQL systems commonly divide the job among several model calls, with one stage identifying relevant tables and columns, another writing a query, and later calls executing, repairing and ranking candidates; each addition can raise accuracy while adding latency, cost and another piece of benchmark-specific orchestration.
The result is a demonstration on curated academic test sets rather than evidence that ReViSQL-K2.6 can safely query a production data warehouse, and the paper does not report a customer deployment or evaluation on a live corporate database.
According to runtimewire.com, ReViSQL supports Murati's argument that specialized training can beat bigger models and intricate agent workflows, but it also exposes the bill: expert data cleanup and carefully designed rewards remain essential.
Researchers Yuxuan Zhu, Tengjun Jin, Yoojin Choi and Daniel Kang published the results on August 27.
Distinct publishers with included, body-backed reporting in this cluster.
1 article · August 27, 2026
Follow any of these and your For You feed starts watching them — no settings page required.
build
Thinking Machines will pay $50,000 in its own credits to see if Inkling breaks under fine-tuning1 distinct publisher
build
1.5% of Hugging Face repos take 99.2% of downloads, and the ceiling is Chinese1 distinct publisher
invest
Ramp counts 6.1% of AI-spending businesses paying for platforms that serve Chinese weights1 distinct publisher
invest
Meta hires another ChatGPT alumnus, and the whole industry pays the retention bill1 distinct publisher
Evidence-backed comparisons of source perspectives and observed adoption signals. Read the methodology
Which Builder, Operator, and Investor concerns the observed source mix emphasized—not a truth score.
Evidence, demonstrated adoption, hype gap, incentives, and confidence are assessed independently, each on its own current evidence. How these are measured.
Specific quantitative audit, single-source and self-reported
The cluster carries unusually concrete numbers: a ~2,500-example audit scope, a four-way error breakdown (52.1%/26.2%/18.2%/61.1%), o3 precision and recall figures, residual Mini-Dev error rate, and two headline accuracy scores with per-task costs. The article also volunteers scope limits and refuses a same-test comparison against BIRD's 92.96% human accuracy. What it lacks is independent confirmation: one publisher, sourced to the lab newsroom and the authors, with no baseline pipeline scores, no third-party rerun and no dataset-maintainer response.
Artifacts released, no deployment
Adoption evidence is limited to research-stage artifacts: published results, an open release of code, corrected data and recipe, and one disclosed external academic use of Tinker. There is no customer deployment, no live corporate database evaluation, no downloadable checkpoint or license, and no usage volume anywhere in the supplied material.
Mildly overstated, largely self-corrected
The headline framing is a 91.37% score and a single model beating frontier agent pipelines, which outruns the supplied evidence: curated academic test sets, no baseline figures, no independent rerun and no production trial. The overstatement is modest because the same article discounts it, rejecting the human-parity comparison, noting majority voting still buys accuracy with inference compute, and pricing in the expert-cleanup bill behind the result.
Vendor proof point routed through academic authors
The result is favorable to the party whose product enabled it: Thinking Machines' Tinker API, with the article naming Thinking Machines Newsroom as primary source and the lab supplying the 12% to 15% cost comparison against frontier systems. Murati's specialization thesis and Tinker's commercial case are directly advanced. Counterweights exist: the authors are external university researchers, the corrected data and code were released for reproduction, and one author's Bridgewater AIA Labs affiliation is disclosed.
Detailed but uncorroborated
Claim-level detail is high and internally consistent, and the source is fresh and unusually explicit about limits, which supports moderate confidence in what was reported. Confidence stays below the midpoint because a single publisher relaying a lab newsroom and the authors' own paper is the entire evidentiary base, the supplied body is truncated, and key verification hooks (baseline pipeline scores, dataset-maintainer response, license and checkpoint status) are absent.