LinkedIn builds Cognitive Memory Agent to enable personalized, stateful AI agents at scale
LinkedIn's AI agents needed persistent memory to learn from interactions and deliver personalized experiences, but traditional memory systems required users to explicitly specify what to remember, and an earlier in-house experiential memory store provided infrastructure with no intelligence, forcing every application team to build custom extraction and retrieval logic.
LinkedIn's initial experiential memory was a hierarchical key-value store built atop Couchbase and Espresso with no intelligence; each application team had to manually build preference extraction, indexing, and retrieval logic, making every integration custom-built and preventing ubiquitous adoption.
LinkedIn built the Cognitive Memory Agent (CMA), a horizontal memory platform powering stateful, context-aware AI agents at scale, now applied in the globally available Hiring Assistant to personalize recruiter interactions and reduce friction by automatically surfacing past preferences.
Frequently asked questions
What did this team achieve with this AI workflow?
LinkedIn built the Cognitive Memory Agent (CMA), a horizontal memory platform powering stateful, context-aware AI agents at scale, now applied in the globally available Hiring Assistant to personalize recruiter intera…
What tools did this team use?
Cognitive Memory Agent, Hiring Assistant, Couchbase, Espresso, open-source LLM, vector store.
What results were reported?
Recruiter productivity: productivity boost; User friction: reduces user friction (source-reported, not independently verified).
What failed first in this deployment?
LinkedIn's initial experiential memory was a hierarchical key-value store built atop Couchbase and Espresso with no intelligence; each application team had to manually build preference extraction, indexing, and retrie…
How is this recruiting AI workflow structured?
User activity data ingested → LLM memory extraction → Natural language query received → Retrieval plan generated → Multi-layer memory retrieval → Personalized suggestion delivered.