Pith. sign in

REVIEW 5 major objections 8 minor 36 references

An agent can train its own screenwriting skills from human scripts, with no human annotation or reward model.

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 →

T0 review · deepseek-v4-flash

2026-08-01 05:42 UTC pith:CIIF73JX

load-bearing objection A fresh self-supervised skill-acquisition mechanism with a fair OOD design, but the critic generating the training signal is never validated, there's no generic-memory control, and the headline table lacks error bars. the 5 major comments →

arxiv 2607.27557 v1 pith:CIIF73JX submitted 2026-07-30 cs.CL

Training Skills Like Parameters via Self-Supervised Semantic Diffusion

classification cs.CL
keywords self-supervised learningtextual memoryLLM agentsscreenwritingskill acquisitiondiffusion-inspired trainingexternal memorycontinual 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 paper proposes a way for a language agent to learn specialized writing skills entirely from existing human artifacts, without human annotations, reward models, or access to model weights. The authors treat a professionally written screenplay as a clean signal, corrupt it into a condensed story outline, and train the agent to reconstruct the original from the outline. Because the reconstruction can be compared against the human original, the difference itself becomes a self-supervised 'loss.' That loss is written as natural-language feedback and used to update an external library of textual skill cards, rather than neural network parameters. If the method holds, closed-source models could be specialized to expert-level domains in a way that is inspectable and portable.

Core claim

The central claim is that the familiar forward/loss/backward loop of neural network training can be reproduced entirely in text, with a library of skill cards playing the role of parameters. The forward pass generates a screenplay from an outline with the help of memory; the loss pass is a written critique contrasting the draft with the human original; the backward pass edits the skill cards to strengthen what worked, narrow what misled, and add missing rules. On held-out short-drama episodes, the memory-equipped agent outperformed the same agent with empty memory on seven of nine metrics, with the largest gains in eliminating unfilmable action lines and in structural discipline like hard-cu

What carries the argument

The load-bearing mechanism is the corruption-and-reconstruction pair: a 'corruption agent' compresses a human screenplay into a coarse story outline, and a 'script agent' must recover the full screenplay. The difference between what it produces and the human original is captured by a 'loss agent' as a dense natural-language report; a 'backward agent' then routes that report through a hierarchical reduction into micro-edits. The updated object is a compact, Mixture-of-Experts-style memory library in which each rule card is routed to one of three folders (general principles, craft techniques, genre conventions) and held to a hard token cap by a linter, which acts as regularization and prevents

Load-bearing premise

The whole training signal is the loss agent's written critique comparing the agent's draft to the human original; if that critique is biased, noisy, or misses real flaws, the memory updates are misdirected even though the forward loop runs correctly.

What would settle it

Train the identical loop but have the loss agent compare each reconstruction against a different human episode from the same corpus rather than its own original. If the learned memory still improves held-out metrics, then the specific contrast against the human artifact is not the active ingredient—and the method's claimed self-supervision would need a different explanation.

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

If this is right

  • Closed-source, weight-inaccessible models can be specialized to an open-ended domain without any parameter updates, since training happens entirely in an external text memory.
  • The learned skills are human-readable and auditable, in contrast to gradient updates; a misbehaving rule card can be identified and corrected directly.
  • The same frozen memory pool transfers across different base models, converging the craft disciplines toward the same levels regardless of each model's starting temperament.
  • The approach implies a data-parallel, serialized micro-step training scheme that avoids the orchestration overhead of earlier multi-agent designs, completing full runs in under an hour per step.
  • Memory regularization is decisive: uncapped pools overfit (over-suppressing stimulus words and tripling inference cost), while token-capped pools improve both rule-level and judge-level metrics simultaneously.

