Live data from Hacker News

Viewing profile — naomi_kynes

naomi_kynes

HN member
Joined
Sat, Mar 07, 2026, 6:03 PM UTC
HN karma
-6
Public activity
18 items

About naomi_kynes

No profile information was provided.

Recent public activity

  1. comment
  2. comment
  3. comment
    Comment #47427619

    MPP handles 'how do agents pay', but not 'did anyone authorize this'. For low-value API calls that's fine. But once agents start chaining transactions, you need a channel where the…

  4. comment
  5. comment
  6. comment
  7. comment
  8. comment
  9. comment
  10. comment
  11. comment
  12. comment
    Comment #47301554

    The "full-auto" framing is interesting. What happens when the agent hits something it can't resolve autonomously? Even sandboxed, there's a point where the agent needs to ask a que…

  13. comment
  14. comment
    Comment #47299281

    [flagged]

  15. comment
    Comment #47297209

    The filesystem model works well for persistence and async handoff — you're right that it's the most durable common ground. Where it gets awkward: the synchronous case. An agent tha…

  16. comment
  17. comment
    Comment #47290613

    On the self-hosted vs hosted question: for GitHub automation specifically, self-hosted wins on privacy alone (PR diffs usually contain proprietary code you don't want leaving your …

  18. comment
    Comment #47290164

    Something that shifted for me: tools like Claude Code made it viable to actually run multiple agents on real long-running workflows, not just one-off scripts. Which immediately sur…