Papers
Topics
Authors
Recent
Search
2000 character limit reached

ASI-Bench: At the Dawn of Artificial Superintelligence

Published 18 Aug 2026 in cs.AI | (2608.17271v1)

Abstract: Artificial superintelligence (ASI) requires AI to move beyond mastering existing knowledge toward exploring the unknown, creating new knowledge, and turning new ideas into verifiable results. However, the capabilities of today's AI systems are still largely built on learning, compressing, and applying existing human knowledge. Accordingly, existing benchmarks primarily test whether AI can produce correct answers based on learned knowledge, or whether it can complete tasks under extensive human guidance. We therefore introduce ASI-Bench, the first benchmark to jointly evaluate AI systems' capabilities of innovative exploration and autonomous scientific execution across general research domains, and the first to progressively withdraw human methodological guidance within the same research project to test how far AI can proceed on its own. Built by over 40 experts with the cost of 31,000+ human hours, ASI-Bench contains 60 project-level research tasks across 11 scientific domains and progressively reduces methodological guidance to test whether AI can independently select methods, conduct research, and produce verifiable results. All tasks undergo expert review, AI-assisted auditing, sandbox execution, and scorer validation. Across 18 state-of-the-art agent--model configurations, the average score drops from 50.91 with full methodological guidance to 29.10 with only the method specified and 26.62 when agents must determine the method themselves. This sharp decline shows that current systems remain heavily dependent on human guidance and are still far from autonomously conducting end-to-end, project-level scientific research. ASI-Bench is open to the world. We invite researchers and builders everywhere to contribute new tasks, challenge the limits of today's AI, and help accelerate humanity's collective path toward artificial superintelligence at https://asibench.apexin.ai/submit.

Summary

  • The paper develops ASI-Bench to evaluate AI systems' ability to conduct autonomous scientific research, varying from fully specified methods to complete method autonomy, reveal substantial performance drop, mean scores of 50.91(B1), 29.10(B2), 26.62(B3), and 26.99(B4)
  • Methodological guidance significantly influences performance: shifting from B1 (full guidance) to B3 (no method guidance) drops the mean score from 50.91 to 26.62 out of 100, highlighting procedural implementation as a key bottleneck
  • the mean performance drop is significant in shifting from B1 to B2 (loses 21.82), while from B2 to B3 loses only 2.48, suggesting full administrative guidance impacts performance more than partial

ASI-Bench frames autonomous scientific research as a capability distinct from knowledge retrieval, code generation, or execution of a human-specified workflow. Its central evaluation question is how performance changes when methodological responsibility is progressively transferred from the benchmark designer to the AI system. The benchmark therefore treats scientific autonomy as a composite of method selection, workflow construction, implementation, experimentation, failure recovery, and artifact-based validation rather than as a single reasoning or question-answering skill. The paper’s principal empirical claim is that current agentic systems remain strongly dependent on detailed procedural guidance: across 18 Agent–Model configurations, the mean score falls from 50.91 under full methodological specification to 29.10 when only the method is supplied, and to 26.62 when the system must determine the method itself (2608.17271).

Evaluation objective and benchmark rationale

Existing evaluations cover important but separable components of scientific and technical work. Knowledge benchmarks such as GPQA and Humanity’s Last Exam test advanced disciplinary knowledge, but do not require executable research. SciCode evaluates research-level scientific programming, while ScienceAgentBench and DiscoveryBench target data-driven scientific analysis and discovery (Rein et al., 2023, Tian et al., 2024, Chen et al., 2024, Majumder et al., 2024). PaperBench and related replication benchmarks evaluate end-to-end artifact production, but generally retain a fixed research specification or an existing paper as the target (Starace et al., 2 Apr 2025). Agent benchmarks such as RE-Bench and Terminal-Bench extend horizon length and tool interaction, yet their objectives and solution structures remain more constrained than those of open-ended scientific investigation (Wijk et al., 2024, Merrill et al., 17 Jan 2026).

ASI-Bench’s methodological contribution is to hold the scientific objective, input data, required artifacts, and evaluation criteria constant while varying only the amount of methodological information supplied to the agent. This produces a controlled guidance gradient:

  • B1 supplies the full method, equations, implementation details, and procedural steps.
  • B2 identifies the methodological approach but leaves the agent to reconstruct the implementation and workflow.
  • B3 supplies only the research objective, data, constraints, and required outputs; method selection is autonomous.
  • B4 retains the B3 setting while adding plausible but task-irrelevant information to test contextual robustness.

This design separates three capacities that are often conflated: executing a known procedure, operationalizing a named method, and independently selecting and implementing a research strategy. The distinction is important because an agent can perform well when given a complete solver specification while failing to identify the relevant model or numerical procedure from data and objectives alone.

Figure 1

Figure 1: ASI-Bench compares B3 performance across agent configurations and measures the score reduction as methodological guidance is withdrawn from B1 to B4.

The benchmark’s framing is consistent with the limitations identified in automated scientific-discovery systems. Systems such as The AI Scientist and its successors integrate ideation, coding, experimentation, visualization, and writing, but their effective autonomy depends on the extent to which objectives, templates, evaluation procedures, or experimental structures are supplied externally (Lu et al., 2024, Yamada et al., 10 Apr 2025). ASI-Bench consequently evaluates not merely whether a system can complete a research pipeline, but whether it can construct the pipeline that completion requires.

Task structure and scientific coverage

The release contains 60 project-level tasks spanning 11 domains: mathematics, physics, chemistry, biology, astronomy, materials science, earth science, medicine and biostatistics, computer science, robotics, and electrical engineering. The tasks are designed to require heterogeneous data representations, domain-specific modeling decisions, executable computation, and verifiable outputs. They include problems in which an agent must analyze observations, formulate or recover a model, run simulations or experiments, interpret intermediate results, revise failed approaches, and generate scientific artifacts.