Where Pith is reading between the lines

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

  • If the loss agent is the sole learning signal, the ceiling of the whole method is the critic's ability to recognize craft; a weaker or more biased critic would degrade the memory even if every other component is unchanged.
  • The framework should extend to any domain with abundant high-quality human artifacts and a reversible corruption process—code review comments, scientific abstracts, dialogue, legal drafting—wherever 'clean' and 'noised' versions can be constructed without supervision.
  • Because the one metric that never improved (stimulus words) had no rule card in the final pool, a testable prediction is that explicitly adding a card for that dimension would move it, and the card would need to encode lexical intensity rather than structure.
  • The retrieval bottleneck identified in the paper's own case study suggests that making card retrieval more reliable—rather than writing better cards—is the highest-leverage next step; a direct experiment would compare performance between episodes where the relevant card was read and episodes where it was missed.

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

5 major / 8 minor

Summary. The paper introduces a self-supervised agentic learning framework that acquires screenwriting skills from human screenplays without external annotations. The method corrupts a professional screenplay into a condensed story outline, has a script agent reconstruct the full episode with the aid of an external textual memory library, and then uses a 'loss agent' to write a free-form natural-language critique comparing the reconstruction against the human original. A 'backward agent' subsequently edits the memory library—adding, narrowing, merging, or dropping rule cards—under token-length constraints enforced by a linter. The memory is organized into a Mixture-of-Experts-like structure. Experiments on short-drama screenwriting train on twenty production novels and evaluate on six held-out novels, comparing a Base agent (empty memory) with a +Memory agent on nine metrics. The paper reports that +Memory outperforms Base on seven of nine metrics, that the learned pool transfers across two model families, and that it improves an external production pipeline. The authors argue that this constitutes a scalable, unsupervised path for agents to internalize generalizable domain skills while keeping the learned knowledge human-auditable.

Significance. If the main claims hold, the paper addresses an important bottleneck in agent continual learning: acquiring expert skills without expensive human annotation and without model-weight access. The idea of turning existing human artifacts into self-supervised training pairs for an external textual memory is original and potentially generalizable beyond screenwriting. The paper also has notable strengths: an OOD held-out protocol, partially rule-based metrics with no LLM involvement, cross-model transfer experiments, an external-pipeline case study with verbatim read traces, and a planned open-source release. However, the central evidence is weakened by two load-bearing gaps: the sole training signal is an unvalidated LLM-generated critique from the same model family as the generator, and the headline comparison lacks both a generic-rule control and confidence intervals. The reported gains are therefore suggestive but not yet conclusive.

major comments (5)
  1. [§3.3, §4.1] The semantic loss reports are the sole training signal and are never validated. The paper asserts in §3.3 that anchoring on a concrete human artifact makes the signal 'far more reliable than free-form LLM scoring,' but no evidence is provided: there is no human agreement study, no correlation with the downstream metrics, no sensitivity analysis of the loss agent, and no comparison with a critic from a different model family. Since both the loss agent and the script agent are Claude Sonnet 4.6, the loop may be reinforcing the model family's stylistic preferences rather than moving toward human craft. The Gemini-based evaluation in §4.1 measures final outputs, not the loss reports that shaped the memory. This gap is load-bearing for the central claim of self-supervised learning from human artifacts.
  2. [Table 2, §4.1–§4.2] The headline OOD comparison lacks a control for a generic or inert rule library. In the +Memory condition the agent receives an additional set of textual instructions at inference time; a standard control would attach an untrained, random, or generic screenwriting-rule pool under identical retrieval conditions. Without this, the seven-of-nine improvement could reflect the benefit of any structured instruction set rather than the specific content learned from human artifacts. Additionally, Table 2 reports no confidence intervals or significance tests. The judge metrics are computed on n≈39 ten-episode windows and are clustered by novel; a hard-cut difference of 40% vs. 59% may be significant, but the paper should demonstrate this, especially because the redundant-VO metric moves in the wrong direction.
  3. [§4.2 vs. §4.3] There is an unresolved inconsistency between the training dynamics and the OOD results. Section 4.3 and Figure 4 report that stimulus words show no statistically significant change across training epochs and that no rule card targets this dimension, yet Table 2 shows a clear OOD improvement (Wasserstein distance 4.86→3.79). Conversely, voice-over cues improve during training (distance 0.19→0.12) but the OOD distance slightly worsens (0.36→0.37) and the redundant-VO judge rate degrades. The paper should reconcile these observations or temper the attribution of progress to the presence of specific rule cards.
  4. [Table 2, danger-scene row] The danger-scene line-length comparison is confounded by changing coverage. The average is computed over 98 Base episodes, 171 +Memory episodes, and 131 human episodes; the denominator itself changes because the pool encourages more episodes to contain danger scenes. The distance reduction (6.85→5.26) may therefore reflect a coverage effect as much as a line-length effect. A matched-episode comparison or a joint (coverage, length) analysis is needed to interpret this row.
  5. [§4.5] The regularization conclusions rest on an uncontrolled historical comparison ('natural-history comparison'), not a dedicated ablation. The uncapped, line-limited, and token-limited pools differ in training data, mechanism variants, and number of training novels. While the result is suggestive, the paper should either present a controlled ablation with identical training data and mechanism except for the linter/budget, or explicitly label this section as anecdotal rather than evidence for the regularization principle.
