Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Hindsight: Agent Memory That Learns
| Date | Stars |
|---|---|
| 2026-07-31 | 18943 |
| 2026-08-01 | 18943 |
| 2026-08-04 | 19072 |
| 2026-08-06 | 19072 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
35.0
growth rate 0.00%/day
<div align="center">  [Documentation](https://hindsight.vectorize.io) • [Paper](https://arxiv.org/abs/2512.12818) • [Cookbook](https://hindsight.vectorize.io/cookbook) • [Hindsight Cloud](https://ui.hindsight.vectorize.io/signup) [](https://github.com/vectorize-io/hindsight/actions/workflows/release.yml) [](https://join.slack.com/t/hindsight-space/shared_invite/zt-3nhbm4w29-LeSJ5Ixi6j8PdiYOCPlOgg) [](https://opensource.org/licenses/MIT)   <br/> <a href="https://trendshift.io/repositories/15603" target="_blank"><img src="https://trendshift.io/api/badge/repositories/15603" alt="vectorize-io%2Fhindsight | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a> </div> --- ## What is Hindsight? Hindsight™ is an agent memory system built to create smarter agents that learn over time. Most agent memory systems focus on recalling conversation history. Hindsight is focused on making agents that learn, not just remember. <video src="https://github.com/user-attachments/assets/923b798d-3581-4897-bb62-9cfa5a931682" controls></video> It eliminates the shortcomings of alternative techniques such as RAG and knowledge graph and delivers state-of-the-art performance on long term memory tasks. ## Memory Performance & Accuracy Hindsight is the most accurate agent memory system ever tested according to benchmark performance. It has achieved state-of-the-art performance on the LongMemEval benchmark, widely used to assess memory system performance across a variety of conversational AI scenarios. The current reported performance of Hindsight and other agent memory solutions as of January 2026 is shown here:  The benchmark performance data for Hindsight has been independently reproduced by research collaborators at the Virginia Tech [Sanghani Center for Artificial Intelligence and Data Analytics](https://sanghani.cs.vt.edu/) and The Washington Post. Other scores are self-reported by software vendors. Hindsight is being used in production at Fortune 500 enterprises and by a growing number of AI startups. ## Adding Hindsight to Your AI Agents The easiest way to use Hindsight with an existing agent is with the LLM Wrapper. You can add memory to your agent with 2 lines of code. That will swap your current LLM client out with the Hindsight wrapper. After that, memories will be stored and retrieved automatically as you make LLM calls. If you need more control over how and when your agent stores and recalls memories, there's also a simple API you can integrate with using the SDKs or directly via HTTP.  --- > 🤖 **Using a coding agent?** Install the Hindsight documentation skill for instant access to docs while you code: > ```bash > npx skills add https://github.com/vectorize-io/hindsight --skill hindsight-docs > ``` > Works with Claude Code, Cursor, and other AI coding assistants. --- ## Quick Start ### Docker (recommended) ```bash export OPENAI_API_KEY=sk-xxx docker run -it --pull always --name hindsight --restart unless-stopped -p 8888:8888 -p 9999:9999 \ -e HINDSIGHT_API_LLM_API_KEY=$OPENAI_API_KEY \ -v hindsight-data:/home/hindsight/.pg0 \ ghcr.io/vectorize-io/hindsight:latest ``` >API: http://localhost:8888 >UI: http://localhost:9999 You can modify the LLM provider by setting `HIND
Excerpt of 13,613 characters
Read on GitHubNicolò Boschi · @vectorize-io · Italy
1.2k
273
Evo
140
Chris Bartholomew · @LangStream · Canada
83
66
Derek Bouius
47
43
Parafee41 · Harbin Institute of Technology · China
27
26
25
23
18
10
9
8
Octopus · Independent Developer · United States
7
7
5
Kagura
5
4
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:29f27f3cec08c286, topic:agents, topic:agentic-ai
matched fp:29f27f3cec08c286, topic:memory