Research

Four new AI papers: Research agent, Merging, Tutor judgment

4 min read
Four fanned-out research pages with diagrams and formulas beneath a large magnifying glass showing a network of nodes; drawn arrows connect the pages Image generated with GPT Image 2
Four fanned-out research pages with diagrams and formulas beneath a large magnifying glass showing a network of nodes; drawn arrows connect the pages

TL;DR Too Long; Didn’t read

Four new arXiv preprints show how far capability and reliability of today's AI systems currently diverge: Most notably, a fully open-source 30-billion-parameter agent system achieves 87.3 percent on Humanity's Last Exam with only 3 billion active parameters. A second paper shows that merging two security-relevant models almost completely destroys damage detection, while the pure refusal capability remains intact. A third study shows that common helpfulness assessments cannot distinguish between good and bad teaching methods. A fourth paper finds evidence of reusable internal interfaces through which language models generate the same answers in different ways.

Key takeaways

  • An open 30-billion-parameter agent system with only 3 billion active parameters achieves 87.3 percent on Humanity's Last Exam.
  • Merged security models retain 81 to 85 percent jailbreak defense, while damage detection drops to a maximum of 12.9 percent.
  • Helpfulness assessments do not distinguish between direct answers and genuine pedagogical guidance in simulated AI tutoring sessions.
  • A new method shows: language models often use the same internal, causally verifiable interface for the same answers.

The editorial team selects four papers from the arXiv submissions of the past 24 to 48 hours that show how far the capability and reliability of today’s AI systems currently diverge - from a fully disclosed research agent to a security-relevant merging gap to a fragile evaluation method for AI tutors. Curation was based on substance: each paper provides a traceable method and a concrete numerical result in the abstract, not just a new topic heading. The selection deliberately covers four different subfields - agent systems, security engineering, evaluation methodology, and interpretability.

Disclosed research agent achieves 87.3 percent on Humanity’s Last Exam

A team led by Yong Huang and Yulu Huang presents the DeepResearch Agent System, a fully open-source agent system for deep research, multi-step reasoning, and autonomous research tasks. The system is built on a sparse architecture with 30 billion total parameters but only 3 billion activated per token, which the authors say allows 3.2 times faster inference than dense models of equivalent scale; a dual reasoning mode combines a basic multi-step approach (ReAct) with an iterative research mode for up to 20 reasoning steps. According to the authors, the system reaches 87.3 percent on Humanity’s Last Exam, plus 85.3 percent on BrowserComp Chinese and 91.2 percent on WebWalkerQA, with 92.1 percent tool-use accuracy. This matters because the architecture, training, and inference code are fully open, making such high benchmark numbers independently verifiable - a degree of transparency that was not the focus when we covered the earlier self-verifying research agent AREX.

Security merging loses damage recognition but keeps refusal

Aarnav Choudhary, Matheus Fonseca Rocha, and colleagues test in Asymmetric Collapse in Model Merging: When Refusal Overwrites Recognition what happens when two safety-tuned variants of Gemma-3-1B-IT - one trained for harm classification, the other for jailbreak refusal - are merged using four common techniques (Linear, SLERP, TIES, DARE-TIES). The authors report that the merged models retain 81 to 85 percent jailbreak refusal rates, while harm-classification accuracy (CARES) collapses to at most 12.9 percent. The cause, they find, is that refusal fine-tuning consistently produces larger per-layer weight vectors than recognition fine-tuning, so magnitude-sensitive merging methods systematically favor refusal; the two capabilities’ task vectors are nearly orthogonal, with a cosine similarity of just 0.011. This matters because companies often want to combine safety capabilities through exactly this kind of merging - a pattern that connects to the previously reported seesaw effect when merging differently sized models, though here the trade-off runs not between general capabilities but between two complementary safety objectives.

Why AI helpfulness judges fail to catch bad tutoring

Shuyi Fan, Boyuan Deng, and colleagues examine in Rethinking LLM-Judged Helpfulness as a Pedagogy Signal: A Pre-Registered Audit Across Tutor Models, in a pre-registered study with a fixed simulated student, whether general-purpose helpfulness ratings can distinguish direct answers from genuine pedagogical guidance. Using a purpose-built pedagogy rubric, the authors achieved perfect separation between the tested teaching policies (Cliff’s delta of 1.0), while the standard helpfulness rating showed no significant difference (delta of 0.10); across different judge models, the helpfulness ranking even reversed for two of three base policies. Answer-revealing responses also consistently reduced the simulated student’s subsequent independent work across all tested cases. This matters because helpfulness ratings from an LLM acting as judge have become the default tool for evaluating tutoring systems - a blind spot that connects to the earlier digest finding on AI tutors that help too early, which focused on the tutors’ behavior itself rather than on how reliably that behavior can even be measured.

Language models often reuse the same internal interface for identical answers

SiYuan Ma, Yiqin Luo, and colleagues investigate in Hidden APIs in Language Models: Discovering Reusable Causal Interfaces from Forked Futures whether different routes to the same model answer actually rely on the same internal mechanisms. Using a method called “Forked Futures,” they compare hidden states by sampling multiple possible continuations after a shared prompt prefix, rather than relying on predefined concept labels, and distinguish four interface types (Shared, Local, Mixture, Distributed). A “Shared” interface explains the model’s answer most concisely; along it, the identified paths mediate 74.9 percent of the studied effect, versus 15.0 percent for a randomly matched control path, and a blind architecture test correctly identified 14 of 16 tested model variants. This matters because it suggests language models develop tangible, reusable internal interfaces for entire classes of tasks - a finding that connects to Anthropic’s J-Lens research on Claude’s hidden “J-space”, though that work concerned invisible thought processes rather than causally verifiable answer mechanisms.

Bottom line: all four papers are unreviewed preprints so far; their numbers come from the respective author teams’ own experiments. The research agent’s benchmark scores have not yet been independently reproduced, the merging study tests only a single 1-billion-parameter model pair, the tutoring study relies on a simulated rather than a real student, and the interface analysis remains tied to the tested model architectures and parameters. Whether these patterns hold up in production systems and independent replications remains to be seen.

Frequently asked questions

Are these four papers peer-reviewed by independent experts?

No, all four are currently unreviewed arXiv preprints; their results come from the experiments of the respective author teams themselves and have not yet been independently replicated.

Is there code or data for the four presented methods?

Only for the DeepResearch Agent System is this explicitly the case in the abstract: the authors describe data synthesis, training, and inference code as fully open-source. For the merging study, the tutoring study, and the interface analysis, the available abstracts do not mention any code or dataset release.

How does the described merging effect differ from the previously reported seesaw effect in model merging?

The previously reported seesaw effect described a capability trade-off when merging differently sized, general-purpose language models: one capability grows, another shrinks. The new study instead examines two equally sized models with complementary security goals and shows that the imbalance here stems not from model size, but from differently sized weight shifts caused by the respective fine-tuning.

How does the 'Forked Futures' method differ from classical interpretability methods like probing?

Classical probing assigns predefined concept labels to internal activations and checks whether these labels can be read out linearly. Forked Futures forgoes such labels and instead compares which actual continuations a model generates after a shared prompt prefix - allowing interfaces to be identified even when no human has predefined what to look for.


← Back to the blog