Rigor Problems in
AI Experimentation
A Transmission-Variable Ablation Analysis
of LLM Memory Consolidation Research
A case study of “Useful Memories Become Faulty When Continuously Updated by LLMs”
Category Critical Analysis Paper
Domains AI Experimental Methodology · LLM Behavioral Analysis · Prompt Engineering Variable Theory
Version V5
Authors LEECHO Global AI Research Lab & Opus 4.6 & GPT 5.5 & Gemini 3.1 (Cognitive Collective)
Abstract
This paper examines the experimental design of the arXiv preprint “Useful Memories Become Faulty When Continuously Updated by LLMs” (arXiv:2605.12978, May 2026), focusing on the absence of transmission variable ablation. The original paper proposes that iterative memory consolidation in LLM agents leads to performance collapse, and employs effective controls over memory mechanism variables through designs including Static/Stream comparisons, episodic-only baselines, Auto/Force management modes, and ground-truth trajectory testing. However, neither the paper’s main text nor its appendices report systematic ablation of transmission variables—including API message role assignment, cross-format ablation of memory serialization formats, positional effects of memory blocks within the context, and context length management strategies. Independent research has confirmed that these variable categories have substantial effects on LLM behavior. Through item-by-item evidence auditing and causal path analysis, this paper concludes that the original paper adequately demonstrates the fragility of its consolidation pipeline within the scope of its tested pipeline and benchmarks; however, if its findings are extrapolated to mean “LLM memory consolidation mechanisms universally fail under all reasonable implementations,” the current evidence is insufficient to support such a strong generalization. This paper proposes a minimum viable ablation experiment targeting transmission variables as a supplementary direction for future research.
1Introduction: Core Claims and Experimental Controls of the Analyzed Paper
Dylan Zhang et al. (University of Illinois Urbana-Champaign) published the arXiv preprint “Useful Memories Become Faulty When Continuously Updated by LLMs” (arXiv:2605.12978) in May 2026, investigating the effectiveness of the “experience distillation → text storage → iterative rewriting” memory consolidation paradigm in LLM agents. The paper distinguishes between two forms of memory: episodic traces (raw action trajectories) and consolidated abstractions (abstract experience rules compressed by an LLM from multiple episodes). The core finding is that the latter, under continuous updating, initially improves but then degrades, ultimately falling below the no-memory baseline. The paper recommends that robust agent memory should treat raw episodes as first-class evidence and apply explicit gating to consolidation.
As reported in the original paper, the tested models include GPT-5.4, GPT-5.4-mini, GPT-5-mini, GPT-5-nano, Qwen3.5-27B/9B/4B, among others, using memory frameworks such as AWM, ExpeL, ACE, and Dynamic Cheatsheet, across benchmark tasks including ARC-AGI, ALFWorld, ScienceWorld, WebShop, AppWorld, and Mind2Web. The core reported effect size is a decline from 100% to 54% on ARC-AGI (46 percentage points).
1.1 Existing Experimental Controls in the Original Paper (Fair Acknowledgment)
Before proceeding to this paper’s critique, it is essential to first acknowledge the effective experimental controls the original paper has implemented over memory mechanism variables:
| Control Dimension | Specific Design | Assessment |
|---|---|---|
| Memory construction conditions | Three conditions compared: Static-All (one-shot full abstraction), Static-Group (abstraction grouped by task family), Stream (streaming batch-by-batch updates) | Effectively isolates the impact of “continuous updating” itself |
| Episodic-only baseline | A memory condition retaining only raw trajectories without cross-trajectory abstraction | Effective causal isolation baseline |
| Management mode comparison | Three modes in ARC-AGI Stream: Force (mandatory consolidation), Auto (model-selected), Episodic Management Only (abstraction disabled) | Effectively isolates the impact of the consolidation decision mechanism |
| Ground-truth trajectory testing | Uses ground-truth answer trajectories as consolidation input to test whether the consolidation step itself introduces degradation | Precise mechanism isolation experiment |
| Prompt template disclosure | Appendix B.1 (Solver), B.3 (Consolidator decision), B.4 (Extraction schema), B.7 (Strategy selection/injection) disclose complete prompt templates | Provides partial reproducibility |
| Memory output format | The consolidator requires JSON-formatted decisions and strategy entries with structured fields (when_to_use, solve_strategy, from_functions, etc.); memory uses a hybrid format of Markdown-like section markers + JSON output schema + natural language strategy entries | Not unstructured plain text |
Fair assessment: The original paper’s controls over memory mechanism variables—trajectory source quality, whether consolidation is forced, episodic vs. consolidated—are effective and carefully designed. This is not a low-quality experimental paper. The scope of this paper’s critique is strictly limited to the transmission variables described below.
1.2 Item-by-Item Evidence Audit
The following provides an item-by-item localization and sufficiency assessment of the original paper’s experimental elements:
| Experimental Element | Disclosure Status | Location in Original Paper | Sufficiency |
|---|---|---|---|
| Static / Stream comparison | Disclosed | Methods section | Sufficient |
| Episodic-only baseline | Disclosed | Methods section | Sufficient |
| Force / Auto / EMO | Disclosed | ARC-AGI experiment | Sufficient |
| Ground-truth trajectories | Disclosed | ARC-AGI experiment | Sufficient |
| Prompt templates | Disclosed | Appendix B.1 / B.3 / B.4 / B.7 | Mostly sufficient |
| JSON schema | Disclosed | Appendix B.4 | Mostly sufficient |
| API message role assignment | Not reported | — | Insufficient |
| Cross-format ablation | Not reported | — | Insufficient |
| Memory block context position | Partially mentioned | Appendix B.7 | Insufficient |
| Context length / truncation strategy | Insufficiently reported | — | Insufficient |
2Unreported Ablation of Transmission Variables
Having acknowledged the original paper’s effective mechanism variable controls, we identify the following transmission variables for which no systematic ablation is reported in the paper’s main text or appendices. It must be re-emphasized that, without examining the source code, “no ablation reported in the paper text” is not equivalent to “not considered at all during experimentation.” The following analysis is strictly based on information available in the paper’s text and appendices.
2.1 API Message Role Assignment Not Reported
The original paper’s Appendix B discloses the text content of multiple prompts but does not specify how these contents are assigned to roles in actual API calls—which contents go into the system message, which into the user message, and whether memory blocks are injected as independent messages or concatenated within other content. Existing research (Reference [4]) confirms that the placement of identical information in system prompts versus user messages produces significant differences in model output. In multi-model testing scenarios (GPT-5.4, Qwen3.5, etc., which use different chat templates), differences in role assignment may constitute an additional confounding factor in cross-model comparisons. However, it should be noted that if the original paper observed similar degradation patterns across both GPT-5.4 and Qwen3.5 (whose chat templates differ substantially at the physical level), this cross-model consistency would actually weaken the explanatory power of chat template differences as a primary confound—though this point remains speculative without being able to confirm the similarity of degradation curves across the two model families.
2.2 No Cross-Format Ablation of Memory Serialization Format
The original paper’s memory system uses a hybrid format of Markdown-like section markers, JSON output schema, and natural language strategy entries—considerably more structured than plain text strings. However, the paper does not report a comparison of degradation differences during iterative consolidation between this hybrid format and alternatives (pure Markdown, pure JSON, YAML, XML, tool/function output, etc.). Because different serialization formats differ in tokenizer distribution, attention weight allocation, and structural boundary recognition, format choice may affect the information fidelity of each rewriting round, thereby altering the slope of the cumulative degradation curve.
2.3 Positional Effects of Memory Blocks Within Context Not Reported
The original paper’s Appendix B.7 mentions that selected strategy text is injected into the memory block of the synthesis prompt. However, the relative position of this memory block within the full context—whether it is placed near the instruction, near the examples, or near the output schema—is not sufficiently reported. Existing research (Reference [5]) confirms that the position of examples and information within the prompt has significant effects on model performance, with end-of-context placement capable of flipping 30% of QA predictions.
2.4 Context Length Management Strategy Insufficiently Reported
As iteration rounds increase, the length, density, entry distribution, and abstraction level of the memory state continuously change. Even if the system allows deletion (the Delete operation in Auto mode) or compression (the Consolidate operation), the paper still needs to report the per-round token budget, truncation rules, maximum memory capacity, entry eviction strategy, and the relationship curve between token length and performance. Some research and engineering observations indicate that long-context inputs may exhibit reasoning quality degradation well below the nominal window size limit; specific thresholds depend on the model, task, and information distribution. Context length management is the only dynamically characterized variable among the four transmission variable categories identified in this paper.
3Causal Path Analysis
To clarify the precise scope of this paper’s critique, the following maps the original paper’s experimental controls onto a causal path diagram, annotating controlled paths and paths with unreported ablation:
Update schedule (Static/Stream) ──→ Memory content quality ──→ Task performance
Consolidation mode (Force/Auto/EMO) ──→ Memory content quality
Trajectory source (ground-truth/agent) ──→ Memory content quality
Memory type (episodic/consolidated) ──→ Memory content quality
Serialization format ──→ Injection fidelity ──→ Task performance
API message role ──→ Injection fidelity
Memory block position ──→ Injection fidelity
Context length / truncation ──→ Reasoning degradation ──→ Task performance
The original paper effectively controls the upper portion of the causal paths—all edges from update schedule, consolidation mode, and trajectory source to memory content quality. This paper’s critique targets the lower portion: edges from serialization format, API role, position, and context length to injection fidelity and reasoning degradation. These two sets of paths are in a confounded state in the original paper’s experimental design.
Note: The diagram above is a simplification. In actual experiments, transmission variables may interact with iteration count, model family, and retrieval strategy (e.g., serialization format × iteration count affects cumulative fidelity of memory content; API role × model family affects the absolute level of injection fidelity). The FORMATSPREAD study also found that format performance exhibits only weak correlation across models, further confirming interaction effects between format and model family.
4Existing Research: Known Effects of Transmission Variables
The following summarizes existing research organized by evidence strength. It must be clarified that external prompt-sensitivity literature serves only a normative role in this paper—establishing that “these variables should be treated as experimental factors”—rather than an empirical role of “explaining the measured decline in the original paper.” These effect sizes come from different models and tasks and cannot be directly transferred to the original paper’s specific scenario.
| Evidence Tier | Variable Category | Known Effect | Source |
|---|---|---|---|
| Tier 1 | Minor prompt template variations | Up to 76 percentage points difference on LLaMA-2-13B; increasing model scale reduces but does not eliminate sensitivity | FORMATSPREAD (arXiv:2310.11324) |
| Tier 1 | Input format (plain text / Markdown / JSON / YAML) | Up to 40% performance variation on GPT-3.5-turbo; JSON vs. Markdown difference of 42% | arXiv:2411.10541 (2024) |
| Tier 1 | System prompt vs. user message placement | 6 commercial LLMs × 50 test groups, significant differences in output | “Position is Power” (arXiv:2505.21091) |
| Tier 1 | Example position (within prompt) | Beginning vs. end: flips 30% of QA predictions | “Where to Show Demos in Your Prompt” (2025) |
| Tier 1 | Legal document format effect on LLM comprehension | Plain text / OCR / formatted text / Markdown show significant accuracy differences on QA tasks | “The Hidden Structure” (arXiv:2505.12837) |
| Tier 2 | Context length bloat | Some studies report reasoning degradation well below nominal window limits; specific thresholds depend on model and task | Goldberg et al. / GSM-IC related research; MLOps Community review |
| Industry | Markdown vs. HTML table extraction accuracy | Markdown: 60.7%; HTML: 53.6% | ReleasePad GPT evaluation benchmark (2026) |
5Attribution Analysis
5.1 Distinguishing Static and Dynamic Variables and Their Interactions
The transmission variables identified in Section 2 can be categorized by temporal characteristics into two types. Format and position are static variables—they remain constant throughout the entire experiment. If static variables were the sole cause of performance decline, the loss should appear as a step function in the first round rather than the gradual degradation reported in the original paper. Context length change is a dynamic variable—it continuously changes as the memory state evolves, naturally explaining gradual decline.
However, static variables can transform into dynamic influences through compound effects within iterative loops. The following is a theoretical toy model (hypothetical values, not empirical data): suppose that under one format, per-round information fidelity is 95%, while under a superior format it is 98%—a single-round gap of only 3%. After 50 iterations, compound fidelity drops to approximately 7.7% and 36.4%, respectively. Format choice, as a static variable, becomes an accelerant of degradation through its interaction with the iterative mechanism. It must be noted that this model assumes a constant per-round loss rate that is identically and independently distributed; actual LLM information fidelity may vary nonlinearly with content complexity and memory scale. This toy model serves solely to illustrate the concept that “static variables can transform into dynamic effects through iteration” and is not intended as a quantitative prediction.
5.2 Ecological Validity Limitations of Cross-Model Effect Size Transfer
The effect sizes cited in Section 4 carry important applicability limitations: the 76 percentage points come from LLaMA-2-13B, the 40% from GPT-3.5-turbo—both are earlier or smaller models. If GPT-5.4, as claimed by the original paper, represents a more capable frontier model relative to GPT-3.5/LLaMA-2, its format sensitivity may be lower than that of earlier models; however, this assumption itself requires empirical validation under identical task and prompt conditions and cannot be presupposed.
The FORMATSPREAD study’s own conclusion is that increasing model scale reduces format sensitivity but cannot eliminate it to zero. The core argument is: the existence and directionality of these variables have been amply demonstrated, and they need to be ablated—or at minimum discussed—in experiments, regardless of their absolute magnitude on a specific model.
Position statement: This paper’s argument is not “the unreported ablation variables necessarily explain the entire 46-percentage-point decline,” but rather “in the absence of ablation of these variables, it is impossible to precisely determine how much of the 46 percentage points is attributable to semantic drift itself.” Within the scope of its tested pipeline and benchmarks, the original paper’s directional conclusions are supported by adequate experimental evidence; however, the quantitative conclusion (attributing the entire effect to semantic drift) requires transmission variable ablation for precise determination.
5.3 Three-Layer Failure Attribution Framework
Agent memory failure may originate from three independent layers: content-layer failure—memory is incorrectly summarized, incorrectly generalized, loses critical details, or overwrites original evidence; retrieval-layer failure—irrelevant, outdated, or conflicting memory entries are retrieved; injection-layer failure—the memory’s serialization format, position within the context, and total context length prevent the model from correctly utilizing the memory.
The original paper’s experimental design primarily focuses on demonstrating content-layer failure—through ground-truth trajectory testing and episodic-only comparisons, it shows that the consolidation step itself introduces content degradation. This is the paper’s strongest contribution.
5.4 Response to the Ground-Truth Experiment
The original paper’s most compelling evidence is the ground-truth trajectory test: ground-truth answer trajectories are used as consolidation input, yet performance still declines. This directly demonstrates that the consolidation step itself—rather than input trajectory quality—introduces degradation. This paper acknowledges this as strong evidence for the existence of content-layer degradation.
However, even under ground-truth conditions, injection-layer variables remain present and constant: the memory serialization format is unchanged, the position within the context is unchanged, and the API role assignment is unchanged. Therefore, the ground-truth experiment demonstrates that “the consolidation step + the current injection configuration” jointly cause degradation, but it still does not fully separate the content-layer degradation of the consolidation step itself from the injection-layer influence of the injection configuration. If the ground-truth experiment were repeated under an optimal injection configuration and the residual degradation measured, this separation could be completed.
Refined critique: The original paper adequately demonstrates that “under its specific prompt pipeline implementation, consolidation leads to performance degradation.” However, because injection-layer variables have not been reported as ablated, it is not yet possible to precisely determine how much of this degradation is a consolidation effect that is stable across transmission implementations, and how much is an artifact of the specific pipeline implementation.
6Proposal: Transmission Variable Ablation Experiment Design
The following control group design aims to separate injection-layer variable influences from content-layer semantic drift, serving as a supplement to—not a replacement for—the original paper:
| Control Group | Variable Control | Purpose |
|---|---|---|
| A1–A4 | Same memory content injected in the original paper’s hybrid format, pure Markdown, pure JSON, and tool/function output format, respectively; all other conditions held constant | Isolate the effect of format on the slope of the iterative degradation curve |
| B1–B3 | Same memory content injected into the system message, user message, and tool/function output role, respectively | Isolate the effect of API role assignment on information extraction accuracy |
| C1–C3 | At the same iteration round, control total context length to 1,000 / 3,000 / 8,000 tokens | Isolate the contribution of context bloat to reasoning degradation |
| D1–D3 | Memory block placed at the beginning, middle, and end of the context | Isolate the positional effect (Lost in the Middle) on memory utilization rate |
| E (Cross) | Iterative rewriting experiment under the optimal conditions from groups A–D | After excluding injection-layer variables, measure the net effect size of content-layer semantic drift |
The residual performance decline in Group E represents the net effect of consolidation semantic drift. If Group E’s decline remains close to 46 percentage points, this proves the original paper’s attribution is essentially correct and injection-layer variable influence is negligible; if Group E’s decline is significantly reduced, this indicates that a substantial portion of the effect reported by the original paper originates from pipeline implementation rather than the mechanism itself. Both outcomes carry significant academic value.
Full execution of the A–E complete permutation ablation requires substantial token costs and compute budget—an engineering reality that prevents many original research papers from conducting comprehensive transmission variable ablation. As a Minimum Viable Experiment, we recommend prioritizing Group A (format ablation), because format variables have the strongest reported effect sizes in existing literature, incur the lowest experimental cost (requiring only switching the serialization format for the same batch of memories), and the results can directly determine whether injection-layer variables warrant further ablation.
6.1 Recommended Tracking Metrics
To ensure the comparability and interpretability of ablation experiment results, the following metrics should be tracked at each iteration round:
| Metric | Purpose |
|---|---|
| Memory token length per round | Monitor context bloat and truncation behavior |
| Memory edit distance per round | Measure the magnitude of text modification from each rewrite round |
| Fact retention rate | Measure content-layer information fidelity |
| Contradiction rate | Measure internal conflicts between memory entries |
| Injection utilization score | Measure whether the model actually references injected memory during reasoning |
| Task accuracy delta | Final performance change |
7Methodological Reflection
The core lesson from this case is that LLM agent experiments involve two parallel classes of experimental variables, both acting independently on the same experimental outcome with no a priori weight difference:
Mechanism variables—concerning “what the memory system does”: memory construction strategy, update scheduling, episodic vs. consolidated, consolidation decision modes, etc. These are the objects that researchers typically focus on and control explicitly, and the original paper does so diligently in this dimension.
Transmission variables—concerning “how information reaches the model”: serialization format, API role assignment, position within the context, context length management, etc. These are treated as implementation details in traditional ML experiments, but in LLM experiments they function as intervention variables, because LLMs are highly sensitive to the token sequence, structural markers, role labels, and contextual position of their inputs.
These two variable classes are not in a hierarchical relationship but rather in a parallel co-determining relationship. Existing research shows that the magnitude of transmission variable effects can reach a range comparable to that of the primary experimental intervention in certain task and model combinations. Labeling them as “high-level” and “low-level” would falsely imply that the latter is unimportant—whereas the core argument of this paper is precisely that the importance of transmission variables in LLM experiments is systematically underestimated.
Current methodological conventions in the LLM agent field do not universally require the reporting and ablation of transmission variables—this is not an oversight unique to the original paper’s authors. However, as studies such as FORMATSPREAD and “Position is Power” continue to quantify the effects of these variables, incorporating transmission variables into standard experimental reporting norms is becoming increasingly necessary.
8Limitations of This Paper
First, this paper contains no first-hand experimental data. We have argued for the existence of transmission variable effects through cross-referencing the literature and causal path analysis, but we have not actually run controlled experiments to quantify these variables’ true impact in the original paper’s specific scenario.
Second, “the paper text does not report ablation” is not equivalent to “the experiment did not consider it.” The original authors may have implemented reasonable handling of these variables in their code, or through iterative trial and error during experimentation, may have made non-systematic but substantive optimization choices regarding prompt format, position, and other transmission variables. If the original authors’ pipeline is in fact already near a local optimum, the alternative format ablation experiment proposed in this paper may not significantly alter the degradation curve—but this result itself would also be valuable, as it would demonstrate that injection-layer variables are negligible in practice, thereby retrospectively strengthening the original paper’s attribution.
Third, the effect size data cited in this paper come from earlier or smaller models (LLaMA-2-13B, GPT-3.5-turbo), and direct transfer to the models tested in the original paper carries ecological validity limitations. This paper’s core argument relies on the existence and directionality of these variables, not on precise numerical values.
Fourth, this paper’s verification of the original paper’s existing control groups is based on its abstract, methods description, and appendix content, without a page-by-page audit of the complete PDF. There may be a risk of overlooking additional relevant control designs present in the original paper.
Factual statement: Through cross-referencing the literature and causal path analysis, this paper demonstrates the existence of a methodological gap in the original paper’s causal attribution that has not been filled by transmission variable ablation. The original paper’s mechanism variable controls are diligent and effective, and its directional findings have experimental support within the scope of its tested pipeline. The actual magnitude of the transmission variable gap must be determined through the ablation design proposed in Section 6.
9Conclusion
The analyzed paper, “Useful Memories Become Faulty When Continuously Updated by LLMs” (arXiv:2605.12978), offers a valuable academic examination of LLM memory consolidation mechanisms. Its mechanism variable controls—Static/Stream comparison, episodic-only baseline, Auto/Force management modes, ground-truth trajectory testing—are diligent and effective.
However, neither the paper’s main text nor its appendices report systematic ablation of transmission variables—API message role assignment, memory serialization format, position within the context, and context length management. Independent research confirms that these variable categories have substantial effects on LLM behavior, and even if the magnitude of effects converges on stronger models, they may still constitute a non-zero confounding contribution under iterative compound effects.
Within the scope of its tested pipeline and benchmarks, the original paper’s directional conclusions are supported by adequate experimental evidence. If readers extrapolate these findings to mean “LLM memory consolidation mechanisms universally fail under all reasonable implementations,” the current evidence is insufficient to support such a strong generalization. Future research should estimate the net effect size of consolidation semantic drift through format, role, position, and length ablation, thereby separating pipeline implementation effects from the effects of the mechanism itself.
An LLM is neither a black box nor a stable measurement instrument—it is a probabilistic system highly sensitive to input token sequences, structural markers, role labels, and contextual position. In LLM agent experiments, mechanism variables and transmission variables are two parallel, co-determining classes of experimental factors, both of which must be included within the standard scope of experimental reporting and ablation design.