Pith. sign in

REVIEW 3 major objections 5 minor 31 references

FRAMES claims that an agent's skill files—not its weights—are the right unit of continuous improvement, and that a guarded, cost-aware evolution loop can lift audit pass rate from 0.71 to 0.80 on held-out cases without retraining or extra s

Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →

FRAMES evolves an LLM agent's skill files from policy and feedback using consensus-filtered proposals, a per-category non-regression gate, and Pareto selection over accuracy and cost; it reports leading accuracy-cost results on FinDAS and tau-bench.

T0 review reviewed 2026-08-04 challenge →

load-bearing objection A serious industrial systems paper with a genuinely new combination of skill-evolution mechanisms; the internal evaluation is statistically careful but the construct-validity risk around the self-built test set means the central accuracy claim is plausible, not proven. the 3 major comments →

arxiv 2608.01772 v1 pith:7XMH3QMP submitted 2026-08-03 cs.AI

FRAMES: Guarded and Dual-Objective Skill Evolution for Agents in Policy-Governed Enterprise Workflows

classification cs.AI
keywords skill evolutionLLM agentsdocument auditingnon-regression guardPareto multi-objective optimizationpolicy complianceenterprise workflowsfeedback-driven learning
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper claims that an LLM agent's competences can be improved continuously, without retraining the model, by a closed loop that rewrites the agent's skill files from operational feedback. FRAMES cold-starts a deployable skill bank from enterprise policy documents alone, then evolves it: sparse, unlabeled case outcomes and reviewer notes are turned into scorable cases; a population of diagnosers proposes skill edits; their proposals are consolidated by agreement; and each candidate skill set is admitted only if it passes a per-category non-regression gate and survives Pareto competition on accuracy versus token cost. On a held-out set of 210 financial-document audit cases, FRAMES reaches the best pass rate (0.80), beating the strongest skill-evolution baseline in every category by 0.07-0.11 with paired McNemar p=0.0026, at inference cost in the same band and the lowest output cost; the qualitative pattern reproduces on the public tau-bench retail and airline domains. If right, this makes continuous, auditable skill improvement practical for regulated deployments where every change must stay reviewable and no category may silently regress.

Core claim

FRAMES' central claim is that guarded, dual-objective evolution of natural-language skill procedures is a viable and auditable way to improve LLM agents in production. Rather than fine-tuning weights or tuning a flat prompt, it treats the agent's skill bank as the unit of improvement: skills are rewritten from policy and feedback, and each edit is a versioned natural-language diff that a compliance officer can review. The evolution loop is protected by a per-category non-regression gate anchored at the start-of-run baseline P0, so a gain in one risk category cannot mask a loss in another, and by a Pareto frontier over pass rate and token cost that yields a deployment menu rather than a singl

What carries the argument

The carrying mechanism is the guarded evolution loop. At its center is a per-category non-regression gate (Eq. 2): a candidate skill set is admitted only if its pass rate in every operational category stays within a small tolerance epsilon of the baseline P0's per-category pass rate, evaluated on the current case set plus a stratified sample of the regression pool (accumulated previously resolved cases). Edits are produced by consensus mutation—N diagnosers each analyze a reshuffled disjoint batch of failure records, a vote filter drops proposals supported by fewer than a threshold fraction of diagnosers, and a consolidator merges the survivors into one edit plan; the rewrite prompt is condi

Load-bearing premise

The accuracy-cost claim rests on the held-out FinDAS test set measuring production audit correctness without being contaminated: those cases, rubrics, and expected outputs were generated by the same LLM feedback-to-case conversion pipeline (and manual expert verification) from the same operational feedback pool that drives the evolution loop, so disjoint sampling does not by itself guarantee independence of content.

What would settle it

Concrete test: have a team of auditors who never saw the evolution loop write rubrics and expected outputs from the policy corpus alone for a fresh batch of real FinDAS production cases, run FRAMES' final skill set and the strongest baseline on that independently labeled batch, and check whether the per-category margins (0.07-0.11) and the paired-significance verdict (p=0.0026) survive; if they shrink to within sampling error, the reported trade-off does not extend to independently grounded truth.

Watch this falsifier. Get emailed when new claim-graph text bears on it.

