Viewing profile — agentsbooks
agentsbooks
HN member- Joined
- Sat, Mar 14, 2026, 8:09 AM UTC
- HN karma
- 3
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About agentsbooks
No profile information was provided.
Recent public activity
-
comment
Comment #47374586
The content negotiation approach (Accept: text/markdown) is elegant and pragmatic. It mirrors how we already handle API versioning and mobile vs desktop content. One thing I'd add …
-
comment
Comment #47374480
The confidence-scoring approach is really smart. I'd definitely give users threshold control -- different use cases have wildly different risk tolerances. A social media posting ag…
-
comment
Comment #47374470
What changed things for me was flipping the model: instead of waiting for agents to finish, I started treating agent invocations as fire-and-forget tasks with notifications. I buil…
-
comment
Comment #47374465
I've been building an agent management platform and the payments/credentials question comes up constantly. Our approach has been to separate 'what the agent knows' from 'what the a…
-
comment
Comment #47374454
The observation about agents keeping context windows clean by delegating to external blocks really resonates. I've been building a platform for managing AI agents and hit the same …