Across the benchmark, the authors report more than 2,600 interaction turns and 2,400 execution steps, with more than 35 hours of aggregate agent execution. These figures establish that ASI-Bench is intended to measure sustained project execution rather than isolated tool calls or short-horizon code synthesis. The tasks also contain interdependent decision points: an incorrect modeling assumption can affect numerical stability, downstream diagnostics, and the validity of the final artifact.

Figure 2

Figure 2: Representative ASI-Bench projects span physics, astronomy, electrical engineering, and computer science, illustrating the benchmark’s cross-domain and project-level construction.

The case study of a two-dimensional anisotropic stiff dynamical system illustrates the guidance gradient concretely. In B1, the agent receives the governing conserved anisotropic Kuramoto–Sivashinsky-type PDE, Fourier pseudospectral discretization, dealiasing procedure, and ETDRK4 time integrator. In B2, the prompt describes a stiff fourth-order nonlinear PDE and identifies appropriate solver families, including ETD, IMEX, and semi-implicit spectral methods, but does not prescribe the implementation. In B3, the agent receives only spatiotemporal observations, system metadata, an initial condition, and the prediction objective. It must infer a suitable model and numerical strategy. B4 introduces alternative PDE families, possible analysis methods, and irrelevant conversational material, testing whether the system can maintain a coherent research direction despite misleading contextual information.

The benchmark therefore evaluates more than numerical prediction. Required outputs include predicted fields, spectra, physical diagnostics, visualizations, data-analysis results, and complete executable simulation code. A high score requires a collection of mutually constraining artifacts rather than a single numerical answer. This artifact-oriented design reduces the extent to which an agent can obtain credit through superficial textual reasoning or an isolated forecast.

Construction and validation methodology

The benchmark was constructed from more than 1,300 candidate research ideas and reduced to 60 retained tasks through five review rounds, more than 1,100 review assignments, and over 2,000 revisions. The reported construction effort exceeds 31,000 human-hours. Review covered scientific validity, task specification, the B1–B4 information partition, reference artifacts, evaluation code, information leakage, and agent trajectories.

The validation protocol combines expert review with execution-based checks. Each task is run end-to-end in an isolated sandbox, and the authors report more than 1,500 development sandbox runs. These runs test runtime stability, reproducibility of reference results, artifact generation, scorer behavior, and the absence of unintended shortcuts. This is a substantive strength because scientific benchmarks are vulnerable to evaluation failures that are not apparent from prompt inspection: underdetermined objectives, unstable numerical procedures, hidden assumptions, or scorers that reward syntactically valid but scientifically incorrect outputs.

The benchmark also provides a contribution workflow intended to standardize task expansion. Contributors must specify the scientific objective, four matched prompt conditions, task inputs and outputs, a reference-generation procedure, evaluation gates and weighted scorers, dependencies, and local-testing evidence. The portal’s staged authoring process is designed to make the guidance gradient explicit and auditable rather than leaving prompt difficulty to informal judgment.

Figure 3

Figure 3: The contribution portal guides authors through scientific formulation, B1–B4 prompt construction, evaluation design, runtime configuration, packaging, and local validation.

This infrastructure addresses a recurring problem in scientific-agent evaluation: the benchmark’s scientific content and its evaluation mechanism must be developed together. A task is not fully specified by a research question; it also requires a reproducible reference, executable environment, and scorer that jointly define what constitutes a valid result.

Main performance results

The central result is a large and systematic dependence on methodological guidance. Averaged over all evaluated configurations, B1 performance is 50.91, B2 performance is 29.10, B3 performance is 26.62, and B4 performance is 26.99. The transition from B1 to B2 produces a 21.82-point decrease, whereas the transition from B2 to B3 produces only an additional 2.48-point decrease. B4 is effectively unchanged relative to B3, with a mean difference of only 0.36 points.

Condition Information supplied Mean score
B1 Full method and procedure 50.91
B2 Method specified, procedure omitted 29.10
B3 Objective and data only 26.62
B4 B3 plus distractors 26.99

The asymmetry between B1→B2 and B2→B3 is the paper’s most diagnostically important finding. The dominant bottleneck is not necessarily choosing among methods; it is converting methodological knowledge into a complete, executable, and validated research procedure. A method label provides insufficient operational structure for current systems, while full procedural guidance substantially improves performance. The minimal B3-to-B4 change further suggests that distractor information is less damaging than the absence of procedural scaffolding under this benchmark’s conditions.

The strongest configuration is Codex paired with GPT-5.6 Sol at ultra inference effort, which obtains 71.78 on B1, 49.57 on B2, 51.60 on B3, and 50.41 on B4, with an overall score of 55.84. It is the only evaluated system to exceed 50 on B3. Increasing the same backbone’s reasoning setting from xhigh to ultra raises B3 from 40.86 to 51.60, a gain of 10.74 points. This result indicates that inference-time computation can materially improve autonomous workflow construction, but it does not remove the underlying difficulty: even the strongest configuration reaches only moderate performance when the method is not provided.

The paper also reports substantial harness effects. MiMo V2.5 Pro scores 16.17 with MiMo Code and 23.25 with Claude Code, while Kimi K2.7 scores 19.72 with Kimi Code and 27.34 with Claude Code. By contrast, Kimi K3 performs similarly with Kimi Code and Claude Code, at 36.22 and 37.09 respectively. These comparisons imply that the expressed scientific capability is a property of the Agent–Model system, not of the backbone in isolation. Harness architecture can influence planning, file management, execution control, error handling, and persistence, making model-only comparisons potentially misleading.

Figure 4

Figure 4: Removing procedural guidance increases token and time expenditure, while monetary cost exhibits an imperfect relationship with B3 scientific performance.

Computational cost and efficiency

