Skip to content
LDS history archive · RC-001Source-led research edition

The history of RAG, AI memory, and context engineering How models learned to find, carry, and remember the right evidence.

Modern RAG has a 2020 name and a much older family tree. Follow the trail from statistical document search and relevance feedback to dense retrieval, grounded generation, long context, persistent memory, and agents that decide what to look up next.

Every record links to an original paper, book, proceedings archive, benchmark, specification, or official technical account. Research findings, product releases, and vendor-reported results are labeled separately.

Browse the sources

Archive navigator

Follow the evidence path across eight decades.

Drag or use arrow keys
01 / 72The memex frames knowledge work as associative retrieval
72 researched records96 research sources6 eras19452026 research span
Published
Last updated
Research and curation
Let's Data Science

The researched chronology

RAG did not begin with a vector database or a chatbot.

Information retrieval supplied ranking, relevance judgments, and shared evaluation. Neural models supplied learned representations, readers, and trainable memory. The 2020 RAG paper gave a specific retrieval-conditioned generator a memorable name. The systems that followed added query transformation, hybrid search, reranking, citations, evaluation, graph structure, longer windows, memory policies, and iterative agents. Context engineering now asks the larger operational question: which information, tools, instructions, and history should occupy a model's limited attention at each step?

  1. Record 01 · External memory and hypertextPublished July 1945

    The memex frames knowledge work as associative retrieval

    What changed

    Bush imagined a personal machine that would store books, records, and communications, then let its owner connect them through associative trails. The proposal treated external records as a working extension of human memory rather than a static archive.

    Why it lasted

    The memex supplied a durable conceptual ancestor for linked information, personal knowledge systems, and retrieval used to assemble context.

    People behind the record
    The retrieval path

    A trail through records could extend a person's memory.

  2. Record 02 · Mechanized information retrievalPresented March 1950; issued as Technical Bulletin No. 48

    Information retrieval becomes a named machine problem

    What changed

    Mooers used the term information retrieval for the machine-assisted selection of relevant recorded information. His technical bulletin treated indexing, coding, and selection as an engineering problem separate from conventional library classification.

    Why it lasted

    The paper gave a lasting name and technical boundary to the field that would later supply the retrieval half of RAG.

    People behind the record
    The retrieval path

    Finding relevant records became its own computational field.

  3. Record 03 · Statistical text retrievalPublished October 1957; IBM report dated January 25, 1957

    Word statistics begin to drive automatic search

    What changed

    Luhn proposed using the frequency and distribution of words to encode documents and guide machine searching. His design reduced the need for every useful search feature to be assigned by a human indexer.

    Why it lasted

    The work is a direct precursor to automatic term weighting, keyword extraction, and statistical document ranking.

    People behind the record
    The retrieval path

    A document's own word counts became retrieval signals.

  4. Record 04 · Probabilistic information retrievalPublished July 1960

    Relevance becomes a probability rather than a yes-or-no match

    What changed

    Maron and Kuhns represented an index term through the probability that documents assigned that term would satisfy an information need. Their system could rank documents by estimated relevance instead of returning only exact Boolean matches.

    Why it lasted

    The paper is one of the first published probabilistic retrieval models and an early defense of ranked results.

    People behind the record
    The retrieval path

    Search results acquired an estimated chance of relevance.

  5. Record 05 · Retrieval evaluationFinal Cranfield I report published 1962

    Cranfield makes retrieval systems testable against shared judgments

    What changed

    The Cranfield experiments compared indexing systems against a fixed document collection, search questions, relevance judgments, and effectiveness measurements. This experimental arrangement made retrieval claims repeatable rather than anecdotal.

    Why it lasted

    Modern IR test collections, TREC tracks, and dense-retrieval leaderboards inherit Cranfield's basic evaluation structure.

    People behind the record
    The retrieval path

    Retrieval quality became a measured result on shared evidence.

  6. Record 06 · Interactive information retrievalCanonical chapter published 1971; thesis work completed 1966

    Relevance feedback rewrites the query from user judgments

    What changed

    Rocchio updated a query vector by moving it toward documents judged relevant and away from documents judged nonrelevant. The method turned user feedback into an explicit transformation of the next retrieval request.

    Why it lasted

    The algorithm became the canonical relevance-feedback method and influenced query expansion, interactive retrieval, and later learned ranking.

    People behind the record
    The retrieval path

    The next query learned from the documents a user accepted.

  7. Record 07 · Statistical term weightingPublished January 1972

    Rare terms receive more weight through inverse document frequency

    What changed

    Sparck Jones argued that a term occurring in fewer documents should carry greater discriminatory weight in retrieval. Her experiments connected collection frequency to search effectiveness and supplied the inverse-document-frequency principle.

    Why it lasted

    IDF became a core component of TF-IDF, probabilistic ranking, and the lexical baselines still paired with or compared against dense retrieval.

    People behind the record
    The retrieval path

    A rare word counted for more than a common one.

  8. Record 08 · Vector-space information retrievalPublished November 1975

    Queries and documents meet in one weighted vector space

    What changed

    Salton, Wong, and Yang represented stored documents and incoming search requests as weighted vectors in a common term space. Similarity in that space supported graded ranking rather than exact symbolic matching alone.

    Why it lasted

    Shared vector representation and similarity search remain structural foundations of both classical information retrieval and embedding-based retrieval.

    People behind the record
    The retrieval path

    A query found documents by geometric proximity.

  9. Record 09 · Probabilistic information retrievalPublished May/June 1976

    Probabilistic relevance weighting points toward BM25

    What changed

    Robertson and Sparck Jones derived term weights from a probabilistic theory of relevance and tested them on retrieval collections. Their relevance odds became the basis of the Robertson-Sparck Jones weight.

    Why it lasted

    The theory is a direct ancestor of the Okapi ranking work and the BM25 baseline used throughout modern retrieval research.

    People behind the record
    The retrieval path

    A term's weight depended on how it separated relevant records.

  10. Record 10 · Neural associative memoryPublished April 1982

    A recurrent network retrieves memories as stable attractors

    What changed

    Hopfield described a recurrent neural network whose dynamics settle into stable energy minima representing stored patterns. A partial or corrupted cue could recover a complete pattern through content-addressable recall.

    Why it lasted

    The paper gave neural memory an influential energy-based formulation and linked retrieval by content to recurrent computation.

    People behind the record
    The retrieval path

    A noisy cue could retrieve a complete stored pattern.

  11. Record 11 · Latent semantic indexingPublished September 1990

    Latent semantic analysis retrieves through a reduced concept space

    What changed

    Latent semantic analysis applied singular-value decomposition to a term-document matrix and represented terms, documents, and queries in a lower-dimensional space. Retrieval could therefore bridge some vocabulary differences without requiring exact term overlap.

    Why it lasted

    LSA formed a major bridge from lexical matching to dense semantic representations and similarity search.

    People behind the record
    The retrieval path

    A compressed concept space connected different words with related use.

  12. Record 12 · Retrieval benchmarksConference held November 4-6, 1992

    TREC gives retrieval research a shared large-scale proving ground

    What changed

    TREC-1 brought 25 research groups to common document collections, topics, relevance judgments, and evaluation measures. Its roughly two-gigabyte test collection pushed comparative retrieval experiments beyond many earlier laboratory datasets.

    Why it lasted

    TREC institutionalized shared evaluation and made progress across retrieval systems easier to reproduce and compare.

    People behind the record
    The retrieval path

    Many retrieval systems faced the same documents and judgments.

  13. Record 13 · Probabilistic rankingTREC-3 held November 2-4, 1994; proceedings published 1995

    Okapi BM25 balances term evidence with document length

    What changed

    The Okapi team reported a probabilistic ranking function with term-frequency saturation, document-length normalization, and collection statistics. Its TREC-3 form is a canonical early published version of what became known as BM25.

    Why it lasted

    BM25 became the durable sparse-retrieval baseline against which neural rerankers and dense retrievers are still evaluated.

    People behind the record
    The retrieval path

    Repeated terms helped, but with limits and length correction.

  14. Record 14 · Web searchPresented at WWW7, April 14-18, 1998

    Google combines text, links, anchor context, and PageRank

    What changed

    Brin and Page described a web search prototype that combined full-text indexing, anchor text, link structure, proximity, and PageRank. The system treated relationships among pages as evidence alongside the words on each page.

    Why it lasted

    Large-scale web retrieval became an evidence-ranking problem over both content and the structure connecting sources.

    People behind the record
    The retrieval path

    A page's links and anchor text became retrieval context.

  15. Record 15 · Language modeling for retrievalPresented at SIGIR, August 24-28, 1998

    Document language models rank by the probability of a query

    What changed

    Ponte and Croft estimated a language model for each document and ranked documents by the probability that each model would generate the query. This reframed retrieval as probabilistic language generation rather than vector similarity alone.

    Why it lasted

    The work opened the modern language-modeling family of information retrieval and anticipated later generative relevance scoring.

    People behind the record
    The retrieval path

    A useful document was one likely to have produced the query.

  16. Record 16 · Open-domain question answeringConference held November 17-19, 1999

    TREC evaluates systems that return answers, not just documents

    What changed

    TREC-8 introduced a shared evaluation in which systems returned short answer strings or snippets instead of ranked document lists. The first track used 200 factoid questions and judged both 50-byte and 250-byte responses.

    Why it lasted

    The track connected document retrieval to answer extraction and gave open-domain question answering a reusable evaluation framework.

    People behind the record
    The retrieval path

    Retrieval was judged by the answer it could surface.

  17. Record 17 · Neural language modelingPublished February 2003; submitted April 2002

    A neural language model learns word vectors and probability together

    What changed

    Bengio and colleagues trained a feed-forward network to learn a vector for each word and a probability distribution for the next word at the same time. Similar words could share statistical strength even when an exact sequence had not appeared in training.

    Why it lasted

    The paper joined embeddings, neural probability estimation, and next-word prediction in a scalable recipe that became a direct ancestor of pretrained language models.

    People behind the record
    The retrieval path

    Learned word coordinates shared evidence across unseen sentences.

  18. Record 18 · Evidence-based question answeringPublished online July 28, 2010

    DeepQA assembles answers from retrieved and scored evidence

    What changed

    DeepQA analyzed a question, searched many sources, generated candidate answers, scored supporting and opposing evidence, and estimated confidence. The system separated evidence gathering from answer selection while combining many symbolic and statistical components.

    Why it lasted

    Its retrieve, propose, score, and calibrate pipeline is an important ancestor of evidence-grounded answering systems.

    People behind the record
    The retrieval path

    An answer earned confidence from many pieces of retrieved evidence.

  19. Record 19 · Distributed word representationsPreprint posted January 16, 2013; presented at ICLR 2013

    word2vec makes useful semantic coordinates cheap to learn

    What changed

    The word2vec work introduced efficient continuous-bag-of-words and skip-gram architectures for learning word vectors from very large corpora. The learned coordinates exposed useful syntactic and semantic regularities without a labeled dictionary.

    Why it lasted

    Embeddings became standard reusable artifacts and made dense semantic similarity practical for a broad engineering audience.

    People behind the record
    The retrieval path

    Words acquired reusable coordinates from the company they kept.

  20. Record 20 · Neural information retrievalPresented at CIKM, October 27-November 1, 2013

    DSSM learns one dense semantic space for queries and documents

    What changed

    DSSM learned neural projections of queries and documents into a common low-dimensional semantic space using search clickthrough data. Cosine similarity in that space supplied a learned relevance signal beyond exact word overlap.

    Why it lasted

    The paper is a major dense-retrieval precursor and an early industrial demonstration of neural semantic matching for web search.

    People behind the record
    The retrieval path

    Clicks trained queries and documents to meet in one dense space.

  21. Record 21 · Neural attentionPreprint posted September 1, 2014; published at ICLR 2015

    Soft attention selects the source context needed for each output

    What changed

    The model learned a soft weight over encoder states for every generated output word, letting the decoder choose which source positions mattered at that step. It removed the requirement that an entire source sentence be compressed into one fixed vector.

    Why it lasted

    Differentiable attention became a core mechanism for selecting and composing context in later memory, retrieval, and language models.

    People behind the record
    The retrieval path

    Each generated token selected the source states it needed.

  22. Record 22 · External neural memoryPreprint posted October 15, 2014; published at ICLR 2015

    Memory Networks answer questions through an explicit knowledge store

    What changed

    Memory Networks combined a readable and writable long-term memory with learned components that selected supporting facts and produced answers. The architecture framed question answering as inference over an explicit, dynamically updated knowledge store.

    Why it lasted

    The work directly joined retrieval from external memory with learned reasoning and answer production.

    People behind the record
    The retrieval path

    A question triggered a learned search through stored facts.

  23. Record 23 · Differentiable memoryPreprint posted October 20, 2014

    A neural controller learns differentiable reads and writes

    What changed

    Neural Turing Machines coupled a neural controller to an external memory matrix with differentiable read and write operations. The models learned synthetic tasks including copying, sorting, and associative recall from examples.

    Why it lasted

    The work demonstrated trainable content-based and location-based access to an external neural memory.

    People behind the record
    The retrieval path

    A network learned where to read and write its working memory.

  24. Record 24 · Differentiable question answeringPublished at NeurIPS, December 2015

    Memory lookup becomes a multi-hop end-to-end learning problem

    What changed

    The model used recurrent attention over an external memory and repeated the lookup across multiple inference hops. Its components could be optimized jointly from input-output examples with less supporting-fact supervision than the original Memory Networks.

    Why it lasted

    The paper made multi-hop differentiable memory access a cleaner end-to-end learning problem.

    People behind the record
    The retrieval path

    One memory lookup could guide the next lookup.

  25. Record 25 · Approximate nearest-neighbor indexingPreprint posted March 30, 2016; journal version published 2020

    HNSW organizes vector search into a navigable hierarchy

    What changed

    Malkov and Yashunin arranged proximity graphs in layers, using sparse upper layers for coarse navigation and denser lower layers for a more precise search. Their experiments reported strong recall and search-speed tradeoffs across several high-dimensional datasets.

    Why it lasted

    HNSW became an important indexing method for vector search systems that need to retrieve semantically similar items from large collections.

    People behind the record
    The retrieval path

    A layered graph made large vector collections faster to navigate.

  26. Record 26 · Transformer architecturePreprint posted June 12, 2017; published at NeurIPS 2017

    The Transformer makes attention the main context engine

    What changed

    The Transformer replaced recurrence with multi-head self-attention and position-aware feed-forward processing. Each token could build its representation by directly weighting other tokens in the available context.

    Why it lasted

    Transformers became the shared substrate for contextual encoders, dense retrievers, rerankers, long-context models, and generative RAG systems.

    People behind the record
    The retrieval path

    Every token could choose which other tokens shaped its context.

  27. Record 27 · Open-domain question answeringPreprint posted March 31, 2017; published at ACL, July 30-August 4, 2017

    DrQA retrieves Wikipedia first, then reads for an answer

    What changed

    DrQA combined a Wikipedia document retriever based on hashed bigram TF-IDF with a neural reader that extracted answer spans. It evaluated the full retrieve-then-read pipeline across several open-domain question-answering datasets.

    Why it lasted

    DrQA is one of the clearest immediate architectural precursors to RAG: retrieve evidence first, then use a learned model to answer from it.

    People behind the record
    The retrieval path

    A fast retriever narrowed Wikipedia before a reader answered.

  28. Record 28 · Contextual language representationsPreprint posted October 11, 2018; published at NAACL 2019

    BERT turns bidirectional context into a reusable language encoder

    What changed

    BERT pretrained a deep bidirectional Transformer encoder with masked-token prediction and a next-sentence objective, then fine-tuned the same representation for downstream tasks. It produced strongly contextual token and sequence representations that were easy to adapt.

    Why it lasted

    BERT made powerful neural reading, cross-encoder relevance scoring, and later dense-retriever initialization broadly practical.

    People behind the record
    The retrieval path

    One pretrained encoder supplied context-sensitive features to many tasks.

  29. Record 29 · Neural information retrievalPreprint posted January 13, 2019

    BERT reranks passages by reading each query-passage pair together

    What changed

    The authors fine-tuned BERT as a cross-encoder that jointly read a query and candidate passage before predicting relevance. The approach produced large gains on TREC-CAR and MS MARCO passage ranking.

    Why it lasted

    The study made BERT cross-encoding a strong second-stage neural reranker within the established retrieve-then-rerank pattern.

    People behind the record
    The retrieval path

    A contextual encoder reconsidered the candidates a fast retriever found.

  30. Record 30 · Long-context language modelingPreprint posted January 9, 2019; published at ACL, July 28-August 2, 2019

    Transformer-XL carries hidden context across segment boundaries

    What changed

    Transformer-XL cached hidden states from previous segments and reused them through a segment-level recurrence mechanism. This extended usable context beyond a fixed training window and reduced fragmentation at segment boundaries.

    Why it lasted

    The paper is a key milestone in managing longer model context before today's long-context and context-engineering systems.

    People behind the record
    The retrieval path

    A new segment could reuse hidden context from the one before it.

  31. Record 31 · Learned dense retrievalPreprint posted June 1, 2019; published at ACL, July 28-August 2, 2019

    ORQA learns open-corpus retrieval from question-answer pairs

    What changed

    ORQA jointly learned a retriever and reader from question-answer strings while treating supporting Wikipedia evidence as a latent variable. An inverse-cloze pretraining task gave the retriever a usable starting point without labeled question-passage pairs.

    Why it lasted

    The system is a direct precursor to DPR, REALM, and RAG-era dense retrieval because it learned open-corpus evidence selection for question answering.

    People behind the record
    The retrieval path

    Question answering began to train the retriever that found its evidence.

  32. Record 32 · Retrieval-augmented language modelingPreprint posted November 1, 2019; published at ICLR 2020

    kNN-LM retrieves training examples while predicting the next token

    What changed

    kNN-LM stored training-set contexts and their next tokens in a datastore keyed by a pretrained language model's hidden representations. At inference time, it retrieved nearby contexts and interpolated their token distribution with the model's own prediction.

    Why it lasted

    The study showed that a fixed language model could gain factual and rare-pattern coverage from an external datastore without retraining its parameters.

    People behind the record
    The retrieval path

    Next-token prediction could consult similar examples from outside the model.

  33. Record 33 · Retrieval-augmented language-model pretrainingPreprint: February 10, 2020

    REALM learns to retrieve while it learns language

    What changed

    REALM treated document retrieval as a latent step during language-model pretraining, fine-tuning, and inference. Its retriever searched millions of documents so factual knowledge could remain outside the model parameters.

    Why it lasted

    It made a learned external index part of pretraining and supplied a direct technical precursor to RAG.

    People behind the record
    The retrieval path

    The model learned where to look while learning what to predict.

  34. Record 34 · Dense information retrievalPreprint: April 10, 2020

    Dense Passage Retrieval turns questions and passages into matching vectors

    What changed

    DPR trained separate question and passage encoders so relevant passages could be found with vector similarity. On its tested question-answering datasets, it raised top-20 retrieval accuracy by 9 to 19 percentage points over a strong BM25 baseline.

    Why it lasted

    The dual-encoder design became a standard retriever in early RAG pipelines because documents could be encoded before a query arrived.

    People behind the record
    The retrieval path

    Dense vectors made semantic passage lookup fast enough to sit before generation.

  35. Record 35 · Neural information retrievalPreprint: April 27, 2020

    ColBERT preserves token-level evidence through late interaction

    What changed

    ColBERT encoded queries and documents independently but retained one embedding per token for a late interaction scoring step. The design recovered fine-grained matching signals without running a full cross-encoder over every candidate document.

    Why it lasted

    It established a practical middle ground between efficient single-vector retrieval and expensive all-token reranking.

    People behind the record
    The retrieval path

    Retrieval kept token detail without giving up precomputed document representations.

  36. Record 36 · Retrieval-augmented generationPreprint: May 22, 2020

    Retrieval-Augmented Generation gives a name to the architecture

    What changed

    RAG combined a sequence-to-sequence generator's parametric memory with passages retrieved from a dense Wikipedia index. RAG-Sequence reused one passage set for an output, while RAG-Token allowed the latent passage to vary by generated token.

    Why it lasted

    The paper named and formalized the architecture that became the reference point for retrieval-grounded language applications.

    People behind the record
    The retrieval path

    Generation gained a retrievable, inspectable store outside its parameters.

  37. Record 37 · Open-domain question answeringPreprint: July 2, 2020

    Fusion-in-Decoder learns across many retrieved passages

    What changed

    Fusion-in-Decoder encoded each retrieved passage separately and joined their representations in the decoder. Its question-answering performance improved as the model received more passages, showing a scalable alternative to concatenating them into one encoder input.

    Why it lasted

    FiD became a durable baseline for turning a set of retrieved passages into one evidence-aware answer.

    People behind the record
    The retrieval path

    The decoder became the meeting place for evidence retrieved from many passages.

  38. Record 38 · Knowledge-intensive language evaluationPreprint: September 4, 2020

    KILT evaluates answers and their provenance on one knowledge source

    What changed

    KILT mapped question answering, fact checking, slot filling, entity linking, and dialogue tasks to one Wikipedia snapshot. It measured both the task output and the provenance passages used to support that output.

    Why it lasted

    The benchmark made evidence retrieval a first-class part of evaluating knowledge-intensive language systems.

    People behind the record
    The retrieval path

    An answer and the source behind it entered the same scorecard.

  39. Record 39 · Information-retrieval benchmarkingPreprint: April 17, 2021

    BEIR exposes how uneven zero-shot retrieval can be

    What changed

    BEIR compared lexical, sparse, dense, late-interaction, and reranking systems across 18 retrieval datasets. BM25 remained unusually robust, while late-interaction and reranking approaches achieved stronger averages at higher computational cost.

    Why it lasted

    It made cross-domain retrieval evaluation harder to reduce to one favored dataset or one model family.

    People behind the record
    The retrieval path

    Retrieval quality became a portfolio of tradeoffs rather than one leaderboard number.

  40. Record 40 · Efficient neural retrievalPreprint: December 2, 2021

    ColBERTv2 compresses late interaction without flattening it

    What changed

    ColBERTv2 paired token-level late interaction with denoised supervision and residual compression. It reported a six to ten times smaller storage footprint than the original ColBERT while improving retrieval quality.

    Why it lasted

    The work made fine-grained neural matching more plausible at large collection sizes.

    People behind the record
    The retrieval path

    Compression reduced the price of keeping token-level retrieval signals.

  41. Record 41 · Retrieval-enhanced language modelingPreprint: December 8, 2021

    RETRO trains against a database of trillions of tokens

    What changed

    RETRO retrieved neighboring chunks from a database containing two trillion tokens during language-model training and inference. On the Pile, the authors reported performance comparable to much larger models while using far fewer parameters.

    Why it lasted

    It showed retrieval as a route to scaling usable knowledge without placing every fact in model weights.

    People behind the record
    The retrieval path

    A vast text database became part of the model's forward path.

  42. Record 42 · Browser-assisted question answeringPreprint: December 17, 2021

    WebGPT makes retrieval an interactive browsing policy

    What changed

    WebGPT let a language model search, open pages, find text, and collect quotations in a text browser. Human demonstrations and preference feedback trained it to research questions and answer with citations.

    Why it lasted

    It connected retrieval to an agent's evolving decisions and exposed an evidence trail for readers to inspect.

    People behind the record
    The retrieval path

    The model could search, read, quote, and revise before answering.

  43. Record 43 · Retrieval-augmented few-shot learningPreprint: August 5, 2022

    Atlas targets few-shot learning with an updateable index

    What changed

    Atlas pretrained a retriever and sequence-to-sequence model together for knowledge-intensive tasks. It delivered strong few-shot results while keeping factual material in an index that could be replaced or refreshed.

    Why it lasted

    It connected retrieval augmentation to sample-efficient adaptation instead of treating retrieval only as an inference add-on.

    People behind the record
    The retrieval path

    A small number of examples could steer a model backed by an updateable corpus.

  44. Record 44 · Language-agent reasoning and tool usePreprint: October 6, 2022

    ReAct interleaves reasoning with retrieval actions

    What changed

    ReAct prompted language models to alternate reasoning traces with environment actions such as querying Wikipedia. New observations entered the trajectory, letting the model revise its next thought and action instead of relying on one retrieval pass.

    Why it lasted

    It helped shift retrieval from a fixed preprocessing step toward an action selected during agent reasoning.

    People behind the record
    The retrieval path

    Reasoning could decide when to search and then react to what came back.

  45. Record 45 · Zero-shot dense retrievalPreprint: December 20, 2022

    HyDE retrieves through a hypothetical document

    What changed

    HyDE asked a language model to generate a hypothetical answer-like document and embedded that document as the search query. The embedding then retrieved real corpus documents without requiring relevance labels for the target task.

    Why it lasted

    The method used generation to bridge short questions and the richer document representations expected by a dense retriever.

    People behind the record
    The retrieval path

    A generated document became a semantic waypoint to real evidence.

  46. Record 46 · Long-term memory for simulated agentsPreprint: April 7, 2023

    Generative Agents organize experience into retrievable memory

    What changed

    Generative Agents stored a complete stream of simulated experiences and retrieved memories using relevance, recency, and importance. The system also synthesized reflections and plans that could enter later behavior.

    Why it lasted

    It made memory writing, retrieval, reflection, and planning visible as distinct parts of a persistent agent loop.

    People behind the record
    The retrieval path

    Past experience became a searchable substrate for reflection and future action.

  47. Record 47 · Long-context language modelsAnnouncement: May 11, 2023

    Claude's 100K window makes whole documents a competing strategy

    What changed

    Anthropic expanded Claude's context window from 9,000 to 100,000 tokens and demonstrated analysis across long documents. Bounded corpora could now be placed directly in a request, creating a practical alternative to retrieval for some tasks.

    Why it lasted

    The release made long context versus selective retrieval a central systems tradeoff rather than a purely theoretical question.

    People behind the record
    The retrieval path

    More of the source material could travel with the question itself.

  48. Record 48 · Active retrieval-augmented generationPreprint posted May 11, 2023; published at EMNLP 2023

    FLARE retrieves new evidence while a response is being written

    What changed

    FLARE generated a tentative next sentence, identified low-confidence tokens, and used the tentative text to retrieve supporting documents before continuing. This let retrieval occur during long-form generation instead of only once before the answer began.

    Why it lasted

    The method supplied a concrete bridge from one-shot RAG to systems that decide when a developing response needs more evidence.

    People behind the record
    The retrieval path

    Low-confidence text could pause generation and trigger another search.

  49. Record 49 · Long-context evaluationPreprint: July 6, 2023

    Lost in the Middle tests whether long windows are truly usable

    What changed

    Lost in the Middle placed relevant information at controlled positions inside long prompts. Tested models often performed best when evidence appeared near the beginning or end and worse when it appeared in the middle.

    Why it lasted

    The results separated advertised context capacity from a model's ability to find and use evidence throughout that context.

    People behind the record
    The retrieval path

    A longer window did not guarantee equal attention to every position.

  50. Record 50 · RAG evaluationPreprint: September 26, 2023

    Ragas decomposes RAG quality into measurable parts

    What changed

    Ragas proposed reference-free measurements for retrieved-context relevance, answer relevance, and faithfulness to supplied evidence. The framework aimed to diagnose the retriever and generator separately instead of reducing a RAG pipeline to one answer score.

    Why it lasted

    It helped establish component-level evaluation as a routine part of building and debugging RAG systems.

    People behind the record
    The retrieval path

    Retrieval and generation received separate checks instead of sharing one verdict.

  51. Record 51 · Persistent memory for language agentsPreprint: October 12, 2023

    MemGPT treats context management like virtual memory

    What changed

    MemGPT organized information into memory tiers and let the language model move content between its active context and external storage. The virtual-memory analogy supported long documents and conversations that extended beyond one context window.

    Why it lasted

    It framed context selection, eviction, recall, and persistence as an explicit operating problem for language agents.

    People behind the record
    The retrieval path

    The agent began managing what stayed in context and what waited outside it.

  52. Record 52 · Adaptive retrieval-augmented generationPreprint: October 17, 2023

    Self-RAG learns when to retrieve and how to critique the result

    What changed

    Self-RAG trained a language model to request retrieval when needed and emit reflection tokens about evidence relevance, support, and output quality. Those signals could guide generation and rank candidate responses without retrieving for every prompt.

    Why it lasted

    It joined adaptive retrieval and self-critique inside one trained model rather than a fixed retrieve-then-generate wrapper.

    People behind the record
    The retrieval path

    The generator learned to ask for evidence and judge what the evidence supported.

  53. Record 53 · Corrective retrieval-augmented generationPreprint: January 29, 2024

    Corrective RAG adds a recovery path for weak retrieval

    What changed

    Corrective RAG used a retrieval evaluator to estimate whether retrieved documents were correct, ambiguous, or wrong. It refined useful passages and could invoke web search when the original retrieval appeared insufficient.

    Why it lasted

    CRAG made retrieval failure a state the system could detect and route around instead of silently passing weak evidence to the generator.

    People behind the record
    The retrieval path

    A weak retrieval result could trigger correction rather than immediate generation.

  54. Record 54 · Hierarchical retrievalPreprint posted January 31, 2024; published at ICLR 2024

    RAPTOR retrieves from a tree of recursively summarized text

    What changed

    RAPTOR clustered text chunks, summarized each cluster, and repeated the process to build a tree with evidence at several levels of abstraction. Retrieval could then select detailed passages, higher-level summaries, or both for a question.

    Why it lasted

    The tree gave RAG systems a way to retrieve broader themes and relationships that may not fit inside one neighboring chunk.

    People behind the record
    The retrieval path

    Questions could retrieve both source details and summaries built above them.

  55. Record 55 · Long-context multimodal modelsAnnouncement: February 15, 2024

    Gemini 1.5 pushes long context to a million-token preview

    What changed

    Google announced a 128,000-token standard context for Gemini 1.5 Pro and a one-million-token experimental preview. The company also reported internal tests at up to ten million tokens across text, audio, and video inputs.

    Why it lasted

    Million-token context made direct corpus loading a serious competitor to retrieval while increasing the need to test utilization, cost, and latency.

    People behind the record
    The retrieval path

    The context window grew large enough to hold collections that once required an index.

  56. Record 56 · Adaptive retrieval routingPreprint: March 21, 2024

    Adaptive-RAG routes questions by estimated complexity

    What changed

    Adaptive-RAG trained a classifier to route questions among no retrieval, one retrieval step, and iterative retrieval. The route depended on predicted question complexity rather than a single retrieval policy for every input.

    Why it lasted

    It made retrieval depth a resource-allocation decision that could trade accuracy against latency and cost.

    People behind the record
    The retrieval path

    Simple questions could stay simple while harder ones earned more retrieval work.

  57. Record 57 · Long-context benchmarkingPreprint: April 9, 2024

    RULER asks how much advertised context models can actually use

    What changed

    RULER expanded needle-in-a-haystack tests with multiple needles, multi-hop tracing, and aggregation tasks at increasing lengths. Many evaluated models degraded with length, and only half maintained satisfactory performance at 32,000 tokens under the benchmark's criteria.

    Why it lasted

    It supplied a stricter measure of usable context than maximum-window size or one simple retrieval probe.

    People behind the record
    The retrieval path

    Context capacity acquired a stress test for retrieval, tracing, and aggregation.

  58. Record 58 · Graph-based retrieval-augmented generationPreprint: April 24, 2024

    GraphRAG moves from local chunks to global corpus questions

    What changed

    Microsoft's GraphRAG extracted entities and relationships, clustered the resulting graph, and generated summaries for each community. A map-reduce process used those summaries to answer global questions that local chunk retrieval handled poorly.

    Why it lasted

    It gave corpus-wide sensemaking a distinct retrieval architecture rather than treating every question as nearest-neighbor passage lookup.

    People behind the record
    The retrieval path

    A graph and its community summaries exposed patterns spread across a whole corpus.

  59. Record 59 · Graph-based long-term memoryPreprint: May 23, 2024

    HippoRAG links knowledge into associative long-term memory

    What changed

    HippoRAG built a knowledge graph from passages and used personalized PageRank to retrieve connected evidence. The design targeted multi-hop questions with one graph traversal rather than repeated retrieve-and-generate cycles.

    Why it lasted

    It connected associative graph retrieval to the emerging idea of durable long-term memory for language models.

    People behind the record
    The retrieval path

    Related facts could activate one another through links instead of only vector proximity.

  60. Record 60 · RAG and long-context systems evaluationPreprint: July 23, 2024

    A head-to-head study measures RAG against long context

    What changed

    The study compared retrieval-augmented generation with placing the available corpus directly into a long-context model. Long context performed better when fully resourced in the tested settings, while RAG was substantially cheaper, so Self-Route predicted which path to use.

    Why it lasted

    It replaced a binary architecture debate with a measurable quality, cost, and routing tradeoff.

    People behind the record
    The retrieval path

    The system could choose between retrieving a slice and reading the whole available corpus.

  61. Record 61 · Contextualized hybrid retrievalPublication: September 19, 2024

    Contextual Retrieval preserves where each chunk came from

    What changed

    Anthropic's Contextual Retrieval generated short document-specific context for each chunk before embedding and BM25 indexing. The system fused dense and lexical results and optionally reranked them before supplying evidence to the model.

    Why it lasted

    It made lost document context an indexing problem and packaged contextualization, hybrid search, and reranking into a clear production pattern.

    People behind the record
    The retrieval path

    Each chunk carried a compact explanation of its place in the source document.

  62. Record 62 · Long-term interactive-memory evaluationPreprint: October 14, 2024

    LongMemEval tests memory across extended conversations

    What changed

    LongMemEval posed 500 questions over scalable chat histories to test extraction, cross-session reasoning, temporal reasoning, information updates, and abstention. The authors reported a 30 percent performance decline for the tested long-context and commercial systems.

    Why it lasted

    It decomposed conversational memory into indexing, retrieval, and reading operations that could fail independently over time.

    People behind the record
    The retrieval path

    Remembering became a benchmark of finding, updating, ordering, and declining to invent.

  63. Record 63 · Open context and tool protocolAnnouncement: November 25, 2024

    Model Context Protocol standardizes how agents connect to context

    What changed

    Anthropic released MCP as an open protocol through which clients could discover and connect to resources, prompts, and tools exposed by external servers. The client-server boundary reduced the need to build a bespoke integration for every model and data system pairing.

    Why it lasted

    MCP made context supply and tool access an interoperability layer that could sit beneath many retrieval and agent architectures.

    The retrieval path

    Context sources gained a shared connection protocol instead of one-off adapters.

  64. Record 64 · Agentic retrieval9 January 2025

    Search-o1 adds uncertainty-triggered retrieval to a reasoning loop

    What changed

    Search-o1 placed retrieval inside a reasoning trajectory, letting the model initiate search when it reached a knowledge gap instead of relying on a single retrieval pass before generation. A separate Reason-in-Documents module examined the returned passages before condensed evidence entered the main reasoning process.

    Why it lasted

    The design extended earlier search-using agents with a dedicated Reason-in-Documents stage that condensed retrieved passages before they returned to the main reasoning trace. It also tested retrieval triggered by an encountered knowledge gap instead of a fixed search schedule.

    People behind the record
    The retrieval path

    The reasoning loop could pause, search, inspect the evidence, and continue.

  65. Record 65 · Agentic web researchLaunched February 2, 2025

    Deep Research brings multi-step cited web retrieval into ChatGPT

    What changed

    OpenAI launched Deep Research as a ChatGPT capability that planned and executed multi-step searches, interpreted text, images, and PDFs, and returned a documented report. The product could revise its search path as it encountered new information instead of relying on one retrieval pass.

    Why it lasted

    A consumer-facing product exposed iterative retrieval, source selection, synthesis, and citations as one visible research workflow. It also made the time and intermediate work of gathering context part of the user experience.

    People behind the record
    The retrieval path

    A research agent could search, inspect, revise its plan, and cite the evidence it used.

  66. Record 66 · Persistent agent memory17 February and 28 April 2025

    A-MEM and Mem0 treat memory as a managed system

    What changed

    A-MEM represented experiences as linked notes whose attributes and relations could change as new memories arrived. Mem0 independently described a production-oriented pipeline that extracted, consolidated, and retrieved selected conversational facts, showing two 2025 approaches to memory as an actively managed store.

    Why it lasted

    Both projects moved beyond replaying an entire conversation or performing a simple similarity lookup over static entries. They made writing, organizing, revising, and selecting memories part of the agent design.

    People behind the record
    The retrieval path

    The systems wrote, connected, revised, and retrieved selected memories.

  67. Record 67 · Context engineering19 June to 2 July 2025

    Context engineering is popularized as a broader systems term

    What changed

    Tobias Lütke and Andrej Karpathy helped popularize context engineering as a broader name for arranging the information a model needs across a system. The LangChain team turned that framing into a working taxonomy of writing, selecting, compressing, and isolating context for agents.

    Why it lasted

    The increasingly popular label gathered instructions, retrieved knowledge, tools, message history, intermediate state, and memory under one operational problem. It shifted attention from crafting one input string to maintaining the right information across an agent's changing state.

    People behind the record
    The retrieval path

    The system had to manage what the model would see at every next step.

  68. Record 68 · Context management29 September and 16 October 2025; standards update 18 December

    Anthropic frames context as a budget and skills as layered context

    What changed

    Prithvi Rajasekaran, Ethan Dixon, Carly Ryan, and Jeremy Hadfield described effective agent context as a finite attention budget that must be curated across instructions, tools, retrieved data, message history, and intermediate work. Anthropic's Agent Skills material applied progressive disclosure by keeping compact skill metadata in view and loading fuller instructions or resources only when relevant.

    Why it lasted

    The guidance treated context management as a tradeoff between relevance, completeness, token cost, and model attention. Progressive disclosure supplied one concrete packaging pattern: begin with a small routing layer, then reveal deeper procedural context when the task calls for it.

    People behind the record
    The retrieval path

    Agents could keep a small map in view and open detailed guidance on demand.

  69. Record 69 · Agent memory evaluationPreprint posted May 18, 2026

    EvoMemBench tests memory across knowledge and execution tasks

    What changed

    EvoMemBench organized agent-memory evaluation along two axes: in-episode versus cross-episode scope, and knowledge-oriented versus execution-oriented content. It compared 15 memory methods with long-context baselines under one protocol.

    Why it lasted

    The results exposed task-specific tradeoffs: no memory form won consistently, and long-context baselines remained competitive in several settings.

    People behind the record
    The retrieval path

    Memory methods were tested against different kinds of knowledge and experience.

  70. Record 70 · Agent memory systemsPreprint posted June 4, 2026

    Agent Memory separates construction, retrieval, and generation costs

    What changed

    Yasmine Omri and colleagues built a phase-aware harness that attributed memory-system costs to construction, retrieval, and generation. They characterized ten systems across two benchmark suites and documented how design choices shifted work between read and write paths.

    Why it lasted

    The paper treated memory as an operational workload with scheduling, freshness, latency, amortization, and hardware implications, not only as an answer-quality feature.

    People behind the record
    The retrieval path

    The study measured the costs of writing memory and reading it back separately.

  71. Record 71 · Product memory systemsProduct update published June 4, 2026

    ChatGPT Dreaming refreshes a synthesized memory state in the background

    What changed

    OpenAI described Dreaming as a background process that synthesizes memory from many conversations and revises it as information becomes stale. The 2026 update exposed a reviewable memory summary and extended the system across paid and free ChatGPT tiers.

    Why it lasted

    The release made freshness, correction, user review, compute cost, and long-term continuity visible concerns in a widely deployed conversational memory product.

    People behind the record
    The retrieval path

    A background process could consolidate old conversations into a current memory state.

  72. Record 72 · Enterprise agentic retrieval5 June 2026

    Google's Agentic RAG keeps searching until context is sufficient

    What changed

    Cyrus Rashtchian, Da-Cheng Juan, and colleagues described a Gemini Enterprise Agent Platform workflow that plans searches, rewrites queries, fans out across sources, and checks whether the gathered context is sufficient. When evidence remains inadequate, the system searches again before handing context to the answering model.

    Why it lasted

    The release turned iterative retrieval and explicit context sufficiency into a managed enterprise workflow. It also showed how agentic RAG could route across multiple corpora while keeping the decision to retrieve more inside the system loop.

    People behind the record
    The retrieval path

    Retrieval kept working until the system judged the context sufficient.

