AI4AI Hits 71.21% as AskChem Indexes 2.4M Claims

Today's Overview

  • PhiZero Turns Physical Change Into a Discrete Language. Its world model reasons about state changes before rendering video, creating an inspectable and composable representation of dynamics.
  • AskChem Returns Verifiable Claims, Not Paper Lists. It indexes 2.4 million claims from 147,000 papers, aiming to compress literature search, verification, and synthesis.
  • Metis Moves Agent Memory Inside the Model. Mutable memory states and memory attention enable gradient-free online updates, though task-level comparisons with external memory remain necessary.
  • Frontis-MA1 Separates Two Sources of AI4AI Gains. Model training and search raise MLE-Bench Lite performance from 39.39% to 71.21% under a fixed compute budget.

Featured

01 Architecture: World Models Need Physical Language

Predicting pixels answers what the next frame looks like. Expressing physical change requires an account of how the world changes. PhiZero separates those jobs.

The model learns a compact, discrete “physical language” from real-world video through self-supervision. It first reasons about state changes, then renders those changes as video. Physical rules no longer need to stay buried inside a high-dimensional pixel predictor.

The paper reports physically consistent generation and understanding. It also supports interactive world modeling, fine-grained action-conditioned simulation, and zero-shot motion transfer. Full results must show whether this language is interpretable, reusable across scenes, and better than direct pixel prediction.

Key takeaways:

  • Evaluate whether a world model can explicitly represent and track state changes, not only produce attractive frames.
  • Reasoning before rendering could make simulations easier to debug, control, and reuse.
  • Interpretability and cross-scene generalization will determine whether physical language works beyond demonstrations.

02 AI for Science: Search Returns Verifiable Claims

A useful answer to a chemistry question needs a conclusion, a source, and traceable evidence. AskChem changes the retrieval unit from papers to atomic, typed claims.

Each claim links to a DOI and either a direct quotation or a precise evidence location. A taxonomy and evidence graph support further synthesis. The system indexes 2.4 million claims from 147,000 papers and offers web, REST, SDK, and MCP interfaces.

Agents can work directly with evidence chains instead of selecting papers from search results. The abstract reports that AskChem raised resolvable DOIs in GPT-5.5 outputs from 88.3% without retrieval to 100%. Claim extraction and evidence links still need separate validation.

Key takeaways:

  • Research search products should return evidence that traces directly to the source text.
  • Structured claims may serve research agents better than entire papers as context units.
  • Better DOI resolution improves citation usability, but does not prove claim or evidence accuracy.

03 Agent: Memory Moves Inside the Model

Agent memory usually lives in external components such as vector databases and retrievers. Metis instead treats memory as a native foundation-model capability.

The architecture adds a persistent, mutable memory state to the model backbone. “Memory attention” reads compressed historical information, allowing storage and retrieval to train end to end. During deployment, model weights stay frozen. Updating memory requires no gradients and only one forward pass.

The abstract demonstrates native memory but provides too few numbers to isolate the source of the gains. Architecture, training data, and extra compute could all contribute. Teams should compare native memory with external modules on task quality, cost, control, and auditability.

Key takeaways:

  • Native memory can bring storage and retrieval into end-to-end optimization.
  • Frozen weights and forward-only memory updates could reduce online maintenance complexity.
  • Choose memory architecture through task-level comparisons, not the “native” label.

04 Code Intelligence: Two Gains Under One Budget

A base model scores 39.39% on MLE-Bench Lite under strict constraints: one RTX 4090 and 12 hours per task. A 35B model with a search framework reaches 60.61%. Experience priors and asynchronous search lift it to 71.21%.

OpenMLE combines task environments, execution feedback, operator training, and long-horizon search in an open stack. Actual execution results guide program improvement and composition. The staged scores suggest model training, experience priors, and search all affect outcomes under fixed resources.

Held-out tests also show separate gains from model training and the search framework. These results come from the Lite benchmark and a specific budget. Ablations must isolate each component, and broader machine-learning engineering tasks may behave differently.

Key takeaways:

  • Measure model-training and search-framework gains separately under fixed time and compute budgets.
  • The jump from 60.61% to 71.21% makes experience priors and asynchronous search worth independent evaluation.
  • Strong Lite results still require confirmation on more tasks and the full benchmark.

Also Worth Noting

05
SkillRise Trains Reusable Skills Across Tasks AgentWatch whether agent training can escape the low-reuse pattern of learning each task separately. link
06
SpatialCLI Learns From Specialized Spatial Tools MultimodalIt first uses tools to inspect key details, then tries to reason without them. link
07
StatePlay Restores Explicit State to Interactive Generation Video GenRealistic frames still fail when a game model violates health, ability, or end-state rules. link
08
MemHarness Reconstructs Memory for the Current State AgentIt directly addresses the mismatch between retrieved experience and real-world decisions. link
09
Frozen Speech Correctors Read an Editable Memory File AgentThe approach offers lightweight streaming ASR adaptation without retraining. link
10
Flux-OPD Adapts Context to Student Ability TrainingIt supports open-ended tasks without verifiable rewards, but a changing teacher can shift training targets. link
11
ACE-Data-0 Captures Embodied Data in Sync RoboticsIt records first-person video, full-body motion, manipulation, object state, audio, and touch together. link
12
Chimera Mixes Diffusion Backbones Across Modalities Image GenIts design targets the quadratic cost of full attention at high resolutions and long sequence lengths. link
13
MADRS Supports Depression Scoring in Clinical Trials AI for ScienceIts value lies in standardization and auditability, not automated diagnosis. link

Today's Observation

Several projects turn temporary model scaffolding into learnable, verifiable system components. SpatialCLI teaches specialized visual tools to a model, then tries to remove them. SkillRise consolidates scattered experience into cross-task skills.

Metis moves external memory into the foundation model. PhiZero extracts pixel-level dynamics into a physical language. The shared question is not whether models should absorb everything. Teams must decide which capabilities belong in runtime modules and which deserve training.

External components are usually easier to update, replace, and audit. Internal capabilities can reduce latency, interface failures, and runtime dependencies. Their updates instead require more data and training.

Mature systems will likely mix both approaches based on task risk, update frequency, and verification needs. Build an “external versus internal” scorecard for each candidate capability. Measure latency, failure rates, training costs, and auditability on the same task set before choosing an architecture.