The guidance gradient affects computational cost in a non-monotonic manner. B1 is the least expensive condition, requiring an average of 4.35 million tokens and 37.8 minutes per task. B3 uses 25% more tokens and 22% more execution time than B1, while B4 uses 30% more tokens and 18% more time. B2 is the most expensive condition: 6.91 million tokens and 49.7 minutes per task, corresponding to increases of 59% in tokens and 32% in time relative to B1.

This pattern is notable because B2 supplies the method but not the detailed procedure. Partial guidance can be more computationally expensive than either complete guidance or unrestricted method selection. The likely operational interpretation is that B2 constrains the agent to a prescribed methodological direction while forcing it to reconstruct missing implementation details, producing additional exploration and failed attempts without providing the flexibility of a genuinely open-ended search. The result cautions against treating “method specified” as an intermediate difficulty level with predictable resource requirements.

Performance also does not scale linearly with expenditure. Codex with GPT-5.6 Sol at xhigh obtains a B3 score of 40.86 at approximately $684 per run, close to Claude Opus 5 with Claude Code at 40.70 despite the latter costing approximately$2,728. GPT-5.6 Sol at ultra reaches the best B3 score, 51.60, at approximately $1,550 per run. Thus, greater spending can improve the absolute frontier, but configurations with similar scores can have substantially different costs. The practical consequence is that autonomous-research evaluation should report both scientific performance and resource consumption; a leaderboard ordered only by score would obscure meaningful system-level trade-offs.

Limitations and open questions

The evaluation has several limitations that constrain the interpretation of its results. First, the experiments are conducted without external tool access. The systems can execute within the supplied environments, but the benchmark does not establish how performance would change with web search, literature retrieval, domain databases, laboratory interfaces, or specialized scientific software services. Consequently, the results measure autonomous research under a deliberately closed information regime rather than scientific research in its full institutional setting.

Second, the benchmark contains 60 tasks, and the reported macro-average may conceal substantial domain and task heterogeneity. The paper emphasizes cross-domain coverage but does not, in the supplied content, provide a full statistical decomposition of variance by domain, task type, artifact, or research stage. The extent to which the B1-to-B3 drop is consistent across scientific disciplines therefore remains an open empirical question.

Third, the score is necessarily shaped by benchmark-specific task construction and scoring choices. Expert review, reference generation, sandbox execution, and scorer validation improve reliability, but they cannot guarantee that every task’s intended method gradient is perfectly clean. In particular, B3 tasks may contain latent cues in variable names, file formats, metadata, or data distributions that partially reveal the intended solution. Conversely, some scientific objectives may be underdetermined without background knowledge that the benchmark intentionally withholds. Measuring and reporting cue sensitivity would strengthen the causal interpretation of the guidance gradient.

Fourth, one reported result, Claude Opus 5 with Claude Code, is based on a single run, whereas most configurations use three independent runs. The standard deviations are therefore not uniformly comparable, and the benchmark does not support strong claims about statistical rank ordering for closely performing systems. Finally, the near-equivalence of B3 and B4 may reflect the particular distractor design, agent context-window behavior, or scoring tolerance; it should not be generalized to robustness against adversarial or domain-relevant misinformation without additional experiments.

The benchmark leaves a specific methodological question unresolved: does the large B1-to-B2 degradation primarily reflect deficient procedural planning, weak numerical implementation, poor state tracking, inadequate error recovery, or failures in scientific validation? The aggregate scores establish the existence of the gap but do not fully localize its causes. Stage-level diagnostics, intervention experiments, and human baselines would be needed to distinguish these mechanisms.

Conclusion

ASI-Bench makes methodological autonomy an explicit experimental variable in project-level scientific-agent evaluation. Its matched B1–B4 conditions show that current systems perform substantially better when supplied with complete procedures and degrade sharply when required to operationalize or independently construct those procedures. The mean scores—50.91 in B1, 29.10 in B2, and 26.62 in B3—support the paper’s central conclusion that autonomous scientific execution remains limited, with procedural operationalization emerging as a more consequential bottleneck than method naming alone.

The benchmark’s principal value lies in connecting scientific validity, executable environments, artifact-based scoring, cross-domain coverage, and controlled withdrawal of human guidance. Its future evidentiary strength will depend on enlarging task and domain coverage, adding external-information settings, reporting finer-grained failure analyses, and establishing more rigorous statistical and human baselines. For the present, ASI-Bench provides a clear empirical separation between following a research procedure and independently designing one (2608.17271).

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

Explain it Like I'm 14

1. Main topic

This paper introduces ASI-Bench, a test designed to measure how well artificial intelligence can carry out scientific research on its own.

Many current AI tests ask questions with known answers or tell the AI exactly which steps to follow. ASI-Bench asks a harder question:

Can an AI choose its own research plan, carry out the investigation, fix mistakes, and produce trustworthy results?

The name refers to artificial superintelligence, meaning a future kind of AI that could perform intellectual tasks far beyond human abilities. The paper argues that testing independent scientific research is an important step toward understanding whether AI is moving in that direction.

2. Research questions and objectives

The researchers mainly wanted to find out:

  • How well can today’s AI systems complete long, complicated scientific projects?
  • What happens when humans provide less and less information about how to solve the problem?
  • Can AI choose suitable scientific methods by itself?
  • Can AI turn a general method into a detailed, working procedure?
  • Can AI work across many different scientific subjects, such as physics, biology, medicine, astronomy, and robotics?
  • Which matters more: the AI model itself or the surrounding software system that helps it plan and use tools?

The central idea is similar to giving students different versions of a science project:

  1. Give them a complete instruction sheet.
  2. Tell them only the general method.
  3. Give them the goal and data, but make them decide how to investigate.
  4. Add distracting information and see whether they stay focused.

3. Research methods

Building the benchmark

The researchers created 60 scientific research projects covering 11 fields, including:

  • Mathematics and physics
  • Chemistry and biology
  • Astronomy and materials science
  • Earth science and medicine
  • Computer science, robotics, and electrical engineering

