ArtificialIntelligence.io

The Signal

Everything that matters in AI, with our take.

Updated through the day. Every headline links straight to the source. The two lines underneath are ours.

arXiv cs.AIPaper

How Good Are Frontier Models at Physics? Expert Re-Grading Reveals Broken Evaluations and Near-Saturation of Leading Benchmarks

This is the paper that explains why frontier models perform worse on published physics benchmarks than they actually do in practice. Benchmarking and leaderboards matter: if leading evaluations are saturated or broken, you can't trust the reported gap between models. For builders using frontier models on quantitative reasoning, this validates your sense that they're better than headline scores suggest. For evaluators, it's a wake-up call to audit your own metrics.

UK AI Security InstituteArticleoriginally Jul 2026

More compute, more capability: Why AI agent evaluations need to account for test-time compute

Standard evals are giving you a false sense of stability in the frontier. Raising compute budgets changes measured capability and speeds up how fast you think the gap is closing. This undermines every benchmark published in the last two years. For builders: your agent's real performance ceiling is higher than published evals suggest, and your window to lock in architecture decisions is shorter. For evaluators: compute budget is now a key publication detail, like hyperparameters.

arXiv cs.CLPaper

IBIB: A Protocol for Measuring Enterprise AI Systems by Serving Route, Not Model Identifier

This cuts through a real gap in how we evaluate AI in production. Benchmarks measure models in isolation, but what matters to enterprises is what actually runs on their infrastructure. If you're shipping AI systems or buying them, this protocol gives you a framework to compare apples to apples. The reference implementation is locked to prevent benchmark gaming, which is smart. Worth reading if you build or evaluate multi-component stacks.

arXiv cs.AIPaper

Ask Before You Optimize: Dynamic Pre-Formulation Clarification for Interactive Optimization

Agents that formulate OR models today often fail quietly on underspecified problems. This work does something underexplored: measure whether an agent detects missing information and asks. It's incremental research on a real problem, but the benchmark itself is the contribution; InterOPT's two-stage approach is competent rather than novel. Useful if you're building planning systems.

arXiv cs.AIPaper

Clean Engineering, Unstable Measurement: A Preregistered Reliability Failure of Black-Box LLM Observers on Shared Endpoints

This is a systems problem that invalidates a lot of recent benchmarking work. If your leaderboards or training pipelines rely on LLM judges, your measurements are noisier than you think. The paper identifies three specific failure modes: label-to-meaning drift, sub-noise-floor variance, and non-determinism on identical inputs. Audit your evaluation pipeline now.

arXiv cs.CLPaper

Counter-GEO-Bench: Evaluating Defenses Against Information-Distorting Generative Engine Optimization

This benchmarks a real and growing threat: adversarial content optimized to poison LLM outputs. The finding that three major guardrails reduce attack success by at most 5.7% relative is alarming, not reassuring. If you're deploying RAG systems or relying on LLMs to synthesize search results, your current defenses are underbaked. This is a forcing function to build better document validation before synthesis.

arXiv cs.CLPaper

MultiGhostBench: A Multilingual Benchmark for Long-Form LLM-Generated Text Attribution under Distribution Shifts

This is solid infrastructure for the AI detection arms race. The benchmark shows that no single attribution method generalizes across languages and that performance drops badly under domain shift, which is the real-world condition. If you're building detection or prevention for LLM-generated content, this is a credible evaluation gauntlet. If you're building with LLMs, it signals that sophisticated detection is still fragile.