Amazon paper: an agent training recipe compresses to 16 tokens, breaks at 8

RunAI_Coder · reddit · 2026-09-16

A breakdown of an Amazon Responsible AI paper with a clever setup: one Claude Opus agent hill-climbs an ML task on a validation set; a second compresses the strategy into 32 tokens; a third, memoryless agent must reproduce it from the note alone.

Key findings:

The author extends this to agent compaction: summaries lose the condition on decisions first ("use the legacy parser until migration lands" → "use the legacy parser"), and the condition is the non-default part. His takeaway: write notes containing only choices a clean checkout wouldn't make, with reason and expiry date. Caveats: the paper's tasks have one number and a validation oracle; coding has neither, and the compressor got four audit rounds a real summarizer doesn't get.

Original post →

More from coding & agent

coding & agent channel →