Research method

How this archive is built.

A record is included when it materially changed the history of RAG, AI memory, and context engineering and the claim can be traced to a reliable source. The timeline separates the original contribution from interpretations that appeared later.

  • Primary evidence firstOriginal papers, books, standards, archives, and official technical records anchor each milestone.
  • People named by roleContributors are linked to public profiles and described by the work they performed, not by a vague credit line.
  • Disputes stay visibleCompeting claims, retrospective labels, and uncertain dates are identified instead of being flattened into one story.
  • Corrections are welcomeReaders can inspect every cited source and report a factual issue through the public corrections process.

Research library

Read the papers behind the pipeline.

96 links to original papers, books, proceedings, technical reports, benchmark papers, specifications, institutional archives, system documentation, and official engineering accounts. Where both dates can be verified, the archive separates a paper's first public version from conference publication and product adoption. It also distinguishes internal model state, external document retrieval, persistent agent memory, long-context prompting, and protocols that merely transport context.

  1. 01
    As We May Think (opens in a new tab)The Atlantic · source 01.1
  2. 02
  3. 03
    A Statistical Approach to Mechanized Encoding and Searching of Literary Information (opens in a new tab)IBM Journal of Research and Development · source 03.1
  4. 04
    A Statistical Approach to Mechanized Encoding and Searching of Literary Information (opens in a new tab)Stanford University course archive · source 03.2
  5. 05
    On Relevance, Probabilistic Indexing and Information Retrieval (opens in a new tab)Journal of the ACM · source 04.1
  6. 06
    Report on the Testing and Analysis of an Investigation into the Comparative Efficiency of Indexing Systems (opens in a new tab)College of Aeronautics / ACM SIGIR Museum · source 05.1
  7. 07
    Relevance Feedback in Information Retrieval (opens in a new tab)The SMART Retrieval System, Prentice-Hall · source 06.1
  8. 08
    A Statistical Interpretation of Term Specificity and Its Application in Retrieval (opens in a new tab)Journal of Documentation · source 07.1
  9. 09
    A Statistical Interpretation of Term Specificity and Its Application in Retrieval (opens in a new tab)Oregon Health and Science University course archive · source 07.2
  10. 10
    A Vector Space Model for Automatic Indexing (opens in a new tab)Communications of the ACM · source 08.1
  11. 11
    A Vector Space Model for Automatic Indexing (opens in a new tab)DBLP · source 08.2
  12. 12
    Relevance Weighting of Search Terms (opens in a new tab)Journal of the American Society for Information Science / Wiley · source 09.1
  13. 13
    Neural Networks and Physical Systems with Emergent Collective Computational Abilities (opens in a new tab)Proceedings of the National Academy of Sciences · source 10.1
  14. 14
  15. 15
    Indexing by Latent Semantic Analysis (opens in a new tab)Journal of the American Society for Information Science / Microsoft Research · source 11.1
  16. 16
    Indexing by Latent Semantic Analysis (opens in a new tab)Stanford University · source 11.2
  17. 17
    The First Text REtrieval Conference (TREC-1) (opens in a new tab)National Institute of Standards and Technology · source 12.1
  18. 18
    About the Text REtrieval Conference (opens in a new tab)National Institute of Standards and Technology · source 12.2
  19. 19
    Okapi at TREC-3 (opens in a new tab)National Institute of Standards and Technology · source 13.1
  20. 20
    The Anatomy of a Large-Scale Hypertextual Web Search Engine (opens in a new tab)Computer Networks and ISDN Systems · source 14.1
  21. 21
    The Anatomy of a Large-Scale Hypertextual Web Search Engine (opens in a new tab)Google Research archive · source 14.2
  22. 22
    A Language Modeling Approach to Information Retrieval (opens in a new tab)ACM SIGIR · source 15.1
  23. 23
    A Language Modeling Approach to Information Retrieval (opens in a new tab)Université de Montréal course archive · source 15.2
  24. 24
    The TREC-8 Question Answering Track Evaluation (opens in a new tab)National Institute of Standards and Technology · source 16.1
  25. 25
    TREC Question Answering Data (opens in a new tab)National Institute of Standards and Technology · source 16.2
  26. 26
    A Neural Probabilistic Language Model (opens in a new tab)Journal of Machine Learning Research · source 17.1
  27. 27
    Building Watson: An Overview of the DeepQA Project (opens in a new tab)AI Magazine / Association for the Advancement of AI · source 18.1
  28. 28
    Building Watson: An Overview of the DeepQA Project (opens in a new tab)IBM Research · source 18.2
  29. 29
    Efficient Estimation of Word Representations in Vector Space (opens in a new tab)Google Research · source 19.1
  30. 30
    Distributed Representations of Words and Phrases and their Compositionality (opens in a new tab)Neural Information Processing Systems · source 19.2
  31. 31
    Learning Deep Structured Semantic Models for Web Search using Clickthrough Data (opens in a new tab)Microsoft Research / ACM CIKM · source 20.1
  32. 32
    Neural Machine Translation by Jointly Learning to Align and Translate (opens in a new tab)arXiv / International Conference on Learning Representations · source 21.1
  33. 33
    Memory Networks (opens in a new tab)arXiv / International Conference on Learning Representations · source 22.1
  34. 34
    Neural Turing Machines (opens in a new tab)arXiv / Google DeepMind · source 23.1
  35. 35
    End-To-End Memory Networks (opens in a new tab)Neural Information Processing Systems · source 24.1
  36. 36
  37. 37
    Attention Is All You Need (opens in a new tab)Google Research · source 26.1
  38. 38
    Attention Is All You Need (opens in a new tab)Neural Information Processing Systems · source 26.2
  39. 39
  40. 40
    Reading Wikipedia to Answer Open-Domain Questions (opens in a new tab)Association for Computational Linguistics · source 27.2
  41. 41
  42. 42
  43. 43
    Passage Re-ranking with BERT (opens in a new tab)arXiv · source 29.1
  44. 44
  45. 45
    Transformer-XL: Attentive Language Models beyond a Fixed-Length Context (opens in a new tab)Association for Computational Linguistics · source 30.2
  46. 46
  47. 47
    Latent Retrieval for Weakly Supervised Open Domain Question Answering (opens in a new tab)Association for Computational Linguistics · source 31.2
  48. 48
  49. 49
    REALM: Retrieval-Augmented Language Model Pre-Training (opens in a new tab)Google Research / arXiv · source 33.1
  50. 50
    Dense Passage Retrieval for Open-Domain Question Answering (opens in a new tab)Facebook AI Research / arXiv · source 34.1
  51. 51
  52. 52
    Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks (opens in a new tab)Facebook AI Research / arXiv · source 36.1
  53. 53
  54. 54
    KILT: a Benchmark for Knowledge Intensive Language Tasks (opens in a new tab)Facebook AI Research / arXiv · source 38.1
  55. 55
    BEIR: A Heterogenous Benchmark for Zero-shot Evaluation of Information Retrieval Models (opens in a new tab)Technical University of Darmstadt / arXiv · source 39.1
  56. 56
  57. 57
  58. 58
  59. 59
  60. 60
    Atlas: Few-shot Learning with Retrieval Augmented Language Models (opens in a new tab)Meta AI Research / arXiv · source 43.1
  61. 61
    ReAct: Synergizing Reasoning and Acting in Language Models (opens in a new tab)Princeton University / arXiv · source 44.1
  62. 62
    Precise Zero-Shot Dense Retrieval without Relevance Labels (opens in a new tab)Carnegie Mellon University / arXiv · source 45.1
  63. 63
    Generative Agents: Interactive Simulacra of Human Behavior (opens in a new tab)Stanford University / arXiv · source 46.1
  64. 64
    Introducing 100K Context Windows (opens in a new tab)Anthropic · source 47.1
  65. 65
    Active Retrieval Augmented Generation (opens in a new tab)arXiv · source 48.1
  66. 66
    Lost in the Middle: How Language Models Use Long Contexts (opens in a new tab)Stanford University / arXiv · source 49.1
  67. 67
  68. 68
    MemGPT: Towards LLMs as Operating Systems (opens in a new tab)University of California, Berkeley / arXiv · source 51.1
  69. 69
    MemGPT and Letta (opens in a new tab)Letta · source 51.2
  70. 70
    Self-RAG: Learning to Retrieve, Generate, and Critique through Self-Reflection (opens in a new tab)University of Washington / arXiv · source 52.1
  71. 71
    Corrective Retrieval Augmented Generation (opens in a new tab)University of Science and Technology of China / arXiv · source 53.1
  72. 72
  73. 73
    Our next-generation model: Gemini 1.5 (opens in a new tab)Google · source 55.1
  74. 74
  75. 75
  76. 76
    From Local to Global: A Graph RAG Approach to Query-Focused Summarization (opens in a new tab)Microsoft Research / arXiv · source 58.1
  77. 77
    From Local to Global: A Graph RAG Approach to Query-Focused Summarization (opens in a new tab)Microsoft Research · source 58.2
  78. 78
    HippoRAG: Neurobiologically Inspired Long-Term Memory for Large Language Models (opens in a new tab)The Ohio State University / arXiv · source 59.1
  79. 79
    Retrieval Augmented Generation or Long-Context LLMs? A Comprehensive Study and Hybrid Approach (opens in a new tab)University of Michigan and Google DeepMind / arXiv · source 60.1
  80. 80
    Introducing Contextual Retrieval (opens in a new tab)Anthropic · source 61.1
  81. 81
    LongMemEval: Benchmarking Chat Assistants on Long-Term Interactive Memory (opens in a new tab)Tencent AI Lab / arXiv · source 62.1
  82. 82
    Introducing the Model Context Protocol (opens in a new tab)Anthropic · source 63.1
  83. 83
    Model Context Protocol Specification 2024-11-05 (opens in a new tab)Model Context Protocol · source 63.2
  84. 84
  85. 85
    Introducing deep research (opens in a new tab)OpenAI · source 65.1
  86. 86
    A-MEM: Agentic Memory for LLM Agents (opens in a new tab)arXiv · source 66.1
  87. 87
  88. 88
    Context engineering over prompt engineering (opens in a new tab)Tobias Lütke on X · source 67.1
  89. 89
    On context engineering (opens in a new tab)Andrej Karpathy on X · source 67.2
  90. 90
    Context Engineering (opens in a new tab)LangChain · source 67.3
  91. 91
    Effective context engineering for AI agents (opens in a new tab)Anthropic · source 68.1
  92. 92
    Equipping agents for the real world with Agent Skills (opens in a new tab)Anthropic · source 68.2
  93. 93
  94. 94
  95. 95
    Dreaming: Better memory for a more helpful ChatGPT (opens in a new tab)OpenAI · source 71.1
  96. 96

Continue from the archive

Trace the models, then build the evidence path.

Follow the language-model and agent branches, then study the retrieval and context practices that turn these ideas into working systems.