<span class="vcard">/u/kumard3</span>
/u/kumard3

the part of AI agents nobody talks about: what happens when two agents try to use the same email inbox

been building agent infrastructure for a while and this is one of the messiest edge cases i keep seeing. most agent setups use a shared mailbox. works fine for one agent. breaks badly at scale. what goes wrong: – two agents poll the same inbox simultan…

AI agents fail at the auth step more than at the reasoning step. anyone else seeing this?

been building AI agents for a while and noticing a pattern: the LLM reasoning part works. the part that breaks is everything around accounts, logins, and verification. agent gets to "sign up for this service" and then: – email verification lo…

The gap between agent demos and agent products

Every impressive agent demo skips the same three things: Auth. The demo target is open. The real one has a login and a 2FA prompt. Identity. The demo agent acts as the developer. The real one needs its own email, accounts, and a place to keep secrets….