AI AgentsDeveloper Tools

Foundation by Chroma

Foundation is a free research preview as of this writing. It's built on Chroma's open-source database and Context-1 retrieval engine; Chroma's core database is free and open-source under Apache 2.0, while Chroma Cloud (the managed hosting option) uses usage-based pricing. Foundation-specific commercial pricing hasn't been published yet; check Chroma's official pages for current terms. Check official pricing →

Quick Take

Foundation is Chroma’s research preview aimed squarely at what its founder calls “the largest unsolved problem in AI today”: agent memory. Rather than storing a raw log of every agent session, Foundation extracts and structures what was actually learned into a self-improving, wiki-like knowledge base, hyperlinked, tagged, versioned, and built with lineage tracking and access control from the start.

What Foundation Does

Foundation learns from agent sessions and maintains what Chroma describes as a self-improving wiki of what an individual or team’s AI agents have learned. It’s built on ChromaDB and Context-1, Chroma’s own retrieval engine, and Chroma states it’s state-of-the-art on the BEAM memory benchmark, a vendor-reported result worth verifying independently before relying on it for a specific use case.

The core capabilities Chroma highlights:

  • Self-improving memory built from agent sessions, rather than memory you have to manually curate
  • A wiki-style structure: hyperlinked, tagged, and versioned, so entries relate to each other rather than existing as disconnected facts
  • Versioning and lineage: tracking how a piece of knowledge changed over time and where it came from
  • Concurrency support: multiple agents or sessions writing to the same memory store
  • Access control: managing who and what can read or write specific memory

Why This Connects to Provenance-Aware Memory

Foundation’s emphasis on versioning, lineage, and structure over a flat conversation log is a concrete, shipping example of a broader idea worth understanding on its own: provenance-aware memory, memory that records not just a fact but where it came from, when it changed, and how much to trust it. That distinction matters because unverified agent output, saved without any record of its origin or confidence, tends to get treated as settled fact by whatever reads it next. Foundation’s lineage tracking is one architecture built specifically to prevent that.

It also fits directly into the broader pattern behind Ainanza’s Agent Knowledge Base and Knowledge Flywheel concepts: capturing what worked, from real sessions, and turning it into something future agent runs can actually build on, rather than starting cold every time. Where it differs from a simpler context file or a single project’s persistent agent state is scope: Foundation is built to accumulate structured, cross-session team knowledge over time, not just to carry one task’s current status forward.

Key Facts

  • Developer: Chroma
  • Status: Research preview (announced by Chroma founder Jeff Huber)
  • Built on: ChromaDB (open-source, Apache 2.0) and Context-1, Chroma’s retrieval engine
  • Core claims: Self-improving memory, versioning, lineage tracking, concurrency, and access control
  • Access: Live now as a research preview at trychroma.com/foundation

Honest Limitations

  • Research preview, not general availability. Expect the product to change, and don’t treat it as finished, stable infrastructure yet.
  • BEAM benchmark claim is vendor-reported. Chroma’s “state of the art” claim hasn’t been independently verified as of this writing; treat it as a starting point.
  • Pricing for Foundation itself isn’t fully public. The underlying Chroma database has clear open-source and usage-based cloud pricing; how Foundation specifically will be priced at general availability isn’t yet documented.
  • New enough that integration patterns are still forming. How well it fits into an existing agent stack, versus building your own provenance layer on the open-source database directly, is worth evaluating for your specific workflow.

Alternatives Worth Knowing

  • Atlaso, a cross-tool memory layer aimed at individual developers working across Claude Code, Cursor, Codex, and similar tools
  • Hugging Face, for general model and dataset hosting, a different layer of the AI stack
  • Self-built approaches using ChromaDB directly, for teams that want more control than a managed research preview offers

For the underlying concepts, see Agent Knowledge Base, Provenance-Aware Memory, Knowledge Flywheel, Persistent Agent State, and Portable Context.

Continue learning

Explore related guides, tools, workflows, and prompts that help you go deeper into this topic.

See how this tool fits into a workflow

Browse step-by-step AI workflows that use ChatGPT, Claude, Gemini, and other tools.

Frequently Asked Questions

What is Foundation by Chroma?

Foundation is Chroma's research preview aimed at agent memory. It builds a self-improving, wiki-like knowledge base from your AI agent sessions, hyperlinked, tagged, and versioned, rather than storing a raw, undifferentiated transcript of every conversation.

Is Foundation open-source?

Foundation itself launched as a research preview rather than an open-source release. It's built on top of ChromaDB, which is open-source under Apache 2.0, and Chroma's Context-1 retrieval engine. Check Chroma's official documentation for the current licensing status of Foundation specifically.

Is Foundation ready for production use?

It launched as a research preview, which is an earlier stage than a general-availability product. Treat it as something to evaluate and watch rather than something to build critical production infrastructure on immediately, and check Chroma's official channels for its current maturity status.

How is Foundation different from ordinary agent memory or a vector database?

A plain vector database stores and retrieves embeddings without judging what's worth keeping. Foundation is built specifically to extract, structure, and version durable knowledge from agent sessions, with lineage tracking (where a fact came from and when it changed) and access control, positioning it closer to a provenance-aware knowledge base than a generic retrieval store.

Last updated: