Live data from Hacker News

Viewing profile — kaliades

kaliades

HN member
Joined
Sat, May 10, 2014, 9:15 AM UTC
HN karma
18
Public activity
45 items

About kaliades

A constant tinkerer and builder of things. Most recently - https://betterdb.com

Recent public activity

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

  2. story
  3. story
  4. story
  5. 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…

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

  7. story
  8. story
  9. story
  10. comment
  11. comment
  12. 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…

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

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

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

  16. comment
    Comment #47623678

    The simplest approach is the best in 90%+ of the cases!

  17. comment
    Comment #47604351

    Thank you!

  18. 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.

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

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

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

  22. story
  23. 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…

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

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