Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. AI/ML Engineer (docs.google.com)
    —discuss
  2. We Built Safety into Muse (meta.ai)
    —discuss
  3. Micron Technology sucessfully demonstrates first 512GB DDR5 RDIMM module (micron.com)
    —discuss
  4. September's ozone hole biggest in 20 years, warning signs appeared months ago (rnz.co.nz)
    —discuss
  5. Collaborative Editing in Wordgard (marijnhaverbeke.nl)
    —discuss
  6. Plan Mode Is Dead (aymannadeem.com)
    —discuss
  7. Power your agents: Gemini 3.8 Live with Live Avatar is now generally available (cloud.google.com)
    —discuss
  8. What I Found Out About Organ Donation Shocked Me (nytimes.com)
    2comments
  9. Scalable Subagents (github.com/ringlochid)
    —discuss
  10. We Built a City of 10k AI Researchers (lab.cloud)
    —discuss
  11. Congestion pricing funds $5M program for overnight truck deliveries in NYC (gothamist.com)
    —discuss
  12. Show HN: I built 11 Sudoku variants – killer cage generation was the hard part (iqiqgame.com)
    1comments
  13. Side-Channel Leakage from the File-Notification System (inoti.fyi)
    1comments
  14. Learning to Discover Interesting Mathematics (arxiv.org)
    —discuss
  15. Research into file-notification attacks on Linux (lwn.net)
    —discuss
  16. FDA panel endorses first-of-a-kind cancer blood test from Grail (apnews.com)
    —discuss
  17. Government considers £11 monthly UK broadband fee to fund BBC TV (ispreview.co.uk)
    1comments
  18. Show HN: Today I deployed this Durable Chat application and was impressed (netly.workers.dev)
    —discuss
  19. AICore: Exploring an adaptive control layer for heterogeneous PCs (github.com/7-hello007)
    —discuss
  20. Scaling Laws for Neural Language Models (first "scaling laws" paper from 2020) (arxiv.org)
    —discuss
  21. Bad examples can override agent skill files (codecut.ai)
    —discuss
  22. Search and Recommender Engines AI (github.com/alopatenko)
    —discuss
  23. Ask HN: Who is smarter than you that you listen to what they have to say?
    2comments
  24. Using AI to Contribute to Open Source (visidata.org)
    1comments
  25. Show HN: Apple Ads as Infra as Code (github.com/picubedllc)
    —discuss
  26. Supreme Court's emergency rulings imposing institutional costs (thehill.com)
    —discuss
  27. Show HN: Zchyoom - Live-ish Shinkansen Map (nyoom.io)
    2comments
  28. Human Help to Survive AI (cdtglobal.org)
    1comments
  29. Spec Vibing with Speccheck (github.com/rioffe)
    1comments
  30. The End of Apps and Websites (judahgabriel.com)
    1comments

Nobody Has a Good Answer for Agentic Identity Yet

4 pointsby 3h agofusionauth.io
3 comments
1h agoHN ↗

Anonymous credentials seem neat! I think there's also some interesting work going on with AAuth[0] and SPIFFE[1]

The issue is less in the identity of the agent and more in that:

1. We need to get users and companies used to issuing and using these credentials.

2. The systems agents are interacting with need to recognize these credentials.

3. Critically, the systems need to be able to limit the actions of the credential holders.

The last one, #3, is probably the doozie because it requires all kinds of rethinking of authorization models. Which tend to be baked into applications and tied to business logic.

0: https://www.aauth.dev/

1: https://spiffe.io/

1h agoHN ↗

ah yea, spiffe

ACs are useless unless we get the receiving end with sufficient RBAC like things, totally!