Viewing profile — tonipotato
tonipotato
HN member- Joined
- Thu, Mar 12, 2026, 12:53 PM UTC
- HN karma
- 6
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About tonipotato
No profile information was provided.
Recent public activity
-
story
It's hard for solo developers to gain attentions
I've been building side projects for a while and I'm hitting the same wall every time, the building is the easy part. Getting anyone to notice is 10x harder than writing the code. …
-
comment
Comment #47351928
The problem with formal prompting languages is they assume the bottleneck is ambiguity in the prompt. In my experience building agents, the bottleneck is actually the model's conte…
-
comment
Comment #47351473
Working on Engram, a cognitive memory system for AI agents. Instead of vector DB + semantic search, it uses models from cognitive science (ACT-R activation decay, Hebbian learning,…
-
comment
Comment #47351169
I feel the same! they are raising the bar higher and higher. I wrote a bot and pass the swe bench lite for 67% and can not get a chance to show. I also tried to submit for swe benc…
-
comment
Comment #47350994
Crypto receipts for agent state is cool, especially for compliance stuff where you need to prove what an agent knew at some point. But the thing I keep running into,most agent memo…
-
comment
Comment #47350074
Cool project. The deterministic layer first → LLM only for edge cases is the right call, keeps it fast for the obvious stuff. One thing I'm curious about: when the LLM does kick in…