← Latest papers
💻 computer science

Reuse, Don't Recompute: Efficient Large Reasoning Model Inference via Memory Orchestration

The paper introduces ENGRAM-R, an inference-time memory orchestration system that significantly reduces token consumption and latency in large reasoning models by retrieving and reusing structured facts instead of recomputing derivations, while maintaining or improving accuracy on complex benchmarks.

Original authors: Daivik Patel, Shrenik Patel

Published 2026-03-04
📖 4 min read☕ Coffee break read

Original authors: Daivik Patel, Shrenik Patel

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

The Big Problem: The "Over-Thinker" AI

Imagine you have a brilliant, hyper-intelligent assistant (a Large Reasoning Model, or LRM). This assistant is great at solving hard problems, but it has a bad habit: it never stops talking.

If you ask it a question about something you discussed last week, instead of just remembering the answer, it decides to re-read the entire conversation from the beginning, re-explain the context, and then re-derive the answer from scratch.

  • The Cost: This takes a huge amount of time (latency) and costs a lot of money (tokens). It's like asking a chef to re-grow the vegetables from the seed every time you order a salad, rather than just grabbing them from the fridge.
  • The Result: The AI is accurate, but it's slow, expensive, and inefficient.

The Solution: The "Smart Librarian" (ENGRAM-R)

The authors of this paper, Daivik and Shrenik Patel, propose a new system called ENGRAM-R. They argue that the AI shouldn't "think less" by being dumber; it should "think less" by reusing what it already knows.

Think of ENGRAM-R as a Smart Librarian who sits between you and the AI. Here is how it works, step-by-step:

1. The "Filing System" (Memory Orchestration)

Instead of letting the AI drown in a sea of text, the Librarian organizes your past conversations into three neat, labeled boxes:

  • The Diary Box (Episodic): "What happened and when?" (e.g., "We moved to Seattle last year.")
  • The Fact Book (Semantic): "What is true?" (e.g., "My favorite color is green.")
  • The Instruction Manual (Procedural): "How do we do things?" (e.g., "File taxes by April 15.")

2. The "Flashcard" Transformation (Fact Cards)

When you ask a question, the Librarian doesn't hand the AI a 50-page transcript of your old chat. That would be overwhelming.
Instead, the Librarian reads the relevant parts and turns them into tiny, atomic Flashcards.

  • Old Way: "Remember that long paragraph where we talked about moving to Seattle? Well, it said..." (AI has to read and re-explain).
  • ENGRAM-R Way: The Librarian hands the AI a card that says: [E1] A moved to Seattle.

3. The "Citation Rule" (No Re-telling)

This is the secret sauce. The Librarian gives the AI a strict rule: "You must answer using these flashcards, and you must point to the card number. Do not rewrite the story."

  • The AI's Job: Instead of writing a paragraph explaining the move, it just writes: "A lives in Seattle [E1]."
  • The Result: The AI skips the "thinking" part of re-deriving facts it already has. It just connects the dots.

Why This Changes Everything

The paper tested this system on two huge challenges:

  1. LoCoMo: A benchmark with very long, complex conversations.
  2. LongMemEval: A test of remembering details over long periods.

The Results were shocking:

  • 85% Less Input: The AI had to read 85% less text because the Librarian gave it the "Flashcards" instead of the "Novel."
  • 75% Less Thinking: The AI generated 75% fewer words in its reasoning process because it didn't have to re-explain facts.
  • Faster & Cheaper: The answers came much faster and cost much less to produce.
  • Better Accuracy: Surprisingly, the AI was more accurate on complex, multi-step questions because it wasn't getting lost in a sea of words.

The Analogy: The Chef vs. The Sous-Chef

  • The Old Way (Full Context): You are a Chef (the AI). Every time you need to make a sandwich, you have to walk to the garden, pick the lettuce, wash it, chop it, and then make the sandwich. You do this even if you just made a sandwich 5 minutes ago.
  • The New Way (ENGRAM-R): You have a Sous-Chef (the Memory Layer). When you ask for a sandwich, the Sous-Chef says, "I already washed and chopped the lettuce. Here is a prepped tray with the ingredients ready to go. Just assemble it."
    • You save time.
    • You save energy.
    • The sandwich tastes the same (or better, because you didn't get tired).

The Bottom Line

The paper's main message is: "Reuse, Don't Recompute."

We don't need AI to be smarter by thinking longer; we need AI to be smarter by remembering better. By organizing memory into compact, citable "Flashcards," we can make powerful AI systems that are faster, cheaper, and just as accurate as the current giants. It's the difference between re-reading a whole book to find a quote versus just looking it up in the index.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →