Live data from Hacker News

Viewing profile — omrimaya

omrimaya

HN member
Joined
Wed, Mar 04, 2026, 10:02 AM UTC
HN karma
1
Public activity
4 items

About omrimaya

No profile information was provided.

Recent public activity

  1. comment
    Comment #47320494

    The capability-based permission propagation is the part I'd want to stress-test first, in practice we found that the interesting failure mode isn't the agent escaping its sandbox, …

  2. comment
    Comment #47320489

    The one-line summary + lazy-load pattern is exactly where we landed too after trying to stuff schemas into context. What I'd add: the harder problem is invalidation, those skill fi…

  3. comment
    Comment #47289065

    The "infrastructure instead of a library" pattern is everywhere in the LLM tooling space right now. We went through the same decision point, stood up LiteLLM, ran it for a week, th…

  4. comment
    Comment #47286734

    The design decision I find most interesting here is ephemeral-by-default with opt-in checkpointing, that inversion of the usual "persist everything, clean up manually" model fits a…