VIDAR is a visual-inertial dense reconstruction framework that integrates SVO+IMU odometry with the Depth Anything 3 foundation model. The system uses visual-inertial odometry to provide camera poses, scale, and a consistent world frame, enabling accurate alignment of dense geometry predictions from the foundation model. On the EuRoC dataset, pose injection reduces scale error to about 1% and achieves a mean F@0.10 of 0.463, while a decoupled hybrid approach improves this to 0.676 without relying on ground-truth poses.
Why it matters: VIDAR offers a practical solution for achieving metric dense monocular reconstruction by combining visual-inertial odometry with a geometric foundation model.
ResearchStudio-Reel is a new system that automates the conversion of research papers into editable PowerPoint posters, video decks, and bilingual Word blogs, all integrated into an interactive viewer. The system is implemented as five modular skills executable in Claude Code and Codex, and uses a shared asset bundle to generate the different formats. On the Paper2Poster benchmark, ResearchStudio-Reel achieves the highest scores among automated systems for aesthetics and matches or exceeds human-authored posters in overall quality, as judged by two VLM-based evaluators.
Why it matters: By automating the creation of multiple editable dissemination formats from a single research paper, ResearchStudio-Reel streamlines and accelerates the labor-intensive process of research communication.
SR-Agent is a new agentic framework designed to automate the refinement of post-ranking strategies in industrial e-commerce recommender systems. It integrates three specialized agents to identify user-perceived issues, diagnose recurring problems, and apply constrained refinements with rollback capability. In a one-month A/B test on the Kuaishou platform, SR-Agent increased order volume by 0.71%, browsing depth by 0.34%, and clicked-category diversity by 0.48%, while reducing manual effort and operational costs.
Why it matters: SR-Agent represents the first deployed framework to fully automate the loop of refining post-ranking strategies in industrial recommender systems, demonstrating measurable improvements in key e-commerce metrics and operational efficiency.
Researchers introduce SAGE, a generative engine designed for socially-aware navigation among heterogeneous multi-agent teams. SAGE uses a Heterogeneous Graph Transformer to model asymmetric interactions and a diffusion-based generative module for joint trajectory prediction and planning. A training-free safety-social energy guidance mechanism refines robot trajectories to enhance safety and social compliance. Experiments on real-world and synthetic datasets show that SAGE reduces collision and social-violation rates and scales to teams of up to 20 robots.
Why it matters: This work presents a scalable approach to safe and socially compliant robot navigation in complex, multi-agent environments, addressing key challenges in real-world deployment.
MADA-RL is a post-training framework that divides compact language models into generator and critic roles, fine-tuning only a small subset of parameters using LoRA adapters. By introducing a counterfactual critic advantage, it explicitly trains critics to improve over generator consensus, resulting in a 2.0 percentage point accuracy gain on the DeepSeek-R1-Distill-Qwen-1.5B model with 16 times fewer trainable parameters than full fine-tuning. The method achieves competitive performance on mathematical reasoning benchmarks and offers a parameter-efficient alternative to existing approaches.
Why it matters: This work presents a significant advance in parameter-efficient training for compact language models, enabling improved reasoning performance under limited computational resources.
Researchers introduce the Symbolic Geometric Agent (SGA), a plug-and-play module designed to enhance spatial correctness in LLM-generated code for educational animations. SGA intercepts code, extracts symbolic scene graphs, and refines outputs when spatial conflicts are detected, without requiring full rendering. The team also proposes the Manim Visual Quality Score (MVQS) as a rendering-free metric for spatial integrity. Experiments on the MMMC-Code benchmark show SGA achieves a peak MVQS of 73.11, representing a 16.1% relative improvement over the baseline.
Why it matters: This work offers a practical solution for improving the spatial quality of automatically generated educational animations, addressing a key challenge in AI-driven content creation.
A new preprint introduces Agentic ERP, a multi-agent architecture that leverages role-aligned large language model (LLM) agents and human oversight to automate operational decision-making in enterprise resource planning (ERP) systems. The system employs a graph-based orchestrator and was evaluated through a 365-day simulation, where it achieved zero stockouts, outperforming rule-based baselines that experienced hundreds of stockouts. The evaluation also included scenario-based tasks and crisis management comparisons, demonstrating significant improvements over traditional approaches.
Why it matters: This work provides evidence that LLM-based multi-agent systems, when combined with human oversight, can enable ERP systems to autonomously execute operational decisions, potentially advancing enterprise automation beyond traditional rule-based methods.
A new preprint introduces and experimentally validates a formal law that predicts how diversity among large language models (LLMs) in an ensemble contributes to improved performance. The authors propose an accuracy-adjusted correctness correlation metric and demonstrate its predictive power across 767,520 inferences from ten models on three benchmarks, achieving Spearman's ρ up to 0.84 for ensemble lift prediction.
Why it matters: This work offers a principled, quantitative framework for optimizing LLM ensemble design by enabling practitioners to predict and maximize the benefits of model diversity.
Researchers present AITE, a framework that leverages large language model (LLM)-driven evolutionary search to autonomously design algorithms for wireless communications. Applied to OTFS equalization, AITE produces algorithms that outperform the best-known solutions and reduce computational latency by a factor of 3.6. For OFDM systems without pilots, it discovers the first explicit, explainable algorithms that match the performance of state-of-the-art neural receivers.
Why it matters: This work demonstrates a novel approach to algorithm discovery in wireless communications, potentially accelerating innovation in the field.
A new method called Value-Aware MARO is proposed to enhance multi-agent coordination when communication between agents is unreliable. By weighting prediction loss with advantage estimates, the approach focuses learning on high-return behaviors, helping agents maintain performance even as communication failures increase. Experiments in simulated environments show that Value-Aware MARO prevents the performance collapse seen in standard methods under high communication dropout, achieving over 20% higher mean returns and a 64.7% reduction in variance compared to baselines.
Why it matters: This work offers a practical advance for multi-agent systems operating in real-world conditions where communication is often unreliable, improving robustness without extra hardware.
Researchers introduce SPIN, a framework that models multi-agent communication topologies as compressed tensor networks to address the combinatorial scaling problem in decentralized swarm control. By factorizing joint policy tensors into matrix product state chains, SPIN achieves linear scaling in clique length and removes the need for online training or scenario-specific optimization. Simulation experiments show that SPIN functions as a reusable decentralized coordination layer, with notable gains in multi-goal coordination and dense local interaction regimes.
Why it matters: SPIN could enable scalable, reusable swarm control for applications like drone swarms and multi-robot systems without retraining or scenario-specific optimization.
A new generative AI multi-agent architecture automates the creation of structured hardware validation test plans for large-scale AI datacenter platforms. The system processes self-healing validation documents and bills of materials, classifies components, and synthesizes comprehensive test cases, achieving coverage expansions of 74.2% and 51.4% over manual baselines and reducing authoring time from days to hours.
Why it matters: This approach significantly increases efficiency and coverage in validating complex AI datacenter hardware, reducing manual effort and improving traceability.
A new framework called OMAC is proposed for optimizing large language model (LLM)-based multi-agent systems across five key dimensions, including agent functionality and collaboration structure. OMAC introduces two actors—the Semantic Initializer and Contrastive Comparator—for optimizing individual dimensions, as well as an algorithm for joint multi-dimension optimization. Experimental results indicate that OMAC outperforms recent methods on a range of tasks.
Why it matters: This work offers a systematic approach to designing and optimizing multi-agent LLM systems, addressing the limitations of ad hoc, handcrafted methods.
ETAS is a new programming language designed for agent systems, treating elements like model-backed agents, tool calls, prompts, policies, and execution traces as first-class semantic components. It separates deterministic computation from agentic nondeterminism and provides static typing with effect and trace tracking for authorization and audit. The language is implemented in Rust, featuring a command-line interface and type-checking infrastructure.
Why it matters: ETAS introduces a formal programming-language foundation for building safe and auditable agent systems by integrating authorization, nondeterminism, and trace tracking into the type system.
A new optimizer, PsiLogic, augments Adam with a dynamic Active Cancellation Term controlled by a dual exponential moving average of gradient norms, acting as an implicit warmup mechanism. In FairBench evaluations, PsiLogic achieved the best validation metrics in three out of four tested arenas, including NLP perplexity and top-1 accuracy for ViT and ResNet, with statistical significance. The optimizer incurs a 1.2–1.8x wall-clock overhead on transformer-heavy tasks but maintains comparable peak GPU memory usage. The authors provide open-source code and benchmarking tools for reproducibility.
Why it matters: PsiLogic offers a principled, automated alternative to manual warmup schedules, potentially improving training outcomes and reproducibility across diverse deep learning architectures.
A new preprint introduces Octopus, a neuro-symbolic architecture that integrates local LLM swarms with algorithmic physics engines to autonomously generate and test biomedical hypotheses. In a fully unsupervised analysis of colorectal cancer data, the system identified IGF2 as a vulnerability linked to 5-Fluorouracil resistance, with findings validated across in vitro, in silico, and in vivo models. This demonstrates an end-to-end, automated approach to mechanistic biomedical discovery.
Why it matters: This work represents a significant advance in autonomous scientific discovery, showing that AI systems can bridge reasoning and mechanistic validation to accelerate translational cancer research.
A new preprint presents an AI research agent for materials science that rigorously evaluates modeling changes using held-out data, aiming to ensure real-world transferability of its discoveries. In seven separate searches covering 701 modeling changes across ten Matbench endpoints, nine out of ten selected interventions outperformed baselines on previously unseen data, with notable improvements such as 17.4% for band gap prediction and 18.6% for steel strength. The study introduces a robust evaluation framework for closed-loop AI scientists, emphasizing code reusability and transfer across tasks.
Why it matters: This work provides evidence that closed-loop AI agents can generate scientific advances that generalize to new data, addressing concerns about overfitting and reproducibility in automated research.
FOCAL is a privacy-first, on-device multi-agent system designed to summarize desktop interaction streams into task-organized personal logs. By employing a filter-plan-log architecture, FOCAL reduces token consumption by 60.4% and Vision-Language Model (VLM) calls by 72.3% compared to baselines, while improving key information recall from 0.38 to 0.61. The system also maintains high accuracy and recall even during task interruptions, outperforming baseline approaches.
Why it matters: FOCAL demonstrates a significant advance in efficient, privacy-preserving summarization of continuous desktop activity, enabling practical on-device personal logging.
A new preprint investigates why regularized solvers like R-NaD, which typically select the maximum-entropy Nash equilibrium in two-player zero-sum games, appear to deviate in the case of Kuhn poker. The authors show that the observed gap is explained by a quantitative relationship involving entropy shortfall and curvature, and that the gap vanishes as the entropy shortfall approaches zero. This demonstrates that the deviation is not a fundamental bias but a removable artifact due to the curvature of the entropy landscape.
Why it matters: This work resolves a notable exception to maximum-entropy equilibrium selection, reinforcing the reliability of regularized solvers in game-theoretic analysis.
A new preprint introduces HARP, a training-free interpretability method that equips a large language model (LLM) agent with a vector database of neural activations and tools for manipulating them. HARP enables the agent to iteratively retrieve, hypothesize, and validate concepts in neural networks without additional training. The method reportedly outperforms training-based approaches like sparse autoencoders (SAEs) and activation oracles on tasks such as concept discovery, model steering, and secret elicitation, while being more cost-effective and flexible.
Why it matters: HARP challenges the assumption that training-based interpretability methods extract fundamentally deeper insights, motivating the development of new benchmarks for interpretability.