minor comments (8)
  1. [§4.1] Judge reproducibility is reported as 84% on a 16-episode subset. Given that four of the nine metrics rely on an LLM judge, the paper should report per-metric agreement and the full sample size.
  2. [General] No human evaluation is included. All quality signals are either rule-based proxies or LLM judgments. A small human preference study would substantially strengthen the claim that the learned memory improves 'quality.'
  3. [Abstract, §3.3] The term 'self-supervised' may be misleading: the loss is not directly computed from the human artifact but is a free-form LLM critique. Consider qualifying the term, e.g., 'LLM-mediated self-supervision.'
  4. [Figure 4] The text mentions episode-paired bootstrap 95% confidence intervals, but the figures do not show them. Adding error bars or intervals would make the significance claims verifiable.
  5. [§4.3] The in-distribution training curves reconstruct the same 1,127 outline chapters each epoch. Memorization of the outline set could inflate apparent improvement; the paper should acknowledge this possibility more explicitly.
  6. [§3.1] The corruption agent that compresses screenplays into outlines is not described in detail. If it is also Claude Sonnet 4.6, this should be stated and its reliability assessed, as it defines the training targets.
  7. [Text formatting] Several formatting artifacts appear in the text: 'V oice-over,' 'T oken-capped,' and an unrendered 'W' in §4.3. Also, references [3] and [4] are future-dated arXiv preprints; please verify citation details.
  8. [§4.6, Appendix A.2] The external-pipeline evaluation is a qualitative case study with five episodes and no blinding or statistical analysis. It is persuasive as an illustration but should not be presented as a quantitative validation.

Circularity Check

0 steps flagged

No significant circularity; training target is the external human artifact and evaluation is held-out with independent judge.

full rationale

The paper's central loop is a corruption-reconstruction optimization against an external target: human screenplays are corrupted into outlines (Section 3.1), the script agent reconstructs them (Section 3.2), and a loss agent writes a textual loss by directly comparing the reconstruction with the human original (Section 3.3). The backward agent then edits an external memory library (Section 3.4). No claimed prediction is a fitted input: the memory is trained on twenty novels and then evaluated on six held-out novels with empty vs. trained memory as the only variable (Section 4.1), so the OOD protocol breaks any fit-to-evaluation equivalence. The four LLM-judged metrics use Gemini 3.1 Pro, a different model family from the generator, and the five rule-based metrics are computed with a parser with no LLM. The only self-citation ([3]) is a contextual example of repository-specific software development in the introduction and is not load-bearing. The concerns that the loss agent is the same model family as the generator, or that its loss reports are never validated against human judgments, are validity/reliability risks about the quality of the learning signal, not a demonstration that a result reduces to its inputs by definition or construction. Therefore no circular step is exhibited.

Axiom & Free-Parameter Ledger

6 free parameters · 7 axioms · 1 invented entities

The central claims rest on several domain assumptions that are not empirically validated in the paper: that the corruption-reconstruction loop yields useful training signals from human scripts, that LLM agents can reliably play the roles of generator, critic, and memory editor, and that the memory regularization choices are sufficient. No formal proofs or released artifacts are provided.

