Papers for

ai platform developers

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Model merging improves by adapting to task differences and depth

Beyond Uniform Subspaces: Spectrum-Aware and Depth-Adaptive Fusion for Multi-Task Model Merging

Abstract: Model merging aims to consolidate multiple task-specific models without access to extra training process. However, existing subspace-based methods largely rely on a uniform treatment of task updates, overlooking their intrinsic spectral and depth-wise heterogeneity. We identify two key deviations from this assumption: different tasks require different subspace capacity and exhibit different tolerance to spectral transformation, while subspace projection introduces depth-dependent distortion. Based on these observations, we propose SADA-Merging, a spectrum-aware and depth-adaptive framework for data-free model merging. SADA-Merging allocates task-specific subspace capacity according to spectral complexity, adapts spectral preservation according to task-wise plasticity, and applies depth-dependent anchoring to compensate for projection-induced distortion. This enables the fusion process to adapt to both the intrinsic geometry of each task and its sensitivity across network depth. SADA-Merging operates directly on task updates and is applicable to both full fine-tuning and LoRA settings. Extensive experiments demonstrate consistent improvements over existing data-free merging methods across different task scales and adaptation settings.

Mon 21 SeptComputer Vision and Pattern Recognition
The gist
Combining models trained for different tasks usually treats all tasks the same, which can miss important differences. The authors found that tasks vary in how complex their updates are and how sensitive they are to changes across different layers of the network. They created a new merging method that adjusts to these differences, improving how multiple task models can be combined without extra training. Their approach works well on two popular types of model updates and shows consistent gains in experiments.
Open 2609.24612v1

Security risks in autonomous ai systems need more thorough testing

Connecting the Dots in Agentic AI Security: A Cross-Dimensional Threat Taxonomy, Evaluation Maturity, and Open Challenges

Abstract: Agentic AI extends LLM security beyond generated content to persistent state, autonomous actions, tool use, and interactions with humans and other agents. Existing threat classifications often emphasize individual dimensions, obscuring connections among entry points, affected components, and security consequences. The known threat landscape also differs from the coverage demonstrated by empirical research. Through a structured review of 66 studies published from 2022 to 2026, we introduce T={S, B, P, A}, a cross-dimensional representation linking affected functional or system surfaces {S}, interaction or trust boundaries {B}, violated security properties {P}, and empirically examined architectures {A}. We analyze 22 artifact-backed red-teaming studies and 11 representative security benchmarks to characterize empirical coverage and evaluation maturity. Within the selected studies, evidence concentrates on prompt/reasoning, memory, and tool-mediated attacks, predominantly in single-agent settings. Persistent, Human--Agent, complex multi-agent, systemic, and long-horizon threats receive less coverage. These findings describe the selected corpus rather than establish gaps across all empirical research. Heterogeneous metrics, limited adaptive defense evaluation, architectural imbalance, and incomplete execution-state capture further constrain comparison and reproducibility. We derive 13 open research questions to guide more systematic, architecture-aware, and reproducible security evaluation of agentic AI.

Sun 20 SeptCryptography and SecurityArtificial Intelligence
The gist
Agentic AI refers to smart systems that do more than just create text—they keep information over time, take actions, use tools, and interact with people or other AI systems. The authors found that existing studies often look at only one aspect of these systems’ security but miss how different parts connect. They reviewed many studies and identified which types of risks and attacks have been tested well, like tricking the AI’s reasoning or memory in simple setups. However, more complex threats involving long-term actions, multiple agents, or human interactions are less studied. The authors suggest new questions to guide future research for stronger and more reliable AI security testing.
Open 2609.23894v1

Ai reviewer training risks causing loss of scientific judgment diversity

When AI Reviews Train AI Reviewers: Scientific-Judgment Collapse and Mitigation

