AI Memory Startup Engram Raises $98 Million to Solve the Industry's Token Cost Bottleneck
Engram, an AI infrastructure startup, has secured $98 million from top-tier investors to deploy a novel memory architecture that reduces the compute tokens required for large language models by up to 99%. The technology allows AI agents to retain long-term context without the exorbitant costs associated with massive context windows.
By Factlen Editorial Team
- Enterprise AI Adopters
- Prioritize cost predictability and latency, viewing external memory layers as the only viable way to deploy AI agents profitably at scale.
- AI Infrastructure Developers
- Focus on the technical elegance of decoupling memory from compute, arguing that intelligent retrieval is more scalable than infinitely expanding context windows.
- Venture Capitalists
- See the token-cost bottleneck as an existential threat to AI software margins, driving massive valuations for infrastructure startups that can solve the unit economics.
What's not represented
- · Frontier AI Labs
- · Open-source AI developers
Why this matters
As businesses deploy AI agents for complex tasks, the cost of feeding entire conversation histories into models has become a prohibitive bottleneck. Engram's approach decouples memory from the model itself, potentially making enterprise-grade AI affordable and scalable for everyday applications.
Key points
- AI infrastructure startup Engram has raised $98 million to solve the escalating costs of large language model inference.
- The company's architecture decouples memory from the AI model, storing facts in a searchable database rather than the active context window.
- By retrieving only relevant facts, Engram claims to reduce the tokens required for AI queries by up to 100 times.
- The 13-person startup has already secured major enterprise customers, including Microsoft, Notion, and Harvey.
Engram, a 13-person artificial intelligence startup founded just last October, has secured $98 million in a funding round backed by a roster of Silicon Valley heavyweights. The round includes participation from General Catalyst, Kleiner Perkins, Sequoia Capital, and OpenAI co-founder Andrej Karpathy. The massive capital injection for such a young company underscores the urgency of the problem Engram is trying to solve: the skyrocketing cost of running large language models in production environments.[1][7]
As businesses rush to deploy AI agents for complex, multi-step workflows, they are colliding with a fundamental economic bottleneck. Leigh Marie Braswell, a partner at Kleiner Perkins, described the current enterprise landscape as facing an explosion of data and an explosion of cost. Every time a user interacts with an AI, the system must process data, and those processing units—known as tokens—carry a direct financial cost that scales linearly with the length of the conversation.[1]
The root of this cost explosion lies in how modern AI models are architected. Standard large language models are inherently stateless, meaning they do not possess innate memory of past interactions. To maintain the illusion of a continuous conversation, developers must re-feed the entire chat history into the model's context window for every single new query. As conversations grow longer, the number of tokens processed per query balloons, driving up both latency and cloud compute bills.[3]

Engram’s architecture attempts to solve this by decoupling memory from the model’s active processing window. Instead of stuffing a massive, ever-growing chat history into the prompt, Engram acts as an intelligent, external memory layer. The system intercepts the conversation, extracts the core facts, and stores them in a structured database, allowing the AI to start fresh on each query while still having access to historical context.[2]
The technical mechanism behind this is what researchers call typed dense retrieval. According to a recent paper published on arXiv, the Engram system organizes conversational data into three canonical memory types: episodic, semantic, and procedural. When a user asks a question, a router searches this database and retrieves only the specific, top-ranked facts relevant to the immediate query, merging them into a compact evidence package for the language model.[3]
The technical mechanism behind this is what researchers call typed dense retrieval.
The efficiency gains demonstrated by this approach are staggering. The arXiv research indicates that the Engram architecture can match or exceed the performance of full-context baselines on long-horizon memory benchmarks while using approximately 1% of the tokens. By retrieving only the necessary context, the system drastically reduces the evidence budget required for the model to generate an accurate response. CNBC reports that the startup claims its models can match frontier labs while using up to 100 times fewer tokens.[1][3]
Beyond cost savings, this architectural shift addresses the notorious needle in a haystack problem that plagues traditional vector databases. Standard similarity searches often return contradictory or outdated facts—such as an AI retrieving both 'I live in Boston' and 'I moved to Vancouver' because both match the keyword search. Engram’s system detects these contradictions at write-time, supersedes the old fact, and maintains a clean version history, ensuring the AI agent isn't confused by its own memory.[2]
To appeal to cost-conscious enterprises, Engram has structured its business model around transparency. The platform operates on a bring-your-own-model basis, meaning it does not charge an inference markup. Customers pay a flat platform fee for memory storage and retrieval, while their actual AI inference goes through their existing, negotiated contracts with providers like OpenAI, Anthropic, or Google.[2]

