4 pointsby jimbursch15 hours ago1 comment
  • joaquin_arias4 hours 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?
    • jimbursch14 hours ago
      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.