Fundraising Fox

Letta

San Francisco, US · 10 known investors

letta.com

Letta is an AI research lab building self-improving digital agents that use memory-native reinforcement learning and programmatic context management to learn continuously from experience over time.

Also known as letta-ai · MemGPT

AI & Machine LearningDeep TechDeveloper Tools

Founders & leadership

SW
Sarah WoodersCofounder30 Under 30 2026
CPCharles Packer
Charles PackerinFounderHe completed his PhD as a graduate student researcher at Berkeley Artificial Intelligence Research, after earlier work as research staff at UC Berkeley and undergraduate studies at UC San Diego, where he worked as a CSE tutor and assistant systems administrator. His earlier experience includes internships at Microsoft and Qualcomm and an NSF REU fellowship at Washington State University.
SWSarah Wooders, PhD
Sarah Wooders, PhDin𝕏FounderShe earned her PhD at Berkeley's RISE Lab and previously co-founded Glisten.ai, where she served as CEO. Before that, she was an undergraduate researcher at MIT CSAIL and interned in software engineering at SingleStore and Bloomberg.

Investors · 10

Also in the syndicate · 8

Barry McCardelClem DelangueCristobal ValenzuelaJeff DeanJordan TiganiRobert NishiharaSunflower CapitalTristan Handy

Funding

SEC filings, press & company announcements

$10M disclosed across 1 of 3 rounds · 2024

Source: company announcements and press reports — follow each round's link for the claim.

Valuation · disclosed

Disclosed events
$70Mvaluation at SeedSep 2024
filing ↗

Source: SEC prospectus filings, and round valuations the company or its investors disclosed — follow each entry's link for the claim.

Company profile

researched Aug 2026

Letta is a San Francisco-based AI research lab and startup building stateful AI agents — systems that retain memory across sessions, learn continuously and modify their own context over time. The company is the commercial entity behind the MemGPT open source project, which introduced virtual context management and self-editing memory for large language models, allowing an LLM to update its own memory as it interacts with users. Letta frames capabilities such as personalization, self-improvement, tool use, reasoning and planning as fundamentally memory-management problems, and describes its long-term goal as building the complete "AI computer" around the LLM.

The company's output takes two forms: published research and shipped software. Research posts listed on its site include MemGPT: The LLM Operating System (Oct 2023), Sleep-time Compute: Learning Offline (Apr 2025), Continual Learning in Token Space (Dec 2025), Context Repositories: Git-based Memory (Feb 2026), Context Constitution (Apr 2026) and Memory Models: Towards Agents That Learn (Jun 2026). On the product side, Letta ships the Letta Agent, an open source agent harness distributed via npm as @letta-ai/letta-code, together with an App Server for self-hosting, desktop apps for macOS, Windows and Linux, a browser client at chat.letta.com, channel integrations for Slack, Telegram and Discord, a TypeScript Agent SDK, and Letta Cloud for managed deployment and cross-device persistence of agent memory, identity and conversations. Documented capabilities include memory blocks, skills, schedules for recurring tasks, mods for extending the harness, and vector, full-text and hybrid search over messages and tools.

A notable product line is Letta Code, announced in December 2025, a memory-first coding agent in which each terminal session is tied to a persisted agent. It supports an /init command that triggers deep research over a local codebase to form memories and rewrite the agent's system prompt, a /remember command for explicit reflection, skill learning that stores reusable procedures as .md files manageable in git, and /search over past conversations. Letta states Letta Code is the top-ranked model-agnostic open source harness on Terminal-Bench, with performance comparable to provider-built harnesses.

Founding story

Co-founders Charles Packer and Sarah Wooders met during their PhD research at UC Berkeley's Sky Lab, where they shared advisors Joseph Gonzalez and Ion Stoica. Their research produced MemGPT, which went viral on Hacker News in October 2023 before the code was formally released. Felicis partner Astasia Myers read the MemGPT paper and reached out to the founders, and Stoica brokered introductions to angel investors including Jeff Dean and Robert Nishihara. Gonzalez and Stoica joined the company in an advisory capacity.

Business model

Letta develops open source agent software (Apache-2.0 licensed harness, App Server and SDK) alongside Letta Cloud, a hosted platform for deploying and running stateful agents accessible via REST APIs, plus desktop and web applications. Sources do not disclose pricing or contract terms.

Sources indicate a hosted/managed cloud offering (Letta Cloud) alongside free open source software, but no pricing, revenue or monetization details are disclosed.

Traction

The letta-ai/letta GitHub repository shows 24.3k stars, 2.6k forks, 138 watchers and 7,471 commits. The predecessor MemGPT project reached roughly 11,000 stars and 1.2K forks shortly after release. Letta lists Bilt, 11x, Kognitos and Hunt Club as featured case studies, and reports Letta Code as the top model-agnostic open source harness on Terminal-Bench.

