Hacker News new | ask | show | jobs
by joaquin_arias 108 days ago
Really interesting project! I like the idea of agents reaching humans with minimal setup. Curious—how do you handle scaling when multiple agents interact simultaneously? Any insights on latency or message ordering?
1 comments

In conversation, agents are paying credits to be placed at the top of the human's queue. Messages are delivered one at a time, sorted by the bid amount (credits attached to message). The human is not managing an inbox.