These were not simple questions. Each project could require an AI to understand a problem, choose a method, write code, run experiments, study the results, correct errors, and produce evidence that its answer was reliable.

More than 40 experts helped build the benchmark. The work took over 31,000 human-hours. The tasks were checked several times by experts, tested by AI tools, and run in isolated computer environments called sandboxes. A sandbox is like a safe practice room where an AI can run programs without damaging other systems.

Four levels of guidance

Each project was tested in four versions, called B1 to B4:

Version What the AI receives What the AI must do
B1 The full method and detailed instructions Follow the procedure correctly
B2 Only the general method Turn the method into specific working steps
B3 The research goal and data, but no method Choose the method and design the investigation
B4 The same information as B3 plus irrelevant details Do the research while ignoring distractions

This setup is called a guidance gradient. It means the researchers gradually remove human help to see how independent the AI really is.

Testing AI systems

The researchers evaluated 18 combinations of AI models and agent systems. An agent system is software that helps an AI plan actions, run code, use tools, and keep track of a long project.

The systems received scores for their scientific results. The researchers also measured how many computer tokens they used, how long tasks took, and how much each run cost.

4. Main findings

AI performance fell sharply when instructions were removed

Across all tested systems, the average scores were:

  • B1: 50.91, with complete instructions
  • B2: 29.10, with only the method explained
  • B3: 26.62, when the AI had to choose the method itself
  • B4: 26.99, when distractions were added

The biggest drop happened between B1 and B2. This means that current AI systems can often follow a detailed research recipe, but they struggle when they must create the recipe themselves.

The further drop from B2 to B3 was smaller. This suggests that choosing a method may not be the main problem. The harder part is turning that method into all the correct practical steps needed to finish the research.

An everyday comparison would be the difference between:

  • Being told exactly how to build a model bridge,
  • Being told to use “a strong bridge-building method,” and
  • Being given materials and asked to decide how to build a safe bridge.

AI does much better in the first situation.

Even the strongest systems were not fully independent

The best reported system scored 51.60 on B3, where it had to choose its own method. This is better than the other systems, but it is still far from perfect.

The researchers conclude that current AI is not yet reliable at independently conducting complete scientific investigations. It can be helpful in research, but it still often needs humans to explain the plan and important steps.

More reasoning helped, but did not solve the problem

Giving an AI more time or computing power to think improved its performance. For example, one version of a model increased its B3 score from 40.86 to 51.60.

However, this improvement required much more reasoning. Simply allowing an AI to think longer does not yet make it a fully independent scientist.

The supporting software matters

The paper found that the same AI model could perform differently depending on the agent harness—the software system surrounding the model.

This system controls how the AI plans, runs programs, handles errors, and organizes information. In some cases, changing the harness produced a large improvement.

This means that scientific ability does not come only from the LLM. It also depends on the tools and workflow around it. A powerful brain may still perform poorly if it is given an awkward workbench.

More computer effort did not always mean better results

Tasks with complete instructions were cheapest and fastest. When the AI had to explore and make more decisions, it used more tokens and took longer.

Interestingly, spending more money did not always guarantee a much better score. Some systems achieved similar results at much lower costs. This shows that researchers must consider both performance and efficiency when designing AI research systems.

Distractions had little additional effect

The B4 results were almost the same as B3 results. Adding irrelevant information did not greatly reduce performance.

This suggests that the largest challenge was not ignoring distractions. The bigger challenge was figuring out the research procedure in the first place.

5. Why the findings matter

ASI-Bench is important because it tests something that many earlier AI benchmarks do not: long, open-ended scientific work.

A system may be excellent at answering questions, writing short pieces of code, or following instructions. That does not necessarily mean it can discover something new. Real research involves uncertainty, failed attempts, changing plans, and checking whether results are believable.

The paper shows that current AI systems still depend heavily on human guidance, especially detailed instructions. They are better at acting like skilled assistants following a research plan than like independent scientists creating and testing their own plans.

6. Potential impact

ASI-Bench could become a common way for researchers to compare AI systems that claim to perform scientific research. It may help developers discover exactly where an AI fails—for example, in choosing methods, writing code, understanding results, or correcting mistakes.

The benchmark could also encourage the creation of better AI research assistants and better surrounding software. As AI improves, researchers can repeat the tests to see whether systems become more independent.

However, the benchmark is not a complete measure of intelligence. Scientific research includes creativity, teamwork, ethics, communication, and judgment, which may not all be captured by computer-based tasks.

In simple terms, the paper’s main message is this: today’s AI can often follow a scientist’s instructions, but it is still much less capable when it must decide how to do the science by itself. ASI-Bench provides a demanding test for measuring progress toward truly autonomous scientific discovery.

Knowledge Gaps

