← 首页|学术|ArXiv 日报 — 2026-08-27
学术 · ArXiv 日报 · 2026-08-27

每日 ArXiv 精选

508 篇候选中精选 16 篇 · Agent 架构 / RL / 多模态 / 具身智能
💬 今日概览:今日 508 篇候选中未检出 duplex/全双工相关论文(0 命中)。精选聚焦两条主线:① Agent 架构与自改进——递归记忆演化、元层级自改进、三个 coding harness 的架构收敛、市场化编排、故障归因、贝叶斯自升级、search-agent 协同演化、CRDT 并发编码、trace 自动机、工作流约束弱化;② RL 训练与多模态/具身——RLVR 与蒸馏融合、微信工业级多模态嵌入、智能眼镜综述、游戏视频世界模型数据清洗、潜在动作世界模型、模型交接税。
508
今日总数
16
精选
0
Duplex命中

Agent 架构与自改进

1 · cs.AI, cs.CL · 2608.24876
Recursive Experiential-Working Memory Evolution for Long-Horizon Agent Harnesses
长程 agent 的"经验-工作记忆"递归自改进架构:把执行过程变成结构化证据,精准定位到具体记忆组件失效,再由固定的 Meta-Agent 做验证门控的技能库更新,形成有界的记忆演化闭环。
▶ 原文摘要 Abstract
Recursive self-improvement (RSI) remains hard in long-horizon tasks, where growing histories obscure the task state and misalign skill invocation. We introduce Recuris, a recursive Experiential-Working Memory architecture for long-horizon agent harnesses, in which Working Memory tracks task progress and guides skill selection from Experiential Memory, grounding skill use in current needs rather than the full history. This coupling also turns execution into structured evidence that localizes failures to specific memory components. Across tasks, a fixed Meta-Agent turns that evidence into localized, validation-gated updates to Skill Memory that reshape execution and yield new evidence, forming a bounded recursive memory-evolution loop. Across four long-horizon benchmarks and ten models, Recuris improves task success in 35 of the 37 completed model-benchmark pairs, carrying frontier models to SOTA-level task success: on tau-bench it adds +17.8 points to GPT-5.6 Sol and +15.6 to Claude Opus 5, taking Opus 5 to 87.9%, and +16.6/+13.5 points on Qwen3.6-27B/35B on SkillFlow. The advantage widens as the interaction horizon grows, to +32.2 points on the longest tasks, and common long-horizon failures fall by up to 80%. These results position recursively evolving memory as a scalable foundation for RSI, enabling agents to continuously transform accumulated experience into increasingly effective long-horizon behavior. Code: this https URL
Agent MemoryRSILong-Horizon
2 · cs.AI, cs.CL, eess.SY · 2608.24735
Meta$^n$: Recursive Self-Improvement through Emergent Depth
打破自改进 agent 元层级止步于约 2 层的瓶颈:让唯一的元操作 Ω 保持不变,转而递归地作用于自己产生的输出,深度由收敛而非预设决定,层间角色在训练中自发涌现分化。
▶ 原文摘要 Abstract
Self-improving LLM agents refine answers, not the process that produces those answers. Systems that add a meta-level hold that level fixed, and those that edit themselves must leave part of their own editing machinery untouched to stay stable, capping the meta-depth they realize at roughly two. We present Meta$^n$, which keeps the meta-operation fixed and recurses on its input instead. That operation, $\Omega$, is applied repeatedly to its own products, reading the traces of the solver stack below together with the code that produced them, then writing the next layer as a strategic pre-process and a library of callable helpers. Because $\Omega$ never changes, it cannot destabilize the system, and because its input strictly grows, each layer reasons from a higher vantage than the last. Depth is set by convergence rather than fixed in advance, and an evolutionary archive searches over layer chains. Across two backbones, Meta$^n$ outperforms prior self-improving agents on all eight benchmark families. The sharpest case is ARC-AGI-2, built to resist skill memorization, where it alone scores above zero. Ablations indicate that most of the gain from recursion comes from the conditioning each layer passes to the next, and distinct layer roles emerge with depth although no prompt prescribes them. Code available at this https URL
Recursive Self-ImprovementMeta-LearningAgent Architecture
3 · cs.SE, cs.AI, cs.CE · 2608.23953
The Empire, Long Divided, Must Unite: Architectural Convergence in Three LLM Agent Harnesses
三个设计哲学截然相反的开源 coding agent harness,经过独立演化后收敛到同一种五要素中间架构;唯一没有收敛、甚至完全缺失的维度是"外部可验证性"——这被作者视为下一代 harness 的分化方向而非疏忽。
▶ 原文摘要 Abstract
An agent harness is what turns a language model into an autonomous agent: the surrounding code that builds the model's context, mediates its tools, runs the loop, and persists state across a long-horizon run. This layer, not the model it wraps, is increasingly the binding constraint on agent behaviour. We present a source-level, multi-case study of three open coding-agent harnesses built from deliberately opposing philosophies: LangChain's deepagents (batteries-included), Earendil's pi (radical minimalism), and DeepSeek's dsh (everything-is-a-plugin). Reading each at a pinned commit and following its commit history, we find that the two mature harnesses have travelled in opposite directions (deepagents subtracting authored scaffolding, pi accreting durable infrastructure), yet converged toward one architectural middle form of five recurring elements: a commoditised loop, an append-only replayable session record, model quirks kept as data, progressive disclosure of context, and explicit extension seams. A third harness, read afterward as a held-out check, exhibits all five, and in one seam reuses another's implementation outright. We therefore do not claim independent invention, and decompose the convergence into parallel discovery, diffusion, and literal reuse. Finally, one load-bearing dimension shows no convergence, and indeed no presence: external verifiability, a tamper-evident record an outside party can check without trusting the runtime. We read this absence not as an oversight but as a predictive gap, the next axis on which harnesses for provenance-sensitive domains will differ.
Agent HarnessArchitecture ConvergenceCoding Agents
4 · cs.MA, cs.CL · 2608.23867
Markets, Not Planners: Decentralized Orchestration of LLM Agents with Private Information
用重复劳动力市场取代中心化 planner 编排 LLM agent:agent 用私有成本和自维护策略笔记投标,VCG 式支付规则激励诚实报价,复杂任务通过同一机制层层转包。
▶ 原文摘要 Abstract
As LLM agents proliferate, built by different parties and with different capabilities and costs, orchestrating them is more like assembling labor across the economy than a computer calling a subroutine. Existing orchestration is typically centralized, with a single planner assigning every task, but this creates a bottleneck as agent pools grow, requires private information (e.g., agents' execution costs), and can easily be manipulated, such that a single inserted preference nearly doubles a favored agent's task share under a centralized LLM allocator. We introduce AgentLance, a repeated labor market in which agents bid on tasks using their private costs and self-maintained strategy notes, an allocator selects winners from bids and public reputation records, and a VCG-style payment rule rewards cost-aware bidding. Complex tasks are handled by hierarchical delegation: winning agents can decompose work and subcontract it through the same mechanism. Across mathematical reasoning, code generation, knowledge-intensive QA, and agentic tasks, AgentLance matches agents to their specializations, shifts work toward cheaper agents as cost sensitivity rises, and consistently outperforms single-model, centralized-orchestration, and market baselines. Diagnosing market failures, including inaccurate cost self-estimation and sub-optimal bidding, then correcting them in controlled experiments yields further gains, charting a path toward more efficient agent economies.
Multi-Agent OrchestrationMarket MechanismDecentralized
5 · cs.AI · 2608.24361
Adaptive Influence Graphs for Failure Attribution in Multi-Agent Systems
把可观测性工具"围绕组件/动作/依赖组织 trace 供定向导航"的范式搬给 LLM 用:先把失败 trace 转成结构化图,再让 agent 在图上导航定位关键错误,在多智能体故障归因标准基准上刷新 SOTA。
▶ 原文摘要 Abstract
Multi-agent LLM systems are increasingly deployed in real-world applications, where failures can be costly and difficult to localize. Despite growing efforts to automate failure attribution, diagnosing failed runs still largely relies on human engineers. Yet engineers rarely debug complex systems by reading raw logs end to end. Instead, observability tools organize traces around components, actions, and dependencies to support targeted navigation. We hypothesize that modern LLMs can benefit from the same paradigm. To test this hypothesis, we introduce Adaptive Influence Graphs (AIGs), a two-stage agentic framework that first transforms a failed trace into a structured graph and then navigates it to identify the critical error. Across multiple models, we show that richer trace representations consistently improve failure attribution, with adaptive graph construction and agent-directed traversal yielding the strongest results. AIGs establish a new state of the art on Who&When, the standard benchmark for multi-agent failure attribution. This affirms our hypothesis that attribution depends not only on the diagnosing model, but also on how the trace is represented and explored.
Multi-Agent SystemsFailure AttributionObservability
6 · cs.LG, cs.AI, stat.ML · 2608.24087
Knowing When to Ask for Help: Bayesian Self-Escalation in Hierarchical LLM Agents
现有委托机制要么在推理开始前选模型、要么在响应完成后打分重试;本文研究第三种范式——agent 在生成过程中就意识到自己可能失败,主动把控制权转交给更强模型,并给出严谨的贝叶斯最优停止理论与 1/√n 的有限样本保证。
▶ 原文摘要 Abstract
Current LLM agent systems decide delegation before reasoning begins (a router picks a model) or after a response is complete (a verifier scores it and may retry). We study a third regime: an agent that recognises, during its own reasoning, that it is unlikely to succeed and transfers control to a stronger model. We formulate intra-generation delegation as a Bayesian optimal-stopping problem over a learned competence posterior -- an online estimate of the agent's eventual task success whose sufficient statistics are learned from labelled trajectories, not read off raw entropy. We derive the myopic escalation threshold in closed form, characterise the optimal policy via dynamic programming, and prove that the optimal policy is a time-varying threshold with no shape assumption on the raw signal. We further prove exponential separation of the oracle belief at the Chernoff-information rate of the signal, a regret bound governed by the calibration of the posterior, and a finite-sample guarantee: with n labelled calibration trajectories the deployed plug-in policy's regret decays as 1/sqrt(n). A controlled simulation study confirms each prediction of the theory, including the predicted 1/sqrt(n) rate. We additionally report a real-model validation on a Qwen2.5-Coder 1.5B->7B code cascade (MBPP, 257 tasks), confirming two of three pre-registered predictions: the escalation frontier dominates post-hoc routing at equal cost, and the cumulative competence belief's discrimination rises over generation.
Agent DelegationBayesian Decision TheoryHierarchical Agents
7 · cs.AI · 2608.24794
CAFE: Self-Improving Search Agents Need Co-Evolving Feedback
结果监督无法定位搜索 agent 轨迹中间的错误;CAFE 让同一个共享参数模型交替扮演 search-agent 和 critic 两种角色,在线/离线优化耦合训练,证明只优化其中一方最终会停滞,交替更新才能持续提升。
▶ 原文摘要 Abstract
Outcome-supervised search agents learn when and how to retrieve evidence, but terminal rewards neither localize intermediate errors nor redirect an ongoing trajectory before those errors compound. Treating corrective feedback as a learned in-trajectory intervention couples the two roles: the agent must decide when to request and use feedback, while the critic must infer useful corrections from outcome-confounded rollouts whose failure patterns shift as the agent improves. We introduce CAFE (Coupled Agent--Feedback Evolution), a framework in which a shared-parameter model alternates between search-agent and critic roles. CAFE initializes feedback-conditioned recovery from trajectories built around the base agent's own failures, then couples online and offline optimization. During online RL, a comparative feedback estimate uses a prompt-level call--skip success gap to shape request returns, while feedback-aware advantage shaping reweights token advantages before and after feedback. Offline, rollout-derived preference optimization learns feedback from matched successful and unsuccessful trajectories. On seven agentic search benchmarks, CAFE outperforms the evaluated RL-based search agents on average, retains its gains across all six out-of-domain benchmarks, and reduces answer-level hallucinations. One-sided ablations show that improving only the agent or only the critic eventually plateaus, whereas alternating the two updates continues to improve performance. These findings suggest that a self-improving search agent needs feedback that co-evolves with the policy it guides.
Search AgentsSelf-ImprovementRL
8 · cs.AI, cs.SE · 2608.23740
AgentRoom: Concurrent Multi-Agent Coding in a CRDT-Backed Shared Workspace
把人类团队用来解决实时协同编辑冲突的 CRDT 协议搬给并发编码 agent;发现真正提升效果的是"协调机制"本身,而不是并行度或 CRDT 合并技术本身。
▶ 原文摘要 Abstract
Concurrent multi-agent coding promises division of labor across modules, robustness through redundancy, and parallel exploration at the natural granularity of multi-file projects. Realtime collaborative editing protocols solve this coordination problem for human teams via Conflict-free Replicated Data Types (CRDTs), but the LLMs underneath generate one token at a time and existing multi-agent coding systems inherit this serial limit: they either sequence agents through phase handoffs or pool independent samples without coordination, and a single agent abandons up to half of hard tasks with a one-file stub-and-exit. AgentRoom is a realtime collaborative editing protocol for concurrent coding agents. Its runtime layer exposes file-level claim, status, and broadcast as MCP tools on a CRDT-merged shared filesystem. Five frontier coding-CLI models ran four backend coding tasks, with cross-language checks in Python DevBench and Rust+axum. For CLI-stable models, AgentRoom with 2 agents abandons fewer tasks than Solo and has less run-to-run variation. At matched-compute, one positive mean LLM-judge contrast puts AgentRoom over parallel-merge. The other contrast, a bundle probe, puts full AgentRoom above each partial case: an ordering rather than a percentage split. Coordination, not parallelism or CRDT-merge, bears the load.
Multi-Agent CodingCRDTCoordination
9 · cs.AI, cs.CL, cs.LG · 2608.23670
Automata from Agent Traces: Failure and Next-Step Prediction
把整个 agent trace 语料库坍缩成一个紧凑的有限状态机,作为看似不可预测的 agent 行为的结构底座,同时支撑下一步预测和失败预测,且构建仅需毫秒级。
▶ 原文摘要 Abstract
LLM-based agents execute multi-step tasks, but their behavioral structure remains opaque: long unstructured traces resist the safety auditing and runtime monitoring that deployment requires. Existing approaches operate per-trace or success-only, so they miss the cross-run topology that links next-step and failure prediction. To recover that shared structure, we collapse an entire trace corpus into a single, compact finite-state machine (FSM) that serves as a structural substrate for the otherwise unpredictable behavior of LLM agents. Across twelve public datasets, the FSMs are compact (7-43 states), replay held-out data at >=0.997 fitness with near-identical topology across splits, and build in milliseconds. This substrate addresses both prediction goals. For next-step prediction, FSM-state context outperforms Agent Workflow Memory on every ground-truth-matched dataset. For failure prediction, per-state behavioral features reach held-out AUROC up to 0.94, and an online monitor ranks failing runs above passing ones from a partial trace, triggering early stopping well before completion. Behavioral topology thus appears shaped more by the deployment harness than by the LLM, providing a model-agnostic structural primitive for safety auditing and runtime monitoring.
Agent TracesFinite-State MachineSafety Monitoring
10 · cs.AI, cs.MA · 2608.24569
When "Must" Becomes "Maybe": Constraint Weakening in LLM Agent Workflows
安全阻断器一路交接下来会被悄悄从"执行前必须解决的强制要求"降格为"仅供参考的信息";普通的交接压缩会导致 100% 的阻断失效、54.2% 的禁止动作发生,恢复关键状态字段能把两者分别修复到 100% 和 0%。
▶ 原文摘要 Abstract
Large language model (LLM) agents coordinate complex tasks through multi-role and multi-stage workflows. Upstream state is repeatedly transformed into intermediate language artifacts, such as summaries, plans, tickets, memories, and handoff notes, from which downstream components act. For action-constraining state, topical retention is insufficient: an artifact may mention an unresolved condition while changing it from a requirement that must be resolved before execution into information that may merely inform the next action. We study this action-binding role as operational state preservation. Safety blockers provide a controlled instance because each source state has an explicit prerequisite, authority, fallback, and execution consequence. We condition on correct upstream identification, vary the handoff transformation, and evaluate an executor restricted to the resulting artifact. Across 1,296 controlled synthetic episodes, direct-handoff controls preserve every blocker, whereas compression, plan assimilation, convergence, ownership deferral, and precedent substitution repeatedly turn binding state into caveats or non-binding considerations. Normal handoff compression produces 100.0% deactivation and 54.2% forbidden action. Restoring all four state fields raises preservation to 100.0% and reduces forbidden action to 0.0%. Fixed-artifact interventions further separate preservation from containment: downstream verification eliminates forbidden action while artifact deactivation remains 95.3%. These results identify a state-transmission failure between information extraction and action. Handoff transformations can retain state content while weakening its constraints on downstream action. Semantic availability does not guarantee operational preservation.
Agent WorkflowsState PreservationSafety

RL 训练 / 多模态 / 具身智能

11 · cs.LG, cs.AI · 2608.24696
On-policy Distillation with Verifiable Reward
不引入任何新超参数,把 RLVR 的任务级正确性信号和 OPD 的密集 token 级指导无缝融合:用 ReLU 门控让正确轨迹拿到非负奖励、错误轨迹拿到非正奖励,把 OPD 直接转化为一个规范的 RLVR 方法。
▶ 原文摘要 Abstract
Reinforcement Learning with Verifiable Rewards (RLVR) and on-policy distillation (OPD) have become two widely adopted paradigms for post-training large language models. However, RLVR suffers from sparse task-level feedback, while OPD provides dense token-level guidance but ignores trajectory correctness, limiting its performance to that of the teacher. Combining them is a promising direction: OPD supplies dense supervisory signals, while RLVR provides task-level correctness. Nevertheless, existing integrations often rely on weighted combination or heuristic switching, introducing extra hyperparameters and trade-offs. We propose On-policy Distillation with Verifiable Reward (OPDVR), a simple yet effective method that seamlessly combines OPD and RLVR without adding any hyperparameters. We first reformulate the implicit reward of sampled-token OPD based on trajectory correctness, then apply a ReLU gating mechanism to ensure that correct trajectories receive non-negative rewards and incorrect ones receive non-positive rewards---thereby aligning the distillation signal with task success while preserving the teacher's distributional guidance. Furthermore, our modification transforms sampled-token OPD into a proper RLVR method, making it readily combinable with any policy gradient algorithm, such as GRPO. Experiments on six reasoning benchmarks show that OPDVR consistently outperforms standard OPD. Our code is available at this https URL .
RLVROn-Policy DistillationPost-Training
12 · cs.CV, cs.CL, cs.IR · 2608.24053
WeMM-Embedding: WeChat Multi-Modal Embedding Technical Report
微信出品的通用多模态嵌入模型家族(2B/4B/9B),9B 版本在 MMEB-v2 上取得新 SOTA 80.6 分,已在视频号、公众号、朋友圈、电商等场景规模化部署并通过 14 个在线 A/B 实验验证。
▶ 原文摘要 Abstract
Universal multimodal embeddings are becoming a core component of modern AI systems, enabling heterogeneous content to be represented in a shared space for applications such as retrieval, recommendation, classification, and agentic systems. In this report, we present WeMM-Embedding, a family of universal multimodal embedding models supporting text, images, videos, visual documents, and arbitrarily interleaved multimodal inputs with flexible output dimensions. The family comprises 2B, 4B, and 9B variants and is trained in two stages: a large-scale multimodal alignment stage, followed by a refinement stage using curated data, fine-grained relevance supervision, and cross-scale knowledge transfer. Across extensive evaluations, WeMM-Embedding achieves leading performance on multiple public benchmarks. Notably, the 2B variant already surpasses the previously leading 8B open-source baseline on MMEB-v2, while the 9B variant further achieves a new state-of-the-art overall score of 80.6. WeMM-Embedding also demonstrates strong practical performance across WeChat applications, with substantial gains on a 26-task in-house benchmark and consistent improvements across 14 online A/B tests. It has been deployed at scale across recommendation and search applications, including WeChat Channels, Official Accounts, Moments, and e-commerce services. We have released the model weights and code to facilitate future research at this https URL .
Multimodal EmbeddingIndustrial DeploymentRetrieval
13 · cs.CV · 2608.24877
From Seeing to Acting: Smart Glasses as First-Person Intelligence Platforms
首个用统一框架系统研究智能眼镜的综述:提出 L0-L5 能力分级(捕获→反应式感知→情境辅助→持久状态→受治理动作→具身耦合),并给出可验证的部署与评估协议。
▶ 原文摘要 Abstract
Smart glasses are evolving from capture and display accessories into first-person intelligence platforms that connect human perception, persistent context, and digital or physical action. Their on-body viewpoint aligns with the wearer's vision, audition, motion, and hand-object interaction, but must operate under tight energy, thermal, privacy, and feedback constraints. Despite rapid progress in augmented reality, egocentric vision, multimodal models, human-computer interaction, and embodied intelligence, the literature remains fragmented across devices, tasks, and benchmarks. \textit{The key challenge is not whether a model can recognize, answer, remember, or act in isolation, but whether a complete system can sustain a reliable, temporally valid, correctable, and governable perception-state-interaction-action loop.} This survey is \textit{the \textbf{first} to systematically study smart glasses through such a unified framework}. We formalize first-person data flow and constrained task utility, characterize devices along eight verifiable hardware capability axes, organize the literature around seven interdependent foundational capabilities, and introduce an L0-L5 framework spanning capture, reactive perception, contextual assistance, persistent state, governed action, and embodied coupling. Across nine application scenes, we connect tasks with datasets, systems, products, stakeholders, failure consequences, and evidence gaps. We further present a nine-dimensional deployment framework, a claim-conditioned evaluation protocol, and an evidence ladder from controlled measurement to longitudinal field validation and audit. Together, these elements make smart glasses more comparable, deployable, and reproducibly evaluated, while outlining a roadmap toward trustworthy first-person intelligence.
Smart GlassesEgocentric AISurvey
14 · cs.CV · 2608.24680
Game2World Engine: Unlocking In-the-Wild Gameplay Videos for World Model Training
游戏画面里的 UI 界面会污染世界模型训练数据;G2WEngine 自动提取并合成/移除 UI 叠加层,用无 UI 画面训练的世界模型 VideoReward 提升 6.83%。
▶ 原文摘要 Abstract
Video games provide a scalable source of training data for video world models, offering diverse environments, complex interactions, and abundant in-the-wild gameplay videos. However, raw gameplay footage entangles the game world with screen-space interfaces, introducing game-specific biases and irrelevant dynamics that hinder world-model training. To address this problem, we introduce GameUI-Taxonomy and G2WEngine, a full-stack framework that formalizes gameplay UI grounding and removal. G2WEngine automatically extracts reusable UI assets from real gameplay videos and synthesizes temporally coherent UI overlays on clean footage. Using this engine, we construct Game2World, comprising 96K synthetic paired videos with precise reconstruction targets and 1,079 in-the-wild clips from 303 games for realistic evaluation. Its asset library contains 5,132 verified UI elements across 21 taxonomy categories, collected from 1,010 representative gameplay frames. Based on Game2World, we propose GameCleaner, a mask-free gameplay UI removal model that combines multimodal semantic understanding with video editing capabilities. Unlike mask-based methods, GameCleaner directly identifies and removes diverse HUD elements while preserving the underlying scene content and temporal dynamics. In a controlled pilot, world models trained on UI-free gameplay improve overall VideoReward by 6.83% over those trained on UI-overlaid data. On UI-removal evaluation, GameCleaner achieves an average AAR of 95.36 on synthetic videos, outperforming the strongest temporal mask baseline by 57.3%, and obtains the best in-the-wild AAR of 80.05 with 99.8 background preservation. These results demonstrate the scalable potential of transforming Internet gameplay videos into high-quality world-model training data. Code, dataset, and model will be available at this https URL .
World ModelsVideo GamesData Curation
15 · cs.RO · 2608.24882
Latent Action as Intention Enables Efficient Future Imagination for World Action Models
用紧凑的潜在动作代替生成未来观测本身,让世界动作模型在推理时省去昂贵的未来视频分支,在 RoboCasa 上实现 SOTA 成功率的同时把推理延迟降低 42.9%。
▶ 原文摘要 Abstract
World action models (WAMs) improve robot control by modeling how observations evolve, but generating future observations at test time incurs substantial latency. Fast-WAM removes this process for efficiency; however, our matched implementations show lower generalization for Fast-WAM than for future-aware alternatives, especially with scarce robot demonstrations and in out-of-distribution scenarios. To bridge this gap, we introduce **LAWA**, a WAM architecture that uses compact latent actions as an operational representation of future intentions, enabling efficient test-time future imagination without generating future observations. Specifically, a discrete tokenizer enhanced by action-free pre-training produces manipulation-centric codebook targets. LAWA jointly denoises a continuous latent state anchored to these targets with executable action chunks while omitting the future-video branch at inference. On RoboCasa, LAWA achieves state-of-the-art average success rates of 65.6% and 80.8% in the few-shot and full data settings, improving over the matched Fast-WAM baseline by 9.6 and 4.5 points, respectively. It also preserves the performance level of the matched Joint-WAM variant while requiring 42.9% lower inference latency. LAWA also demonstrates competitive zero-shot robustness on LIBERO-Plus and superior performance on real-world tasks. These results show that future imagination need not be discarded: retaining it with compact latent actions yields an effective trade-off among performance, generalization, and latency. Code and models will be released.
World Action ModelsRobot ManipulationLatent Actions
16 · cs.AI · 2608.24358
The Handoff Tax: Continuing Non-Native Trajectories in LLM Agents
编码 agent 在模型间升级/降级切换时要付出"交接税":全轨迹升级恢复不到一半的能力差距、成本却大涨;降级则是更划算的选择;有意思的是,减少信息量在升级和降级两个方向上的效果正好相反。
▶ 原文摘要 Abstract
Coding agents perform long-running tasks spanning dozens of model calls, tool uses, and code edits. As these runs unfold, users face a practical cost-quality trade-off: escalating to a stronger model when a cheaper one struggles, or downshifting once the hard reasoning is complete. Each switch requires the receiver to continue a non-native trajectory produced by another model. We study how this handoff affects quality and cost, and how varying the trajectory information inherited by the receiver changes the outcome. Using pairs of low-cost, low-capability (LC) and high-cost, high-capability (HC) models from the Claude and GPT families, we vary handoff direction, timing, and interface, comparing full-trajectory transfer, compaction, and trajectory removal while preserving the repository state. Across both model families, full-trajectory escalation recovers less than half of the LC-to-HC quality gap while incurring a substantial cost premium. We term this cost-quality penalty the handoff tax. By contrast, downshift offers a favorable cost-quality point. Interestingly, the preferred interface also reverses with direction: reducing LC-model trajectory information improves escalation quality, whereas removing the HC-model trajectory reduces downshift quality.
Coding AgentsModel CascadesCost-Quality Tradeoff

📚 知识库更新

AgentTeam-Shared-Knowledge 仓库自上次简报以来新增 5 条要点(已排除机械改动与用户自己的提交)。近期新增集中于:Agent Training、Agent Architecture、Agentic RL、Agent Environment。

StartupBench benchmark 卡片
j1udu / luyaxi · benchmarks/startupbench.md
新增并核对了 StartupBench 的完整专业工作流、文件级验收标准、排行榜结果、案例与失败模式,明确了平均分与 Pass@1 的差异,避免部分完成被误解为完整交付。
BenchmarkStartupBench
PrefixRL 论文卡与论文分析 Skill
luyaxi · papers/prefixrl-offpolicy-prefixes.md
新增 PrefixRL 的规范论文卡,记录方法、理论证明、实验边界和复现注意事项,归入 LLM RL / Reasoning 阅读清单;同时登记 paper-analysis Skill 支持后续论文速读。
RLVRPrefixRL
RL 代理目标与可靠训练条件分析
luyaxi · projects/fsdp-engine/rl-proxy-objectives-reliable-training.md
统一整理强化学习代理目标、训练-生成不一致、陈旧样本、时间结构发现和可靠性验证条件,为训练不一致与 RL 代理目标研究提供五层分析入口,报告保持 draft 状态。
FSDP EngineRLTraining
合并数值一致性与 Duplex Tool Call 子轨
luyaxi · projects/duplex-omni-agent/tool-call-protocol.md
将 matmul-precision 并入 fsdp-engine 的数值一致性子轨,将 chunked-tool-call 并入 duplex-omni-agent 的工具调用协议子轨,研究主题数量减少、原有日志和交叉链接均保留。与 duplex agent 核心方向直接相关。
Duplex AgentTool CallFSDP Engine
Temporal Agent Learning 独立立项
luyaxi · projects/temporal-agent-learning/README.md
新建独立研究项目,测试是否能从 MLLM agent 轨迹中学到动作条件化的时间结构;设计上把"可达性"和"目标满足"分开,把 8/13 讨论记录为待验证假设,在策略整合或在线探索前设置离线探针门控。
Temporal LearningMLLMSelf-Supervised RL
数据来源: arXiv (cs.AI/cs.LG/cs.MA/cs.RO/cs.CL/cs.SE/cs.CV/eess.AS) · AgentTeam-Shared-Knowledge · 由高松灯生成