Skip to main content

Posts

Featured

Show HN: Valkey-powered semantic memory for Claude Code sessions https://ift.tt/v89FySI

Show HN: Valkey-powered semantic memory for Claude Code sessions I wanted to explore Valkey's vector search capabilities for AI workloads and had been looking for an excuse to build something with Bun. This weekend I combined both into a memory layer for Claude Code. https://ift.tt/1RdPyF7 The problem: Claude Code has CLAUDE.md and auto memory, but it's flat text with no semantic retrieval. You end up repeating context, especially around things not to do. BetterDB Memory hooks into Claude Code's lifecycle (SessionStart, PostToolUse, PreToolUse, Stop), summarizes each session, generates embeddings, and stores everything in Valkey using FT.SEARCH with HNSW. Next session, relevant memories surface automatically via vector similarity search. The interesting technical bit is that Valkey handles all of it - vector search, hash storage for structured memory data, sorted sets for knowledge indexing, lists for compression queues. No separate vector database. There's also an agin...

Latest Posts

Show HN: Mrkd – A native macOS Markdown viewer with iTerm2/VSCode theme import https://ift.tt/lvZSFyc

Show HN: PraxisJS – signal-driven front end framework and AI experiment https://ift.tt/JLCE1aW

Show HN: Panel Panic a Rust/Macroquad/WASM Panel de Pon/Tetris Attack Clone https://ift.tt/tG7E2VA

Show HN: Monohub – a new GitHub alternative / code hosting service https://ift.tt/s3ZlXki

Show HN: Tomoshibi – A writing app where your words fade by firelight https://ift.tt/G0kQxPR

Show HN: BananaOS, vibecoded operating system that boots on a 486 with ~11MB RAM https://ift.tt/S1lOwC7

Show HN: Unfudged – version every change between commits - local-first https://ift.tt/t4kNhOw

Show HN: Beehive – Multi-Workspace Agent Orchestrator https://ift.tt/B9G8fxh

Show HN: DRYwall – Claude Code plugin to to deduplicate code with jscpd https://ift.tt/XIk2ryF

Show HN: Chaos Monkey but for Audio Video Testing (WebRTC and UDP) https://ift.tt/At7yhCI