If this is right

  • Evolution of skills, not weights, is a practical unit of continuous improvement in regulated agent deployments: every change remains a reviewable, versioned diff and does not require rebuilding the model or re-labeling data.
  • The per-category gate prevents the masking effect—a flat total can hide a regression in one risk category offset by a gain in another—so gains are broad rather than concentrated; the observed 0.07-0.11 per-category lead over B5 is presented as direct evidence (paired bootstrap and McNemar p=0.0026).
  • Cost is a first-class objective: because output tokens dominate per-call latency, FRAMES claims the lowest output cost while matching baseline input cost, so the accuracy gain does not come from spending more at serving time.
  • Lifetime anti-regression memory is sustainable: previously resolved cases become permanent regression tests, and the two-layer sampling (skill-targeted plus stratified-random) keeps regression-detection probability independent of pool size under Assumptions A1-A3.
  • The cold start requires only a policy corpus (feedback optional), so the framework can be applied in other policy-governed domains, with tau-bench retail and airline providing generalization evidence in a near-saturated regime and a small pool respectively.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • The same dual-objective machinery could be applied per-case rather than per-skill-set: if each frontier operating point is paired with a cheap classifier that routes cases by risk level, a deployment could serve high-risk cases with the accurate (more expensive) skill set and bulk cases with the cheap one, generalizing the frontier menu one level down.
  • Consensus mutation is a text-space analog of ensemble bagging; one testable extension is to measure how diagnosis diversity (batch reshuffling, model variation, temperature) trades against the vote threshold, and whether a threshold calibrated per category outperforms the fixed 40% default.
  • Because the gate and the Pareto competition both read the evolution set and regression pool, the framework's lifetime guarantee is only as clean as the case-conversion pipeline; a natural extension is to maintain a small, human-curated 'gold' case set that is never regenerated by the converter, as a permanently independent guard on the held-out estimate.
  • The tau-bench generalization claim rests on small held-out pools (40 and 25 cases), so a public re-run on a larger failure-annotated benchmark—or a second enterprise domain—would be the most direct way to test portability beyond FinDAS.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit.

Referee Report

3 major / 5 minor

Summary. The paper presents FRAMES, a closed-loop framework for evolving LLM agent skills in policy-governed enterprise workflows. A cold-start phase converts a policy corpus into a skill bank and turns operational feedback into structured evaluation cases; an evolution loop then mutates skills through parallel diagnosers, consensus consolidation, Pareto selection over pass rate and inference cost, and a per-category non-regression gate backed by a persistent regression pool. The main empirical claim is that on the internal FinDAS production system, FRAMES achieves the best held-out pass rate among five baselines (B1--B5) at comparable or lower inference cost, and that the same pattern is reproduced on the public tau-bench retail and airline domains. The paper further provides hyperparameter ablations, paired statistical tests for the FinDAS comparison, and an analysis of regression-pool detection under pool growth.

Significance. If the central claim holds, the contribution is practically significant: FRAMES improves agent skills without model retraining, keeps changes as reviewable natural-language diffs, explicitly co-optimizes cost, and enforces per-category safety floors. The paper has real strengths: the paired bootstrap and McNemar analysis in A.7.2 is a correct way to compare two methods on the same 210 held-out cases; the ablations in Table 2 isolate the most sensitive knob (batch size) and honestly report that no variant beats the default; the cost reporting distinguishes inference cost from one-time evolution cost; and the Limitations section is candid about feedback-quality dependence and evaluation cost. The main weakness is construct validity of the FinDAS held-out set: cases, rubrics, and expected outputs are generated by the same feedback-to-case LLM pipeline that drives evolution, so the central accuracy claim is not yet measured against an independently authored gold standard. The tau-bench reproduction is suggestive but per-category cells are far too small to support the abstract's wording. These issues are fixable within the manuscript's scope, but they currently block acceptance.

