kaliades

↗ HN profile [ 69.8 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Today we released an open, Valkey-native context layer for AI agents as part of our packages at BetterDB (agent memory, semantic + multi-tier caching, typed retrieval) that run on a Valkey instance no matter where it is…

  2. The weekend of last week I built chat.betterdb.com as a RAG over Valkey/Redis/Dragonfly docs. The goal was to eat our own dogfood and test publicly our caching libraries. It also saved me from having to come up with…

  3. Multi-tier exact-match cache for AI agents backed by Valkey or Redis. LLM responses, tool results, and session state behind one connection. Framework adapters for LangChain, LangGraph, and Vercel AI SDK. OpenTelemetry…

  4. I built this after a year at Redis as an engineering manager for their developer tools, watching the ecosystem fragment after the license change. Redis 7.4 broke data file compatibility with Valkey. RIOT, the only…

  5. Every semantic cache library - RedisVL, LangChain, LiteLLM - targets Redis and assumes RediSearch wire compatibility. Point any of them at Valkey Search 1.2 and they break silently in multiple places. There's no library…

  6. 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.…

  7. If your Valkey or Redis instance runs in a private network whether self-managed on EC2, in a Docker Compose stack, or on a managed service getting monitoring data out is annoying. VPC peering, bastion hosts, or running…

  8. Hey HN, I'm Kristiyan. I previously led Redis Insight (the official Redis GUI). When I started working with Valkey, I found the observability tooling lacking — so I started building BetterDB. The core problem: Valkey…

  9. Hey HN, I'm Kristiyan, former Engineering Manager for Redis' Visual Developer Tools (including Redis Insight). I built BetterDB because Valkey is growing fast but lacks proper observability tooling. BetterDB is a…

  10. Hi, I just "finished" an app that allows you to open apps by moving your phone in the air in some pattern. You can teach it the different gestures and can open all apps on the device. There are some minor bugs ofc, but…

  11. Hi, my old diploma project https://quatinus.info finally starts to look like something almost finished. The whole idea is to mine data from facebook, twitter, foursquare, etc., evaluates it and display it to the user.…