All activity
Deeq Yaqubstarted a discussion
Why does every AI memory tool treat your agent's knowledge like a junk drawer?
I've been building AI agents for a while and the memory problem kept bugging me. Every time a conversation ends, your agent forgets everything. The standard fix is cramming thousands of tokens of conversation history into every prompt. It's slow, expensive, and most of it isn't even relevant. So I looked at what's out there. Mem0, Zep, Supermemory. They all do basically the same thing: take...
Deeq Yaqubleft a comment
Hey Product Hunt! 👋 Built ZeroRules after watching Claude burn 850 tokens on "247 × 18" when my calculator could do it instantly for free. The problem: We're using LLMs for tasks that don't need AI - math, timezones, currency conversion, file listings. The solution: ZeroRules intercepts these queries BEFORE the API call using pattern matching, then resolves them locally in <5ms. Only...

ZeroRulesStop wasting tokens on math, time, and currency queries