major comments (3)
  1. [§3.2, §A.4.4, §A.7.1] The central FinDAS accuracy claim is not yet an independent measurement. The converter prompt (A.4.4) requires that the rubric 'encode the corrected / amended behavior precisely enough to score a fresh agent run pass/fail', and the evolution loop is optimized against exactly those rubrics. A.7.1 states that both the evolution set and the held-out test set are drawn from the FinDAS case pool, which is itself converted from operational feedback by the same converter. Disjoint sampling (A.7.1) prevents identical cases but not shared failure modes, policy clauses, or rubric structure. The paper's own sentence in A.7.1 -- 'a method scored on signal it synthesized for itself cannot demonstrate that real corrections generalize into reusable rules' -- applies here. This is a construct-validity concern, not a statistical flaw in the McNemar test. To support the abstract's 'best accuracy-cost trad
  2. [§A.8, Tables 4a/4b, Abstract] The tau-bench reproduction is much weaker than the abstract implies. Retail held-out special has n=6 and hallucination n=5; airline hallucination has n=7 and special n=6. With cells this small, FRAMES's numerical lead on hallucination in airline (1.00 vs. 0.86) is only a 1-case difference, and in retail FRAMES ties B4 on total (0.98) while scoring numerically below B3 and B4 on special (0.83 vs. 1.00). No paired significance test is reported for either domain. The public evidence therefore supports 'no cost penalty and competitive accuracy in a near-saturated regime', not 'the same gains reproduced on tau-bench'. Please either soften the abstract/conclusion wording or provide exact per-domain significance tests and confidence intervals for the reported differences.
  3. [§A.9.3, Eqs. (4)--(5)] The lifetime anti-regression claim is overstated. The proof that random-layer detection probability does not degrade with pool size relies on Assumption A3: lim inf_{|R|->inf} p_j > 0 for every actively maintained skill. The manuscript gives no mechanism that guarantees this; A2 (|S|=o(|R|)) only prevents the average share 1/|S| from vanishing, not an individual skill's share. If feedback shifts away from a skill that is later edited, p_j -> 0 and Eq. (5)'s detection probability collapses. The sentence 'Detection probability is therefore stable regardless of pool scale' should be replaced by a weaker statement, or supported by empirical cumulative-coverage measurements over the FinDAS evolution runs showing that every edited skill retained positive pool share.
minor comments (5)
  1. [§3.4] The default consensus mode is described as 'per-skill voting( section)' with an unresolved placeholder; this should be a numbered cross-reference to the actual section or a short definition.
  2. [§A.8.1] The text says 'FRAMES comes out ahead: it ties for the best overall quality (0.98)' -- 'ahead' and 'ties' are inconsistent. Please clarify that the advantage is on the cost/frontier dimension, not on total accuracy.
  3. [§4.2 / Table 1] The comparison reports only inference cost; B4 and B5 are evolution methods whose one-time evolution cost is not tabulated. The paper's claim about the 'accuracy-cost trade-off' would be more complete if Table 1 included the per-run evolution cost for B4, B5, and FRAMES, as FRAMES's own ablation does.
  4. [§A.7.2] The statement 'with n=k=3 each case yields a binary pass@3' is clear in context but could confuse readers who expect pass@k to use k samples per case; please define the relationship between n and k explicitly near Eq. (1) or in A.7.2.
  5. [Abstract / §1] The word 'FRAMES' is bolded in the abstract but typeset inconsistently in the body; also, the abstract uses 'guarded' while the body uses 'per-category non-regression guard'. Minor wording consistency would help.

Circularity Check

0 steps flagged

No formal circularity: the headline pass rates are measured on a disjoint held-out set and no fitted parameter is renamed as a prediction, but the FinDAS held-out cases are generated by the same feedback-to-case converter and from the same feedback pool that drives evolution, making the benchmark partly an aligned self-test rather than an independent gold standard.

full rationale

