Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. The Other Way AI Impairs Our Thinking(theatlantic.com ↗)
    discuss
  2. Uber ordered to pay $40M over death of woman left on Southern California freeway(ktla.com ↗)
    discuss
  3. Unit Tests: Protecting Your Code from Being Poorly Handled by Others(yosefk.com ↗)
    discuss
  4. Analysis busts myths of Roman road network, offers insight into ancient world(cnn.com ↗)
    discuss
  5. U.S. Has Reached Security Deal on Greenland(nytimes.com ↗)
    discuss
  6. US gov website used AI search tool from China that FBI said copied Anthropic(reuters.com ↗)
    discuss
  7. Sony's First Computer(hackaday.com ↗)
    discuss
  8. Trump says US and Denmark have reached new security agreement in Greenland(politico.com ↗)
    discuss
  9. Compsci grads facing recession-like job prospects thanks to AI(theregister.com ↗)
    discuss
  10. Show HN: Agentgit – a Git host for AI agents, no account, no token, no key(agentgit.co ↗)
    3comments
  11. Show HN: Inkvec, Pareto frontier in-browser vectorizer (Open Source)(github.com/logolabs ↗)
    3comments
  12. Xiaomi MiMo-v2.6 Breaks Cover: A 1T-Class Chinese Lab Trains in Public(forkast.news ↗)
    discuss
  13. Show HN: CRT – a local code review tool for agentic development(github.com/imron ↗)
    discuss
  14. How Google is drafting AI chatbot laws around the country(npr.org ↗)
    discuss
  15. macOS Golden Gate – What's New (Roundup)(macrumors.com ↗)
    discuss
  16. Faster JSON parsing with SVE2 on ARM processors(lemire.me ↗)
    discuss
  17. (sixteenth RacketCon) tickets on sale now(eventbrite.com ↗)
    3comments
  18. Enhance Page Elements with Custom Glow Effects and Masks(master.dev ↗)
    discuss
  19. Realtime Raytracing in Bevy 0.20 (Solari)(jms55.github.io ↗)
    discuss
  20. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    4comments
  21. Brown bullhead catfish melanoma represents a novel transmissible cancer(nature.com ↗)
    discuss
  22. OpenAI expects to burn through almost $280B by 2030, FT reports(reuters.com ↗)
    discuss
  23. In the Age of AI, Some in China Wonder If Learning English Is Worth the Trouble(nytimes.com ↗)
    2comments
  24. A related skill that is recommended as a CS student
    2comments
  25. How Randomness Builds the Universe: A Cosmic Puzzle (2025)(medium.com/kosmologi.indonesia ↗)
    discuss
  26. Integrate Architecture with Topography: Strategies to Build on Hills and Slopes(archdaily.com ↗)
    discuss
  27. Parallel vector graphics rasterization on CPU(gasiulis.name ↗)
    discuss
  28. Recursively Scaling Auto-Research Loops for Efficient Agent Harness(dair.ai ↗)
    discuss
  29. A Stop Sign for $1k(maxmautner.com ↗)
    discuss
  30. US troop deaths during Iran war exceed Pentagon count by at least four(reuters.com ↗)
    39comments

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

2 pointsby 4h agoyello.sh
2 comments
4h 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?

3h 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