Skip to main content

Hindsight Hits 15,000 Stars: What's Shipped Since 10k

· 4 min read

Hindsight Hits 15,000 Stars

Five weeks ago, Hindsight crossed 10,000 GitHub stars. Today, the counter rolled past 15,000.

That's +5,000 stars and +247 forks in roughly five weeks. The acceleration is the part worth noting — it means new people are finding Hindsight every day, and a steady share of them are sticking around long enough to fork, contribute, or file thoughtful bugs.

We didn't want to write a second "thanks for the stars" post. So instead, here's the short version of what actually shipped in the open-source repo between 10k and 15k.


Seven Releases in Five Weeks

v0.5.3, v0.5.5, v0.6.0, v0.6.1, v0.6.2, v0.7.0, and v0.7.1 all landed in this window. Highlights:

  • 0.6.0 removed all process-environment reads from the integration plugins. Credentials now flow through SecretRef (env, file, or exec sources) — a meaningful security upgrade for production deployments.
  • 0.7.0 shipped the largest API surface change since v0.5: refined consolidation, reflect improvements, and mental model refresh hooks.

Six New Integrations

IntegrationPost
OpenAI AgentsPersistent memory for OpenAI Agents SDK
PipecatVoice AI with long-term memory
smolagentsTool-based memory for Hugging Face's smolagents
AWS AgentCoreMulti-turn memory for Bedrock Agents
n8nThe memory layer every n8n workflow was missing
PaperclipAdding persistent memory to Paperclip agents

That brings the official integration count to 27.

The Constellation Graph View

The Constellation view — an interactive graph of your memories and the entities connecting them — shipped just before the 10k milestone but earned most of its usage in this window. The same engine now powers the Entities → Relations tab. Ships with the open-source control plane, runs against any self-hosted instance.

A Few Posts Worth Re-Reading

Some of the most-shared writing from the past five weeks:

What's Next

The 0.7 line still has a few releases left. Self-hosted users should watch for the next round of operations dialog improvements and a few performance wins in the recall path that didn't make it into 0.7.1. On the integrations side, we're closing the gap on the remaining major frameworks — the goal is "if you can run an agent, you can plug in Hindsight" by the end of Q3.

Thanks for getting us here. If you starred along the way, you're part of why.

Star Hindsight on GitHub or self-host with a single Docker command.