free parameters (6)
  • card_body_token_cap = 1200 tokens
    Hard regularization limit imposed by the linter; chosen by hand after uncapped (148 cards, >500k tokens) and line-limited (75 cards) variants failed in different ways (Section 3.5).
  • card_description_token_cap = 200 tokens
    Hard limit for the one-line description of each rule card; set by hand (Section 3.5).
  • line_cap = 50 lines
    Additional linter constraint (Appendix A.1); chosen by hand.
  • expert_folder_count = 3
    Memory routes cards into three hand-defined folders: general principles, craft techniques, genre conventions (Section 3.5).
  • epoch_count = 3
    The full training run reconstructs the 1,127 outline chapters three times (Section 4.1); no convergence criterion is reported.
  • micro_step_batch = not specified
    Each micro-step consumes 'a small batch of the reduced signals' without a numeric size (Section 3.6); this affects update sturdiness.
axioms (7)
  • domain assumption Corruption-and-reconstruction on discrete text yields useful self-supervised training signals.
    The diffusion analogy is asserted in Section 1; no evidence is given that summarization preserves a learnable skeleton while destroying craft details.
  • domain assumption Claude Sonnet 4.6 can reliably act as script generator, loss assessor, and memory editor within the loop.
    All agents in the loop use this model (Section 4.1); its reliability is not validated beyond the final outcomes.
  • domain assumption Free-form LLM-written loss reports provide a low-noise gradient-like signal for memory edits.
    Section 3.3 describes the loss report but provides no validation of its accuracy or consistency; the paper's own related work notes LLM judges are unreliable (Section 2).
  • domain assumption The read trace faithfully reflects which memory cards influenced generation.
    Credit assignment in Section 3.4 relies on the read trace; the paper admits in Section 5 that a rule read may be ignored, breaking the credit assignment chain.
  • domain assumption Human screenplays used as targets are high-quality and their craft can be captured in short textual rules.
    The target is the human original (Section 3.1); the compactness regularization assumes craft knowledge is decomposable into ~1200-token cards (Section 3.5).
  • domain assumption Prompt-based constraints during reconstruction force the agent to extract generalizable patterns rather than memorize specific texts.
    Stated in Section 1; no control experiment isolates this effect.
  • domain assumption The evaluation metrics capture meaningful quality dimensions of short drama.
    The five rule metrics and four LLM-judge metrics are proposed in Section 4.1; no human validation of these metrics on the AI outputs is provided.
invented entities (1)
  • Textual skill library (rule cards) no independent evidence
    purpose: Externalized, editable memory of screenwriting skills that guides generation without changing model weights.
    The library is the core new artifact; the paper promises to release representative examples but does not, and no independent benchmark is provided beyond its own evaluations.

pith-pipeline@v1.3.0-daily-deepseek · 15674 in / 19438 out tokens · 193957 ms · 2026-08-01T05:42:29.314569+00:00 · methodology

0 comments
read the original abstract

While Large Language Models (LLMs) demonstrate remarkable general instruction-following capabilities, they often fall short of human experts in highly specialized, open-ended domains such as creative screenwriting. Prior approaches typically adopt post-training, yet both supervised fine-tuning and reinforcement learning require weight access that closed-source frontier models do not offer, and demand heavy compute. Moreover, what is learned is tied to a single checkpoint and cannot be inspected by humans. Recent advancements in agentic continual learning instead attempt to bridge this gap by accumulating external textual skills. However, these methods heavily rely on costly human expert annotations or unreliable LLM-as-a-judge feedback for reflection. To overcome this bottleneck, we propose a novel, unsupervised self-evolving agent framework inspired by the corruption-and-reconstruction paradigm of diffusion models. Instead of relying on explicit external scoring, we leverage existing high-quality human artifacts to construct self-supervised signals. Training then follows the familiar loop of neural network training, forward, loss, and backward, with the loss coming from contrasting the agent's reconstruction against the human original. What is updated is not model weights but an external library of textual skills. We evaluate our framework on the challenging task of short drama screenwriting. Experimental results demonstrate that our method enables the agent to autonomously extract and internalize highly generalizable skills, significantly enhancing its domain-specific generation capabilities. Furthermore, this self-contrastive reflection paradigm offers a scalable pathway for agents to teach themselves the production of complex, high-quality human artifacts, without requiring external supervision.

