Repeated Sampling Beats Self-Refine — Many "Deliberating Agents" Are Just Padding Token Counts
TL;DR
- Methods like self-refine and reflexion — where a model verifies and revises its own answers — never beat repeated sampling (having the model answer the same question multiple times and take a majority vote) when compared at equal token consumption; an experiment found that 10 out of 36 comparisons (all self-inspection methods) were reliably worse (arXiv).
- A day with several signs of AI investment spilling into the real economy: IBM productized automated workflows for legacy system modernization, and Kioxia posted record-high earnings driven by AI data center demand.
- OpenAI plans to offer free access to its top-tier models to roughly 100,000 researchers, while a system-prompt audit study revealed wide variation in how well products actually protect users.
Top Story: Repeated Sampling Beats Self-Refine
This paper tested seven methods — self-refine, reflexion, Best-of-N, debate-style approaches, and others that have a model verify, critique, and revise its own output — on 1.5B, 3B, and 7B open models across two math benchmarks (150 problems each). The key design choice is that all tokens spent on critique, introspection, debate rounds, and checking were counted, and results were compared against repeated sampling at equal token consumption (a simple method that just has the model answer the same question multiple times and take a majority vote). All 36 comparisons used bootstrap confidence intervals with multiple-testing correction.
The result: zero of the 36 comparisons showed a method reliably outperforming repeated sampling. Conversely, 10 comparisons showed reliably worse performance, and all 10 were self-inspection methods — where the model examines its own output. All 18 self-inspection comparisons had negative point estimates.
However, how this gap narrows depends on the type of self-inspection. When Best-of-N draws 8 samples and simple majority voting is compared against having the model itself “pick the best one,” majority voting led by 8.0 and 11.3 points on the 1.5B model, but that gap shrank to 2.0 and 1.3 points on the 7B model and was no longer statistically significant. By contrast, for methods like self-refine that have the model rewrite its own output, this degradation does not recover as model size increases. In other words, the harm from having the model “choose for itself” fades as models get larger, but the harm from self-correction via “rewriting” does not go away with scale.
Technical Take
The experiment is limited to open models in the 1.5B–7B range, and whether it generalizes to agentic behaviors like deep research or computer use in frontier models such as GPT-5.6 or Claude Fable 5 has not been verified. Still, the core claim is clear: much of the apparent accuracy gain from “agentic tricks” is simply a byproduct of generating more tokens, and it’s not evidence that the underlying method — having the model critique, introspect, or debate — is actually what’s driving the improvement.
Business Take
- Unit economics/cost structure: Complex self-verification pipelines like self-refine and reflexion carry operational costs in implementation, prompt design, and debugging. If this paper is correct, that cost isn’t justified by the return relative to simple majority voting at the same token budget.
- Build in-house vs. rely on the platform: Simple repeated sampling plus majority voting is easier to implement and verify than hand-building complex self-reflection logic. This weakens the case for investing in proprietary “agentic scaffolding.”
- Defensibility: Many agentic products tout their “complex reasoning process” as a differentiator, but if that’s just inflated token consumption, it doesn’t constitute a moat.
Contrarian Take / What’s Being Missed
That said, reading this result as “self-inspection is worthless across the board” would be overreaching. What the paper actually shows is limited to two math benchmarks and small models; it likely does not cover verification that uses external signals like execution results — as in code generation or tool use — which is verification rather than introspection. “The model introspecting on itself” and “verification with external feedback” should be evaluated separately.
Implications and Positioning
If you’re invested in a complex self-refine/reflexion-style pipeline, you should first run “repeated sampling plus majority voting at the same token budget” as a baseline and check empirically whether your approach actually beats it. If it doesn’t, that agentic complexity is likely hype worth dropping. Conversely, repeated sampling plus majority voting is simple to implement, doesn’t depend on individual expertise, and is easy to templatize and package. This is a reason to lean toward a decision rule that prioritizes “empirical comparison at equal cost” over “elaborate agent design.”
Other Notable Topics
1. IBM Bob Adds Dedicated Legacy Modernization Workflows
IBM added three prebuilt workflows to its AI development tool “IBM Bob”: IBM Z (COBOL/PL/I modernization and JCL analysis), IBM i, and Java modernization (ITmedia). The update also adds “Bobalytics,” an AI usage analytics feature, parallel tool invocation, and sub-agents that operate in independent contexts. As a case study, Blue Pearl reportedly completed work that a team of 14 engineers had expected to take 9 months in just 3 days.
Technical/Business Take: This figure comes from a single company and via IBM’s own press release, so its reproducibility should be discounted. From a business standpoint, this reads as IBM using packages tailored to its own legacy platforms to capture modernization demand. There’s little room for individuals or small players to enter this market directly, but the pattern of “prebuilt, packaged industry-specific workflows” is worth studying as a template for horizontal expansion into other niches.
2. Kioxia Posts Record Earnings on AI Data Center Demand
Kioxia Holdings’ Q1 FY2027 (fiscal year ending March 2027; April–June 2026) results hit record highs across the board: net income of ¥842.165 billion (up 4,506% year-over-year), revenue of ¥1.767 trillion (up 416%), and operating profit of ¥1.270 trillion (up 2,729%). The company attributed the results to demand from AI data centers (ITmedia).
Technical/Business Take: This is quantitative evidence that AI investment is lifting the real economy — the semiconductor supply chain — and pushes back against the skeptical view that “AI investment is hype with no real demand.” That said, memory markets are highly cyclical, so this surge could also signal an overheated phase of the demand cycle.
3. OpenAI to Offer Free Top-Tier Models to 100,000 Researchers
OpenAI is launching “ChatGPT for Academic Researchers,” a free-access program for its top-tier models aimed at academic researchers. It will start this summer with about 10,000 researchers and expand to roughly 100,000 by 2027. In Japan, 15 universities are eligible, including the University of Tokyo, Kyoto University, Institute of Science Tokyo, Waseda University, and Keio University (ITmedia). The program targets researchers in science, math, and engineering, giving them access to top-tier models including GPT-5.6 Sol Pro across ChatGPT, ChatGPT Work, and Codex. The number of arXiv math papers acknowledging ChatGPT reportedly more than doubled over the past three months.
Technical/Business Take: This reads as an academic-penetration strategy aimed at building future customers and ecosystem loyalty — the bet that tools researchers become familiar with will be more likely to be chosen in later collaborations and by their institutions. It’s worth distinguishing that the doubling in acknowledgment counts is correlational data and doesn’t itself indicate an improvement in research quality. The direct practical impact for small-scale founders is limited; academic penetration should be seen mainly as a leading indicator for future hiring markets and technology preferences.
4. AISPA Systematically Audits Commercial AI System Prompts
A study collected 3,249 system prompt instructions from 88 commercial AI products and classified them along 8 dimensions as either “user-protective” or “against the user’s interest (problematic)” (arXiv). While 98.9% of products had at least one protective instruction, only 24% covered all 8 dimensions. The average number of protective instructions varied widely across organizations, from 60+ down to fewer than 5, and about 40% of products contained at least one instruction working against the user’s interest.
Technical/Business Take: This study quantifies how widely companies differ in the scope and density of user-protective instructions embedded in their system prompts. It suggests system prompts themselves could become a point of contention for future regulation and trust-building. Proactively auditing your own product’s system prompts against this 8-dimension framework is itself a way to get ahead on the audit and trust front.
5. Change2Task Auto-Generates Coding Agent Evaluation Tasks from PR History
A system that automatically converts merged pull requests into executable tasks and verification environments for coding agents (arXiv). Starting from 1,130 source changes eligible for construction, it achieved a 79.6% task construction success rate and recovered 29.2% more tasks than a PR-based construction baseline on the same candidate pool. The paper reports that reusing modern base environments reduced measured costs across the complete pipeline by 10.8%.
Technical/Business Take: This addresses a bottleneck in training/evaluation data supply for coding agents — the scarcity of high-quality task environments — and is part of the broader benchmark and training-data-generation infrastructure. This kind of technology is likely to be built in-house by model-development platform companies, making it hard for individuals or small players to differentiate directly. On the other hand, as this kind of task-generation infrastructure spreads, it creates more environments where “claims about agent performance” can be benchmarked verifiably — laying groundwork that could help entrench the kind of empirical-comparison culture highlighted in this issue’s top story.
Try This Week / Hype to Ignore
- Worth trying: If you’re running a self-refine/reflexion-style agent design, run repeated sampling plus majority voting in parallel at the same token budget and check empirically whether it actually beats your current approach.
- Hype to ignore: Claims that complex self-verification/self-reflection logic itself is the source of accuracy gains. Be suspicious of demos without an equal-cost empirical comparison — they may just be inflated token consumption.
- Signal/noise: The top story is signal (confidence: medium-to-high, though the experiment is limited to small open models and generalization to frontier-model agents in production has not been verified). IBM Bob’s “9 months to 3 days” is a single-company case study leaning toward noise (confidence: low). Kioxia’s earnings are signal (confidence: high, though carrying cyclicality risk).
Sources
- arXiv - Sample More, Reflect Less: Self-Refine and Reflexion Lose to Repeated Sampling at Equal Token Cost, from 1.5B to 7B
- ITmedia AI+ - 「9カ月かかる作業を3日に短縮」 IBM、レガシー刷新ワークフローをIBM Bobに追加
- ITmedia AI+ - キオクシアQ1決算、純利益は前年比4500%増 AIデータセンター向け需要がけん引
- ITmedia AI+ - 研究者10万人にOpenAI「最上位モデル」無料提供へ 日本でも東大、京大など15大学が対象
- arXiv - AISPA: User-Centric System Prompt Auditing for Large Language Model Applications
- arXiv - Change2Task: From Repository Changes to Executable Coding Agent Tasks and Environments