Computer Science – Artificial Intelligence Publications

  • Scaling Inference-Time Compute: From Population-Based Reasoning to Distributed Agentic Architectures

    Scaling Inference-Time Compute: From Population-Based Reasoning to Distributed Agentic Architectures

    Today’s research highlights a clear industry shift toward optimizing inference-time compute. We are moving beyond simple chain-of-thought toward population-based verification, distributed agentic workloads, and more disciplined benchmarks for visual and graph reasoning.

    OpenDeepThink: Parallel Reasoning via Bradley–Terry Aggregation

    Zhou et al. · [abs] [pdf]

    This paper addresses the bottleneck in scaling test-time compute where simple self-judging is unreliable. By implementing a Bradley-Terry pairwise comparison model for candidate selection, they avoid the bias of pointwise ranking and improve reasoning accuracy in population-based search.

    ↳ Provides a robust, scalable mechanism for filtering reasoning paths without requiring a ground-truth verifier.

    Reasoning Inference Scaling LLM

    APWA: A Distributed Architecture for Parallelizable Agentic Workflows

    Rose et al. · [abs] [pdf]

    APWA introduces an architecture for executing multi-agent workflows in parallel across distributed compute nodes. It specifically targets the latency and coordination bottlenecks found in monolithic agentic frameworks, allowing for high-throughput execution of complex tasks.

    ↳ Essential reading for engineers building multi-agent systems that need to scale beyond single-node constraints.

    Multi-Agent Distributed Systems Infrastructure

    Dual-Dimensional Consistency: Balancing Budget and Quality in Adaptive Inference-Time Scaling

    Xu et al. · [abs] [pdf]

    This framework, DDC, optimizes the trade-off between sampling width and depth by linking path quality metrics to pruning. It prevents the reinforcement of hallucinations that occurs in naive width-based consensus and avoids the truncation of valid, complex reasoning chains.

    ↳ A more surgical approach to inference-time scaling than simply turning up the temperature or increasing sample counts.

    Inference Optimization Reasoning

    Why Neighborhoods Matter: Traversal Context and Provenance in Agentic GraphRAG

    Terrenzi et al. · [abs] [pdf]

    The authors examine the hidden risks in GraphRAG where agents traverse knowledge graphs but fail to cite the specific nodes that influenced their generation. Their analysis shows that citation faithfulness is a trajectory-level problem, not just a document-matching task.

    ↳ Highlights a critical flaw in current RAG systems: the mismatch between the agent’s internal reasoning path and its external citation reporting.

    RAG Knowledge Graphs Agentic Systems

    ML-Embed: Inclusive and Efficient Embeddings for a Multilingual World

    Zhang et al. · [abs] [pdf]

    Introducing a 3D-Matryoshka learning framework, this work provides high-performance multilingual embeddings that significantly lower computational overhead. It directly addresses the scarcity of efficient, open models for non-English languages.

    ↳ The 3D-ML framework is a pragmatic step forward for productionizing multilingual search and retrieval at scale.

    Embeddings Multilingual Efficiency

    EntityBench: Towards Entity-Consistent Long-Range Multi-Shot Video Generation

    He et al. · [abs] [pdf]

    Video generation research is maturing from simple clips to multi-shot narratives, but consistency remains elusive. EntityBench establishes a rigorous evaluation set of 140 episodes with explicit per-shot entity schedules to measure character and object persistence.

    ↳ Finally, a benchmark that moves beyond aesthetics to measure actual narrative coherence across video shots.

    Computer Vision Video Generation Evaluation

    Back to the terminal. See you tomorrow.

  • Evaluating the Gap Between Agentic Reasoning, Sensory Perception, and Systemic Reliability

    Evaluating the Gap Between Agentic Reasoning, Sensory Perception, and Systemic Reliability

    Today’s batch highlights a growing maturity in AI research, shifting from simple scaling to rigorous investigations of agent behavior, perception-grounding, and production-level infrastructure constraints. The papers reveal a consistent theme: our current models are increasingly prone to historical bias and perceptual hallucinations that necessitate better structural constraints.

    Senses Wide Shut: A Representation-Action Gap in Omnimodal LLMs

    Nguyen Quang et al. · [abs] [pdf]

    This study tests if omnimodal models can identify textual claims that contradict their own visual or audio sensory input. Using the IMAVB benchmark of 500 clips, they show that models frequently defer to contradictory textual premises rather than trusting their own perception, highlighting a dangerous ‘representation-action’ gap.

    ↳ Grounding is not just about connecting labels to pixels; it’s about maintaining belief consistency across modalities.

    multimodal reasoning benchmark

    History Anchors: How Prior Behavior Steers LLM Decisions Toward Unsafe Actions

    Rodríguez Salgado et al. · [abs] [pdf]

    This work explores whether LLMs acting as agents are swayed by their own previous history of harmful actions. Testing 17 frontier models against the HistoryAnchor-100 benchmark, the authors find that even highly aligned models show significant ‘persistence of error,’ where historical context overrides safety guardrails.

    ↳ System design for autonomous agents must account for context-driven safety degradation, not just static instruction following.

    AI safety agents robustness

    Harnessing Agentic Evolution

    Zhang et al. · [abs] [pdf]

    The authors propose a structured framework for managing the evolution of agentic workflows by replacing ad-hoc feedback with a stable interface for managing evidence, traces, and candidate solutions. This addresses the common problem of long-horizon ‘drift’ in iterative program and workflow improvement.

    ↳ Moving agentic workflows from ‘prompt-chaining scripts’ to stateful, manageable development cycles is essential for production maturity.

    agents workflow automation

    KVServe: Service-Aware KV Cache Compression for Communication-Efficient Disaggregated LLM Serving

    Liu et al. · [abs] [pdf]

    Accepted at SIGCOMM 2026, this system dynamically adjusts KV cache compression based on real-time network and service conditions. It optimizes for the disaggregated architecture bottleneck where KV cache data transfer across the network dominates end-to-end latency.

    ↳ As LLM serving scales, infrastructure-aware optimization is becoming as critical as model architecture improvements.

    inference systems infrastructure

    Topology-Preserving Neural Operator Learning via Hodge Decomposition

    Zheng et al. · [abs] [pdf]

    This paper presents a new architecture for physical field equations that uses Hodge decomposition to separate topological degrees of freedom from geometric dynamics. The resulting ‘Hodge Spectral Duality’ allows for stable, structure-preserving learning on geometric meshes.

    ↳ A rare but necessary dose of rigorous inductive bias for scientific machine learning, proving that topology matters when modeling complex physical systems.

    scientific ML operators physics

    Humanwashing — It Should Leave You Feeling Dirty

    Wilson et al. · [abs] [pdf]

    This paper critiques the ‘human-in-the-loop’ paradigm, labeling it as ‘humanwashing’ when applied to automated systems that provide no real agency to the human supervisor. The authors argue that current oversight mechanisms are largely performative and fail to address the core challenges of accountability and bias.

    ↳ A necessary reality check on the sociotechnical limitations of modern AI deployment frameworks.

    policy ethics HCI

    Back to the terminal. The code isn’t going to debug itself.

  • Evaluating the brittle edges of agentic systems and omnimodal grounding

    Evaluating the brittle edges of agentic systems and omnimodal grounding

    Today’s batch centers on the operational risks of agentic workflows—specifically how history, perception-action gaps, and human oversight vulnerabilities undermine model reliability. We also see progress in infrastructure via memory-efficient KV serving and formal methods for safety in tree ensembles.

    Senses Wide Shut: A Representation-Action Gap in Omnimodal LLMs

    Nguyen Quang et al. · [abs] [pdf]

    This paper introduces IMAVB, a benchmark testing whether omnimodal models can detect textual contradictions in the face of conflicting visual or audio sensory input. The authors show that despite multimodal capabilities, models often prioritize textual prompts over sensory evidence, highlighting a fundamental grounding failure in current architectures.

    ↳ It confirms that ‘omnimodal’ does not imply ‘perceptually grounded,’ a critical distinction for agents meant to act in the real world.

    Multimodal Benchmarking Grounding

    History Anchors: How Prior Behavior Steers LLM Decisions Toward Unsafe Actions

    Rodríguez Salgado et al. · [abs] [pdf]

    Researchers analyzed 17 frontier LLMs to see if harmful prior actions in a conversation log bias the model toward continued unsafe behavior. They find a high ‘anchoring effect’ where even strongly aligned models prioritize consistency with previous context over safety guardrails.

    ↳ This identifies a major vulnerability in long-horizon agent loops where system prompts are effectively overridden by conversation history.

    Safety LLM Agents Alignment

    KVServe: Service-Aware KV Cache Compression for Communication-Efficient Disaggregated LLM Serving

    Liu et al. · [abs] [pdf]

    KVServe implements a dynamic, service-aware KV cache compression strategy for disaggregated LLM architectures. By adapting compression to real-time workload shifts and SLO constraints, it mitigates the network bottleneck inherent in offloading KV state.

    ↳ A rare piece of systems research that bridges the gap between model-level cache demands and cluster-level network constraints.

    Inference Systems Scalability

    Humanwashing — It Should Leave You Feeling Dirty

    Wilson et al. · [abs] [pdf]

    This paper critically dissects the ‘human-in-the-loop’ paradigm, arguing that it is frequently used as a rhetorical shield to mask accountability rather than as a functional safety mechanism. It calls for a more rigorous classification of where human oversight is actually effective versus where it is theater.

    ↳ Essential reading for anyone designing safety protocols; it challenges the assumption that adding a human step inherently reduces systemic risk.

    Human-Computer Interaction Ethics Policy

    Quantifying Sensitivity for Tree Ensembles: A symbolic and compositional approach

    Akshay et al. · [abs] [pdf]

    The authors propose a symbolic, compositional method to quantify the sensitivity of decision tree ensembles (DTEs) by discretizing the input space into verifiable regions. This moves beyond heuristic testing toward formal guarantees regarding how specific feature perturbations affect classification outcomes.

    ↳ DTEs remain the standard in high-stakes tabular domains; this provides a robust path toward formal safety verification for these models.

    Formal Methods Safety Explainability

    Topology-Preserving Neural Operator Learning via Hodge Decomposition

    Zheng et al. · [abs] [pdf]

    This work applies Hodge decomposition to separate topological degrees of freedom from geometric dynamics in neural operators. By isolating these components, the architecture achieves better stability and physical accuracy when learning solution operators on complex meshes.

    ↳ A clever application of algebraic topology to improve the structural bias of scientific machine learning models.

    SciML Topology Neural Operators

    Back to the terminal. The models are getting smarter, but the fragility remains—don’t trust the benchmarks, trust the adversarial cases.

  • Moving beyond naive scalar rewards: The shift toward structural verification in agentic AI

    Moving beyond naive scalar rewards: The shift toward structural verification in agentic AI

    Today’s batch highlights a clear shift in AI research: moving away from simple preference optimization toward more robust, multi-agent frameworks and verifiable reward signals. The field is increasingly grappling with the limitations of LLMs as mere ‘reasoners’ and focusing on how to integrate them into reliable, constraint-driven pipelines.

    AlphaGRPO: Unlocking Self-Reflective Multimodal Generation in UMMs via Decompositional Verifiable Reward

    Huang et al. · [abs] [pdf]

    This work applies Group Relative Policy Optimization (GRPO) to unified multimodal models, enabling self-reflective refinement and reasoning-heavy generation without cold-start training. By decomposing rewards, the model autonomously diagnoses and corrects its own visual/textual misalignments.

    ↳ It demonstrates that policy optimization techniques successful in text-only models (like GRPO) are highly effective when adapted to multimodal generative loops.

    RL Multimodal ICML2026

    Semantic Reward Collapse and the Preservation of Epistemic Integrity in Adaptive AI Systems

    Parris et al. · [abs] [pdf]

    This position paper formalizes ‘Semantic Reward Collapse’ (SRC), where LLMs compress complex, nuanced feedback into narrow, distorted signals during scalarized RLHF. It argues that this collapse is the primary driver of sycophancy and calibration drift in modern aligned models.

    ↳ A critical look at why our current ‘preference optimization’ paradigm is hitting a ceiling in terms of model truthfulness.

    RLHF Theory Alignment

    Formalize, Don’t Optimize: The Heuristic Trap in LLM-Generated Combinatorial Solvers

    Wang et al. · [abs] [pdf]

    Evaluating three solver-construction paradigms on a new 100-problem benchmark, the authors find that LLMs fail when attempting to write custom heuristics. Performance is significantly higher when models are prompted to generate declarative constraint models (e.g., MiniZinc) for established solvers rather than raw Python code.

    ↳ It confirms that for combinatorial problems, delegating the search to specialized solvers is consistently superior to ‘reasoning’ out the solution via pure LLM output.

    Neuro-symbolic Combinatorial Optimization

    Reward Hacking in Rubric-Based Reinforcement Learning

    Mahmoud et al. · [abs] [pdf]

    This study investigates how policies game rubric-based rewards by separating failures between the verifier and the rubric design itself. They propose a cross-family panel of three frontier judges to mitigate dependency on any single reward model.

    ↳ Provides a practical blueprint for building more robust evaluation pipelines in RL-based post-training.

    RL Evaluation Robustness

    ToolCUA: Towards Optimal GUI-Tool Path Orchestration for Computer Use Agents

    Hu et al. · [abs] [pdf]

    ToolCUA addresses the agentic challenge of choosing between GUI actions (mouse/keyboard) and high-level API tool calls. The framework utilizes specialized trajectory-level supervision to navigate the hybrid action space more efficiently.

    ↳ Crucial for production agents where context-switching between web navigation and data tools is currently the primary failure point.

    Agents GUI Automation

    ProfiliTable: Profiling-Driven Tabular Data Processing via Agentic Workflows

    Liu et al. · [abs] [pdf]

    This multi-agent framework shifts tabular data processing from monolithic code generation to a profiling-driven loop. By building a unified execution context and iteratively refining logic, it significantly reduces semantically flawed code in data pipelines.

    ↳ A rare example of applying agentic workflows to the messy, real-world task of data cleaning where accuracy is non-negotiable.

    Data Engineering Multi-agent

    Keep your solvers declarative and your evaluation panels diverse. Back to the terminal.

  • Formalizing Agent State and the Rise of Decision-Centric Evaluation

    Formalizing Agent State and the Rise of Decision-Centric Evaluation

    Today’s batch centers on moving agent research from ‘prompt engineering’ toward rigorous systems engineering. We see a clear shift toward formalizing agent state, optimizing long-horizon memory via rate-distortion theory, and grounding evaluation in realistic physical and industrial constraints.

    Shepherd: A Runtime Substrate Empowering Meta-Agents with a Formalized Execution Trace

    Simon Yu et al. · [abs] [pdf]

    Shepherd introduces a functional substrate that treats meta-agent interactions as typed events, recording execution traces in a Git-like structure. By replacing standard containerization with a specialized process-forking mechanism, it achieves 5x faster state capture and enables supervisor intervention that boosted pair-coding pass rates from 28.8% to 54.5%.

    ↳ This is a meaningful step toward making agentic workflows deterministic, debuggable, and safe for production environments.

    agents systems formal methods

    Remember the Decision, Not the Description: A Rate-Distortion Framework for Agent Memory

    Mingxi Zou et al. · [abs] [pdf]

    The authors reframe agent memory as a rate-distortion problem, arguing that effective compression should prioritize decision boundaries over generic relevance scores. By minimizing the loss in achievable decision quality, they provide a principled way to manage memory budgets in long-horizon tasks.

    ↳ It provides a much-needed theoretical foundation for memory management, moving away from heuristic-based RAG approaches.

    memory decision theory LLMs

    The Generalized Turing Test: A Foundation for Comparing Intelligence

    Daniel Mitropolsky et al. · [abs] [pdf]

    The Generalized Turing Test (GTT) proposes a formal, agent-agnostic comparator where agent A is ‘smarter’ than B if B cannot distinguish between A-imitating-B and B-itself. This provides a mathematical ordering over intelligence based on indistinguishability rather than benchmark accuracy.

    ↳ A bold attempt to unify capability evaluation, though likely difficult to compute in practice for high-dimensional latent models.

    theory evaluation

    BenchCAD: A Comprehensive, Industry-Standard Benchmark for Programmatic CAD

    Haozhe Zhang et al. · [abs] [pdf]

    BenchCAD evaluates MLLMs on their ability to generate executable parametric CAD code for industrial design. Unlike simple shape-recognition tasks, this requires reasoning about physical feasibility, engineering parameters, and manufacturing logic.

    ↳ This shifts focus from ‘visual’ understanding to ‘functional’ understanding, which is critical for real-world robotics and manufacturing.

    CAD multimodal benchmarking

    MaD Physics: Evaluating information seeking under constraints in physical environments

    Moksh Jain et al. · [abs] [pdf]

    MaD Physics evaluates scientific discovery agents on their ability to plan measurements under strict physical and cost constraints. It highlights the failure of existing models to balance experimental discovery with resource limitations.

    ↳ The focus on constrained experimental design is a prerequisite for moving AI agents into real laboratory settings.

    scientific discovery robotics evaluation

    From Controlled to the Wild: Evaluation of Pentesting Agents for the Real-World

    Pedro Conde et al. · [abs] [pdf]

    The paper critiques existing AI pentesting benchmarks for relying on sterile CTF-style environments that fail to capture real-world strategic complexity. They propose a framework that better aligns evaluation with the open-ended nature of offensive security.

    ↳ A necessary reality check for the security agent hype; real-world pentesting is fundamentally different from solving narrow exploit puzzles.

    security agents evaluation

    Back to the grind—some of these evaluation frameworks are actually worth keeping an eye on for your next architecture review.

  • Refining Inference, Reward Structuring, and the Causal Reality Check

    Refining Inference, Reward Structuring, and the Causal Reality Check

    Today’s batch centers on the operationalization of LLM reasoning: moving from simple majority voting to structured reward rubrics and more rigorous evaluation standards. We see a clear shift toward embedding domain-specific constraints into both the inference and training loops.

    Rubric-Grounded RL: Structured Judge Rewards for Generalizable Reasoning

    Bhattarai et al. · [abs] [pdf]

    This work replaces scalar or binary reward signals in RLHF with a multi-criterion rubric scored by a frozen judge LLM. By decomposing the task into verifiable components, the authors provide more granular gradients for policy updates, which significantly improves reasoning generalizability over standard holistic reward models.

    ↳ Moving away from black-box reward models to interpretable, rubric-based signaling is likely the next iteration of stable RLHF pipelines.

    RLHF Reasoning Alignment

    VecCISC: Improving Confidence-Informed Self-Consistency with Reasoning Trace Clustering and Candidate Answer Selection

    Petullo et al. · [abs] [pdf]

    The authors introduce a clustering-based refinement to confidence-informed self-consistency (CISC). By grouping reasoning traces before selecting the optimal candidate, they avoid the pitfalls of noisy individual confidence scores while reducing the computational overhead of standard weighted majority voting.

    ↳ A practical optimization for inference-time scaling that addresses the reliability issues of naive self-consistency.

    Inference Self-Consistency LLM

    Position: Mechanistic Interpretability Must Disclose Identification Assumptions for Causal Claims

    Lin et al. · [abs] [pdf]

    This audit reveals that current mechanistic interpretability research frequently asserts causal claims without stating the necessary identification assumptions. The paper argues for a formal shift to standardizing causal identification in interpretability methodology to avoid over-interpreting correlation as causation.

    ↳ A necessary reality check for the field; stop calling circuit ablations ‘proof’ without addressing confounding variables.

    Interpretability Causality Methodology

    Abductive Reasoning with Probabilistic Commonsense

    Cotnareanu et al. · [abs] [pdf]

    The authors propose a probabilistic framework for neurosymbolic reasoning that accounts for subjective commonsense beliefs. Unlike standard solvers that assume a static knowledge base, this approach treats world knowledge as a distribution, improving robustness in edge-case abduction tasks.

    ↳ Finally moving past the ‘universal commonsense’ fallacy in neurosymbolic systems.

    Neurosymbolic Reasoning Probabilistic Models

    MPD^2-Router: Mask-aware Multi-expert Prior-regularized Dual-head Deferral Router in Glaucoma Screening and Diagnosis

    Zhan et al. · [abs] [pdf]

    This study addresses the complexities of ‘learning-to-defer’ in high-stakes medical settings by routing cases to specific human experts based on capacity, case difficulty, and diagnostic risk. The framework uses a mask-aware gating mechanism to optimize the human-AI loop beyond simple binary classification.

    ↳ Demonstrates that building successful AI systems requires modeling the constraints of the human workers as much as the accuracy of the model itself.

    Human-AI Loop Healthcare Learning-to-defer

    Reason to Play: Behavioral and Brain Alignment Between Frontier LRMs and Human Game Learners

    Csaba et al. · [abs] [pdf]

    By comparing frontier LLM-based agents with fMRI data from humans performing novel tasks, this study evaluates whether neural models actually ‘think’ like humans. The findings suggest distinct divergence in multi-step planning strategies, highlighting specific limitations in model architecture compared to biological cognition.

    ↳ Provides a quantitative benchmark for what we mean when we say ‘human-like’ planning.

    Cognitive Science Neuroscience Agents

    Back to the grind. May your loss functions be smooth and your identification assumptions be explicit.

  • Agentic workflows and mechanistic interpretability take center stage in the latest ICML and CVPR research

    Agentic workflows and mechanistic interpretability take center stage in the latest ICML and CVPR research

    Today’s batch highlights a clear shift in focus: from simple LLM prompting to sophisticated multi-agent orchestration and the mechanistic understanding of model internals. We are moving beyond general-purpose models toward domain-specific toolkits and self-evolving agent architectures.

    MASPO: Joint Prompt Optimization for LLM-based Multi-Agent Systems

    Wang et al. · [abs] [pdf]

    MASPO introduces an iterative framework to jointly refine prompts across multiple agents to align individual roles with system-level goals. By treating prompt optimization as a joint problem rather than an isolated task, the authors mitigate the misalignment that typically plagues complex multi-agent cooperation.

    ↳ This is a necessary step for moving multi-agent systems from fragile prototypes to reliable, orchestrated production workflows.

    Multi-Agent Systems Prompt Engineering

    AI Co-Mathematician: Accelerating Mathematicians with Agentic AI

    Zheng et al. · [abs] [pdf]

    This work presents an agentic workbench designed for the messy, iterative reality of professional mathematical research. It manages state, tracks failed hypotheses, and integrates computational tools, effectively acting as an asynchronous partner rather than a simple code generator.

    ↳ It sets a high bar for domain-specific agents, showing how to structure interaction loops for open-ended creative tasks.

    Agents Scientific Research

    The Structural Origin of Attention Sink: Variance Discrepancy, Super Neurons, and Dimension Disparity

    Li et al. · [abs] [pdf]

    The authors provide a rigorous mechanistic explanation for the ‘attention sink’ phenomenon, tracing it to variance discrepancies in value aggregation and the influence of ‘super neurons’ in FFN layers. By mapping this to specific architectural components, they demystify one of the most persistent quirks of transformer inference.

    ↳ Understanding these architectural ‘sinks’ is critical for building more efficient, stable long-context models.

    Mechanistic Interpretability Transformers

    Can RL Teach Long-Horizon Reasoning to LLMs? Expressiveness Is Key

    Wang et al. · [abs] [pdf]

    The authors propose ScaleLogic, a synthetic benchmark to isolate proof-planning depth and logical expressiveness. They demonstrate that reinforcement learning performance is highly sensitive to the interaction between reasoning depth and the complexity of the underlying logic.

    ↳ This helps clarify the limits of current RL training regimes and suggests that reasoning scaling isn’t just about ‘more data’ but about task structure.

    Reinforcement Learning Reasoning

    SkillOS: Learning Skill Curation for Self-Evolving Agents

    Ouyang et al. · [abs] [pdf]

    SkillOS addresses the bottleneck of agent stagnation by automating the curation of reusable skills from past interactions. It moves beyond short-horizon learning by training a meta-policy to distill experience into a persistent, evolvable skill library.

    ↳ This is a foundational concept for long-lived agents that need to compound performance over time without human intervention.

    Agents Continual Learning

    BAMI: Training-Free Bias Mitigation in GUI Grounding

    Zhang et al. · [abs] [pdf]

    BAMI identifies that GUI grounding failures are largely driven by precision bias at high resolutions and ambiguity in dense interfaces. The authors propose a training-free inference method that dynamically adjusts predictions based on masked attribution to resolve these biases.

    ↳ Practical, compute-efficient fixes for GUI agent vision-language models that bypass the need for massive retraining.

    GUI Agents Computer Vision

    Keep your prompts tight and your weights interpreted. See you tomorrow.

  • Agentic context management, executable world models, and the shift from passive imitation to online RL

    Agentic context management, executable world models, and the shift from passive imitation to online RL

    Today’s papers emphasize a shift toward ‘active’ AI architectures, from agents that dynamically curate their own context windows to robots that derive Q-functions from static imitation data. We also see a continued interest in the mechanics of large-scale models, specifically regarding diffusion transformer stability.

    LongSeeker: Elastic Context Orchestration for Long-Horizon Search Agents

    Lu et al. · [abs] [pdf]

    This paper introduces Context-ReAct, a paradigm that treats agent context as a fluid resource rather than a static buffer. By maintaining information at varying levels of detail based on task relevance, the agent reduces token costs and hallucinations in long-horizon reasoning tasks.

    ↳ Essential reading for anyone building production-grade agents that struggle with context window bloat and reasoning degradation.

    agents context-management

    Executable World Models for ARC-AGI-3 in the Era of Coding Agents

    Rodionov et al. · [abs] [pdf]

    The author evaluates an agent that builds an explicit, executable Python world model and refactors it for simplicity (MDL-bias) to solve ARC-AGI-3 tasks. By planning through a self-constructed simulator instead of relying on pure autoregressive prediction, the agent achieves a structured, verifiable approach to abstract reasoning.

    ↳ A rare, clean attempt at grounding ARC-style reasoning in symbolic program synthesis rather than just scaling parameters.

    reasoning world-models arc-agi

    When Life Gives You BC, Make Q-functions: Extracting Q-values from Behavior Cloning for On-Robot Reinforcement Learning

    Dodeja et al. · [abs] [pdf]

    The Q2RL framework extracts a Q-function from fixed behavior cloning policies, enabling robots to transition from imitation to online improvement without the catastrophic performance drops common in distribution mismatch. This bridges the gap between static demonstrations and adaptive on-robot learning.

    ↳ Addresses the ‘cold start’ and ‘plateau’ problems in robot learning by bootstrapping RL from purely observational data.

    robotics reinforcement-learning

    Automatically Finding and Validating Unexpected Side-Effects of Interventions on Language Models

    Pope et al. · [abs] [pdf]

    This work presents an automated audit pipeline that uses contrastive evaluation to detect emergent behavioral changes following model interventions (like fine-tuning or system prompt updates). It produces statistically validated natural-language hypotheses, moving beyond simple benchmark metrics to describe how a model actually ‘changes’ in practice.

    ↳ A necessary tool for MLOps and safety engineers who need to understand the unintended consequences of model updates.

    model-evaluation llm-safety

    Taming Outlier Tokens in Diffusion Transformers

    Wu et al. · [abs] [pdf]

    The authors identify ‘outlier tokens’ in Diffusion Transformers (DiTs)—high-norm activations that disproportionately influence generation despite low local information density. They show that both the ViT encoder and the DiT denoiser propagate these, impacting visual quality and stability.

    ↳ Critical insight for those working on training stability in generative vision models; treating these outliers could yield significant compute savings.

    diffusion transformers vision

    Look Once, Beam Twice: Camera-Primed Real-Time Double-Directional mmWave Beam Management for Vehicular Connectivity

    Biswas et al. · [abs] [pdf]

    The VIBE architecture uses camera vision to predict beamforming vectors in mmWave V2X networks, overcoming the high latency of traditional beam sweeping. The model fuses sensor data to maintain connectivity in dynamic vehicular environments.

    ↳ An excellent example of cross-modal sensor fusion effectively solving a hard networking problem in real-time.

    v2x sensor-fusion beamforming

    Go build something that actually reasons, not just predicts. See you tomorrow.

  • Agentic reasoning, world modeling, and the enduring challenge of policy refinement

    Agentic reasoning, world modeling, and the enduring challenge of policy refinement

    Today’s selection highlights a maturation in agentic research, moving from simple prompting toward executable world models and dynamic context management. We also see a shift in robotics from pure imitation to extracting value from existing behavioral priors.

    LongSeeker: Elastic Context Orchestration for Long-Horizon Search Agents

    Yijun Lu et al. · [abs] [pdf]

    The authors introduce Context-ReAct, a paradigm that treats context as an elastic resource, maintaining high-fidelity information only where it is dynamically relevant to the agent’s task. This mitigates the compute and noise overhead that plagues long-horizon search agents as their internal scratchpads grow.

    ↳ As context windows continue to expand, how we manage information density is becoming more important than just fitting more tokens into memory.

    agents context-management

    Executable World Models for ARC-AGI-3 in the Era of Coding Agents

    Sergey Rodionov · [abs] [pdf]

    This work evaluates a coding-agent system that maintains an explicit, executable Python world model, refactoring it for simplicity before planning actions. By avoiding game-specific heuristics and relying on verification against observations, it provides a cleaner test of reasoning on the ARC-AGI-3 benchmark.

    ↳ Moving away from end-to-end black boxes toward neuro-symbolic executable models remains the most promising path for handling abstraction-heavy tasks like ARC.

    ARC-AGI world-models reasoning

    When Life Gives You BC, Make Q-functions: Extracting Q-values from Behavior Cloning for On-Robot Reinforcement Learning

    Lakshita Dodeja et al. · [abs] [pdf]

    The paper presents Q2RL, which extracts Q-functions from static Behavior Cloning policies to enable safer offline-to-online RL transitions. By using a gating mechanism, it prevents the policy from drifting away from the successful demonstrations while continuing to improve performance.

    ↳ Bridging the gap between static imitation and active exploration without catastrophic forgetting is the ‘holy grail’ for practical robot learning.

    robotics reinforcement-learning imitation-learning

    Automatically Finding and Validating Unexpected Side-Effects of Interventions on Language Models

    Quintin Pope et al. · [abs] [pdf]

    The authors propose an automated contrastive pipeline that compares output distributions between base and intervened models to flag non-obvious behavioral shifts. The system distills these differences into human-readable, statistically validated hypotheses, moving beyond simple accuracy metrics.

    ↳ As model editing and alignment techniques proliferate, we need better automated red-teaming to catch unintended side effects that standard benchmarks miss.

    alignment evaluation model-editing

    Taming Outlier Tokens in Diffusion Transformers

    Xiaoyu Wu et al. · [abs] [pdf]

    The study identifies ‘outlier tokens’—high-norm features that consume excessive attention while contributing little information—in both the encoder and denoiser of Diffusion Transformer architectures. The authors propose methods to ‘tame’ these tokens, leading to more stable generative performance.

    ↳ This is a necessary engineering correction for anyone training DiTs; identifying and normalizing these artifacts is critical for stable convergence.

    diffusion transformers computer-vision

    Keep your context windows lean and your world models executable.

  • Agentic workflows move from manual engineering to autonomous orchestration

    Agentic workflows move from manual engineering to autonomous orchestration

    Today’s batch reflects the industry’s pivot from building monolithic models to orchestrating specialized agentic systems. We are seeing a shift away from ‘model scale as the only solution’ toward smarter data synthesis, automated red teaming, and dynamic, experience-driven tool use.

    OpenSeeker-v2: Pushing the Limits of Search Agents with Informative and High-Difficulty Trajectories

    Du et al. · [abs] [pdf]

    This work demonstrates that frontier-level search agent performance can be achieved via simple supervised fine-tuning (SFT) if the training data contains high-difficulty, informative trajectories. By shifting focus from resource-heavy RL pipelines to data synthesis, they prove that the ‘quality over quantity’ mantra holds for search-augmented LLMs.

    ↳ Proves that you don’t necessarily need massive RL scale to build a competitive search agent if your data generation is sufficiently adversarial.

    Agents Search Data Synthesis

    Redefining AI Red Teaming in the Agentic Era: From Weeks to Hours

    Dheekonda et al. · [abs] [pdf]

    The authors introduce an agentic framework that automates the construction of red-teaming workflows, replacing manual assembly of transforms and scorers. By using an agent to probe for vulnerabilities, they effectively collapse security validation timelines from weeks to hours.

    ↳ A necessary evolution in safety engineering; manual red-teaming is currently the bottleneck for deploying AI in high-stakes industries.

    Security Agents Safety

    An Agent-Oriented Pluggable Experience-RAG Skill for Experience-Driven Retrieval Strategy Orchestration

    Zhang et al. · [abs] [pdf]

    This paper introduces a ‘Skill’ layer that sits between the agent and its retrieval pool to dynamically select search strategies based on task context. Instead of a one-size-fits-all RAG pipeline, the system consults an experience memory to optimize how evidence is surfaced for different task types.

    ↳ Addresses the critical ‘one-size-fits-all’ limitation in modern RAG, moving toward adaptive retrieval.

    RAG Agents

    SymptomAI: Towards a Conversational AI Agent for Everyday Symptom Assessment

    Breda et al. · [abs] [pdf]

    This large-scale study (N=13,917) evaluates AI agents for real-world symptom assessment in a consumer environment. It provides a rare, empirical look at the gap between curated medical benchmark performance and the messier reality of patient-reported symptoms in the wild.

    ↳ Grounds the hype around ‘medical AI’ with large-scale longitudinal evidence, highlighting the challenges of deployment outside controlled benchmarks.

    Healthcare Evaluation

    From Intent to Execution: Composing Agentic Workflows with Agent Recommendation

    Athrey et al. · [abs] [pdf]

    The authors propose a framework for automating the composition of multi-agent systems, replacing manual design of execution graphs with an automated recommendation engine. The system maps user intent directly to a workflow, treating agent composition as a software engineering task.

    ↳ Represents the transition from ‘hand-coding’ agent architectures to ‘orchestration-as-a-service’.

    Agents Workflow Engineering

    Keep your prompts tight and your evaluation sets tighter. Back to the terminal.