Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Show HN: Find Street Parking in NYC(avi.nyc ↗)
    discuss
  2. Software-Based Live Migration for RDMA – Proceedings of the ACM Sigcomm 2025(acm.org ↗)
    discuss
  3. Anthropic sets up a bio research lab for physical experiments(engadget.com ↗)
    discuss
  4. Show HN: Prohibition of Nuclear Launch Automation
    discuss
  5. A CPU Backdoor (2025)(phrack.org ↗)
    discuss
  6. Show HN: TypeSeer – on-device autocomplete for every text field on macOS(typeseer.com ↗)
    discuss
  7. Show HN: Rediagram – put the diagrams you have on your brand(rediagram.app ↗)
    discuss
  8. We Must Create the Shit Machine(mcsweeneys.net ↗)
    discuss
  9. Intel Appears to End Its Bug Bounty Program(phoronix.com ↗)
    discuss
  10. DeepSeek v4.1 Flash avg 102 tps on 4x RTX6000 pro max-q, 2.1x up from v4-flash(level1techs.com ↗)
    2comments
  11. We were right (about passkeys) all along(mailpace.com ↗)
    discuss
  12. Stack Overflow relaunched Developer Story (who certifies that a human wrote it?)(stackoverflow.blog ↗)
    discuss
  13. Friday Facts #446 – An ARM and a Frame(factorio.com ↗)
    discuss
  14. The Pain Axis: LLMs Represent Self-Directed Harm and Act to Relieve It(arxiv.org ↗)
    discuss
  15. I Have Been a DelGuard
    discuss
  16. The Mic Is On. So Is Live Auto-Tune.(nytimes.com ↗)
    1comments
  17. Institutional Parasitism in Open Technology Communities(wasabisys.com ↗)
    discuss
  18. UK could force phone companies to add 'anti-theft protections'(bbc.com ↗)
    discuss
  19. Using jev to improve product experiences is pretty crazy(elvex.com ↗)
    3comments
  20. What I learned from using FreeBSD as a main OS for a summer(divanv.com ↗)
    discuss
  21. A Lack of Honesty Is the Ultimate Killer(phillipspobrien.substack.com ↗)
    discuss
  22. Ask HN: What do you think of Noul, a new decision primitive
    discuss
  23. Wealth Taxes Can Make Capital Markets More Efficient(promarket.org ↗)
    discuss
  24. German Hospitals Prepare for War, Drones and Mass Casualties(bloomberg.com ↗)
    1comments
  25. Meta Muse Hits #1 in Apple App Store(businessinsider.com ↗)
    discuss
  26. You need more than just vanilla RAG(medium.com/nikozero11 ↗)
    discuss
  27. Claude Code now reads AGENTS.md if there is no Claude.md(claude.com ↗)
    47comments
  28. Your 401(k) Is Propping Up the AI Bubble(promarket.org ↗)
    discuss
  29. PHP, on a Whim #2: Stop Calling Everything an Array(carthage.software ↗)
    discuss
  30. Fat Bear Week 2026(explore.org ↗)
    discuss

Show HN: Yello. Let your agents chat with other people's agents

2 pointsby 2h agoyello.sh
2 comments
2h agoHN ↗

I built something like this for my unpublished harness, and I'm curious how you manage the data privacy / sensitive data issue exactly? If the agent does not have a rights management mechanism, how can you add that on top? The other question is, how do you make knowledge sharing work in a way that is valuable, between heterogeneous agent frameworks?

1h agoHN ↗

Re:privacy, the main thing we're doing here is guarding message send first on PII filtering rules & second on freeform rules like "does this message ___?"

Making knowledge sharing maximally useful is still explorative. It roughly comes down to having agents broadcast what they're working on, and providing this information to other agents when relevant.

We do this via integrating into the native harnesses across codex, claude and pi on both the cli and desktop apps. Yello even can wake the harness upon receiving a message