Abstract: Large language models (LLMs) increasingly participate in scientific evaluation, both as automated reviewers and as assistants to human reviewers. As model-generated reviews enter public data and future training corpora, AI peer review can become recursive: later reviewers learn from judgments produced by earlier models. We study one step of this feedback loop in a controlled setting. Starting from Llama 3.1 8B, we first fine-tune a reviewer on official ICLR reviews from 2018--2023 and then train four successor models on ICLR 2024 data with systematically varied mixtures of official and model-generated reviews. Our study shows that introducing synthetic reviews compresses rating distributions and reduces both same-paper and corpus-level semantic diversity. We call this pattern $\textbf{scientific-judgment collapse}$. To mitigate this failure mode, we introduce $\textbf{TrustReviewer}$, an open-source LLM-based system for generating peer reviews of AI and machine learning papers. TrustReviewer intervenes at two complementary stages. For training-time prevention, we train the core reviewer in a single stage on a curated corpus designed to reduce low-quality and semantically degenerate supervision. For test-time correction, paired activation steering aims to further mitigate residual tendencies toward collapsed judgments without further training or additional expert annotation. Together, these results characterize a concrete risk of recursive reviewer training and provide practical interventions for preserving judgment diversity and improving recommendation alignment in AI-assisted scientific evaluation.

Thu 17 SeptMachine Learning
The gist
AI models are starting to review scientific papers, but when these AI-generated reviews are used to train new AI reviewers, the variety and richness of their judgments shrink. The authors call this problem scientific-judgment collapse. They studied this effect using several versions of AI models trained on real and synthetic reviews. To fix it, they created a system called TrustReviewer that carefully curates training data and adjusts AI behavior during review to keep diversity and quality high.
Open 2609.20942v1

Chronicle creates repeatable tests for large language model agent failures

Chronicle: Cut-Point Replay for Regression Testing of LLM Agents

Abstract: Large language model responses are non-deterministic, so failures in LLM agents are hard to reproduce: a failure depends on inference that is not bitwise reproducible, on tools that read changing state, and on a multi-step trajectory that a re-run rarely repeats. Record-and-replay makes a run reproducible, but existing agent tooling records runs only to trace or score them, not to test a code change against them. We present Chronicle, which records an agent run at its non-deterministic boundaries as immutable envelopes and replays it from the record. Its central operation, cut-point replay, serves a chosen subset of boundaries from the record and executes the complementary subset live with new code, turning a recorded incident into a regression test that runs in continuous integration. On a benchmark of 6 recorded failures with simulated model boundaries, recording adds 23 μs per crossing (0.008% of an assumed 300 ms model call), full replay issues zero model calls and is bit-stable across 20 repetitions, and cut-point tests fail on faulty code and pass on guarded and benign changes for all 6 incidents. In a mutation study of the guarded tools, cut-point tests catch every mutant that lets the recorded unsafe action through, while a baseline that stubs every boundary, using the same assertion, catches none. Chronicle and the benchmark are publicly available at https://github.com/theagentplane/chronicle.

Thu 17 SeptComputation and LanguageArtificial Intelligence
The gist
Large language models can give different answers each time they run, making it hard to recreate and fix mistakes made by programs using them. The authors present Chronicle, a tool that records key points where the model’s randomness affects the run and can replay these while running new code on other parts. This makes it possible to turn a past failure into a reliable test that checks if code changes fix the problem. They show Chronicle works well on simulated data and can catch more errors than simpler testing methods.
Open 2609.20625v1

Chatbots vary widely in product advice and sources given

"If I Had to Buy Just ONE: Galaxy S26 Ultra": Auditing AI-Generated Product Recommendations

Abstract: Consumers increasingly use AI chatbots for advice on what to buy. With companies like OpenAI and Google monetising their AI through advertising, this raises difficult questions about the bias and impartiality of such advice. In response, we conduct an AI audit of popular chatbots using real commercial-advice queries. First, we curate a dataset of 2,528 real commercial-advice queries (ConsumerQ). Then, we evaluate 1,536 responses to product queries from popular AI chatbots: ChatGPT (chatbot and API), Google Gemini (chatbot and API), and Google Search (AI Overviews). We find that ChatGPT expresses a first-person product preference in 79% of product-recommending responses, compared with 7% for Gemini and 2% for AI Overviews, while the products recommended often change across repeated requests. Displayed sources vary strongly: for the same query, the ChatGPT and Gemini interfaces share only 5.4% of domains on average, with no domain in common in 76.7% of comparisons. APIs provide a different view from their corresponding interfaces, with mean domain overlaps of 12.0% for ChatGPT and 14.8% for Gemini, and also differ in the types and layers of source information they expose. Our findings show that neither isolated responses nor API observations can be assumed to represent the commercial advice consumers encounter. Independent audits of AI-mediated commercial advice should therefore account for repeated responses, consumer-facing conditions, and the source layer being observed.

