Top AI Product

Every day, hundreds of new AI tools launch across Product Hunt, Hacker News, and GitHub. We dig through the noise so you don't have to — surfacing only the ones worth your attention with honest, no-fluff reviews. Explore our latest picks, deep dives, and curated collections to find your next favorite AI tool.


TencentDB-Agent-Memory cuts agent token bills 61% — Tencent’s local answer to agent amnesia

Agent memory is the hottest infra race of 2026, and Tencent Cloud just walked in with an open-source, fully local entry. TencentDB-Agent-Memory is an MIT-licensed long-term memory system for AI agents: 8,283 GitHub stars, +123 today, still on the Trending board.

Two memories, zero external APIs

Short-term memory compresses bulky tool logs into compact Mermaid symbols instead of dumping raw text back into context. Long-term memory runs a 4-tier pipeline: L0 raw conversations → L1 atomic facts → L2 scenario blocks → L3 user persona. Everything sits on local SQLite with sqlite-vec — no external API calls, your data never leaves the machine. That’s the real differentiator: most memory products are flat vector piles in someone else’s cloud; this is structured distillation on your own disk.

The numbers sell themselves. Plugged into OpenClaw, token usage drops up to 61.38%, task pass rate rises 51.52% relative, and PersonaMem accuracy jumps from 48% to 76%.

For builders: TypeScript SDK, one npm plugin

It ships as a TypeScript SDK with an npm plugin for OpenClaw and a Docker image for Hermes, using hybrid BM25 + vector retrieval. Typical use case: a coding agent that still remembers your stack preferences three weeks later — without replaying the whole history.


You Might Also Like


Discover more from Top AI Product

Subscribe to get the latest posts sent to your email.



Leave a comment