supreeth_ravi
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
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…
-
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,…