08
Catastrophic remembering, skill compression, and structured agent memory
Fresh results examine why agent prompts and skills grow without bound, how to compress reusable structure without costly evaluation, and how tree-structured or persistent memory supports self-correction, cross-run transfer, and long-horizon mathematical and search work.
- paperarXivLong-Horizon AI Research for Grothendieck Constant: A Case Study in Human-AI Mathematical Collaboration↗
Alan Li, Rahul Saha, Anton Xue, Swarat Chaudhuri, Adam Klivans, Pravesh K Kothari, Raghu Meka
The authors report tightened bounds on the Grothendieck constant achieved with an AI research system that produced insights judged novel by domain experts. They detail strengths, failure modes, and the practical conditions under which long-horizon human-AI mathematical collaboration yields breakthrough results rather than incremental noise.
AI-for-mathhuman-AI collaborationlong-horizon agentscomplexity - paperarXivWhy Does CLAUDE.md Keep Growing? Catastrophic Remembering in Agentic Coding↗
Kushal Chakrabarti
Across nearly 250k instruction lifetimes the author shows agentic coding prompts more than triple in size because appending is cheap while safe deletion is exponentially hard once rationales are lost. Naming the phenomenon catastrophic remembering, the inverse of catastrophic forgetting, the work shows that latent-reasoning comments can remove over 99 percent of excess instructions and improve real instruction-following by up to 23 percent.
agentic codingprompt engineeringcontinual learningmemory - paperarXivSkillZip: Evaluation-Free Skill Compression for Self-Evolving Agents by Discovering Reusable Structure↗
Xiaofan Bai, Hongqiang Lin, Chao Liu, Yantao Zhang, Xuan Jin, Xipeng Cao, Yuhong Li
SkillZip compresses self-evolving agent skills by finding a shortest faithful structural explanation under a typed minimum-description-length objective with hard coverage constraints. It factors repeated rules and action sequences once, keeps rare exceptions by construction, and supports both one-shot and continual Zip-on-Write modes without evaluation rollouts.
self-evolving agentsskill compressionMDLagent memory - paperarXivSelf-Correcting Long-Horizon Search Agents via Tree-Structured Memory↗
Aijun Yang, Qianxue Guo, Ziyi Huang, Yuxuan Chen, Shiyou Qian, Jian Cao
ReTree models search as an evidence tree whose nodes store bounded summaries, source-linked evidence, and revision histories. When new evidence contradicts earlier claims it localizes the error, replaces outdated nodes, prunes affected branches, and resumes, cutting context size while raising answer accuracy by up to 25.6 points over full-trajectory ReAct.
search agentstree memoryself-correctionlong-horizon - paperarXivEvoMem: Memory-Augmented Evolution for Code Optimization↗
Viktor Volkov, Valentin Khrulkov, Andrey V. Galichin, Danil Sivtsov, Nikita Glazkov, Olga Volkova, Konstantin Pchelin, Iaroslav Bespalov, Dmitry V. Dylov, Petr Anokhin, Ivan Oseledets
EvoMem turns successful LLM-driven mutation events into structured, task-aware advice stored with provenance and later retrieved to guide future evolutionary program search. Across geometric optimization, multi-hop QA, and GPU kernel tasks the persistent memory reduces redundant rediscovery and improves target metrics or search speed in most settings.
evolutionary searchcode optimizationpersistent memoryLLM agents - paperarXivThinkRetrieve: Retrieval-Augmented Reasoning Traces for Test-Time Scaling↗
Vaibhav Singh, Soumya Suvra Ghosal, Sarvesh Gharat, Soumyabrata Pal, Ramasuri Narayanam, Dinesh Manocha
ThinkRetrieve injects dynamically retrieved solved exemplars into intermediate reasoning steps of large reasoning models, supplying guidance on how to reason rather than only external facts. Across models from 1.5B to 8B parameters it consistently beats standard test-time scaling, with relative gains reaching 60 percent on AIME 2025.
test-time scalingretrieval-augmented reasoningchain-of-thoughtLRMs - paperarXivHypothesis Frontier: Verifier Guided LLM and Symbolic Search for First-Order Induction↗
Serafim Batzoglou
The framework evaluates every LLM-proposed first-order formula exactly on training structures, retains the strongest verified hypothesis, and feeds remaining errors back to guide the next generation round. Symbolic repair and simplification further increase the number of solved induction problems while shortening many train-valid formulas without changing predictions.
neurosymbolicfirst-order inductionverifier-guided searchconcept learning - paperarXivBeyond a Bag of Features: Set-Level Instability in Sparse Autoencoders↗
Nikolai Bolik, Lennart Stöpler, Artur Andrzejak
Using overlap of active SAE latent sets as a similarity measure, the authors show that these sets recover compositional structure in toys yet fail to track human category boundaries or typicality more faithfully than dense embeddings. Controlled semantic edits reveal large mismatches between human conceptual change and SAE active-set change, arguing against simple bag-of-features compositionality outside idealized regimes.
sparse autoencodersinterpretabilityfeature compositionLLM representations - paperarXivAttention-Path Fragility as an Uncertainty Signal in Large Language Models↗
Minsoo Kim, Sungyoung Ji, Kisung Moon, Ilyong Yoon
ASMI masks attention heads and measures BALD mutual information among the resulting subnetworks with a semantic-agreement kernel, capturing confident-but-fragile predictions. The training-free signal adds error-predictive information beyond entropy on grounded QA, roughly halves retained error of a confidence filter in its strong regime, and can be read from a single greedy response.
uncertainty estimationattentioninterpretabilitycalibration - paperarXivData Attribution of Emergent Misalignment with Persona Features↗
Clemens Vetter, David Kaczér, Lucie Flek, Florian Mai
SAE-based model diffing shows misalignment fine-tuning amplifies jailbreak, sarcasm, deception, and manipulation persona features while suppressing safety and assistant-identity features. Steering these features alone can induce up to 62 percent misalignment or restore near-baseline rates, yet human-written pre-training documents that activate them do not reliably induce the effect, whereas synthetic instruction-response pairs derived from the same content do.
emergent misalignmentpersona featuresdata attributionsafety