Viewing profile — benban
benban
HN member- Joined
- Fri, Jan 16, 2026, 10:59 PM UTC
- HN karma
- 3
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About benban
No profile information was provided.
Recent public activity
-
comment
Comment #49657239
[flagged]
-
comment
Comment #49654079
[flagged]
- story
-
comment
Comment #47643036
Fair, but the top ~20 repos in the sample have 25K+ stars each.
- story
-
comment
Comment #47323572
This makes sense for OpenAI, my experience with Promptfoo is great at testing model outputs. But I keep wondering who's looking at the other side: the actual agent code, and what h…
- comment
- story
-
comment
Comment #47137481
I would also recommend checking out https://inkog.io as well, looks at similar patterns and you can run it directly in the browser and get results in 60s, it also builds an agent t…
-
comment
Comment #47122512
Interesting that NIST is pushing for machine-readable behavioral declarations for agents. Basically an SBOM equivalent — agents declaring what tools they can access and what they c…
- story
-
comment
Comment #47046260
Honestly yeah – static catches structural stuff (missing exit conditions). But the trickier loops are when the model keeps deciding to retry. Like "let me try one more search" fore…
-
story
Show HN: Inkog – Pre-flight check for AI agents (governance, loops, injection)
Hi HN, I'm a builder. I've been building AI agents for a while now and kept running into the same problems. Agent gets stuck in a loop. Prompt injection sneaks through. No one revi…
-
comment
Comment #46656962
the point about this being an os problem not an ai problem resonates. letting untrusted agents drive your browser smells like a problem to me. in practice we've had better luck run…
-
comment
Comment #46656955
nice work. the idea of breaking agents into short-lived executors with explicit inputs/outputs makes a lot of sense - most failures i've seen come from agents staying alive too lon…