Wed 16 SeptComputers and SocietyComputation and Language
The gist
People often ask AI chatbots for shopping advice, but these chatbots give very different answers and mention different websites as sources. The authors studied popular chatbots like ChatGPT and Google Gemini by asking them real questions and found that only ChatGPT often shared its own preferences. The chatbots’ recommendations and source websites changed a lot even when the same question was repeated. This means the shopping advice people get from these AIs can be biased and inconsistent depending on which chatbot or platform they use.
Open 2609.18729v1

Teacher network structure shapes how well students learn functions

Teacher Geometry Shapes Learnability in Teacher-Student Networks

Abstract: Teacher-student systems, in which a teacher neural network generates training labels so that a student neural network can learn to implement the same function, are widely used as an abstract setting to study learning. However, the structure of the teachers is often overlooked by assuming randomly-generated, normally-distributed parameters. This hides substantial variation in how learnable different teachers are. We formalize learnability as the success rate of converging to the global minimum, as a function of overparameterization, learning algorithm, student initialization distribution, and teacher geometry. We both identify an easy distribution that maximizes node dissimilarity and a hard distribution that minimizes it, and show that these two distributions induce markedly different success rates across a large range of settings and for different activation functions. To explain the gap, we study the loss landscape of small neural networks that contain two distinct kinds of suboptimal local minima, out-of-bounds (OOB) minima at the edge of the data distribution and interior minima within. Assuming infinite data and a fast readout layer, we analytically reduce the loss landscape of small networks to two dimensions, showing that the region of attraction of interior minima changes as a function of teacher structure. In larger networks, maximally dissimilar teachers induce more interior minima, while minimally dissimilar teachers induce more OOB minima. Motivated by these analyses, we show that differentially increasing the learning rate of the readout layer and decreasing the learning rate of the inner biases increases success rates. These findings provide an important step in narrowing the gap between the study of teacher-student networks and more structured functions that arise in practice.

Wed 9 SeptMachine LearningArtificial IntelligenceNeural and Evolutionary Computing
The gist
Teaching one neural network to copy another isn’t always equally easy. The authors show that the internal setup of the teacher network affects how likely a student network is to learn the correct function. They find specific teacher setups that make learning easier or harder by creating different patterns in the learning process. By studying these patterns, they suggest ways to adjust learning rates to improve success. This helps make teaching-student neural network studies more relevant to real-world situations.
Open 2609.09595v1

NeoHorse-1 improves AI models by learning from their own use

NeoHorse-1: Towards Recursive Self-Improvement via Agentic Post-Training with Routing Harness

Abstract: Recursive self-improvement (RSI) requires a concrete mechanism through which an AI system observes its capabilities and converts that evidence into the next round of learning. We present NeoHorse-1, a family of agent-native models developed to explore this path through agentic post-training. Our system combines a heterogeneous model pool with intelligent routing, recording the predicted capability demand, selected service tier, and subsequent interaction for each user turn. These records are converted into training examples that preserve interleaved reasoning, tool calls, and harness context, and are admitted through structural validation, six-dimensional semantic evaluation, and subscene-level labeling. Routing signals organize supervised fine-tuning into a three-stage curriculum and extend to routing-guided on-policy distillation, where a teacher supervises student-generated responses under the same progression. Capability-guided allocation then converts evaluation feedback into the next training mixture, closing an evaluation-selection-update loop in which what the system learns to do shapes what it learns from next. Across eleven benchmarks covering harness-based agents, tool use, coding, and instruction following, post-training raises the macro-average from 58.94 to 64.87 at 4B and from 65.60 to 69.04 at 9B, substantially narrowing the aggregate gap between the post-trained 4B model and the 9B base model. NeoHorse-1 provides an initial prototype of this feedback-driven process and a path toward harness-mediated RSI across successive iterations.

Tue 8 SeptComputation and Language
The gist
Improving AI often means finding ways for the AI to learn from its own performance in tasks. The researchers created NeoHorse-1, a system where AI models watch their own actions and use that information to get better at future tasks. This happens through a cycle of selecting tasks, recording how the AI responds, and retraining itself using these records guided by a smart routing system. The result was better overall performance on several benchmarks, especially narrowing the gap between smaller and larger AI models.
Open 2609.08183v1