supreeth_ravi

↗ HN profile [ 34.5 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I built MongoClaw because every AI enrichment pipeline I've seen hits the same concurrency bug nobody talks about. Your agent reads a document at t0. Inference takes 2 seconds. At t1, another process updates that…

  2. Hi HN, Been working on a way to get "agent-per-row" behavior in Postgres without actually running LLMs inside the database. The problem: Calling LLMs from triggers/functions blocks transactions, exhausts connections,…