Skip to main content

Hindsight Blog

Updates, insights, and deep dives into agent memory

The 10 Things to Look For in an Agent-Memory System

The 10 Things to Look For in an Agent-Memory System

The 10 things that separate a real agent-memory system from a demo: retrieval, conflict resolution, freshness, security, self-hosting, observability, and more.

Jul 31, 202616 min read
Give GitHub Copilot CLI a Memory of Your Codebase

Give GitHub Copilot CLI a Memory of Your Codebase

GitHub Copilot CLI forgets your project between sessions. Add Hindsight so it recalls past decisions and retains what it learns, automatically via hooks.

Jul 30, 20267 min read
What's new in Hindsight 0.8.6

What's new in Hindsight 0.8.6

An entity timeline and tag filters in the control plane, per-operation reasoning effort, and self-diagnosing health checks in Hindsight 0.8.6

Jul 29, 20265 min read
How to Move Your Agent's Memory Off a Vector Database

How to Move Your Agent's Memory Off a Vector Database

A practical guide to migrating agent memory off a vector database like Pinecone or Chroma to Hindsight: what to export, how to map it, and what you gain.

Jul 28, 20267 min read
8 Agent Memory Use Cases (With Real Examples)

8 Agent Memory Use Cases (With Real Examples)

The real agent memory use cases teams build on Hindsight, from coding agents to customer-facing products to automations, each with a concrete example.

Jul 27, 20266 min read
recall vs reflect: Search Your Agent's Memory, or Ask It

recall vs reflect: Search Your Agent's Memory, or Ask It

Hindsight gives your agent two ways to read its memory. recall retrieves the relevant facts (no LLM, instant). reflect reasons across them to synthesize an answer. When to use each.

Jul 24, 20267 min read
Give Roo Code a Memory So Every Task Builds on the Last

Give Roo Code a Memory So Every Task Builds on the Last

Roo Code runs autonomous coding tasks but starts each one from zero. Add Hindsight agent memory: recall context before every task, retain a summary after.

Jul 23, 20267 min read
Your 1M-Token Context Window Is Not Memory

Your 1M-Token Context Window Is Not Memory

A context window is working memory: it forgets everything when the session ends and degrades long before it fills. Why a bigger window is still not agent memory.

Jul 22, 20267 min read
Mira Murati's Thinking Machines Dropped Inkling. We Made It Your Agent's Memory in 5 Minutes.

Mira Murati's Thinking Machines Dropped Inkling. We Made It Your Agent's Memory in 5 Minutes.

Thinking Machines open-sourced Inkling. We made it an AI agent's long-term memory in four env vars, and it resolved 'last week' to a real date on the first try. Here is how.

Jul 21, 20268 min read