The paper leaves the following knowledge gaps, limitations, and open questions unresolved:

  • Limited task scale and coverage: The benchmark contains only 60 tasks across 11 domains, and it does not establish whether this sample adequately represents the breadth, difficulty, and methodological diversity of scientific research.
  • Uneven domain representation: The paper does not report the number, difficulty, or performance distribution of tasks within each scientific domain, making it unclear whether aggregate scores are dominated by a small subset of fields.
  • Potential selection bias in task construction: The 60 retained tasks were selected from more than 1,300 candidate ideas, but the exclusion criteria, retention rates by domain, and characteristics of discarded tasks are not reported.
  • Unclear ecological validity: It remains uncertain whether the tasks reflect real research environments, where objectives evolve, data are incomplete or noisy, experiments may require physical infrastructure, and collaboration with human researchers is common.
  • Fixed objectives may underrepresent scientific autonomy: Agents receive predefined research objectives, datasets, required outputs, and evaluation criteria; therefore, the benchmark does not test whether systems can identify important problems, formulate research questions, or prioritize worthwhile directions.
  • B3 does not fully measure scientific innovation: Although B3 removes explicit methodological guidance, agents still operate within human-selected problems, datasets, environments, and output definitions. The extent to which performance reflects genuine innovation rather than solution search within a constrained space is unresolved.
  • No evaluation of hypothesis novelty or scientific significance: The benchmark appears to score task completion and verifiable artifacts, but it does not establish whether agent-generated methods, hypotheses, or findings are novel, scientifically important, or publishable.
  • Ambiguity in method-selection evaluation: The paper interprets the small B2-to-B3 performance drop as evidence that method selection is not the main bottleneck, but this may reflect limited method diversity, forgiving task designs, or agents defaulting to familiar approaches rather than successfully selecting among meaningful alternatives.
  • Guidance levels may not be psychologically or computationally equivalent: B1–B3 differ in the amount, specificity, and structure of information supplied to agents. The observed score differences may therefore combine the effects of methodological guidance, prompt length, prior information, ambiguity, and search-space size.
  • B4 provides a narrow test of robustness: The distraction condition uses task-irrelevant information, but the paper does not show whether the distractors vary in plausibility, salience, adversariality, or modality. Consequently, B4 may not capture realistic forms of misleading scientific evidence or conflicting instructions.
  • No systematic ablation of guidance components: The study does not isolate the effects of removing individual elements such as equations, parameter values, implementation steps, validation procedures, or solver choices.
  • Restricted tool setting: The main results are explicitly obtained without external tool access, leaving open how systems perform with literature search, web browsing, specialized scientific software, databases, simulators, laboratory instruments, or code repositories.
  • Limited assessment of multimodal research: The benchmark’s treatment of images, plots, equations, experimental records, and other scientific modalities is not described in sufficient detail to determine whether it evaluates multimodal scientific reasoning.
  • Unclear evaluation metric validity: The paper does not fully specify the scoring rubric, task-level weights, artifact-quality criteria, or how partial credit is assigned, making it difficult to assess whether the scores align with meaningful scientific progress.
  • Potential mismatch between automated scores and scientific correctness: Automated or code-based scoring may reward outputs that satisfy formal checks without supporting valid scientific conclusions. The correlation between benchmark scores and expert judgments of correctness is not quantified.
  • Insufficient inter-rater reliability evidence: Although tasks undergo multiple human reviews, the paper does not report reviewer agreement, scorer calibration, adjudication procedures, or uncertainty in expert judgments.
  • Reference-solution dependence: The benchmark appears to rely substantially on expert-produced reference artifacts and expected solutions. This may penalize scientifically valid alternative approaches that differ from the reference workflow.
  • Alternative-method validity is unresolved: The paper does not demonstrate that the scoring system can recognize multiple correct methods, unexpected discoveries, or scientifically defensible results that diverge from the task designers’ assumptions.
  • No human or expert baseline: The results are not compared with graduate students, domain experts, research engineers, or human teams under comparable guidance conditions, so the practical meaning of scores such as 26.62 or 51.60 remains unclear.
  • No calibration of score thresholds: The benchmark does not establish what score corresponds to competent research execution, reliable publication-quality work, or autonomous completion without human intervention.
  • Limited statistical power: With only 60 tasks and generally three runs per configuration, estimates of model differences and domain-specific effects may be unstable, particularly for individual tasks or subgroups.
  • Inconsistent replication across systems: At least one configuration is evaluated using a single run, preventing variance estimation and weakening comparisons involving that system.
  • No significance testing or confidence intervals: The paper reports means and sample standard deviations but does not provide confidence intervals, paired tests, effect sizes, or corrections for multiple comparisons.
  • Run-to-run variability is not explained: The study does not identify whether variability arises from stochastic model generation, tool execution, task ambiguity, harness behavior, or unstable evaluation environments.
  • Model and benchmark contamination remain uncertain: The paper mentions leakage checks but does not provide a systematic contamination audit for training data, public task descriptions, source papers, repositories, or benchmark release materials.
  • Generalization beyond the released tasks is untested: Results on the fixed 60-task suite do not show whether systems can transfer their research strategies to newly contributed, hidden, or temporally held-out tasks.
  • Leaderboard overfitting is a future risk: The paper does not specify how task refreshes, private test sets, submission limits, or contamination monitoring will prevent optimization against the public benchmark.
  • Harness–model interactions are confounded: Comparisons use different harnesses, prompting strategies, execution policies, context management schemes, and possibly stopping criteria. The paper does not provide controlled component-level ablations to attribute gains to particular harness mechanisms.
  • Backbone model comparisons may not be temporally or operationally fair: Model versions, inference settings, context limits, rate limits, system prompts, and API behavior are not described in enough detail to ensure reproducibility or fair comparison.
  • No analysis of failure modes by research stage: The paper claims that failures may involve knowledge, method selection, implementation, interpretation, error correction, or stability, but it does not quantify failure rates at each stage or trace how early failures affect final scores.
  • Long-horizon state management is not separately evaluated: The benchmark includes many interaction and execution steps, but it does not isolate memory loss, plan drift, context-window limitations, or degradation across increasingly long projects.
  • Scientific error correction is insufficiently characterized: It remains unclear whether agents detect and correct invalid assumptions, numerical errors, data leakage, faulty interpretations, or merely retry failed code until an executable artifact is produced.
  • Cost comparisons are difficult to reproduce: Monetary cost depends on provider pricing, token accounting, caching, parallelism, retries, and execution infrastructure, none of which are specified sufficiently for independent verification.
  • Cost–performance trade-offs are not modeled statistically: The paper presents descriptive comparisons but does not evaluate scaling laws, Pareto efficiency, uncertainty-adjusted costs, or whether higher expenditure reliably improves performance across tasks.
  • Resource constraints are not systematically varied: The benchmark does not study how performance changes with token budgets, wall-clock limits, compute allocation, tool-call limits, or interruption and recovery conditions.
  • Safety and reliability are largely unexplored: The evaluation does not assess whether autonomous agents produce unsafe experimental recommendations, mishandle sensitive biomedical information, fabricate evidence, or take irreversible actions.
  • Reproducibility of generated findings is not evaluated: Producing a verifiable artifact during one run does not establish that the same agent can reproduce the result across seeds, environments, datasets, or independent implementations.
  • Robustness to data quality is unknown: The benchmark does not systematically test missing values, measurement noise, distribution shifts, mislabeled data, contradictory observations, or insufficient sample sizes.
  • Collaboration and human-in-the-loop settings are absent: The study focuses on autonomous execution but does not examine how agents perform when they can request clarification, delegate to specialists, receive feedback, or collaborate with multiple agents or human researchers.
  • The relationship between benchmark success and real-world scientific impact is unvalidated: It remains open whether ASI-Bench scores predict performance in laboratory discovery, peer-reviewed research, software-based science, or sustained research programs outside sandboxed tasks.

