State Compression in Two-Agent LLM Relays: A Closed-World Study of Constraint Preservation
Summary
This paper evaluates hand-off compression in a two-agent LLM relay for travel planning, comparing methods like JSON extraction and narrative summarization, finding that structured representations preserve constraints better.
View Cached Full Text
Cached at: 07/22/26, 08:21 AM
# State Compression in Two-Agent LLM Relays: A Closed-World Study of Constraint Preservation
Source: [https://arxiv.org/html/2607.18265](https://arxiv.org/html/2607.18265)
Sheeba Elizabeth John[https://orcid.org/0009-0003-8384-7521](https://orcid.org/0009-0003-8384-7521)Kaarthik Senthil Kumar[https://orcid.org/0009-0007-1461-1231](https://orcid.org/0009-0007-1461-1231)Saratsuhas Vijayababu[https://orcid.org/0009-0006-6682-7918](https://orcid.org/0009-0006-6682-7918)All authors contributed equally to this work\.
###### Abstract
Long\-running Large Language Model \(LLM\)\-based agents often accumulate large intermediate traces containing audits, eliminations, and numeric calculations\. In practice, this state is compressed before handing it to a downstream decision step, creating an information bottleneck in which small omissions can break strict numeric or categorical constraints\. This paper evaluates hand\-off compression in a closed\-world travel\-planning relay with two LLM agents\. A Researcher audits a fixed inventory of hotels and flights for 50 goal instances, and a Booker selects a hotel–flight pair using only the goal and the hand\-off payload, with the inventory withheld\. We compare four hand\-off conditions: no compression, narrative summarization, schema\-constrained JSON extraction, and embedding\-based pruning\. Exhaustive enumeration over the fixed inventory provides exact feasible and optimal labels\. Results show that hand\-off representation strongly affects downstream feasibility under a small decision model\. JSON extraction achieves the highest feasibility accuracy at 0\.96, while narrative summarization, despite producing the smallest compressed hand\-off payload, degrades feasibility to 0\.48\. Embedding\-based pruning matches the uncompressed control on feasibility at 0\.88 without an additional generative compression call\. These findings indicate that constraint checking benefits from structured and auditable hand\-off representations rather than relying on brevity alone\.
## IIntroduction
A common pattern with agentic systems is to solve multi\-step tasks by generating long intermediate working memory traces\[[11](https://arxiv.org/html/2607.18265#bib.bib8),[12](https://arxiv.org/html/2607.18265#bib.bib7)\]that include audits, eliminations, calculations, and rationale\. As these traces grow, agentic systems face practical constraints from limited context windows of the underlying models and rising inference cost\. A common engineering response compresses\[[3](https://arxiv.org/html/2607.18265#bib.bib5)\]the agent state before handing it to a downstream decision component\[[5](https://arxiv.org/html/2607.18265#bib.bib1),[1](https://arxiv.org/html/2607.18265#bib.bib2),[2](https://arxiv.org/html/2607.18265#bib.bib3),[3](https://arxiv.org/html/2607.18265#bib.bib5)\]\. This hand\-off creates an information bottleneck, since compression must remove verbosity while preserving decision\-critical facts, particularly tight numerical and categorical constraints required for valid decision\-making\. Small distortions can be operationally significant\. An approximate budget or a missing amenity can shift a downstream choice from valid to invalid or lead to reconciliation gaps\.
This paper studies state compression at a single, controlled hand\-off bottleneck using aclosed\-world travel planningbenchmark\. We define state compression as transforming an upstream trace into a smaller representation intended to preserve decision\-critical constraints\. We evaluate a two\-stage relay protocol\. A Researcher agent produces an exhaustive per\-option audit over a fixed inventory, explicitly checking each hotel and each flight against the goal’s hard constraints and recording pass/fail evidence, yielding a long trace\[[6](https://arxiv.org/html/2607.18265#bib.bib4)\]\. A Booker agent receives only the original goal and a compressed form of that trace and selects a hotel–flight pair intended to satisfy the constraints\.
We compare four hand\-off conditions, an uncompressed control and three compression strategies: narrative summarization\[[3](https://arxiv.org/html/2607.18265#bib.bib5)\], schema\-constrained JSON extraction, and embedding\-based pruning that filters sentences using cosine similarity in embedding space\. Ground truth is computed by exhaustive enumeration of all hotel–flight pairs over the fixed inventory, which enables objective scoring even when multiple feasible solutions exist\. Feasibility accuracy is treated as the primary outcome, optimal match accuracy and optimality gap are secondary task metrics, and compression ratio and tokens per run are reported as efficiency measures\. Embedding\-space similarity is used as a representation diagnostic\. Results quantify trade\-offs between compression aggressiveness and downstream reliability, and identify failure patterns in which compression retains candidate mentions while dropping elimination evidence, which can lead to invalid selections\.
## IIMethodology
This work evaluates compression of agent state at a controlled hand\-off between two LLM agents\. A closed\-world travel planning benchmark was used so that feasible solutions could be computed exactly\. Each run followed a fixed relay sequence: an upstream Researcher agent produced an exhaustive audit trace over a constant inventory of flights and hotels, a compression layer transformed that trace using one of several techniques, and a downstream Booker agent made the final booking decision using only the goal and the compressed hand\-off\.
### II\-AClosed\-World Dataset and Goal Specification
A closed\-world travel planning dataset was constructed for London consisting of a fixed inventory of 10 hotels and 10 flights\. Each hotel record included an identifier, price per night in USD, distance to the city center in kilometers, star rating, and a finite set of amenities represented as canonical tokens\. Each flight record included an identifier, airline, departure time window, cabin class, and price in USD\. Additional flight attributes such as layovers and refundability were included as distractor fields and were not enforced as hard constraints\. All prices were defined for a single traveler and a one\-night stay, and total trip cost was computed as the sum of one flight and one hotel night\.
The evaluation set contained 50 goal instances\. Each goal specified a traveler persona and a set of hard constraints used for scoring: a total budget cap, a must\-have hotel amenity, a maximum hotel distance to the city center, a preferred departure time window, and a required cabin class\. Goals were designed to span a range of constraint tightness, including near\-miss cases where feasibility depended on small budget margins\. The fixed inventory remained constant across all runs, while goals varied\. This ensured that observed differences primarily reflected the hand\-off representation and compression method rather than changes in the underlying world state\.
### II\-BGround Truth Generation
Ground truth was generated deterministically by exhaustive enumeration over the closed\-world inventory\. For each goal instance, we considered hotel–flight pairs formed from the inventory and filtered them by the hard constraints defined in the goal, including total budget, required hotel amenity, maximum hotel distance, preferred departure window, and required cabin class\. Amenities were matched by exact token membership\. A pair was feasible if the hotel and flight satisfied the categorical constraints and the combined cost of one hotel night plus one flight did not exceed the budget\. Letggdenote a goal instance and letFgF\_\{g\}denote the set of all feasible hotel–flight pairs forggunder the hard constraints\. IfFg=∅F\_\{g\}=\\emptyset, the goal was labeled unsatisfiable and the expected output wasNONEfor both identifiers\.
A single best pair was defined to support secondary optimality analysis in addition to the feasible set\. Lettg∗∈Fgt\_\{g\}^\{\\ast\}\\in F\_\{g\}denote the top\-ranked feasible pair under a deterministic ordering\. Feasible pairs were ranked by minimum total trip cost, then minimum hotel distance to the city center, then maximum hotel star rating, with a final tie\-break by lexicographic ordering of \(hotel\_id,flight\_id\)\. The selected top\-ranked pairtg∗t\_\{g\}^\{\\ast\}was recorded as the optimal pair for goalgg, and the full feasible setFgF\_\{g\}was recorded to support evaluation when multiple feasible solutions existed\. This ground\-truth generation procedure was implemented as a standalone script and was independent of the LLM agents, which ensured reproducible labels across runs\.
### II\-CTwo\-Agent Relay Protocol
Each experimental run followed a fixed two\-agent relay designed to isolate the hand\-off bottleneck\. The upstream Researcher agent received the goal instance together with the full closed\-world inventory of flights and hotels\. Its task was to produce a long, exhaustive audit trace that evaluated every hotel and every flight against the hard constraints used for scoring, namely total budget, must\-have amenity, maximum distance to the city center, flight departure window, and cabin class\. The Researcher agent was instructed to operate under a strict closed\-world rule, using only the provided inventory and avoiding any external assumptions\. Both agents used*GPT\-4\.1\-nano*\[[7](https://arxiv.org/html/2607.18265#bib.bib10)\], a small model configuration, and embeddings were computed using*text\-embedding\-3\-small*\[[8](https://arxiv.org/html/2607.18265#bib.bib11)\]\. Fig\.[1](https://arxiv.org/html/2607.18265#S2.F1)summarizes the closed\-world two\-agent relay and the three compression variants evaluated at the hand\-off bottleneck\.
The Researcher trace was then passed through a compression layer that produced a transformed hand\-off payload under one of the evaluated conditions\. The downstream Booker agent received the original goal and only the compressed payload\. The closed\-world inventory was not provided to the Booker agent, so the booking decision depended entirely on what survived the compression step\. The Booker agent was required to enumerate candidate hotel–flight combinations explicitly supported by evidence in the payload and to select a single recommendation using the same deterministic ranking used by the ground\-truth generator, prioritizing minimum total trip cost, then minimum hotel distance, then maximum hotel star rating, with stable identifier ordering used only as a final tie\-break\. The Booker agent was not permitted to introduce hotel or flight identifiers that did not appear in the upstream payload\. This restriction follows the broader goal of reducing ungrounded generations \(hallucinations\) in downstream components\[[10](https://arxiv.org/html/2607.18265#bib.bib12)\]\.
Figure 1:Evaluating hand\-off compression methods in a closed\-world two\-agent relay \(Researcher Agent→\\rightarrowcompression→\\rightarrowBooker Agent\)\.A no\-compression control condition was included, where the full Researcher trace was passed to the Booker agent unchanged\. All runs used deterministic decoding with temperature set to 0 and a fixed seed per run\. Prompts and response schemas were held constant across conditions\. Each run was logged end\-to\-end, including the Researcher output, the compressed payload, and the Booker decision, supporting reproducible analysis of compression\-induced information loss and downstream constraint violations\.
### II\-DCompression Conditions
We evaluated four hand\-off conditions\. Prompt and context compression have been explored in prior work using redundancy pruning and learned compressors\[[5](https://arxiv.org/html/2607.18265#bib.bib1),[1](https://arxiv.org/html/2607.18265#bib.bib2),[2](https://arxiv.org/html/2607.18265#bib.bib3),[3](https://arxiv.org/html/2607.18265#bib.bib5)\], which motivates our pruning approach\. The control condition performed no compression and passed the full Researcher trace to the Booker agent unchanged\. Three compression methods were then applied to the same Researcher trace\. The first method produced a narrative text summary capped at 250 words\. The second method performed schema\-constrained structured extraction, which transformed the trace into a JSON object that recorded the constraint register, per\-option evaluations and elimination evidence in a normalized format\. Prior work on constrained decoding for structured outputs motivated enforcing output validity when generating structured targets\[[9](https://arxiv.org/html/2607.18265#bib.bib9)\]\. The third method applied embedding\-based pruning, splitting the Researcher trace into sentences and retaining sentences based on cosine similarity in embedding space to the goal and to an elimination\-oriented query, while explicitly preserving identifier and verdict sentences to reduce accidental loss of decision\-critical evidence\. A small threshold sweep was performed during development, and a cosine threshold of 0\.75 was selected for the main study as a stable operating point\.
Compression was implemented as a deterministic middleware layer rather than an additional agent in the relay\. This avoided introducing an extra decision\-maker whose stochastic behavior could confound attribution of errors\. Each run and condition recorded the compressed payload, token usage \(as a proxy for inference cost\), and embedding computations, and the resulting payload became the sole evidence available to the downstream Booker agent\.
### II\-EEvaluation Metrics and Logging
Evaluation combined task\-level correctness with efficiency and representation\-level measurements recorded at the hand\-off\. Feasibility accuracy served as the primary outcome\. Lettgt\_\{g\}denote the Booker agent selection for goalgg\. A run was scored as correct iftg∈Fgt\_\{g\}\\in F\_\{g\}\. WhenFg=∅F\_\{g\}=\\emptyset, the outputNONEfor both identifiers was treated as correct\. Optimal match accuracy served as a secondary metric and was defined as whethertg=tg∗t\_\{g\}=t\_\{g\}^\{\\ast\}\. Alongside this, an optimality gap was computed*conditional on a feasible selection*\(i\.e\.,tg∈Fgt\_\{g\}\\in F\_\{g\}\) asΔg=C\(tg\)−C\(tg∗\)\\Delta\_\{g\}=C\(t\_\{g\}\)\-C\(t\_\{g\}^\{\\ast\}\), whereC\(⋅\)C\(\\cdot\)denotes total trip cost in USD computed from the closed\-world inventory\.Δg\\Delta\_\{g\}is undefined otherwise\.
Compression ratio was defined as the number of tokens in the hand\-off payload divided by the number of tokens in the original Researcher trace\. Token usage was recorded per run, accounting for the Researcher and Booker calls and any additional calls required by the compression method\. Representation drift was measured using cosine similarity in embedding space\. Embeddings were computed usingtext\-embedding\-3\-smallfor the goal text, the Researcher trace, and each compressed payload, and similarities were recorded between the Researcher trace and the compressed payload and between the compressed payload and the goal\. These similarity measures were treated as proxies for representation shift and do not guarantee preservation of numeric thresholds or categorical constraints\.
All runs were logged with the complete Researcher trace, compressed payload, Booker output, token usage, trip\-cost quantities used to computeΔg\\Delta\_\{g\}, and the above metrics\. Logs also included goal identifiers and condition labels\. This enabled paired comparisons across compression methods on the same set of goals and supported failure\-mode analysis at the level of individual constraints\.
## IIIResults
We conducted an empirical comparison of four hand\-off conditions on the London closed\-world benchmark \(N=50 goals\)\. Feasibility accuracy was treated as the primary outcome, with optimal match accuracy and optimality gap as secondary task metrics\. Compression ratio and token usage were reported to characterize efficiency, and embedding\-based similarity diagnostics were used to characterize representation shift\. We report 95% bootstrap confidence intervals \(10,000 resamples over goals\) and use exact McNemar tests for paired comparisons of feasibility outcomes\.
### III\-AOverall Comparison
Table[I](https://arxiv.org/html/2607.18265#S3.T1)reports overall performance across conditions\. Tokens per run is the total token usage per run across the Researcher and Booker calls, including any additional calls required by the compression method\.
TABLE I:Overall performance across four hand\-off conditions \(N=50N\{=\}50goals\): 95% bootstrap CI\.MethodFeasible AccuracyOptimal AccuracyCompression RatioTokens per runControl \(no compression\)0\.88 \[0\.78,0\.96\]0\.70 \[0\.58,0\.82\]1\.0006,727Narrative Summary0\.48 \[0\.34,0\.62\]0\.42 \[0\.28,0\.56\]0\.3337,569JSON Extraction0\.96 \[0\.90,1\.00\]0\.74 \[0\.62,0\.86\]0\.7389,651Embedding Pruning0\.88 \[0\.78,0\.96\]0\.68 \[0\.56,0\.80\]0\.8267,903JSON extraction achieved the highest feasibility accuracy \(0\.96\), followed by the control and embedding pruning \(0\.88 each\), while the 250\-word narrative summary substantially degraded feasibility \(0\.48\)\. Fig\.[2](https://arxiv.org/html/2607.18265#S3.F2)visualizes this feasibility\-compression trade\-off and highlights that JSON attains the highest feasibility while reducing the hand\-off footprint relative to the uncompressed control\. The narrative summary condition produced the most aggressive compression \(ratio 0\.333\) but also the largest feasibility loss, consistent with a bottleneck in which constraint\-critical evidence is omitted\. By contrast, JSON extraction retained a larger payload \(ratio 0\.738\) and improved feasibility relative to the uncompressed trace\. This indicates that a normalized, schema\-constrained hand\-off can reduce downstream error even when it is less compact\.
On optimal match accuracy, JSON extraction again ranked highest \(0\.74\), followed by the control \(0\.70\) and embedding pruning \(0\.68\), with narrative summary lowest \(0\.42\)\.
Table[II](https://arxiv.org/html/2607.18265#S3.T2)reports the optimality gapΔg=C\(tg\)−C\(tg∗\)\\Delta\_\{g\}=C\(t\_\{g\}\)\-C\(t\_\{g\}^\{\\ast\}\)in USD, computed only when the goal is satisfiable and the Booker output is feasible \(tg∈Fgt\_\{g\}\\in F\_\{g\}\), sinceΔg\\Delta\_\{g\}is undefined otherwise\.
Across conditions, mean gaps remain in the tens of dollars, which indicates that many non\-optimal outputs are still feasible but reflect ranking errors among feasible alternatives rather than constraint violations\. Among feasible outputs, JSON extraction attains the lowest mean gap at $15\.12 \[$2\.20, $37\.44\] and the largest feasible sample size \(highestN=41N\{=\}41\), consistent with more reliable selection once feasibility is satisfied\. Narrative summarization has the smallestNN\(N=19N\{=\}19\) and this reflects frequent feasibility failures that prevent gap measurement\.
These results separate*constraint failure*from*ranking error*\. Once feasibility is achieved, the remaining mistakes are typically sub\-optimal choices among feasible alternatives rather than invalid bookings\. This complements the feasibility\-compression trade\-off in Fig\.[2](https://arxiv.org/html/2607.18265#S3.F2), where structured JSON achieves the highest feasibility under context reduction\.
### III\-BFailure Modes
Table[III](https://arxiv.org/html/2607.18265#S3.T3)breaks down errors by type\. Narrative summarization produced the most infeasible outcomes \(26/50\), including frequent false\-NONEdecisions \(8/50\), where the Booker declared no valid plan despite the existence of feasible pairs in the closed\-world inventory\. JSON extraction eliminated false\-NONEin this run \(0/50\) and reduced feasibility failures to 2/50\. This indicates that preserving explicit elimination and constraint evidence in a structured form is critical for downstream feasibility\. Control and embedding pruning exhibited similar feasibility failure counts \(6/50\), but differed in token usage and compression footprint \(Table[I](https://arxiv.org/html/2607.18265#S3.T1)\)\.
Exact McNemar tests on paired per\-goal feasibility outcomes \(feasible\_success\) supported these differences\. Narrative summarization was significantly worse than control, JSON extraction, and embedding pruning \(p<0\.001p<0\.001with Bonferroni correction\), while JSON extraction did not significantly differ from control in this run \(p=0\.2891p=0\.2891\)\.

Figure 2:Feasibility accuracy vs\. compression ratio for the hand\-off representations setting: 95% bootstrap CI over 50 goals\. Lower compression ratio indicates a smaller hand\-off payload relative to the Researcher trace\.TABLE II:Optimality gapΔg\\Delta\_\{g\}\(USD\) for feasible outputs only \(tg∈Fgt\_\{g\}\\in F\_\{g\}\): 95% bootstrap CI\.TABLE III:Failure breakdown by condition \(counts over 50 goals\)\.MethodFeas\. OKOpt\. OKFeas\. Failfalse\-NONEWrong\-pairControl4435639Narrative Summary \(250w\)24212683JSON48372011Embedding Pruning \(τ=0\.75\\tau\{=\}0\.75\)44346410
### III\-CCompression Efficiency and Representation Diagnostics
We also measured embedding\-based fidelity \(cosine similarity between the Researcher trace and the compressed payload\) and goal similarity \(cosine similarity between the compressed payload and the goal\)\. Narrative summarization was most goal\-aligned \(0\.676\) but lowest in fidelity \(0\.669\), whereas embedding pruning had the highest fidelity \(0\.898\) but the lowest goal similarity \(0\.449\); JSON extraction was intermediate \(fidelity 0\.745, goal similarity 0\.514\)\. These diagnostics do not guarantee constraint preservation, but help characterize representation shift and complement the feasibility–compression trade\-off shown in Fig\.[2](https://arxiv.org/html/2607.18265#S3.F2)\.
## IVDiscussion and Analysis
Observed performance differences reflected how each hand\-off representation supported downstream verification under a limited\-capacity decision model\. In the small\-model relay setting, the bottleneck is more pronounced because the Booker agent depends entirely on the hand\-off payload and is less able to recover from missing or noisy evidence\. Structured extraction achieved the highest feasibility \(0\.96\), narrative summarization produced the lowest feasibility \(0\.48\), and embedding pruning matched the uncompressed control on feasibility \(0\.88\), which suggests that payload length alone did not determine downstream reliability\. This is consistent with the view that agent reliability often depends on externalized infrastructure and harness design rather than model capability alone\[[13](https://arxiv.org/html/2607.18265#bib.bib13)\]\. Fig\.[2](https://arxiv.org/html/2607.18265#S3.F2)highlights this non\-monotonic relationship: structured JSON achieves higher feasibility than the control despite a lower compression ratio, while embedding pruning clusters near the control in both feasibility and ratio\. From an efficiency standpoint, the gain in feasibility under JSON comes at a higher token budget than the control \(Table[I](https://arxiv.org/html/2607.18265#S3.T1)\), likely because schema\-guided outputs introduce structural overhead \(keys and repeated fields\) even as they improve verifiability\. In contrast, embedding pruning avoids an additional generative compression call and largely preserves original evidence, which enables control\-level feasibility with a moderate token footprint\.
### IV\-AWhy Structured Extraction Outperformed the Uncompressed Trace
JSON extraction produced the highest feasibility accuracy \(0\.96\) even though the payload was not the smallest\. This suggests that explicit structure and normalized evidence can matter more than raw context volume under the relay protocol\. The uncompressed trace contains extensive narrative content and local calculations, which may increase the chance that a small downstream model misses key disqualifying details or fails to assemble viable combinations\[[4](https://arxiv.org/html/2607.18265#bib.bib6),[6](https://arxiv.org/html/2607.18265#bib.bib4)\]\. Schema\-constrained extraction reduces this burden by presenting constraints and per\-option evaluations in a normalized format, which improves verifiability\. This interpretation is consistent with the elimination of false\-NONEoutputs under JSON extraction in this run \(0/50\), compared to 3/50 under the uncompressed control\.
### IV\-BNarrative Summarization and Evidence Loss Under Tight Constraints
Narrative summarization achieved the smallest hand\-off payload \(compression ratio 0\.333\), yet it produced the lowest feasibility accuracy \(0\.48\) and the highest rate of false\-NONE\(8/50\)\. The failure breakdown suggests that the summarizer often removed constraint\-critical details needed for strict verification, such as exact prices, distance values, or elimination evidence that distinguishes near\-miss options\. Goal similarity remained relatively high under summarization, which implies that semantic alignment alone does not guarantee retention of numerical or categorical facts\. The feasibility failures therefore appear consistent with a compression regime that preserves intent while discarding details required for closed\-world constraint checking\.
### IV\-CEmbedding\-Based Pruning as a Token\-Efficient Baseline
Embedding pruning matched the control condition on feasibility accuracy \(0\.88\) while avoiding an additional generative compression call\. Fidelity to the Researcher trace remained highest under pruning, which reflects retention of original sentences rather than rephrased summaries\. Lower goal similarity under pruning suggests the retained content is not necessarily goal\-focused; however, feasibility remained competitive and this shows that literal preservation of evidence can be sufficient when enough disqualifying statements survive the filter\. The remaining false\-NONEcases under pruning \(4/50\) highlight sensitivity to thresholding when elimination evidence is sparse\.
### IV\-DLimitations and Implications
The study used a closed\-world inventory and a fixed task structure, which enabled exact labeling but limited the scope of generalization to open\-world retrieval settings\. Model capacity also influenced outcomes\. Both agents use a small model configuration, which likely amplified differences that could be smaller under stronger downstream models\. Practical agent pipelines often mix model sizes, so the observed improvement of structured extraction over the uncompressed trace suggested a useful design implication that smaller decision models may benefit from normalized hand\-offs even when raw context is available\.
## VConclusion
This paper evaluated state compression at a single hand\-off bottleneck in a closed\-world two\-agent travel\-planning relay\. A fixed inventory of hotels and flights enabled exact ground\-truth labeling of feasible and optimal hotel–flight pairs, which allowed objective comparison of hand\-off representations under strict numeric and categorical constraints\. Results show that representation choice at the hand\-off substantially influenced downstream reliability under a small decision model\. Schema\-constrained JSON extraction achieved the highest feasibility accuracy \(0\.96\) and eliminated false\-NONEoutcomes in this setting, while narrative summarization, despite producing the smallest hand\-off payload, substantially degraded feasibility \(0\.48\) and increased false\-NONEdecisions\. Embedding\-based pruning matched the uncompressed control on feasibility \(0\.88\) without an additional generative compression call\. Selective preservation of original evidence provides a competitive baseline in this setting\.
These findings show that compression should not be treated as a length reduction step alone\. Constraint verification benefited from hand\-off formats that retained explicit, auditable evidence, even when the resulting payload was not the smallest\.
## VIFuture Areas of Research
Future work will further evaluate mixed\-model relays, larger inventories, and additional task families to test how these trade\-offs scale with candidate set size and more open\-ended goals\.
### VI\-AMixed\-model relays
We plan to vary the Researcher and Booker model capacities independently to measure how hand\-off formats interact with downstream capability and whether structured hand\-offs remain advantageous when the Booker is stronger\.
### VI\-BLong\-context scaling and robustness
Exploring how hand\-off representations behave as the upstream trace grows \(longer inventories, more constraints, and longer audits\)\. This includes regimes where long\-context models exhibit retrieval and attention failures in extended inputs\. This would quantify whether structured hand\-offs continue to outperform raw traces as context length increases, and whether compression can mitigate long\-context degradation\.
### VI\-CTask generality
Evaluating additional closed\-world decision tasks with strict numeric and categorical constraints \(e\.g\., scheduling and resource allocation\) to test whether the observed feasibility\-compression trade\-offs persist across domains and constraint structures\.
## References
- \[1\]H\. Jiang, Q\. Wu, C\. Lin, Y\. Yang, and L\. Qiu\(2023\)LLMLingua: compressing prompts for accelerated inference of large language models\.Association for Computational Linguistics\.External Links:[Link](https://aclanthology.org/2023.emnlp-main.825/)Cited by:[§I](https://arxiv.org/html/2607.18265#S1.p1.1),[§II\-D](https://arxiv.org/html/2607.18265#S2.SS4.p1.1)\.
- \[2\]H\. Jiang, Q\. Wu, X\. Luo, D\. Li, C\. Lin, Y\. Yang, and L\. Qiu\(2024\)LongLLMLingua: accelerating and enhancing LLMs in long context scenarios via prompt compression\.Association for Computational Linguistics\.External Links:[Link](https://aclanthology.org/2024.acl-long.91/)Cited by:[§I](https://arxiv.org/html/2607.18265#S1.p1.1),[§II\-D](https://arxiv.org/html/2607.18265#S2.SS4.p1.1)\.
- \[3\]M\. Kanget al\.\(2025\)ACON: optimizing context compression for long\-horizon LLM agents\.External Links:[Link](https://arxiv.org/abs/2510.00615)Cited by:[§I](https://arxiv.org/html/2607.18265#S1.p1.1),[§I](https://arxiv.org/html/2607.18265#S1.p3.1),[§II\-D](https://arxiv.org/html/2607.18265#S2.SS4.p1.1)\.
- \[4\]T\. Li, G\. Zhang, Q\. D\. Do, X\. Yue, and W\. Chen\(2024\)Long\-context llms struggle with long in\-context learning\.External Links:2404\.02060,[Link](https://arxiv.org/abs/2404.02060)Cited by:[§IV\-A](https://arxiv.org/html/2607.18265#S4.SS1.p1.1)\.
- \[5\]Y\. Li, B\. Dong, C\. Lin, and F\. Guerin\(2023\)Compressing context to enhance inference efficiency of large language models\.Association for Computational Linguistics\.External Links:[Link](https://aclanthology.org/2023.emnlp-main.391/)Cited by:[§I](https://arxiv.org/html/2607.18265#S1.p1.1),[§II\-D](https://arxiv.org/html/2607.18265#S2.SS4.p1.1)\.
- \[6\]N\. F\. Liu, K\. Lin, J\. Hewitt, A\. Paranjape, M\. Bevilacqua, F\. Petroni, and P\. Liang\(2024\)Lost in the middle: how language models use long contexts\.Vol\.12\.External Links:[Document](https://dx.doi.org/10.1162/tacl%5Fa%5F00638),[Link](https://aclanthology.org/2024.tacl-1.9/)Cited by:[§I](https://arxiv.org/html/2607.18265#S1.p2.1),[§IV\-A](https://arxiv.org/html/2607.18265#S4.SS1.p1.1)\.
- \[7\]Microsoft\(2025\)Azure OpenAI Service documentation\.Note:[https://learn\.microsoft\.com/azure/ai\-services/openai/](https://learn.microsoft.com/azure/ai-services/openai/)Model used: gpt\-4\.1\-nano \(Azure OpenAI\)External Links:[Link](https://learn.microsoft.com/azure/ai-services/openai/)Cited by:[§II\-C](https://arxiv.org/html/2607.18265#S2.SS3.p1.1)\.
- \[8\]Microsoft\(2025\)Azure OpenAI Service documentation\.Note:[https://learn\.microsoft\.com/azure/ai\-services/openai/](https://learn.microsoft.com/azure/ai-services/openai/)Embedding model used: text\-embedding\-3\-small \(Azure OpenAI\)External Links:[Link](https://learn.microsoft.com/azure/ai-services/openai/)Cited by:[§II\-C](https://arxiv.org/html/2607.18265#S2.SS3.p1.1)\.
- \[9\]T\. Scholak, N\. Schucher, and D\. Bahdanau\(2021\)PICARD: parsing incrementally for constrained auto\-regressive decoding from language models\.Association for Computational Linguistics\.External Links:[Document](https://dx.doi.org/10.18653/v1/2021.emnlp-main.779),[Link](https://aclanthology.org/2021.emnlp-main.779/)Cited by:[§II\-D](https://arxiv.org/html/2607.18265#S2.SS4.p1.1)\.
- \[10\]A\. Sharma, S\. E\. John, F\. R\. Nikroo, K\. Bhatt, M\. Zambre, and A\. Wikhe\(2024\)Mitigating hallucination with zerog: an advanced knowledge management engine\.External Links:2411\.05936,[Link](https://arxiv.org/abs/2411.05936)Cited by:[§II\-C](https://arxiv.org/html/2607.18265#S2.SS3.p2.1)\.
- \[11\]Y\. Wu, T\. Lin, Y\. Zhou, F\. Zhang, Q\. Guo, X\. Zhou, S\. Wang, X\. Liu, Y\. Ma, and Y\. Fang\(2026\-04\)Memory in the llm era: modular architectures and strategies in a unified framework \[experiment, analysis & benchmark\]\.Note:arXiv:2604\.01707v1, arXiv\.org perpetual non\-exclusive licenseExternal Links:2604\.01707,[Link](https://arxiv.org/abs/2604.01707)Cited by:[§I](https://arxiv.org/html/2607.18265#S1.p1.1)\.
- \[12\]J\. Zhang, C\. Zhang, S\. Chen, Z\. Huang, P\. Zheng, Z\. Wang, P\. Guo, F\. Mo, S\. Bae, J\. Zou, J\. Wei, and Y\. Yang\(2026\)Lightweight LLM agent memory with small language models\.Note:to be publishedExternal Links:2604\.07798,[Link](https://arxiv.org/html/2604.07798)Cited by:[§I](https://arxiv.org/html/2607.18265#S1.p1.1)\.
- \[13\]C\. Zhou, H\. Chai, W\. Chen, Z\. Guo, R\. Shan, Y\. Song, T\. Xu, Y\. Yang, A\. Yu, W\. Zhang, C\. Zheng, J\. Zhu, Z\. Zheng, Z\. Zhang, X\. Lou, C\. Zhang, Z\. Fu, J\. Wang, W\. Liu, J\. Lin, and W\. Zhang\(2026\)Externalization in llm agents: a unified review of memory, skills, protocols and harness engineering\.External Links:2604\.08224,[Link](https://arxiv.org/abs/2604.08224)Cited by:[§IV](https://arxiv.org/html/2607.18265#S4.p1.1)\.Similar Articles
What to Keep, What to Forget: A Rate--Distortion View of Memory Compaction in LLMs and Agents
This paper unifies memory compaction techniques across LLMs and agents under a rate-distortion framework, proposing a taxonomy and benchmark for evaluating compression across different layers.
Context Compression Is Not One Thing: Readable Symbolic Re-expression vs. Coherent Summary at Matched Budget
This paper proposes Telegraph English, a readable symbolic format for context compression that outperforms matched-budget baselines on multi-hop QA datasets, preserving entity content more densely.
Deterministic folding for LLM agents: continuity without LLM compaction
Context Warp Drive is an open-source library for LLM agents that uses deterministic folding to manage long context windows without LLM-based summarization, enabling efficient, cache-friendly agent continuity.
When LLMs Develop Languages: Symbolic Communication for Efficient Multi-Agent Reasoning
This paper introduces Communicative Language Symbolism Routing (CLSR), where multiple LLM agents autonomously invent and evolve compact symbolic languages for reasoning, achieving 3-6x token reduction over chain-of-thought while maintaining accuracy.
AGORA: Adapter-Grounded Observation-Action Retention for Inference-Free Prompt Compression in LLM Agents
AGORA introduces an inference-free step-level prompt compressor for LLM agents that avoids the 'action-grammar destruction' failure mode of token-level compressors. It retains ≥75% uncompressed performance in 8 of 9 environments across backbones, using a structural parser, an always-keep floor, and a learned relevance scorer.