07
Internal probes, mutable harnesses, and judgment-free flow control
Recent work repeatedly shows that verbalized confidence, static retrieval, and pure content review are insufficient for reliable agents. The selected papers instead develop internal linear probes, external mutable document environments, representation-based intrinsic rewards, baked-in interpretability, coalition routing, and load-aware governance that bypasses semantic judgment altogether.
- paperarXivThe Knowing-Saying Gap: When Probes See Errors that Confidence Misses↗
Jyotin Goel, Ipshita Bandyopadhyay, Justin Shenk
Linear probes detect corrupted context in language models with near-perfect accuracy, yet this signal fails to predict final answer correctness on multi-hop arithmetic chains. Forced structured confidence collapses to two values with identical error rates, and probe persistence across hops does not separate correct from incorrect traces, refuting a pre-registered hypothesis. Probe-based interventions such as branch-and-pick are net-positive and model-dependent, establishing probes as a necessary complement to verbalized confidence that still requires error-type-aware routing.
probesmonitoringconfidencereasoningdeployment - paperarXivDocAtlas: Long-Document Understanding as Mutable-State Interaction↗
Hongchen Wei, Yuanzhe Wang, Bei Liu, Yifan Yang, Qi Dai, Kai Qiu, Yunsheng Li, Dongdong Chen, Chong Luo, Zhenzhong Chen, Baining Guo
DocAtlas treats long-document understanding as an information-seeking process inside a mutable external harness that exposes search, reading, note-taking and review tools while maintaining a hierarchical tree and note store under a fixed context budget. The same harness supports both inference-time use with large VLMs and end-to-end RL for compact agents. With GPT-5.4 it reaches 71.4% on MMLongBench-Doc (above the human-expert reference of 65.8%), and a 4B VLM trained via RL inside the harness jumps from 54.4% to 63.7%.
long-documentagentsmutable-stateVLMreinforcement-learning - paperarXivSearch-G1: Grounded Search Agents via Representation-Based Intrinsic Rewards↗
Cheng Ruoxi, Ma Haoxuan, Zhang Hongyi, Zhang Junming, Duan Ranjie, Xia Qiaolin, Wang Hao, Lu Yu, Shi Haibo, Ma Xingjun
Search-G1 supplies intrinsic rewards from two intervention-calibrated representation readouts: one that estimates closed-book sufficiency (hence retrieval necessity) and one that measures answer-stage sensitivity to evidence deletion. These signals credit necessary grounded search, favor direct answers when knowledge suffices, and penalize redundant search, all without process annotations or LLM judges at training time. Periodic refitting lets the reward co-evolve with the policy, yielding shorter trajectories at competitive accuracy across search QA benchmarks.
search-agentsintrinsic-rewardsgroundingRLrepresentations - paperarXivFlow-by-Flow: Content-Judgment Bypass for Governing AI Output in High-Loss Domains↗
Hiroki Naito
When AI output velocity times per-item cognitive load exceeds human capacity, content-based oversight becomes structurally untenable because triage and response costs do not fall with capability. Flow-by-Flow therefore controls supervisory load via countable formal features and institutional capacity caps, never evaluating semantic correctness. Four design invariants (no content judgment, no scalable examiner consumption, identity-bound friction, no batch clearance) are shown to be jointly satisfiable, and Monte Carlo trials favor composite multi-metric flow control over supervision reinforcement in 90.8% of draws.
governanceoversightcognitive-loadhigh-stakessafety - paperarXivScaling Inherently Interpretable Language Models↗
Guide Labs Team, Andreas Madsen, Aya Abdelsalam Ismail, Giang Nguyen, Isaac Plant, Muawiz Chaudhary, Nathaniel Monson, Saqib Azim, Zhichen Guo, Julius Adebayo
Interpretability is imposed as a training constraint optimized jointly with the language-modeling objective rather than recovered post-hoc. Across three orders of magnitude of compute on both autoregressive and diffusion LMs, representations become more disentangled and aligned with human concepts as scale increases. The resulting Steerling-8B diffusion model attributes any generated span to input tokens, concepts and training data, enabling closed-loop concept steering without retraining while remaining competitive with peers trained on far more compute.
interpretabilityscalingdiffusion-LMconcept-steeringtraining - paperarXivDynamic Coalition Formation and Communication Pricing in Skill-Based Agentic AI Systems↗
Mojtaba Eslami
Agent selection and communication are cast as a cooperative game whose net utility separates coalition value from activation and per-edge costs. A marginal-value greedy router, optionally guided by estimated Shapley values, together with limited submodular approximation guarantees, activates far fewer agents than full broadcast while recovering 99.5% of brute-force utility in synthetic settings. Performance remains robust to moderate cost and redundancy variation but degrades under strong submodularity violations or noisy value estimates.
multi-agentcoalitionsShapleyroutingefficiency - paperarXivADIAS: Automated Design of Interactive Agentic Systems↗
Lekang Jiang, Bohan Tang, Stephan Goetz, Yiwen Guo
Instead of organizing experience around candidate agents, ADIAS maintains an explicit persistent issue state that tracks stable identities, lifecycle status, evidence and intervention outcomes. Issue-guided optimization then jointly proposes repair targets and revision directions for full-code modification. Across five interactive benchmarks the method outperforms the strongest baseline by 25.2% on average; ablating the issue state or reverting to candidate-centric policies drops performance by up to 40.7%.
agent-designautomationissue-centricmulti-agentoptimization - paperarXivUnified Hallucination Fuzzing for Multimodal Large Language Models↗
Pengfei Zhou, Jiajun Song, Zhiwei Tang, Yixing Ma, Xiaopeng Peng, Donghui Si, Yuhang Xu, Huiqi Song, Yiyuan Miao, Yichen Qian, Weihua Chen, Wangbo Zhao, Bohan Zhuang, Jiasheng Tang, Yang You
UniHall supplies a fine-grained taxonomy-spanning Object, Instruction and Knowledge dimensions, while Self-Adaptive Multimodal Fuzzing evolves inputs via mutation to escape static-benchmark saturation. An ensemble of multi-modal oracles scores the dynamic cases. State-of-the-art MLLMs suffer large degradations under fuzzing, revealing a dissociation between reasoning and factual grounding plus a helpfulness-hallucination trade-off induced by RL alignment.
hallucinationMLLMfuzzingbenchmarkevaluation - paperarXivDeterminization in Structure Theories: A Unified Framework via Closure, Comparability, and Joint Admissibility↗
Hai Hai Fu
A structure theory is formalized as signature plus axioms plus inference policy; its admissible interpretations form a family that may be plural. Three levels of canonicalization (closure stabilization, global completion, full determinization) are distinguished, and non-determinism is classified into epistemic versus structural (including strong) plurality. Operator-based and selector-based mechanisms are given sufficient conditions; the framework views LLM hallucination as unsupported canonicalization and shows multi-level canonicalization is structurally non-commutative.
formal-methodscanonicalizationreasoningLLMlogic - paperarXivTraining Variable Long Sequences with Data-Centric Parallel↗
Geng Zhang, Xuanlei Zhao, Kai Wang, Yang You
Data-Centric Parallel lets each batch’s sequence length itself drive runtime decisions on parallel size, gradient accumulation and recomputation, eliminating the usual trade-off between static imbalance and complex model-specific code. The method integrates into arbitrary models with roughly ten lines of code and delivers up to 2.88× speedup on 32 H200 GPUs for variable-length training. It is positioned as a simple, general baseline for future distributed long-sequence work.
distributed-traininglong-sequencesefficiencysystemsparallelism