Practical Applications

Immediate Applications

  • Model and agent selection for AI-for-science programs (academia, industry; software/scientific computing) Organizations can evaluate foundation models, research agents, and agent harnesses using ASI-Bench’s B1–B4 settings before deploying them in scientific workflows. B1 can test reliable execution of specified procedures, while B3 and B4 can assess method-independent research and robustness to irrelevant information. Potential workflow: run candidate systems on representative tasks, compare domain-level scores and failure traces, then select different systems for procedural automation versus exploratory research. Dependencies: access to the benchmark environment, reproducible task configurations, sufficient API or compute budgets, and awareness that the current benchmark contains only 60 tasks across 11 domains.
  • Regression testing for research-agent software (software engineering, AI infrastructure) ASI-Bench can function as a continuous integration suite for agent frameworks. Developers can run benchmark subsets after changing planning modules, memory systems, tool interfaces, error-recovery logic, or execution harnesses. Actionable use: track whether a new orchestration layer improves B2/B3 performance without causing regressions in B1 reliability, execution time, or artifact validity. Dependencies: stable task versions and sandboxed execution; benchmark scores must be supplemented with cost, latency, safety, and reproducibility metrics.
  • Diagnosis of bottlenecks in autonomous research systems (AI research, academic labs) The B1–B4 gradient provides a practical diagnostic workflow for separating different capabilities: following a complete procedure, operationalizing a named method, independently selecting a method, and resisting distraction. The paper’s results indicate that converting a high-level method into a complete procedure is a particularly important weakness. Potential tools: failure-taxonomy dashboards that classify errors in problem interpretation, method operationalization, coding, experimentation, validation, and recovery from failure. Dependencies: meaningful trajectory logging and expert review are required; aggregate scores alone cannot identify the cause of failure.
  • Benchmark-driven evaluation of research-agent harnesses (software, cloud AI platforms) The results show that the same model can perform differently depending on the surrounding harness. Companies can therefore compare planning, tool-use, code-execution, context-management, and verification components independently of the underlying model. Actionable use: maintain a standardized “model × harness” evaluation matrix rather than reporting model scores alone. This can guide development of research copilots, coding agents, laboratory-planning systems, and simulation assistants. Dependencies: fair comparisons require matched prompts, compute limits, tool permissions, and repeated runs.
  • Procurement and cost–performance planning for AI research services (industry, research administration) The reported cost differences support practical decisions about when to use inexpensive systems for routine execution and when to use more expensive reasoning configurations for difficult exploratory work. For example, a lower-cost system may be appropriate for B1-like procedural tasks, whereas higher inference-time reasoning may be reserved for B3-like investigations. Potential product: a routing system that assigns tasks to models based on required autonomy, expected scientific risk, and budget. Dependencies: published costs are configuration- and provider-dependent; real deployments may incur additional costs for data storage, tools, human review, and failed experiments.
  • Training and curriculum design for AI-agent developers (academia, professional education) The guidance gradient can be used as a staged curriculum: begin with fully specified procedures, remove implementation details, then remove the method itself and introduce distractors. This directly trains agents to move from execution toward planning, method selection, validation, and self-correction. Potential workflow: use B1 failures to improve tool use, B2 failures to improve procedural decomposition, and B3 failures to improve research planning and hypothesis testing. Dependencies: benchmark tasks should not be overfit; training should include new, held-out scientific problems.
  • Standardized reporting for claims about autonomous research (policy, academia, industry) Research groups can report performance separately at B1, B2, B3, and B4 rather than making broad claims based on conventional question-answering or coding benchmarks. This offers a more transparent distinction between procedure following and genuine methodological autonomy. Dependencies: the benchmark should be combined with expert assessment, leakage checks, reproducibility tests, and disclosure of model versions, prompts, harnesses, tools, and costs.
  • Human-in-the-loop research copilots (healthcare research, engineering, chemistry, materials science) Given the sharp performance decline when guidance is removed, current systems are better suited to assist researchers than to replace them. Researchers can provide the method and validation criteria while the agent performs literature organization, implementation, parameter sweeps, simulations, and draft artifact generation. Potential products: experiment-planning assistants, reproducible analysis notebooks, simulation workflow generators, and automated report-preparation tools. Dependencies: expert approval remains necessary, particularly for medical, chemical, biological, electrical, and safety-critical applications.
  • Research-policy and funding evaluation (government and research institutions) Funding agencies and public laboratories can use benchmark results to assess whether proposed AI-for-science systems demonstrate reliable autonomy rather than only strong knowledge retrieval. Scores can become one component of capability and readiness assessments for publicly funded research automation. Dependencies: policy decisions should not rely on a single benchmark, and domain-specific validation is essential because macro-averaged scores may conceal weaknesses in high-risk fields.