FRAMES's central claim (Table 1) is a measured pass@k on a held-out FinDAS test set that is disjoint from the evolution set (A.7.1) and is scored after evolution; no parameter is fitted to the held-out set, and no predicted quantity is algebraically identical to an input. The pass@k estimator, bootstrap intervals, and paired McNemar test are standard and independent. Eq. 2 and Eq. 3 are search constraints, not fitted predictions; A.9.3's pool-independence result is derived from stated assumptions A1-A3. Thus there is no self-definitional or fitted-input circularity in the formal sense. The genuine weakness is benchmark self-alignment. A.4.4 shows the same feedback-to-case converter turns reviewer artifacts into the structured cases used for evolution and into the held-out test cases, and the converter prompt requires the rubric to 'encode the corrected / amended behavior precisely enough to score a fresh agent run pass/fail' — exactly the behaviors the evolution loop is designed to produce. A.7.1's disjoint sampling prevents identical cases but not shared failure modes or rubric structure, and the paper itself concedes that 'a method scored on signal it synthesized for itself cannot demonstrate that real corrections generalize into reusable rules.' This is a validity limitation, not a definitional reduction: the reported accuracy measures agreement with the converter's interpretation of feedback rather than an independent gold standard. tau-bench provides some external grounding, but its held-out cells are very small (40 retail and 25 airline cases), so it only partially relieves the concern. Secondary methodological notes: Table 2 reports hyperparameter ablations 'on the FinDAS test set,' while A.7.1 says the held-out set is scored once per method; this is an inconsistency/test-set reuse and should be weighed as a correctness risk, but the default configuration is not selected by the presented sweep and the main comparison is not definitionally forced. The only clear self-citation (Shu et al. 2025, LA V A, sharing four authors) supports background claims about FinDAS failure modes and is not load-bearing for the accuracy-cost result. Overall, the paper's derivation chain is not circular by construction; it is mildly self-referential in its benchmark generation, warranting a score of 2 rather than 0.

Axiom & Free-Parameter Ledger

8 free parameters · 6 axioms · 0 invented entities

No new physical or conceptual entities are postulated; skills, regression pool, and diagnostic records are artifacts already present in the agent-skill literature. The central claim rests on hand-chosen hyperparameters and explicit domain assumptions about feedback fidelity and regression manifestation, rather than on fitted parameters or invented mechanisms.

free parameters (8)
  • Regression tolerance epsilon = 5%
    Hand-chosen slack for the per-category gate (Eq. 2); ablations test only 0% and 100%.
  • Voting threshold = 40% of diagnosers
    Hand-chosen consensus filter threshold in the section strategy; no threshold sweep reported.
  • Top-k retrieval scope = 5
    Hand-chosen number of skills in the working scope P0 (Sec. 3.3).
  • Diagnoser batch size |Bi| = 8
    Partition size for parallel diagnosis; ablation S1 shows it is the most sensitive knob.
  • Max iterations T and patience tau = T=10, tau=3
    Iteration budget and stopping criterion, hand-chosen.
  • Frontier size cap = 3
    Pareto frontier capped at 3 candidates; hand-chosen.
  • P* selection rule = accuracy-first (argmax PR, tie-break lower cost)
    Operating-point selection for experiments; a deployment choice, not derived.
  • Regression pool sample size = 50% of current evaluation set
    Proportional sampling to keep per-iteration cost stable; hand-chosen.
axioms (6)
  • domain assumption Feedback-to-case conversion fidelity: LLM converters plus expert verification produce correct categories, rubrics, and expected outputs
    The whole evaluation depends on the conversion pipeline in Sec. 3.2 and A.4.4 producing ground truth that faithfully encodes audit correctness.
  • domain assumption A1: a regression-inducing edit manifests on a fraction alpha > 0 of cases associated with the modified skill
    Needed for Eq. 4 targeted-layer detection guarantee in A.9.3.
  • domain assumption A2: skill bank grows sub-linearly relative to the regression pool
    Needed to prevent skill dilution; A.9.3.
  • domain assumption A3: actively maintained skills keep a positive pool share pj bounded away from zero
    Needed for random-layer detection probability not to vanish; A.9.3.
  • domain assumption Held-out test distribution matches evolution-set distribution
    Stratified sampling from the same case pool is assumed to make the 210-case held-out set representative of future production cases (A.7.1).
  • domain assumption Base model behavior is stable across evaluation runs
    Pass@k with k=3 absorbs stochasticity; assumes no distribution shift or nondeterminism beyond sampling during experiments.

reviewed 2026-08-04 · how reviews work

0 comments
Cite this review

Pith. "Pith review of FRAMES: Guarded and Dual-Objective Skill Evolution for Agents in Policy-Governed Enterprise Workflows." pith.science (2026). https://pith.science/paper/7XMH3QMP

