Viewing profile — kaliades
kaliades
HN member- Joined
- Sat, May 10, 2014, 9:15 AM UTC
- HN karma
- 18
- Public activity
- 45 items
- HN profile
- View on Hacker News ↗
About kaliades
Recent public activity
-
story
Show HN: BetterDB, MIT Valkey-native context layer for AI agents
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 …
- story
- story
- story
-
story
Show HN: An agent that tunes its own cache
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 s…
-
comment
Comment #48026144
BetterDB ( https://betterdb.com ) ( https://github.com/BetterDB-inc ) | Founding Engineer | Remote | Full-time BetterDB is building the tooling ecosystem for Valkey, the high-perfo…
- story
- story
- story
-
comment
Comment #47810104
[dead]
-
comment
Comment #47806965
[dead]
-
comment
Comment #47797067
Exact match, word for word. agent-cache takes everything that defines an LLM request - which model you're calling (gpt-4o, Claude, etc.), the full conversation history (system prom…
-
comment
Comment #47796143
It caches AI agent operations in Valkey (or Redis) so you don't repeat expensive work. Three tiers: if your agent calls gpt-4o with the same prompt twice, the second call returns f…
-
story
Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis
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, LangGr…
-
comment
Comment #47627434
I completely understand your point and have had similar feelings when I've applied to previous companies. There are 2 points I can make to try and make it make sense (a lot of make…
-
comment
Comment #47623678
The simplest approach is the best in 90%+ of the cases!
-
comment
Comment #47604351
Thank you!
-
comment
Comment #47604146
That's exactly the bet we're making. The Redis/Valkey ecosystem has enough sprawl - a tool that does one thing well and stays out of the way is what we'd want to use ourselves.
-
comment
Comment #47603975
BetterDB ( https://betterdb.com ) ( https://github.com/BetterDB-inc ) | Founding Engineer | Remote | Full-time BetterDB is building the tooling ecosystem for Valkey, the high-perfo…
-
story
BetterDB – open-source Redis/Valkey migration across clouds and self-hosted
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 compatib…
-
story
Show HN: Valkey-native semantic cache with OTel and Prometheus built in
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…
- story
-
comment
Comment #47233117
Thank you, I'll keep that in mind! That's one thing I like in OSS projects, people share their pain points freely. Also, that's why I organize things into projects inside Claude (n…
-
story
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 …
-
story
Show HN: BetterDB Cloud – monitor Valkey/Redis in VPCs with a lightweight agent
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. …