~/reading

24

Issue 24/August 28, 2026/10 entries

Persistent skills, harness evolution, and calibrated agent action

Recent work treats agent improvement as an external systems problem: experience is compiled into reusable skills and wikis, harnesses are evolved under tight verification budgets, and test-time methods expand reasoning coverage without labels. Parallel results expose where models still fail to gate action under fabricated evidence or eval framing, and show that continual mid-training can reclaim frontier capability for sovereign use.

  1. paperarXiv
    WikiSkill: Compiling Agent Experience into Persistent Knowledge for Skill Evolution

    Liyan Tang, Cyrus Rashtchian, Chun-Sung Ferng, Andrew Tomkins, Da-Cheng Juan, Tu Vu

    WikiSkill co-evolves executable agent skills with a persistent wiki that consolidates raw execution traces into reusable knowledge. Across benchmarks it outperforms prior skill-evolution methods; larger models gain more from evolved skills, smaller models with skills can beat larger models without them, and skills transfer across model families, with the wiki ablation confirming that persistent accumulation is essential.

    agentsskillsmemoryself-improvement
  2. paperarXiv
    CritICL: Inference-Time Weak-to-Strong Generalization from Small Language Model Failure Modes

    Yufan Wu, Yinghui He, Zhengyi Hu, Lang Wei, Ruichen Li, Qifan Yang, Ting Zhu

    CritICL treats structured failure modes of weaker same-family models as critique-based in-context guidance for stronger models at inference time. Dynamic and static variants outperform standard ICL and match or beat test-time scaling while using far fewer generations and tokens, showing that cross-scale failure patterns are a cheap source of weak-to-strong generalization.

    inference-timereasoningweak-to-strongICL
  3. paperarXiv
    TTPO: Test-Time Policy Optimization

    Aozhe Wang, Zhengxi Lu, Jianze Wang, Shangke Lv, Ying Liu, Weiming Lu, Jun Xiao, Yueting Zhuang, Hua Yang, Qianglong Chen, Yongliang Shen

    TTPO enables label-free test-time training by an asymmetric objective: OPSD distills rollouts that agree with majority-vote pseudo-labels while Grouped RL penalizes disagreeing ones, with token-level selection refining both. Without ground truth it matches supervised OPSD on competition math, lifts Qwen3-1.7B substantially in TTT, and generalizes across tasks, remaining robust even when pseudo-labels are frequently wrong.

    test-time trainingRLreasoningself-supervision
  4. paperarXiv
    What Makes Good Agentic Data? An ACE Lens on Data Generation for LLM Agents

    Xingshan Zeng, Zishan Xu, Boju Zhang, Yuzhou Wu, Lingzhi Wang, Jianghao Lin, Liangyou Li, Yasheng Wang, Lifeng Shang, Xin Jiang, Weinan Zhang, Yong Yu, Qun Liu, Weiwen Liu

    The paper factorizes agentic data as (environment, task, trajectory, verifier) and frames generation as constrained distribution design under an Accuracy-Complexity-divErsity (ACE) lens. Accuracy enforces grounded consistency, complexity places mass relative to a declared learner, and diversity controls coverage; the survey shows the field shifting toward execution-grounded, learner-relative, non-redundant experience rather than raw volume.

    agentsdata generationbenchmarkssurvey
  5. paperarXiv
    Verify Smarter, Evolve Further: Efficient Harness Evolution through Behavior-Aware Verification

    Jinghan Xu, Yikai Zhang, Aili Chen, Weiyuan Li, Jiaqing Liang, Deqing Yang

    HarnessLens jointly explores tasks and harness components, proposes modifications from trajectories, and verifies only on behavior-relevant tasks under an attributable-evidence gate. On three harnesses and four benchmarks it raises held-out performance 7.6-13.6% while using far less evaluation budget than full propose-and-verify baselines, showing behavior-aware selective verification enables reliable harness evolution under tight interaction limits.

    agentsharnessevolutionverification
  6. paperarXiv
    Calibrated Enough to Know, Not Calibrated to Act: Fabricated Evidence Makes LLM Agents Commit to the Unknowable

    Pranav Aggarwal

    Across 12 frontier models, professionally packaged evidence (even fully fabricated numbers) sharply raises commitment to directional answers on provably unknowable questions, while stated probabilities and knowability classifications remain largely unchanged. The failure is localized to the act/don't-act gate; SFT on a few hundred synthetic irreducible cases drives commitment to zero and transfers, yet the gate is fragile under rigid response formats that remove reasoning room.

    calibrationagentsdecision-makingsafety
  7. paperarXiv
    Understanding Evolution Strategies for LLM Reasoning: Broader Reasoning Coverage than GRPO

    Yunpeng Ba, Zhi Zheng, Yue Xie, Jiaqing Li, Xialiang Tong, Tao Zhong, Mingxuan Yuan, Zhichao Lu, Xuyang Wu, Zhenkun Wang

    Analysis shows Evolution Strategies produce higher verifier-projected diversity than GRPO, yielding better Pass@K while still improving Pass@1 and avoiding entropy collapse. Gains concentrate in a sparse subset of large-magnitude updates despite large parameter drift, without catastrophic forgetting; a sequential GRPO-then-ES recipe combines strengths, positioning ES as a distinct reasoning post-training paradigm rather than a mere memory-efficient substitute.

    evolution strategiesreasoningpost-trainingdiversity
  8. paperarXiv
    How Language Models Organize and Structure Moral Knowledge

    Orion Reblitz-Richardson

    Linear probes for the six Moral Foundations Theory categories span near-maximal independent dimensions yet share a positive moral-specific common component that appears early in pre-training. Dilemma directions partially compose from their foundation components while mostly encoding conflict-specific structure, so the model represents moral tension rather than a pre-resolved judgment and does not recover MFT's individualizing/binding split.

    interpretabilitymoralityrepresentation geometryprobes
  9. paperarXiv
    LLMs Can Design Near-Optimal OR Algorithms

    Jackie Baek

    With a single untuned prompt and a Python sandbox, frontier LLMs match or beat specialized methods on inventory control, queuing network control, and assortment optimization, both for single instances and when returning a fixed algorithm for a problem class before seeing test instances. Capability improved sharply across models released months apart, establishing untuned LLM algorithm design as a serious empirical baseline for well-specified OR problems.

    algorithm designoperations researchLLM agentsoptimization
  10. paperarXiv
    Thomson: Continual Learning of Frontier Models for SovereignAI

    Shengzhuang Chen, Jerrod Parker, Yejin Bang, Andrew M. Bean, Nabeel Seedat, Stefan Winzeck, Daniil Glazko, Jannik Zgraggen, Fangyi Yu, Scott Arnott, Dietrich Trautmann, Luca Ciuffreda, Guglielmo Bonifazi, Davide Romano, Bradley Bell, Kirsty Fielding, Daniele Giofrè, Tom Zielund, Ipshita Chatterjee, Sneha Murthy Ghantasala, Manpreet Nanreh, John Scoville, Maciej Sakowicz, Wassim Seifeddine, Lukas Thede, Jonathan Richard Schwarz

    Thomson shows that careful continual mid- and post-training of open-weight models, with plasticity/stability safeguards and minimal high-impact interventions, can produce frontier-competitive general-purpose performance on agentic, safety, legal, tax, multilingual, and deep-research tasks at far lower cost than training from scratch. Results exhibit a π-shaped pattern of broad gains including untargeted capabilities while nearly eliminating catastrophic forgetting, supporting practical SovereignAI ownership of model, tools, values, and data.

    continual learningfrontier modelsSovereignAIpost-training

Get the daily tools digest

RSS