Latest developments

Letta Code launched in December 2025 as a memory-first coding agent claimed to be the leading model-agnostic open source harness on Terminal-Bench. The company's research page lists Continual Learning in Token Space (Dec 2025), Context Repositories: Git-based Memory (Feb 2026), Context Constitution (Apr 2026) and Memory Models: Towards Agents That Learn (Jun 2026), the last covering memory models trained with memory-native reinforcement learning. The legacy letta-ai/letta repository has been retired to a landing page, with development consolidated in letta-ai/letta-code.

Full profile — market position, technology, go-to-market, geography, history, risks & controversies

Market position

Letta positions itself as an AI research lab whose research ships as software, and as an open, model-agnostic alternative to closed provider stacks — its CEO described the company as "positioning ourselves as the open alternative to OpenAI." Its GitHub presence (24.3k stars, 2.6k forks) and origin as the MemGPT project give it visibility in the agent-memory infrastructure category. TechCrunch noted competition from LangChain and from model providers' own agent tooling such as OpenAI's Assistants API, and raised OpenAI's o1 multistep model as a potential reduction in the need for external state management.

Differentiators cited in the sources are model agnosticism (agents portable across OpenAI, Anthropic, Mistral and self-hosted models, versus provider-locked tooling), open source licensing and transparency of memory state ("white-box memory") in contrast to frameworks that obscure prompts and memory, persistence of agent state and identity across sessions and devices, and skill learning that converts past experience into reusable, git-versionable artifacts.

Technology

Core technology is memory management for LLM agents: virtual context management (MemGPT), self-editing memory in which the model updates its own memory blocks, "white-box memory" giving developers visibility into and control over the exact prompts and memories passed to the model at each reasoning step, and sleep-time compute in which agents reason about context during idle time rather than at inference. Later work describes programmatic context management with git-based versioning of context repositories, continual learning in token space, and memory models trained with memory-native reinforcement learning. The platform includes an agent harness, terminal UI, App Server runtime, TypeScript Agent SDK, skills stored as markdown files, schedules, mods, and vector, full-text and hybrid search over messages and tools. The stack is model-agnostic, letting developers swap LLM providers and even run a single agent across multiple models.

Go-to-market

Distribution is developer-led and open source-first: the harness is installable from npm (npm install -g @letta-ai/letta-code), the source is on GitHub under Apache-2.0, and documentation, a Discord community and X presence support adoption. Paid/managed use is channeled to Letta Cloud, with desktop and browser apps and Slack/Telegram/Discord channel integrations extending reach to non-CLI users. The company also publishes research posts and case studies (Bilt, 11x, Kognitos, Hunt Club) and has received press coverage in WIRED, Fast Company and TechCrunch.

Developers and engineering teams building coding agents, personal assistants, AI coworkers and stateful agents embedded in applications; enterprise users are indicated through featured case studies with Bilt, 11x, Kognitos and Hunt Club. Earlier coverage cited personalized chatbots and long-running assistants such as symptom-tracking health bots as use cases.

Geography

Headquartered in San Francisco; sources describe no other offices.

History

Letta originated in UC Berkeley's Sky Computing Lab, the successor to RISELab and AMPLab and the source of projects including Spark, Ray, vLLM, Gorilla LLM and SGLang. The MemGPT whitepaper was posted on October 12, 2023 and was shared on Hacker News before the planned release, staying at the top of the site for 48 hours and driving rapid open source adoption. The company emerged from stealth on September 23-24, 2024 with a $10M seed round and released its Agent Development Environment and API platform, opening a beta waitlist for Letta Cloud. Subsequent research on sleep-time compute (2025) and continual learning preceded the December 2025 launch of Letta Code. The original letta-ai/letta repository was later converted into a landing page, with the retired V1 server source preserved on an archive branch and active development moved to letta-ai/letta-code.

Risks & controversies

Reported competitive risks include established players such as LangChain and agent tooling from major model providers, and the possibility that multistep reasoning models that maintain state internally reduce demand for external memory layers. The retired Letta V1 server source on the archive branch is explicitly unsupported, receives no fixes or security updates, and is stated to be unsuitable for production. Research posts dated into 2026 on the company site cannot be independently corroborated by the other sources provided.

Compiled by commissioned research from 8 cited public sources — announcements, filings, and press listed under research sources below.

Key figures

latest reported
GitHub commits (letta-ai/letta)Jan 20267,471 commits
GitHub forks (letta-ai/letta)Jan 20262,600 forks
GitHub stars (letta-ai/letta)Jan 202624,300 stars
GitHub watchers (letta-ai/letta)Jan 2026138 watchers
MemGPT GitHub forks shortly after releaseSep 20241,200 forks
MemGPT GitHub stars shortly after releaseSep 202411,000 stars
Post-money valuation at seedSep 2024$70M

