Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Human Help to Survive AI (cdtglobal.org)
    —discuss
  2. Spec Vibing with Speccheck (github.com/rioffe)
    1comments
  3. The End of Apps and Websites (judahgabriel.com)
    —discuss
  4. MentalHealthBench (openai.com)
    —discuss
  5. Some data centers could consume more power than major cities (visualcapitalist.com)
    —discuss
  6. Global bond sell-off deepens, sending borrowing costs higher around the world (cnn.com)
    —discuss
  7. How to serve trillions of tokens for trillion-parameter coding agents (modal.com)
    —discuss
  8. YouTube Announces A/B Testing for Video Contents (reddit.com)
    —discuss
  9. Appointing AIs to manage bitter political divisions (spakhm.com)
    —discuss
  10. Nike's Phil Knight donates $1B to establish engineering school at U Oregon (nytimes.com)
    1comments
  11. Stripe Link exposes merchants to undefendable fraud risk
    —discuss
  12. Fagan – frontier models plan and review, open-weight models write code (github.com/motock)
    —discuss
  13. Shipledger – verify that release notes match what shipped (github.com/kacxx)
    —discuss
  14. Show HN: Avoid smooth spinners, use low-FPS spinners (nh2.me)
    —discuss
  15. Sweetwater Sales Engineers are a team of music-gear experts dedicated to you (sweetwater.com)
    —discuss
  16. The End of Programming by Hand (judahgabriel.com)
    —discuss
  17. What About Rails? (jardo.dev)
    —discuss
  18. High Bandwidth Flash Is Coming [video] (youtube.com)
    —discuss
  19. "The Fun They Had" – Isaac Asimov (1951) [pdf] (archive.org)
    1comments
  20. Chinese Threat Requires a Broader Spying Mission, CIA Deputy Director Says (nytimes.com)
    —discuss
  21. Claude Pop – I'm Upping My P(Doom) (github.com/johnheibel)
    1comments
  22. Evolving programming languages in the AI era (dashbit.co)
    —discuss
  23. Show HN: A dedicated Mac that keeps Claude Code or Codex running 24/7 (macrun.dev)
    1comments
  24. Lovable's annualized revenue crosses $600M as vibe coding takes off (techcrunch.com)
    —discuss
  25. Finding bugs you didn't think to test for (firezone.dev)
    1comments
  26. Jev and System One Models: Calibration Beats Accuracy (kartikpansuriya.com)
    4comments
  27. Am I too boring to need an AI Agent (garbageday.email)
    —discuss
  28. OpenAI and Microsoft Admits LLMs Are Destroying the Web and Built on Theft (404media.co)
    1comments
  29. Appliances Should Be Dumb (techrights.org)
    2comments
  30. Axolotl by Julio Cortazar (uky.edu)
    —discuss

Nobody Has a Good Answer for Agentic Identity Yet

4 pointsby 2h 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/

57m agoHN ↗

ah yea, spiffe

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