You know that trick experienced teachers use — writing the final exam before designing the course? It forces clarity about what students actually need to learn, strips out tangential material, and makes every lecture accountable to a concrete outcome. AutoSciRub applies exactly this mechanism to AI research agents. Instead of letting an agent wander through an underspecified research task and hoping it covers the right ground, the framework first induces an executable rubric — a checklist of atomic, verifiable criteria — and then uses that rubric to steer execution, verify outputs criterion-by-criterion, and drive targeted revision. The committed claim: automatically inducing task-specific evaluation rubrics from underspecified research instructions, then using those rubrics as a control mechanism for autonomous scientific agents, is an effective and generalizable approach that improves performance across different backbone LLMs and agent harnesses. This is not a new agent architecture. It's a meta-layer — a plugin that wraps existing agents (Codex, Claude Code, OpenClaw) and makes them better by forcing them to articulate success criteria before they start working. The numbers tell a clear but modest story. On ResearchClawBench, AutoSciRub delivers an average gain of +2.08 points across three backbone LLMs under the fixed Codex harness, and +2.95 points across three agent harnesses using a fixed DeepSeek-V4-Flash backbone. On a 20-task subset of AstaBench E2E Discovery, the gains jump to +16.8 points on average across three agent harnesses. The leaderboard results are sharper: 34.2 Pass@1 on ResearchClawBench using Codex + GPT-5.6-Sol (1st place as of August 20, 2026), up from 25.1 with GPT-5.6-Terra a week earlier. These are real community benchmarks, not bespoke evaluation sets. Architecturally, AutoSciRub belongs to the prompt-engineering-as-structured-decomposition family — closer to chain-of-thought planning than to architectural innovation. It runs a six-stage pipeline: decompose the task into atomic scientific goals, ground those goals in literature and available data, synthesize verifiable criteria, guide execution, verify criterion-by-criterion, and iteratively revise. The key structural choice is that rubric induction happens BEFORE execution, not after. The method leans on the backbone LLM's own reasoning capacity to generate and evaluate criteria — which means it inherits whatever ceiling that LLM has. The integrity picture is mixed but honest in important ways. ResearchClawBench is a community leaderboard with public rankings — that's real accountability. The authors test across three backbone LLMs AND three agent harnesses, which is more ablation than most agent papers bother with. The AstaBench subset is only 20 tasks, randomly sampled, which is small but defensible for an expensive benchmark. The paper is explicitly marked 'work in progress,' which is refreshingly honest. Code is released on GitHub. The gap: no independent replication yet, and the AstaBench subset is small enough that variance could explain some of the +16.8 point gain. The field fight here is about whether autonomous research agents need better architectures or better scaffolding. One camp builds ever-more-capable agents with novel reasoning, tool use, and memory. The other camp — where this paper lands — argues the bottleneck is not agent capability but task specification: agents fail because they don't know what 'done' looks like, not because they can't execute. AutoSciRub is a strong data point for the scaffolding camp. The fact that it works across multiple backbones and harnesses suggests the problem really is specification, not raw capability. The obvious next experiment is testing AutoSciRub on tasks where the rubric induction itself fails — adversarial or deeply novel research questions where no literature exists to ground criteria against. The authors likely didn't run this because (a) it requires careful curation of genuinely novel tasks, which is expensive, and (c) demonstrating robustness on established benchmarks was the priority for the leaderboard submission. The harder question — does rubric induction constrain creativity by anchoring agents to known methods? — remains unaddressed and is probably being saved for follow-up work.