Despite its small team and recent founding, Engram has already secured major enterprise customers. The company has signed deals with Microsoft, productivity software maker Notion, and the prominent legal AI startup Harvey. For these companies, integrating an efficient memory layer is critical; it allows them to offer highly personalized, long-term AI features to their users without absorbing catastrophic inference costs on the backend.[1][5][6]
The broader implications for the AI industry are profound. While frontier models are pushing toward massive million-token context windows, the sheer compute required to process that much data remains a physical and economic barrier. Industry analysts note that even as per-token costs slowly decline, the volume of tokens required for autonomous agents is growing much faster, making intelligent retrieval systems a mandatory component of the future AI stack.

This dynamic explains why venture capitalists are pouring money into this specific layer of the infrastructure. For AI software to transition from a novelty to a profitable, scalable business model, the unit economics must make sense. Investors view the token-cost bottleneck as an existential threat to AI margins, driving massive valuations for infrastructure startups that can mathematically prove they lower the cost of compute.[4][7]
By proving that structured, intelligent retrieval can substitute for brute-force context processing, Engram is charting a path toward sustainable AI. The ultimate goal is to enable AI agents that can remember a user's preferences, past workflows, and ongoing projects across years of interaction—all without generating a cloud bill that bankrupts the companies building them.[7]
How we got here
Oct 2025
Engram is founded to address the rising cost of AI inference.
Feb 2026
Researchers publish the ENGRAM architecture paper on arXiv, detailing the typed dense retrieval system.
Jun 2026
Engram announces a $98 million funding round backed by major venture capital firms.
Viewpoints in depth
The Infrastructure View
Why engineers believe decoupling memory from compute is the only path forward.
For developers building the next generation of AI agents, the brute-force approach of expanding context windows has hit a wall of diminishing returns. Feeding a million tokens into a model for every query is not just economically unviable; it introduces latency that ruins the user experience. Infrastructure experts argue that systems like Engram, which use typed dense retrieval to fetch only the necessary facts, represent a fundamental architectural shift. By treating memory as a separate, searchable database rather than a temporary processing buffer, developers can build agents that learn indefinitely without their operating costs spiraling out of control.
The Enterprise Adopter View
Why businesses are desperate for predictable AI unit economics.
From the perspective of enterprise software companies, the current AI boom is accompanied by a silent crisis: inference costs. When a company deploys an AI feature to millions of users, a slight increase in per-query token consumption can obliterate profit margins. Adopters view external memory layers not just as a neat technical trick, but as a financial necessity. By reducing the evidence budget required for a model to answer a question, businesses can offer long-term, personalized AI experiences while keeping their cloud bills predictable and flat.
What we don't know
- Whether the 100x token reduction claims hold up across all types of enterprise AI workloads, or if they are limited to specific conversational benchmarks.
- How frontier AI labs like OpenAI and Anthropic will respond, and whether they will build similar structured memory systems natively into their models.
- The exact valuation of Engram following this $98 million funding round.
Key terms
- Context Window
- The maximum amount of text, measured in tokens, that an AI model can process in a single request.
- Token
- A fundamental unit of data processed by an AI model, roughly equivalent to a word or part of a word, which determines the cost of a query.
- Dense Retrieval
- A search method that uses AI to find information based on meaning and concept, rather than relying on exact keyword matches.
- Inference
- The process of running live data through a trained AI model to generate a response or prediction.
Frequently asked
How does Engram save money?
Instead of sending an entire conversation history to an AI model for every question, Engram searches its database and only sends the few sentences relevant to the immediate prompt, drastically cutting the per-token cost.
Does Engram replace models like ChatGPT or Claude?
No. Engram is a memory layer that sits alongside those models. It organizes the data, but the actual reasoning and text generation are still handled by the customer's chosen language model.
Why can't AI models just remember things on their own?
Standard language models are stateless, meaning they start fresh with every new request. To simulate memory, developers have to re-feed past conversations into the model, which becomes exponentially expensive as the history grows.
Sources
[1]CNBCEnterprise AI Adopters
AI memory startup focused on cutting token costs raises $98 million
Read on CNBC →[2]EngramAI Infrastructure Developers
Engram: Persistent memory for AI agents
Read on Engram →[3]arXivAI Infrastructure Developers
ENGRAM: A Lightweight State-of-the-Art Memory System for Long-Horizon Consistency
Read on arXiv →[4]Sequoia CapitalVenture Capitalists
Partnering with Engram
Read on Sequoia Capital →[5]MicrosoftEnterprise AI Adopters
Microsoft AI Infrastructure
Read on Microsoft →[6]NotionEnterprise AI Adopters
Notion AI
Read on Notion →[7]Factlen Editorial TeamVenture Capitalists
Synthesis by Factlen editorial team
Read on Factlen Editorial Team →
Every angle. Every day.
Get business stories with full source coverage and perspective breakdowns delivered to your inbox.