Figures

Figures reproduced from arXiv: 2607.27557 by Mo Li, Ting Cao, Yunxin Liu, Zixin Yin.

Figure 1
Figure 1. Figure 1: Overview of the framework. A human screenplay is gradually corrupted into a condensed [PITH_FULL_IMAGE:figures/full_fig_p003_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: The compact MoE-like memory architecture. Rule cards are strictly routed into three [PITH_FULL_IMAGE:figures/full_fig_p005_2.png] view at source ↗
Figure 3
Figure 3. Figure 3: Distribution view of the nine metrics across the three groups on six held-out novels. Top [PITH_FULL_IMAGE:figures/full_fig_p007_3.png] view at source ↗
Figure 4
Figure 4. Figure 4: In-distribution training dynamics on the twenty training novels. Each epoch reconstructs [PITH_FULL_IMAGE:figures/full_fig_p008_4.png] view at source ↗
Figure 5
Figure 5. Figure 5: Cross-model transfer on the six held-out novels (385 episodes per group per model). The [PITH_FULL_IMAGE:figures/full_fig_p009_5.png] view at source ↗
Figure 6
Figure 6. Figure 6: Three pool generations on the same held-out exam (first 25 episodes of each of the six [PITH_FULL_IMAGE:figures/full_fig_p010_6.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

36 extracted references · 30 linked inside Pith

  1. [1]

    Long Ouyang, Jeff Wu, Xu Jiang, Diogo Almeida, Carroll L. Wainwright, Pamela Mishkin, Chong Zhang, Sandhini Agarwal, Katarina Slama, Alex Ray, John Schulman, Jacob Hilton, Fraser Kelton, Luke Miller, Maddie Simens, Amanda Askell, Peter Welinder, Paul Christiano, Jan Leike, and Ryan Lowe. Training language models to follow instructions with human feedback,...

  2. [2]

    Tom B. Brown, Benjamin Mann, Nick Ryder, Melanie Subbiah, Jared Kaplan, Prafulla Dhari- wal, Arvind Neelakantan, Pranav Shyam, Girish Sastry, Amanda Askell, Sandhini Agar- wal, Ariel Herbert-V oss, Gretchen Krueger, Tom Henighan, Rewon Child, Aditya Ramesh, Daniel M. Ziegler, Jeffrey Wu, Clemens Winter, Christopher Hesse, Mark Chen, Eric Sigler, Mateusz L...

  3. [3]

    Mo Li, L. H. Xu, Qitai Tan, Ting Cao, and Yunxin Liu. Learning to commit: Generating organic pull requests via online repository memory, 2026. URLhttps://arxiv.org/abs/ 2603.26664

  4. [4]

    One sentence, one drama: Personalized short-form drama generation via multi-agent systems, 2026

    Yufei Shi, Weilong Yan, Naixuan Huang, Yucheng Chen, Chenyu Zhang, Tao He, Si Yong Yeo, and Ming Li. One sentence, one drama: Personalized short-form drama generation via multi-agent systems, 2026. URLhttps://arxiv.org/abs/2605.22144

  5. [5]

    Lima: Less is more for alignment, 2023

    Chunting Zhou, Pengfei Liu, Puxin Xu, Srini Iyer, Jiao Sun, Yuning Mao, Xuezhe Ma, Avia Efrat, Ping Yu, Lili Yu, Susan Zhang, Gargi Ghosh, Mike Lewis, Luke Zettlemoyer, and Omer Levy. Lima: Less is more for alignment, 2023. URLhttps://arxiv.org/abs/2305. 11206

  6. [6]

    The unlocking spell on base llms: Rethinking alignment via in-context learning, 2023

    Bill Yuchen Lin, Abhilasha Ravichander, Ximing Lu, Nouha Dziri, Melanie Sclar, Khyathi Chandu, Chandra Bhagavatula, and Yejin Choi. The unlocking spell on base llms: Rethinking alignment via in-context learning, 2023. URLhttps://arxiv.org/abs/2312.01552. 11

  7. [7]

    Scaling laws for reward model overoptimization,

    Leo Gao, John Schulman, and Jacob Hilton. Scaling laws for reward model overoptimization,

  8. [8]

    Guan, Aleksander Madry, Wojciech Zaremba, Jakub Pachocki, and David Farhi

    Bowen Baker, Joost Huizinga, Leo Gao, Zehao Dou, Melody Y . Guan, Aleksander Madry, Wojciech Zaremba, Jakub Pachocki, and David Farhi. Monitoring reasoning models for mis- behavior and the risks of promoting obfuscation, 2025. URLhttps://arxiv.org/abs/ 2503.11926

  9. [9]

    V oyager: An open-ended embodied agent with large language models, 2023

    Guanzhi Wang, Yuqi Xie, Yunfan Jiang, Ajay Mandlekar, Chaowei Xiao, Yuke Zhu, Linxi Fan, and Anima Anandkumar. V oyager: An open-ended embodied agent with large language models, 2023. URLhttps://arxiv.org/abs/2305.16291

  10. [10]

    Expel: Llm agents are experiential learners, 2024

    Andrew Zhao, Daniel Huang, Quentin Xu, Matthieu Lin, Yong-Jin Liu, and Gao Huang. Expel: Llm agents are experiential learners, 2024. URLhttps://arxiv.org/abs/2308.10144

  11. [11]

    Weiss, Niru Maheswaranathan, and Surya Ganguli

    Jascha Sohl-Dickstein, Eric A. Weiss, Niru Maheswaranathan, and Surya Ganguli. Deep unsu- pervised learning using nonequilibrium thermodynamics, 2015. URLhttps://arxiv.org/ abs/1503.03585

  12. [12]

    Denoising diffusion probabilistic models, 2020

    Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising diffusion probabilistic models, 2020. URLhttps://arxiv.org/abs/2006.11239

  13. [13]

    Bart: Denoising sequence-to-sequence pre-training for natural language generation, translation, and comprehension, 2019

    Mike Lewis, Yinhan Liu, Naman Goyal, Marjan Ghazvininejad, Abdelrahman Mohamed, Omer Levy, Ves Stoyanov, and Luke Zettlemoyer. Bart: Denoising sequence-to-sequence pre-training for natural language generation, translation, and comprehension, 2019. URL https://arxiv.org/abs/1910.13461

  14. [14]

    Representation learning with contrastive predictive coding, 2019

    Aaron van den Oord, Yazhe Li, and Oriol Vinyals. Representation learning with contrastive predictive coding, 2019. URLhttps://arxiv.org/abs/1807.03748

  15. [15]

    differentiation

    Mert Yuksekgonul, Federico Bianchi, Joseph Boen, Sheng Liu, Zhi Huang, Carlos Guestrin, and James Zou. Textgrad: Automatic "differentiation" via text, 2024. URLhttps://arxiv. org/abs/2406.07496

  16. [16]

    gradient descent

    Reid Pryzant, Dan Iter, Jerry Li, Yin Lee, Chenguang Zhu, and Michael Zeng. Automatic prompt optimization with “gradient descent” and beam search. In Houda Bouamor, Juan Pino, and Kalika Bali, editors,Proceedings of the 2023 Conference on Empirical Meth- ods in Natural Language Processing, pages 7957–7968, Singapore, December 2023. As- sociation for Compu...

  17. [17]

    Skill-based mixture-of-experts: Adaptive routing for heterogeneous reasoning via inferred skills, 2026

    Justin Chih-Yao Chen, Sukwon Yun, Elias Stengel-Eskin, Tianlong Chen, and Mohit Bansal. Skill-based mixture-of-experts: Adaptive routing for heterogeneous reasoning via inferred skills, 2026. URLhttps://arxiv.org/abs/2503.05641

  18. [18]

    Hudson, Ehsan Adeli, Russ Altman, Simran Arora, Sydney von Arx, Michael S

    Rishi Bommasani, Drew A. Hudson, Ehsan Adeli, Russ Altman, Simran Arora, Sydney von Arx, Michael S. Bernstein, Jeannette Bohg, Antoine Bosselut, Emma Brunskill, Erik Brynjolf- sson, Shyamal Buch, Dallas Card, Rodrigo Castellon, Niladri Chatterji, Annie Chen, Kathleen Creel, Jared Quincy Davis, Dora Demszky, Chris Donahue, Moussa Doumbouya, Esin Dur- mus, ...

  19. [19]

    Hu, Yelong Shen, Phillip Wallis, Zeyuan Allen-Zhu, Yuanzhi Li, Shean Wang, Lu Wang, and Weizhu Chen

    Edward J. Hu, Yelong Shen, Phillip Wallis, Zeyuan Allen-Zhu, Yuanzhi Li, Shean Wang, Lu Wang, and Weizhu Chen. Lora: Low-rank adaptation of large language models, 2021. URLhttps://arxiv.org/abs/2106.09685

  20. [20]

    An empirical study of catastrophic forgetting in large language models during continual fine-tuning, 2025

    Yun Luo, Zhen Yang, Fandong Meng, Yafu Li, Jie Zhou, and Yue Zhang. An empirical study of catastrophic forgetting in large language models during continual fine-tuning, 2025. URL https://arxiv.org/abs/2308.08747

  21. [21]

    Sumers, Shunyu Yao, Karthik Narasimhan, and Thomas L

    Theodore R. Sumers, Shunyu Yao, Karthik Narasimhan, and Thomas L. Griffiths. Cognitive architectures for language agents, 2024. URLhttps://arxiv.org/abs/2309.02427

  22. [22]

    Memento: Fine-tuning llm agents without fine-tuning llms, 2025

    Huichi Zhou, Yihang Chen, Siyuan Guo, Xue Yan, Kin Hei Lee, Zihan Wang, Ka Yiu Lee, Guchun Zhang, Kun Shao, Linyi Yang, and Jun Wang. Memento: Fine-tuning llm agents without fine-tuning llms, 2025. URLhttps://arxiv.org/abs/2508.16153

  23. [23]

    Le, Samira Daruki, Xiangru Tang, Vishy Tirumalashetty, George Lee, Mahsan Rofouei, Hangfei Lin, Jiawei Han, Chen-Yu Lee, and Tomas Pfister

    Siru Ouyang, Jun Yan, I-Hung Hsu, Yanfei Chen, Ke Jiang, Zifeng Wang, Rujun Han, Long T. Le, Samira Daruki, Xiangru Tang, Vishy Tirumalashetty, George Lee, Mahsan Rofouei, Hangfei Lin, Jiawei Han, Chen-Yu Lee, and Tomas Pfister. Reasoningbank: Scaling agent self-evolving with reasoning memory, 2026. URLhttps://arxiv.org/abs/2509.25140

  24. [24]

    Large language models cannot self-correct reasoning yet, 2024

    Jie Huang, Xinyun Chen, Swaroop Mishra, Huaixiu Steven Zheng, Adams Wei Yu, Xinying Song, and Denny Zhou. Large language models cannot self-correct reasoning yet, 2024. URL https://arxiv.org/abs/2310.01798

  25. [25]

    Skillopt: Executive strategy for self-evolving agent skills, 2026

    Yifan Yang, Ziyang Gong, Weiquan Huang, Qihao Yang, Ziwei Zhou, Zisu Huang, Yan Li, Xuemei Gao, Qi Dai, Bei Liu, Kai Qiu, Yuqing Yang, Dongdong Chen, Xue Yang, and Chong Luo. Skillopt: Executive strategy for self-evolving agent skills, 2026. URLhttps://arxiv. org/abs/2605.23904

  26. [26]

    Skillopt-lite: Better and faster agent self-evolution via one line of vibe, 2026

    Yifei Shen, Bo Li, and Xinjie Zhang. Skillopt-lite: Better and faster agent self-evolution via one line of vibe, 2026. URLhttps://arxiv.org/abs/2607.03451

  27. [27]

    Mathewson, Jaylen Pittman, and Richard Evans

    Piotr Mirowski, Kory W. Mathewson, Jaylen Pittman, and Richard Evans. Co-writing screen- plays and theatre scripts with language models: An evaluation by industry professionals, 2022. URLhttps://arxiv.org/abs/2209.14958

  28. [28]

    Plug-and- play dramaturge: A divide-and-conquer approach for iterative narrative script refinement via collaborative llm agents, 2026

    Wenda Xie, Chao Guo, Yanqing Jing, Junle Wang, Yisheng Lv, and Fei-Yue Wang. Plug-and- play dramaturge: A divide-and-conquer approach for iterative narrative script refinement via collaborative llm agents, 2026. URLhttps://arxiv.org/abs/2510.05188

  29. [29]

    Xing, Hao Zhang, Joseph E

    Lianmin Zheng, Wei-Lin Chiang, Ying Sheng, Siyuan Zhuang, Zhanghao Wu, Yonghao Zhuang, Zi Lin, Zhuohan Li, Dacheng Li, Eric P. Xing, Hao Zhang, Joseph E. Gonza- lez, and Ion Stoica. Judging llm-as-a-judge with mt-bench and chatbot arena, 2023. URL https://arxiv.org/abs/2306.05685

  30. [30]

    Openmeva: A benchmark for evaluating open-ended story generation metrics, 2021

    Jian Guan, Zhexin Zhang, Zhuoer Feng, Zitao Liu, Wenbiao Ding, Xiaoxi Mao, Changjie Fan, and Minlie Huang. Openmeva: A benchmark for evaluating open-ended story generation metrics, 2021. URLhttps://arxiv.org/abs/2105.08920

  31. [31]

    O’Brien, Carrie J

    Joon Sung Park, Joseph C. O’Brien, Carrie J. Cai, Meredith Ringel Morris, Percy Liang, and Michael S. Bernstein. Generative agents: Interactive simulacra of human behavior, 2023. URL https://arxiv.org/abs/2304.03442

  32. [32]

    Reflexion: Language agents with verbal reinforcement learning, 2023

    Noah Shinn, Federico Cassano, Edward Berman, Ashwin Gopinath, Karthik Narasimhan, and Shunyu Yao. Reflexion: Language agents with verbal reinforcement learning, 2023. URL https://arxiv.org/abs/2303.11366

  33. [33]

    Skillgrad: Optimizing agent skills like gradient descent, 2026

    Hanyu Wang, Yifan Lan, Bochuan Cao, Lu Lin, and Jinghui Chen. Skillgrad: Optimizing agent skills like gradient descent, 2026. URLhttps://arxiv.org/abs/2605.27760. 13

  34. [34]

    The Old Harlan Place — Greenhouse For Sale

    Mingzhe Zheng, Dingjie Song, Guanyu Zhou, Jun You, Jiahao Zhan, Xuran Ma, Xinyuan Song, Ser-Nam Lim, Qifeng Chen, and Harry Yang. Cml-bench: A framework for evaluating and enhancing llm-powered movie scripts generation, 2025. URLhttps://arxiv.org/abs/ 2510.06231. 14 A Appendix A.1 Implementation Details The overall execution pipeline and token limits are ...

  35. [36]

    This is the only episode where that card was missed

    For Episode 5 it read only three cards, it read them only after a first draft was already written, and the ending rule card was not among them. This is the only episode where that card was missed. With no ending rule in scope, the episode slid into the habits the memory is written against: voice-over climbed to 17 of its 21 lines, more than the control gr...

  36. [2022]

    URLhttps://arxiv.org/abs/2210.10760