test-time-compute

Tag

Cards List
#test-time-compute

@che_shr_cat: 1/ Parameter scale is a brute-force crutch. What if a 35B model could beat a 1,000B model simply by scaling its search …

X AI KOLs Timeline · 3d ago Cached

Explores whether a 35B parameter model could surpass a 1000B model by scaling its search horizon at test time, using structured process feedback rather than brute-force parameter scaling.

0 favorites 0 likes
#test-time-compute

@gurtej__gill_: This new paper from Stanford, Berkeley and NVIDIA feels like a massive piece of the puzzle when it comes to test time c…

X AI KOLs Timeline · 2026-07-07 Cached

This paper from Stanford, Berkeley, and NVIDIA introduces LLM-as-a-Verifier, a general-purpose verification framework that uses token logits for continuous scoring. It achieves SOTA on multiple benchmarks including Terminal-Bench V2 (86.5%) and SWE-Bench Verified (78.2%), and provides fine-grained signals that can accelerate RL training.

0 favorites 0 likes
#test-time-compute

Are we hitting the wall on test-time compute?

Reddit r/AI_Agents · 2026-07-04

The article examines whether the benefits of scaling test-time compute for AI models are diminishing, potentially indicating a ceiling in current scaling paradigms.

0 favorites 0 likes
#test-time-compute

@che_shr_cat: 1/ A 5M-parameter model just beat frontier LLMs on hard logical puzzles at less than 1/100,000th of the inference cost.…

X AI KOLs Timeline · 2026-06-29 Cached

A 5M-parameter model outperforms frontier LLMs on hard logical puzzles at a fraction of the inference cost by using continuous latent space test-time compute.

0 favorites 0 likes
#test-time-compute

@omarsar0: Just had a great discussion on dynamic workflows. Rough notes: - applies to a very small set of use cases - think of it…

X AI KOLs Following · 2026-06-25 Cached

Discussion of dynamic workflows for test-time compute, including their limited use cases, benefits for research experiments, and the need for better benchmarks. Mentions models like Mythos and Opus 4.8 for agent orchestration.

0 favorites 0 likes
#test-time-compute

The verifier based vs verifier free test time scaling result is older than people act, and it keeps getting confirmed [D]

Reddit r/MachineLearning · 2026-06-24

The post discusses the confirmed research finding that verifier-based test-time compute scaling dominates verifier-free methods, with practical examples like Apodex showing gains from separate verification processes. It argues that building independent verifiers is a key path for future AI capability improvements.

0 favorites 0 likes
#test-time-compute

The AI world is getting ‘loopy’

TechCrunch AI · 2026-06-22 Cached

The article discusses the rise of 'loops' in AI agentic systems, where agents continuously prompt other agents to perform tasks, as a major step beyond simple agent use. Boris Cherny of Claude Code endorses this approach at Meta's @Scale conference.

0 favorites 0 likes
#test-time-compute

@rohanpaul_ai: Big claim in this paper, pushes against the common idea that more test-time compute should keep helping. Claims a code …

X AI KOLs Following · 2026-06-18 Cached

This paper introduces LoopCoder-v2, a 7B code model that benefits most from a single rethinking loop; additional loops degrade performance, challenging the assumption that more test-time compute always helps.

0 favorites 0 likes
#test-time-compute

@cerebras: https://x.com/cerebras/status/2067357992929153268

X AI KOLs Timeline · 2026-06-17 Cached

An analysis of the economics and performance impact of AI reasoning models, showing that enabling reasoning can improve accuracy by 10-20% but costs 5-10x more tokens, and discussing different reasoning types and their applications.

0 favorites 0 likes
#test-time-compute

@grapeot: Reasoning models aren't the bombshell of 2024. Many people, upon first seeing o1 "think" for over ten seconds before answering, felt that models had suddenly learned to reason overnight. But stretching out the timeline, from CoT prompting (2022) to o1, a full four years passed in between. Three things often conflated: 1. Reasoning ability itself—already amplified by CoT systems in 2022 2. Training reasoning via reinforcement learning—academic prototypes of PRM existed in 2023 3. Turning reasoning into a billable, schedulable resource—this is the real watershed of 2024.

X AI KOLs Timeline · 2026-06-17 Cached

A deep retrospective on the four-year evolution of reasoning models from CoT in 2022 to o1/R1 in 2024, pointing out that the true watershed is not the emergence of reasoning ability, but the conversion of reasoning into a billable, schedulable resource.

0 favorites 0 likes
#test-time-compute

How Inference Compute Shapes Frontier LLM Evaluation

arXiv cs.AI · 2026-06-17 Cached

