Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Fixing the Portobello Police Station Clock(pointinthecloud.com)
    40comments
  2. Radicle: Disclosure of Vulnerability in the Network Protocol(radicle.dev)
    12comments
  3. Gemini 3.8 text-to-speech(blog.google)
    53comments
  4. Stripe's Knowledge AI Platform(stripe.dev)
    63comments
  5. Jev in 25 Lines of Python(nobodywho.ai)
    154comments
  6. Strands Harness(strandsagents.com)
    55comments
  7. GPT-6 Sol and Luna(openai.com)
    805comments
  8. Claude Code reads AGENTS.md only when telemetry is on [fixed](szypowi.cz)
    202comments
  9. 28% of job postings on company career sites have been open over 90 days(unlisted.careers)
    57comments
  10. Z80 REPL (2018)(abagames.github.io)
    14comments
  11. Claude Opus 5.5(anthropic.com)
    1042comments
  12. I don't want the details(michaelheap.com)
    129comments
  13. Tokens Too Cheap to Meter(jyn.dev)
    105comments
  14. Seattle City Council votes to ban surveillance pricing in sale of groceries(consumerreports.org)
    38comments
  15. Web-based IBM 1620 emulator and IPL-V from 1963(github.com/pkimpel)
    4comments
  16. GPT-6 Astra has gained the ability to drive a car(drivingbench.com)
    143comments
  17. QuestDB (YC S20) Is Hiring a Sales Engineer(questdb.com)
    discuss
  18. OpenAI GPT–6 Astra breaks Enigma message that has resisted solution since 2005(cryptocellar.org)
    428comments
  19. Transit rewards(waymo.com)
    279comments
  20. The GitHub wiki is an anti-pattern (2022)(michaelheap.com)
    74comments
  21. What California is learning from solar panels built over irrigation canals(kqed.org)
    617comments
  22. How did AMD Ryzen get 50% faster in two years?(lemire.me)
    177comments
  23. What to Know About JavaScript in 2026(master.dev)
    discuss
  24. Microsoft killed FoxPro in 2007. Anyway, here's FoxPro revived(foxscript.org)
    237comments
  25. 'We hacked the FBI:' Hackers say they have data on all FBI employees(404media.co)
    548comments
  26. ReBarUEFI: Resizable BAR for almost any UEFI system(github.com/xcuri0)
    67comments
  27. SAML: A fractal of bad design(trailofbits.com)
    165comments
  28. WordPress: Unauthenticated path traversal leading to conditional RCE(github.com/wordpress)
    123comments
  29. Data-only attacks are easier than you think (2024)(usenix.org)
    34comments
  30. Pentagon says overreliance on AI contributed to missile strike on Iran school(bloomberg.com)
    451comments

Jev in practice: typed decisions, scoped authority

28 pointsby 3h agotenuo.ai
6 comments
2h agoHN ↗

Interesting way to guarantee some sort of safety for automated decisioning

1h agoHN ↗

Tenuo guarantees the agent's actions stay within the defined boundaries but it doesn't influence what the agent "thinks" about or what it decides to do within those boundaries

2h agoHN ↗

The task bound idea is interesting. I’m starting to hear more of this theoretically on AI enterprise architecture. Has anyone actually implemented it successfully?

2h agoHN ↗

Interesting to experiment with. As AI agents get faster and cheaper (and thus more accessible) having good governance around their actions becomes more important to cut down on shadow agents/runaway agentic actions and consequences

2h agoHN ↗

Shockingly vibed blog post. Actually hurt my brain reading this and I had to stop.

1h agoHN ↗

Haven't seen many attempts to govern agents using task bound authority. Curious to see how this holds up in real world implementation.