Skip to main content

tutorial

Adding Persistent Memory to OpenAI Codex with Hindsight

Adding Persistent Memory to OpenAI Codex with Hindsight

Give OpenAI Codex persistent memory across sessions with Hindsight. Auto-recall injects context before every prompt. Auto-retain extracts facts when sessions end.

Apr 8, 20269 min read
Your OpenClaw Agents Are Strangers to Each Other. Hindsight Changes That.

Your OpenClaw Agents Are Strangers to Each Other. Hindsight Changes That.

When you run multiple OpenClaw instances, each one learns independently. Here's how to give every instance in your team a shared memory bank so what one learns, all know.

Apr 1, 20266 min read
Why Your AWS Strands Agent Keeps Starting From Scratch (And How to Stop It)

Why Your AWS Strands Agent Keeps Starting From Scratch (And How to Stop It)

Why Your AWS Strands Agent Keeps Starting From Scratch (And How to Stop It)

Mar 25, 20269 min read
OpenClaude: Build a Claude Code Agent with Long-Term Memory — and Take It Everywhere

OpenClaude: Build a Claude Code Agent with Long-Term Memory — and Take It Everywhere

OpenClaude: Build a Claude Code Agent with Long-Term Memory — and Take It Everywhere

Mar 23, 202615 min read
Give the Only Self-Improving AI Agent (Hermes) a Memory Upgrade It Deserves

Give the Only Self-Improving AI Agent (Hermes) a Memory Upgrade It Deserves

How to Add Persistent Memory to Hermes Agent

Mar 17, 20268 min read
I Built a Chatbot That Never Forgets — In 80 Lines of Python

I Built a Chatbot That Never Forgets — In 80 Lines of Python

I Built a Chatbot That Never Forgets — In 80 Lines of Python

Mar 17, 202610 min read
Run Hindsight with Ollama: Local AI Memory, No API Keys Needed

Run Hindsight with Ollama: Local AI Memory, No API Keys Needed

Running Hindsight with Ollama gives you a fully local AI memory system. No API keys, no cloud costs, no data leaving your machine. If you want persistent agent memory powered by open-source models on your own hardware, this tutorial walks through the complete setup.

Mar 10, 202610 min read
The Open-Source MCP Memory Server Your AI Agent Is Missing

The Open-Source MCP Memory Server Your AI Agent Is Missing

AI agents forget everything between sessions. Hindsight gives them persistent, structured memory via MCP. One Docker command to run the full stack locally. Connect any MCP-compatible client. Three core operations: retain (store), recall (search), reflect (reason) — plus mental models that auto-update as memories grow.

Mar 4, 202610 min read
I Gave 100+ LLMs a Permanent Memory With One Python Package

I Gave 100+ LLMs a Permanent Memory With One Python Package

hindsight-litellm adds persistent memory to any LLM provider via LiteLLM — OpenAI, Anthropic, Groq, Azure, Bedrock, Vertex AI, and 100+ more. Three lines of setup, and every LLM call automatically gets context from past conversations.

Mar 3, 20266 min read
Your CrewAI Agents Forget Everything Between Runs. Here's the Fix.

Your CrewAI Agents Forget Everything Between Runs. Here's the Fix.

CrewAI agents lose all memory when a crew finishes. hindsight-crewai plugs into CrewAI's ExternalMemory to persist knowledge across runs -- three lines of setup, and your agents automatically store task outputs and recall relevant context.

Mar 2, 20266 min read