LANTERN: Layered Archival and Temporal Episodic Retrieval Network for Long-Context LLM Conversations Researchers have developed LANTERN, a lightweight memory layer that recovers facts lost when large language models compress long conversations, achieving 78.3% recovery of verifiable facts without requiring any LLM calls. The system outperformed a faithful reimplementation of MemGPT's LLM-driven pipeline (72.4%) across 94 real multi-turn conversations with 1,894 human-validated facts, while adding fewer than 25 milliseconds of latency per turn. When four production LLMs used LANTERN-restored context to answer fact-based questions, accuracy improved by an average of 8.4 percentage points, demonstrating the recovered context's utility across diverse model architectures. arXiv:2606.05182v1 Announce Type: new Abstract: Large language models discard critical details when conversation history is compacted to fit within finite context windows. We present LANTERN Layered Archival aNd Temporal Episodic Retrieval Network , a lightweight memory layer that proactively archives every conversation turn and restores relevant details after compaction via hybrid retrieval -- requiring zero LLM calls and adding fewer than 25ms of latency per turn. On 94 real multi-turn conversations 1,894 ground-truth facts, human-validated at kappa=0.81 , LANTERN-Rerank recovers 78.3% of verifiable facts lost to compaction, significantly outperforming a faithful reimplementation of MemGPT's LLM-driven extraction and multi-query search pipeline 72.4%; Wilcoxon p<0.0001, 95% CI +3.1, +8.6 pp, d=0.43 at a fraction of the inference cost. Even without the reranker, base LANTERN matches or exceeds this LLM-driven baseline p=0.005 using zero LLM calls. When four production LLMs answer fact-bearing questions using LANTERN-restored context, accuracy improves by 8.4 percentage points on average Wilcoxon p<0.05 for each model individually , demonstrating that the recovered context is useful across diverse model architectures. We release the full evaluation framework -- paired significance tests, failure analysis, fact-type stratification, and compaction robustness analysis -- to support reproducibility and future work.