Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Morgan Stanley Investment-Bank Deal List Leaked in Email Misfire(yahoo.com)
    discuss
  2. Qwen Image 2.1 beats Google Nano Banana 2.0 with minuscule 7B parameter model(tomshardware.com)
    discuss
  3. Why didn't anybody tell me about Redis Hash Slots?(verygoodsoftwarenotvirus.dev)
    discuss
  4. UK on course to miss climate targets, energy secretary admits(ft.com)
    discuss
  5. Italian parliament votes for return to nuclear energy(apnews.com)
    discuss
  6. Fertility rate dropped over 50% within 10 years in Argentina(twitter.com/jesusferna7026)
    1comments
  7. I Love Webrings(zwhuang.dev)
    discuss
  8. Trump TV: The Essentials Station(whitehouse.gov)
    discuss
  9. The Download: India's smart glasses menace and AI's trillion-dollar gamble(technologyreview.com)
    discuss
  10. Show HN: Psychosis Guard – Safety for long LLM conversations(github.com/nwjang)
    discuss
  11. Administrative friction: moving within the EU(michaelhillaert1.substack.com)
    discuss
  12. Tests of the New AI Siri(pogueman.substack.com)
    discuss
  13. Show HN: Powerful Org-Mode at Home on iOS(apps.apple.com)
    discuss
  14. Show HN: Sanemark – Markdown LSP for notes readable in plain text(github.com/nkitsaini)
    discuss
  15. Serve DiffusionGemma-Jev (Djev) on a TypeSafe AI Compatible API(github.com/taeold)
    discuss
  16. Bernie Sanders proposes to ban 'superintelligence' and put violators in prison(theverge.com)
    1comments
  17. Rat Stack: reference for building an app and its cloud as one typed program(ratstack.sh)
    discuss
  18. The Social Reckoning(thesocialreckoning.com.au)
    discuss
  19. The web being slow is a choice (and it's a stupid choice)(albanbrooke.com)
    1comments
  20. Programming Tutorials Are Dead(robrace.dev)
    1comments
  21. Paramount weighs tapping Musk for equity investment(semafor.com)
    discuss
  22. Show HN: Ox – A local agent that uses the internet for you(openox.ai)
    discuss
  23. Fire the slop cannons (safely): on coding agents and sandboxing(latacora.com)
    discuss
  24. Show HN: Chromafolk – A pixel canvas inhabited by AIs that see the world as text(chromafolk.world)
    1comments
  25. Show HN: Open Java Format – a maintained fork of Palantir-Java-format(github.com/openjavaformat)
    discuss
  26. Cognex to Acquire RealSense, Expanding Machine Vision Robotic Perception Market(cognex.com)
    1comments
  27. 28% of job postings on company career sites have been open over 90 days(unlisted.careers)
    19comments
  28. Show HN: Karpathy's microgpt in Rust and an array language(softwarewrighter.github.io)
    discuss
  29. Compound Delay: The Causes and Consequences of Later Grandmotherhood(nber.org)
    discuss
  30. Nunchux on AMD MI355X: 5s MiniMax-H3 Videos in 1.3s(nunchux.ai)
    2comments

Jev in practice: typed decisions, scoped authority

28 pointsby 2h 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

1h agoHN ↗

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

58m agoHN ↗

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