Long-Term Applications

  • Semi- or fully autonomous scientific research pipelines (scientific computing, chemistry, biology, materials, medicine) Future systems could use ASI-Bench-like evaluations as acceptance tests for end-to-end research pipelines that formulate approaches, implement models, run experiments, interpret results, revise hypotheses, and produce verifiable artifacts. Such systems could support drug discovery, materials optimization, climate modeling, robotics, and engineering design. Required development: stronger method operationalization, reliable long-horizon memory, experiment planning, uncertainty estimation, tool integration, and independent result verification. Dependencies: laboratory or simulation access, safe execution, high-quality data, domain-expert oversight, regulatory approval, and protection against fabricated or irreproducible findings.
  • Automated discovery platforms with adaptive method selection (chemistry, materials science, energy, biotechnology) An advanced agent could compare competing models or experimental procedures, select the most informative next experiment, diagnose failed runs, and iteratively refine a research program. In energy and materials research, this could support battery, catalyst, semiconductor, or photovoltaic discovery. Required development: closed-loop integration with laboratories, robotics, simulation software, and measurement systems. Dependencies: accurate simulators or laboratory instrumentation, safe chemical and biological handling, sufficient experimental throughput, and validated objective functions.
  • Autonomous medical and biomedical research assistants (healthcare, medicine, biostatistics) With substantial additional validation, agents could generate and test statistical analyses, identify disease mechanisms, propose clinical hypotheses, and design follow-up studies. ASI-Bench’s emphasis on verifiable artifacts and cross-domain execution could help evaluate such systems before clinical or translational use. Dependencies: privacy-preserving data access, clinical validation, causal rather than merely correlational reasoning, ethics review, regulatory compliance, bias monitoring, and mandatory clinician oversight. The paper does not establish that current systems are safe for diagnosis or treatment.
  • AI-managed engineering and robotics experimentation (robotics, electrical engineering, aerospace, manufacturing) Long-term systems could autonomously design controllers, run simulations, select experiments, analyze sensor data, and revise designs for robots, circuits, power systems, or aerospace components. The benchmark’s project-level structure is relevant to these multi-stage workflows. Dependencies: reliable simulators, hardware-in-the-loop testing, real-time safety constraints, robust fault handling, cybersecurity, and certification for physical systems.
  • Scientific research infrastructure and community standards (academia, publishers, public research organizations) The open benchmark could evolve into a living standard with domain-specific task pools, continuously updated hidden tests, executable reference solutions, artifact validation, and reproducibility checks. It could support shared leaderboards, model cards, agent capability profiles, and publication requirements for autonomous research claims. Dependencies: sustained expert participation, governance for task submissions, prevention of benchmark contamination, version control, international access, and mechanisms for retiring saturated or leaked tasks.
  • Adaptive AI-research training environments (education and workforce development) ASI-Bench could eventually support interactive training environments in which students or agents receive progressively less methodological support and are evaluated on planning, experimentation, documentation, and verification. This could be used in graduate research training, computational science courses, and industrial R&D onboarding. Dependencies: pedagogically validated scoring, explanations of failures, safeguards against rewarding plausible but scientifically invalid reasoning, and human instructors capable of interpreting benchmark outputs.
  • Regulatory readiness tests for high-autonomy AI systems (public policy, safety, governance) Regulators could use benchmark families modeled on ASI-Bench to assess whether an AI system can independently pursue open-ended technical objectives, especially when connected to external tools or physical infrastructure. Results could inform deployment tiers, monitoring requirements, access controls, and mandatory human-approval checkpoints. Dependencies: substantially broader task coverage, adversarial and safety evaluations, tests with external tools, assessment of misuse potential, and clear links between benchmark performance and real-world risk.
  • Autonomous knowledge-generation services for everyday users (daily life, education, productivity) In the longer term, consumers could use research assistants to investigate complex questions, compare evidence, construct reproducible analyses, or develop personalized learning and project plans. Unlike ordinary chat systems, such tools would be expected to expose sources, methods, uncertainty, and verification artifacts. Dependencies: reliable fact-checking, transparent uncertainty communication, protection against overreliance, privacy safeguards, low operating costs, and clear differentiation between exploratory advice and professional guidance.
  • Scientific capability forecasting and progress monitoring (policy, investment, strategic planning) Repeated performance measurements across the B1–B4 gradient could help institutions monitor whether AI progress is shifting from knowledge retrieval toward independent research planning and execution. Trends in B3/B4 performance may be particularly informative for forecasting the emergence of more autonomous systems. Dependencies: longitudinal benchmark stability, resistance to training contamination, comparable compute and prompting conditions, and complementary evaluations of safety, generalization, and real-world scientific impact.

Glossary

  • Agent harness: The software framework that coordinates an AI model’s reasoning, tool use, execution, and research workflow. “the same model can be paired with different agents or harnesses”
  • Agentic execution: The ability of an AI system to autonomously perform multistep actions toward a goal. “rapid progress in scientific reasoning, coding, data analysis, and agentic execution”
  • Artificial superintelligence (ASI): A hypothetical AI system whose general intellectual abilities substantially exceed those of humans. “Artificial superintelligence (ASI) requires AI to move beyond mastering existing knowledge”
  • Autonomous execution: The ability to complete a task or research process independently of human intervention. “general intelligence, innovation, and autonomous execution”
  • Autonomous research: Scientific investigation performed by an AI system with minimal human direction. “To test autonomous research.”
  • Backbone model: The underlying foundation model used by an agent or software system. “Different backbone models can be evaluated within the same agent framework”
  • Biostatistics: The application of statistical methods to biological, medical, and health-related data. “medicine and biostatistics”
  • Computational reproducibility: The ability to reproduce computational results using the same data, code, and procedures. “PaperBench~\cite{Sta25} focuses on research replication and computational reproducibility.”
  • Diagnostic metric: A quantitative measure designed to reveal why or where system performance changes. “The last three columns report B2-B1, B3-B1, and B4-B3, respectively”
  • Dynamical system: A mathematical model describing how a system changes over time. “the same nonlinear two-dimensional dynamical system task”
  • End-to-end execution: Completion of all stages of a process, from initial input to final result. “ASI-Bench uses cross-domain project-level research to evaluate general intelligence, independent method selection to evaluate innovation, and end-to-end completion to evaluate autonomous execution.”
  • Evaluation leakage: The unintended exposure of information that enables a system to obtain a high evaluation score without solving the intended task. “They also check for information leakage and unintended shortcuts”
  • Evaluation misalignment: A mismatch between what an evaluation measures and the capability it is intended to measure. “Tasks with unresolved scientific errors, unstable execution, evaluation misalignment, or unintended solution paths are revised or excluded.”
  • Foundation model: A large, general-purpose model trained on broad data and adaptable to many downstream tasks. “New foundation models, reasoning models, research agents, and general-purpose agents”
  • General intelligence: Broad problem-solving ability that transfers across tasks and domains. “This design distinguishes following a complete procedure, translating a specified method into an executable workflow, and independently conducting the research, enabling a unified assessment of general intelligence, innovation, and autonomous execution.”
  • Guidance gradient: A systematic variation in the amount of human methodological assistance supplied to an AI system. “Its B1--B3 guidance gradient further measures whether these capabilities persist”
  • Hypothesis-driven discovery: Scientific discovery organized around proposing and testing explanatory hypotheses. “DiscoveryBench~\cite{Maj24} hypothesis-driven discovery”
  • Inference-time reasoning: Additional computation performed while a model generates an answer, often to improve multistep reasoning. “Stronger inference-time reasoning does improve this capability”
  • Information leakage: Unintended availability of task information that can make a solution easier without requiring the intended reasoning. “They also check for information leakage and unintended shortcuts”
  • Isolated sandbox: A restricted execution environment that safely separates a task from external systems. “Each retained task is further validated through end-to-end execution in isolated sandboxes.”
  • Macro-averaged score: An average computed by giving each task or category equal weight, regardless of its size. “Scores are macro-averaged over tasks”
  • Method operationalization: Converting an abstract scientific method into concrete procedures, code, and executable steps. “Together, these results identify method operationalization, rather than method selection or distraction, as the primary bottleneck”
  • Method autonomy: The ability of an AI system to independently choose the method used to solve a research problem. “Method Autonomy”
  • Methodological guidance: Human-provided instructions about the scientific method or procedure to follow. “ASI-Bench progressively reduces methodological guidance”
  • Nonlinear system: A system whose output or evolution is not proportional to its inputs, often producing complex behavior. “the same nonlinear two-dimensional dynamical system task”
  • Numerical formulation: The mathematical representation of a problem that enables approximate computational solution. “the governing PDE, numerical formulation, and solver procedure are explicitly provided”
  • Numerical method: An algorithm for obtaining approximate solutions to mathematical problems through computation. “choose an appropriate numerical method”
  • Open-ended research: Investigation in which the problem-solving path or solution is not fully predetermined. “whether AI can autonomously conduct scientific research when both the problem and the path to a solution are open-ended.”
  • Parameter choice: The selection of numerical or model values that determine how an algorithm behaves. “B1, which specifies the method, implementation steps, and parameter choices”
  • Partial differential equation (PDE): An equation involving derivatives of a function with respect to multiple variables, commonly including space and time. “In B1, the governing PDE, numerical formulation, and solver procedure are explicitly provided”
  • Project-level research: A sustained research task involving multiple stages, decisions, experiments, and outputs rather than a single question. “It consists of 60 project-level research tasks across 11 scientific domains”
  • Reference artifact: A trusted output or result used to validate a task or compare system performance. “Reviewers examine the scientific formulation, task specification, B1--B4 information design, reference results, and evaluation criteria.”
  • Research artifact: A concrete, verifiable output produced during scientific investigation, such as code, data, or results. “ultimately producing verifiable scientific artifacts”
  • Research replication: Repeating a prior study or experiment to determine whether its results can be obtained again. “PaperBench~\cite{Sta25} focuses on research replication and computational reproducibility.”
  • Robustness: The ability of a system to maintain performance when conditions include noise, irrelevant information, or other disturbances. “B4 introduces task-irrelevant information under the B3 setting to evaluate robustness.”
  • Scorer validation: Verification that the software or procedure assigning evaluation scores behaves correctly. “All tasks undergo expert review, AI-assisted auditing, sandbox execution, and scorer validation.”
  • Scientific autonomy: The capacity to independently plan, conduct, evaluate, and refine scientific research. “To measure scientific autonomy”
  • Scientific discovery: The process of generating and validating new knowledge about the natural or engineered world. “Current systems remain far from reliable autonomous scientific discovery.”
  • Scientific domain: A specialized field of scientific inquiry used to categorize research tasks. “ASI-Bench contains 60 project-level research tasks across 11 scientific domains”
  • Scientific artifact: A research output that can be inspected or verified, such as an implementation, dataset, or experimental result. “ultimately producing verifiable scientific artifacts”
  • Spatio-temporal data: Data indexed across both spatial locations and time. “The agent receives only the observed spatio-temporal data”
  • State-of-the-art: Representing the highest reported level of performance or capability currently available. “Across 18 state-of-the-art agent--model configurations”
  • Task-irrelevant information: Information included in a task that does not contribute to solving its intended research problem. “B4 retains the B3 setting but adds plausible yet task-irrelevant information”
  • Verifiable result: An outcome that can be checked through explicit evidence, procedures, or computational evaluation. “turn them into verifiable results”
  • Workflow: An ordered sequence of actions and computational procedures used to complete a task. “whether it can determine what procedure should be pursued in the first place”

Open Problems

We found no open problems mentioned in this paper.

Tweets

Sign up for free to view the 4 tweets with 75 likes about this paper.