@misc{pith2026260801772,
  author       = {Pith},
  title        = {Pith review of: FRAMES: Guarded and Dual-Objective Skill Evolution for Agents in Policy-Governed Enterprise Workflows},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/7XMH3QMP}},
  note         = {Machine review of arXiv:2608.01772}
}
Share X Bluesky LinkedIn Reddit HN
read the original abstract

LLM agents increasingly run policy-bound enterprise workflows such as document auditing, where they must apply rules consistently, ground every value, and stay auditable. Improving these agents is hard: operational feedback is sparse and unlabeled, edits to one rule can regress unrelated cases, and accuracy must improve without inflating inference cost or losing auditability. We present FRAMES, a closed-loop framework that cold-starts deployable skills from existing assets and then evolves them through consensus-based mutation, Pareto selection over accuracy and cost, and an anti-regression guarantee, all while preserving auditability. Deployed on our internal production system, FRAMES attains the best accuracy-cost trade-off among baselines, with the same gains reproduced on tau-bench.

Figures

Figures reproduced from arXiv: 2608.01772 by Bo Wan, Chen Dan, Mengxi Luo, Ruoqi Shu, Tianhua Xu, Xuhui Wang, Yanming Mai.

Figure 1
Figure 1. Figure 1: Overview of the FRAMES pipeline. The cold start (§3.2) turns the policy corpus and any operational feedback into a skill bank and a set of structured cases for learning and evaluation. The evolution loop (§3.3– §3.6) then improves the skills implicated by the current cases and writes them back into the skill bank. Subse￾quent runs fire periodically on feedback accumulated since the last run, or on policy c… view at source ↗
Figure 2
Figure 2. Figure 2: The evolution loop of FRAMES, which maintains a Pareto frontier of candidate skill sets trading off pass [PITH_FULL_IMAGE:figures/full_fig_p003_2.png] view at source ↗
Figure 3
Figure 3. Figure 3: Average total pass@k over all cases (k=1 to 3) on the held-out FinDAS test set. Left: baselines and FRAMES ( [PITH_FULL_IMAGE:figures/full_fig_p006_3.png] view at source ↗
Figure 4
Figure 4. Figure 4: Synthetic paystub and tax slip samples used [PITH_FULL_IMAGE:figures/full_fig_p010_4.png] view at source ↗

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

31 extracted references · 18 canonical work pages

  1. [1]

    Proceedings of The 10th Workshop on Financial Technology and Natural Language Processing , month = nov, year =

    Shu, Ruoqi and Wang, Xuhui and Wang, Isaac and Mai, Yanming and Wan, Bo , editor =. Proceedings of The 10th Workshop on Financial Technology and Natural Language Processing , month = nov, year =. doi:10.18653/v1/2025.finnlp-2.7 , pages =

  2. [2]

    2026 , howpublished =

    Claude Sonnet 4.6 , author =. 2026 , howpublished =

  3. [3]

    2025 , howpublished =

    Claude Sonnet 4.5 , author =. 2025 , howpublished =

  4. [4]

    Mathew, Minesh and Karatzas, Dimosthenis and Jawahar, C. V. , booktitle =

  5. [5]

    Opsahl-Ong, Krista and others , journal =

  6. [6]

    Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing , month = nov, year =

    Chen, Zhiyu and Chen, Wenhu and Smiley, Charese and Shah, Sameena and Borova, Iana and Langdon, Dylan and Moussa, Reema and Beane, Matt and Huang, Ting-Hao and Routledge, Bryan and Wang, William Yang , editor =. Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing , month = nov, year =. doi:10.18653/v1/2021.emnlp-main.300...

  7. [7]

    Yao, Shunyu and Shinn, Noah and Razavi, Pedram and Narasimhan, Karthik , booktitle =

  8. [8]

    arXiv preprint arXiv:2107.03374 , year =

    Evaluating Large Language Models Trained on Code , author =. arXiv preprint arXiv:2107.03374 , year =

  9. [9]

    Li, Xiangyi and Chen, Wenbo and Liu, Yimin and Zheng, Shenghan and Chen, Xiaokun and He, Yifeng and Li, Yubo and You, Bingran and Shen, Haotian and Sun, Jiankai and others , journal =

  10. [10]

    Alzubi, Salaheddin and Provenzano, Noah and Bingham, Jaydon and Chen, Weiyuan and Vu, Tu , journal =

  11. [11]

    Yang, Yutao and Li, Junsong and Pan, Qianjun and Zhan, Bihao and others , journal =

  12. [12]

    Ni, Jingwei and Liu, Yihao and Liu, Xinpeng and Sun, Yutao and Zhou, Mengyu and others , journal =

  13. [13]

    Wang, Chenxi and Yu, Zhuoyun and Xie, Xin and Yao, Wuguannan and Fang, Runnan and others , journal =

  14. [14]

    arXiv preprint arXiv:2603.18743 , year =

  15. [15]

    Xia, Peng and Chen, Jianwen and Wang, Hanyang and Liu, Jiaqi and others , journal =

  16. [16]

    Xia, Peng and Chen, Jianwen and Yang, Xinyu and Tu, Haoqin and others , journal =

  17. [17]

    Lu, Zhengxi and Yao, Zhiyuan and Wu, Jinyang and Han, Chengcheng and Gu, Qi and Cai, Xunliang and Lu, Weiming and Xiao, Jun and Zhuang, Yueting and Shen, Yongliang , journal =

  18. [18]

    Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing: Industry Track , month = nov, year =

    Towards Enforcing Company Policy Adherence in Agentic Workflows , author =. Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing: Industry Track , month = nov, year =. doi:10.18653/v1/2025.emnlp-industry.41 , pages =

  19. [19]

    Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing: Industry Track , month = nov, year =

    Enabling Self-Improving Agents to Learn at Test Time With Human-In-The-Loop Guidance , author =. Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing: Industry Track , month = nov, year =. doi:10.18653/v1/2025.emnlp-industry.115 , pages =

  20. [20]

    Agent-in-the-Loop: A Data Flywheel for Continuous Improvement in

    Zhao, Cen and Zhang, Tiantian and Su, Hanchen and Zhang, Yufeng and Su, Shaowei and Xu, Mingzhi and Liu, Yu and Han, Wei and Werner, Jeremy and Cheng, Claire Na and Mehdad, Yashar , editor =. Agent-in-the-Loop: A Data Flywheel for Continuous Improvement in. Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing: Industry Tr...

  21. [21]

    Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing: Industry Track , month = nov, year =

    Data-Efficient Automatic Prompt Optimization for Memory-Enhanced Conversational Agents , author =. Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing: Industry Track , month = nov, year =. doi:10.18653/v1/2025.emnlp-industry.126 , pages =

  22. [22]

    Yim, Tik Yu and Tan, Wenting and Chan, Sum Yee and Lam, Tak-Wah and Yiu, Siu Ming , journal =

  23. [23]

    2024 , howpublished =

    Deep Agents , author =. 2024 , howpublished =

  24. [24]

    Advances in neural information processing systems , volume=

    Chain-of-thought prompting elicits reasoning in large language models , author=. Advances in neural information processing systems , volume=

  25. [25]

    2023 , url =

    Yao, Shunyu and Zhao, Jeffrey and Yu, Dian and Du, Nan and Shafran, Izhak and Narasimhan, Karthik and Cao, Yuan , booktitle =. 2023 , url =

  26. [26]

    Transactions on Machine Learning Research (TMLR) , year =

    Voyager: An Open-Ended Embodied Agent with Large Language Models , author =. Transactions on Machine Learning Research (TMLR) , year =

  27. [27]

    2026 , eprint=

    GEPA: Reflective Prompt Evolution Can Outperform Reinforcement Learning , author=. 2026 , eprint=

  28. [28]

    2026 , eprint=

    GRASP: Gated Regression-Aware Skill Proposer for Self-Improving LLM Agents , author=. 2026 , eprint=

  29. [29]

    2026 , eprint=

    Agent Skills for Large Language Models: Architecture, Acquisition, Security, and the Path Forward , author=. 2026 , eprint=

  30. [30]

    Continual Learning for

    Feizi, Soheil , year =. Continual Learning for

  31. [31]

    Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (ACL) , year =

    Reinforcement Learning for Self-Improving Agent with Skill Library , author =. Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics (ACL) , year =

This paper was first reviewed by deepseek-v4-flash on August 4, 2026.