Research

Four new AI papers: 90 percent failure, fusion, scientific AI

4 min read

TL;DR Too Long; Didn’t read

Four new arXiv preprints from the past days show how fragile reliability and comparability of today's AI systems are when scrutinized: the most significant finding is that two instances of the same model in an agent duo fail together in 90.0 percent of all missions as soon as either one fails. A second paper shows that identical model responses can fluctuate by up to 73.2 percentage points in success rate solely due to the manner of command execution. A third paper presents Intern-S2-Preview, a scientific AI agent model whose memory extension improves a specialized task from 56.92 to 60.32 points without changing the 397-billion-parameter base model. A fourth study shows that multiple AI models can be merged with targeted conflict resolution up to 16.97 percent better than previous methods.

A magnifying glass enlarges four details from a stack of scientific papers: two identical, jointly blocking gears, a quotation mark breaking a command arrow, an open book with a thought bubble, and two interlocking puzzle pieces. Image generated with GPT Image 2

Key takeaways

  • Two instances of the same model fail together in agent duos in 90.0 percent of all missions as soon as one fails.
  • The manner of command execution alone changes identical model responses by up to 73.2 percentage points in success rate, a new agent benchmark shows.
  • Intern-S2-Preview lifts a bio-specialized task from 56.92 to 60.32 points via a memory extension, without changing the 397-billion-parameter model.
  • CABS+ merges five AI models across 27 datasets up to 16.97 percent better than previous fusion methods.

Today’s selection from the arXiv submissions of the past days connects four questions that rarely come up together: how reliable agent networks really are under the hood, how much pure execution details can distort measured agent performance, what a new scientific AI agent model from a major lab achieves, and how multiple models can be merged with less capability loss. The curation criterion was substance and diversity: each paper offers a traceable method with solid numbers in the abstract, and no two works cover the same subfield. Since arXiv does not publish new listings over the weekend, this selection draws on the most recent available issue from Friday.

Reliability certificates for agents: the independence assumption does not hold

Varun Pratap Bhardwaj, Garima Singh, and Arun Pratap Bhardwaj examine an assumption rarely questioned in practice in Agent Behavioral Contracts II: reliability calculations for multi-stage agent systems typically multiply the individual reliabilities of the components, which presumes their failures occur statistically independently of each other. In a pre-registered evaluation of 18,000 missions with two instances of the same model in a two-stage handover scenario, the authors find both agents fail together in 90.0 percent of cases as soon as either one fails - switching the model weakens this coupling, while switching only the vendor with the same model does not. The authors also provide a new, finite-sample certificate that assumes no dependence structure, which raises the guaranteed reliability floor in their tests from 0.2455 to 0.4116. This matters because companies often treat redundancy through multiple agent instances as a safety net - the study shows that this redundancy is structurally overestimated when the model is shared. An earlier digest post already showed that common agent safety benchmarks barely beat a simple “always safe” baseline - this new work adds another fragile measurement foundation to the picture: computed reliability certificates for agent networks themselves.

QuoteBench: when a single special character halves the success rate

Shangao Li, Yao Zhang, Volker Tresp, and Yuanyuan Yang show with QuoteBench that identical model responses can achieve completely different success rates depending on the execution path. Their benchmark replays 56 one-shot tasks derived from real incidents across eight configurations, deliberately inserting an inadequately escaping parser that rewrites Bash commands before execution. According to the authors, this single added processing step alone lowers success by 55.4 to 73.2 percentage points compared with the direct execution path, even though the language model gives exactly the same answer; disclosing the break recovers 30.4 to 60.7 points in six of the eight configurations. This matters because common evaluation methods for coding agents usually report only the matched success rate, invisibly mixing execution-environment errors with model performance. An earlier digest post already showed that the agent harness distorts coding benchmarks more than the underlying model does - QuoteBench supplies a precise mechanism for that: a single unescaped parser step in the command chain.