Company-reported or press-reported figures, each dated to when it was claimed — not independently audited.

Competitors · 6

by search overlap
Hugging Face31 shared keywordsHugging Face is a collaboration platform that hosts and provides access to machine learning models, datasets, and applications. It offers both open-source tools for the ML community and paid compute and enterprise solutions for teams building AI applications.
Netezza29 shared keywordsIBM is a global technology company whose business spans enterprise software (including Red Hat, HashiCorp, and Confluent), IT infrastructure such as mainframes, servers, and storage, and IT consulting services. The company is also investing heavily in quantum computing and AI-based enterprise offerings, including its Lightwell open-source software security clearinghouse and the Anderon quantum wafer foundry.
LangChain23 shared keywordsLangChain provides an agent engineering platform and open source frameworks for developers to build, test, and deploy AI agents that can use data and take actions. The platform includes LangSmith for observability and evaluation, and serves enterprise customers including 35% of the Fortune 500.
Mem019 shared keywordsMem0 provides memory infrastructure for AI systems, enabling them to build lasting, contextual memory across applications. The platform serves developers and AI companies that need portable memory and personalization capabilities.
Databricks17 shared keywordsDatabricks provides a unified platform for data engineering, analytics, and artificial intelligence, enabling organizations to build and deploy data and AI applications on cloud infrastructure.
Anthropic15 shared keywordsAnthropic is an AI safety research company that builds reliable, interpretable, and steerable AI systems. The company conducts frontier AI research, applies safety techniques, and deploys systems through products and partnerships.

Companies competing with Letta for the same Google search keywords, organic and paid, via search-intersection analysis.

Timeline · 10

launches, deals, and filings
Jun 2026
Research publication: Memory Models: Towards Agents That Learn

Letta published research on powering agent learning through memory models trained with memory-native reinforcement learning.

source ↗

Apr 2026
Research publication: Context Constitution

A set of principles governing how AI agents manage context to learn from experience.

source ↗

Feb 2026
Research publication: Context Repositories: Git-based Memory

A rebuild of agent memory using programmatic context management and git-based versioning.

source ↗

Jan 2026
Letta V1 server repository retired and archived

The letta-ai/letta GitHub repository became a landing page for the project, with the retired Letta V1 API server source preserved on an archive branch; current source moved to letta-ai/letta-code.

source ↗

Dec 2025
Letta Code, a memory-first coding agent

Letta announced Letta Code, a coding agent built around long-lived agents that persist across sessions, with memory initialization (/init), explicit reflection (/remember), skill learning and search over past messages. The company states it is the #1 model-agnostic open source harness on Terminal-Bench.

source ↗

Dec 2025
Research publication: Continual Learning in Token Space

Research arguing that learning in token space is central to building AI agents that improve over time.

source ↗

Apr 2025
Research publication: Sleep-time Compute: Learning Offline

Research on letting agents reason about context during idle time rather than at inference.

source ↗

Sep 2024
Release of Agent Development Environment and API platform; Letta Cloud beta onboarding

Letta released its Agent Development Environment (ADE) and API platform for building and deploying AI agents for free and began onboarding early developers to the beta of its hosted Letta Cloud platform, which offers a model-agnostic hosted agent service accessible via REST APIs.

source ↗

Sep 2024
Letta emerges from stealth with $10M seed led by Felicis

Letta, a spinout of UC Berkeley's Sky Computing Lab and the commercial entity behind the MemGPT open source project, came out of stealth with a $10 million seed round led by Astasia Myers of Felicis at a $70 million post-money valuation, with participation from Sunflower Capital, Essence VC and angel investors including Jeff Dean, Clem Delangue, Cristobal Valenzuela, Jordan Tigani, Tristan Handy, Robert Nishihara and Barry McCardel.

$10M source ↗

Oct 2023
MemGPT paper published and open sourced

The founders posted the MemGPT whitepaper on October 12, 2023; it was shared on Hacker News before the planned code release and stayed at the top of the site for 48 hours, with the GitHub project quickly reaching 11,000 stars and 1.2K forks.

source ↗

Dated company events from announcements, filings, and press; legal rows summarize public dockets and regulator releases.

In the news

Research sources · 8

primary sources listed

8 public sources were cited for this profile; the first-party ones are listed here.

Frequently asked questions

What does Letta do?
San Francisco AI research lab and MemGPT creator building stateful agents with long-term memory that learn from experience.
Who founded Letta?
Letta was founded by Sarah Wooders, Charles Packer, Sarah Wooders, PhD.
Who are Letta's investors?
Letta's investors include Felicis Ventures, Essence Venture Capital.
How much funding has Letta raised?
Letta has disclosed $10M raised across 1 of its 3 known rounds.
Where is Letta headquartered?
Letta is headquartered in San Francisco, US.