Can Current Agents Close the Discovery-to-Application Gap? A Case Study in Minecraft

arXiv cs.AI / 4/28/2026

📰 NewsSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The study introduces SciCrafter, a Minecraft-based benchmark that operationalizes the “discovery-to-application” loop via parameterized redstone circuit tasks requiring agents to reproduce lamp-ignition patterns.
  • In experiments with frontier code-agent setups using models like GPT-5.2, Gemini-3-Pro, and Claude-Opus-4.5, agent success plateaus at about a 26% success rate as task parameters scale, indicating a persistent gap between discovery and real engineering application.
  • The researchers break the loop into four capacities—knowledge gap identification, experimental discovery, knowledge consolidation, and knowledge application—and use targeted interventions to estimate which gap each model struggles with.
  • Results suggest knowledge application remains the largest overall bottleneck, but for frontier models the dominant issue is shifting toward knowledge gap identification (i.e., framing the right problems), and SciCrafter is released to help future research diagnose and improve this full loop.

Abstract

Discovering causal regularities and applying them to build functional systems--the discovery-to-application loop--is a hallmark of general intelligence, yet evaluating this capacity has been hindered by the vast complexity gap between scientific discovery and real-world engineering. We introduce SciCrafter, a Minecraft-based benchmark that operationalizes this loop through parameterized redstone circuit tasks. Agents must ignite lamps in specified patterns (e.g., simultaneously or in timed sequences); scaling target parameters substantially increases construction complexity and required knowledge, forcing genuine discovery rather than reliance on memorized solutions. Evaluating frontier models including GPT-5.2, Gemini-3-Pro, and Claude-Opus-4.5 under a general-purpose code agent scaffold, we find that all plateau at approximately 26% success rate. To diagnose these failures, we decompose the loop into four capacities--knowledge gap identification, experimental discovery, knowledge consolidation, and knowledge application--and design targeted interventions whose marginal contributions serve as proxies for corresponding gaps. Our analysis reveals that although the general knowledge application capability still remains as the biggest gap across all models, for frontier models the knowledge gap identification starts to become a major hurdle--indicating the bottleneck is shifting from solving problems right to raising the right problems for current AI. We release SciCrafter as a diagnostic probe for future research on AI systems that navigate the full discovery-to-application loop.