Intern-S2-Preview: a 397-billion model for scientific agent tasks

A large team led by Lei Bai presents Intern-S2-Preview, a new scientific AI agent model pre-trained on multimodal scientific documents, interleaved image-text data, and diverse scientific corpora, then further refined with supervised fine-tuning, multi-task reinforcement learning, and agent-specific training. The core Intern-S2-Preview-397B model extends time-series modeling from efficient long-sequence understanding to numerical forecasting, while a separate Memory Decoder module serves as an independent extension path for rapid scientific specialization without touching the frozen 397-billion-parameter backbone. Across scientific, multimodal, agentic, and general-purpose benchmarks, the authors report competitive to leading results; the separate Intern-MemDec-4B extension lifts the Biology-Instructions average score from 56.92 to 60.32 without modifying the frozen backbone. This matters because it shows how domain expertise can be layered onto a large base model after the fact, without repeating its costly training run - a practical route for fast-moving scientific specialties.

CABS+: five models merge without weakening each other

Yuchen Liu, Zongzhen Yang, Binhang Qi, Hailong Sun, and Xiang Gao present CABS+, a method that merges several fine-tuned models into a single multi-task model without their capabilities interfering with each other. The core idea is conflict-aware sparsification of weight changes, combined with a new Relative Synergy Score metric that estimates how well two models actually get along before they are merged. Across 27 datasets and five models, CABS+ outperforms two comparison methods by 16.97 and 12.93 percent respectively, according to the authors, while needing markedly less compute and running faster. This matters because model merging promises to combine several specialized models into one without costly retraining - but earlier methods often traded away accuracy to do it. An earlier digest post already showed that language models of different sizes can be merged, but with a seesaw effect between the capabilities each contributes - CABS+ targets exactly this trade-off with more targeted conflict handling.

All four papers are not independently peer-reviewed preprints - the reported numbers come from the respective author teams’ own experiments and have not yet been externally replicated. This applies especially to Intern-S2-Preview, whose model card is explicitly labeled a preview with full technical documentation still pending, and to the certification method in Agent Behavioral Contracts II, which so far has only been tested on a single two-agent scenario with a shared base model. Whether these findings hold up across further models, agent architectures, and independent replications remains to be seen.

Frequently asked questions

Are these four papers already peer-reviewed?

No, all four are currently unreviewed arXiv preprints. Intern-S2-Preview is also explicitly marked as a preview model, whose final technical documentation is still to follow according to the authors.

Is there code or data available for the presented methods?

For Agent Behavioral Contracts II, the authors state they release the contract definitions, evaluation code, and pre-registration. QuoteBench is built on 56 publicly traceable test tasks derived from real incidents. For Intern-S2-Preview and CABS+, the available abstracts make no explicit commitment to a full code release.

How does the reliability question in Agent Behavioral Contracts II differ from a classic redundancy argument?

A classic redundancy argument assumes that two independent systems fail together less often than either alone, and simply multiplies the individual failure probabilities. The study shows that this independence does not hold for two instances of the same model - the errors are strongly correlated, so classic redundancy calculations significantly underestimate the actual failure probability.

What is conflict-aware sparsification in model merging?

When merging several fine-tuned models, individual weight changes can cancel each other out or amplify one another when different models make conflicting adjustments to the same parameters. Conflict-aware sparsification specifically detects such conflicting changes and selectively reduces or discards them instead of averaging all models indiscriminately.

Sources (4)
  1. Agent Behavioral Contracts II: Certifying Compositional Reliability Without Assuming Independence
  2. QuoteBench: How Matched Scores Can Hide Command-Path Failures
  3. Intern-S2-Preview: Scientific Agentic Foundation Model
  4. CABS+: Efficient and Scalable Model Merging via Conflict-Aware Sparsification and Adaptive Weight Allocation

Your AI update for the work week

Once a week, the most important AI news – plus one practical tip to try right away. No spam, unsubscribe anytime.

← Back to the blog