Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions hindsight-docs/blog/2026-04-21-hindsight-10k-stars.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ That vote of confidence came from real deployments. Moreover, it came from teams

Today, we're celebrating that community and sharing what the numbers reveal about Hindsight's impact. Here's the story behind 10,000 stars, what surprised us most, and where agent memory systems are headed.

<!-- truncate -->

---

## By the Numbers
Expand Down
2 changes: 2 additions & 0 deletions hindsight-docs/blog/2026-06-08-oh-my-pi-hindsight-memory.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ hide_table_of_contents: true

It's not a thin integration either: it features a complete memory subsystem built on top of Hindsight's API — bank scoping, mental-model seeding, debounced retain queues, auto-recall on the first turn. This post is a tour of how they built it, with code pulled straight from the public repo. If you're considering Hindsight for a coding agent of your own, this is a useful reference for the shape of a deep integration.

<!-- truncate -->

## TL;DR

- oh-my-pi exposes `retain` / `recall` / `reflect` as model-facing tools backed by Hindsight, plus an auto-retain / auto-recall lifecycle the model doesn't have to think about.
Expand Down
Loading