This paper systematically studies how inference-time compute (token budgets, context compaction, repeated submissions) affects frontier LLM performance on challenging benchmarks, demonstrating that scores are protocol-dependent and advocating for evaluations that report capability as a function of inference compute.

0 favorites 0 likes
#test-time-compute

I scaled test-time compute for Qwen-3.6-27B and Gemma-4-31B to surpass Claude Mythos in code optimizations and speedups.

Reddit r/LocalLLaMA · 2026-06-12

This article describes a scaffold that scales test-time compute on Qwen-3.6-27B and Gemma-4-31B using iterative corrections and branch exploration to surpass Claude Mythos in code optimization. It includes a paper link and GitHub repository.

0 favorites 0 likes
#test-time-compute

@Phoenixyin13: Finished reading a long post today by OpenAI researcher Noam Brown — a reality severely underestimated by the industry. The true ceiling of LLM capabilities is far higher than what any current benchmark shows. The reason: too little test-time compute. And as models...

X AI KOLs Timeline · 2026-06-09 Cached

Highlights OpenAI researcher Noam Brown's argument: the true ceiling of LLM capabilities is far higher than current benchmarks show, due to insufficient test-time compute, and stronger models benefit more from additional computation. This poses a serious challenge for AI safety evaluation, as many dangerous capabilities may only emerge under long time and high compute budgets.

0 favorites 0 likes
#test-time-compute

@polynoamial: https://x.com/polynoamial/status/2064210146558136827

X AI KOLs Following · 2026-06-09 Cached

This article argues that LLM benchmark performance is increasingly a function of test-time compute, and that current evaluation methods fail to capture capability improvements when controlling for inference budget. It advocates for plotting performance vs. tokens, cost, or time, and discusses implications for safety evaluations.

0 favorites 0 likes
#test-time-compute

Not All Errors Are Equal: Consequence-Aware Reasoning Compute Allocation

arXiv cs.AI · 2026-06-04 Cached

This paper proposes consequence-aware test-time compute allocation, routing higher-stakes software engineering tasks to larger compute budgets based on predicted failure cost rather than just difficulty. Evaluated on SWE-bench Lite and Multi-SWE-bench mini, the approach reduces cost-weighted loss by 22–33% compared to difficulty-aware routing.

0 favorites 0 likes
#test-time-compute

Thinking Past the Answer: Evaluating Harmful Overthinking in Large Reasoning Models

arXiv cs.AI · 2026-06-03 Cached

This paper introduces a prefix-level trajectory evaluation protocol to distinguish harmful overthinking from verbose but harmless overthinking in large reasoning models, showing that continued reasoning after reaching the correct answer can destabilize performance. The authors find that early stopping improves accuracy by up to 21% on multimodal benchmarks, and identify logical drift and visual reinterpretation as key causes of correctness deviations.

0 favorites 0 likes
#test-time-compute

FineVerify: Scaling Test-Time Compute with Fine-Grained Self-Verification for Agentic Search

Hugging Face Daily Papers · 2026-05-30 Cached

FineVerify is a self-verification framework for agentic search that decomposes questions into sub-questions, verifies sampled candidates, and selects the best one, achieving substantial accuracy improvements over baselines on multiple benchmarks, including enabling GPT-5-mini to surpass GPT-5 on BrowseComp-Plus.

0 favorites 0 likes
#test-time-compute

@FrancoisChauba1: If you train on (unsorted list, bubble sort procedure, sorted list) traces, you will never test time compute (TTC) your…

X AI KOLs Following · 2026-05-26 Cached

A critique arguing that training LLMs on human-generated data limits their ability to discover novel solutions via test-time compute, and that true AGI requires models that can explore hypothesis spaces more broadly, similar to AlphaZero.

0 favorites 0 likes
#test-time-compute

@askalphaxiv: A fascinating paper supervised by Yoshua Bengio "Generative Recursive Reasoning" Test time compute should scale not jus…

X AI KOLs Timeline · 2026-05-21 Cached

The paper 'Generative Recursive Reasoning' introduces a method that scales test-time compute by sampling multiple latent reasoning trajectories in parallel, enabling the model to explore diverse hypotheses and avoid deterministic collapse. This approach improves performance on tasks such as Sudoku, ARC AGI, N Queens, and graph coloring, and can also generate valid Sudoku boards and MNIST digits.

0 favorites 0 likes
#test-time-compute

Equilibrium Reasoners: Learning Attractors Enables Scalable Reasoning

Hugging Face Daily Papers · 2026-05-20 Cached

Equilibrium Reasoners (EqR) introduce a novel framework for scalable reasoning by learning task-conditioned attractors in latent dynamical systems, achieving over 99% accuracy on Sudoku-Extreme by unrolling up to 40,000 layers.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback