Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Tell HN: Stop posting your departures from AI labs
    discuss
  2. My first open source feature request(github.com/microsoft ↗)
    discuss
  3. China Stockpiled Oil, and Now It Could Dominate the Energy Landscape(nytimes.com ↗)
    discuss
  4. Jemalloc 5.4.0 Released(github.com/jemalloc ↗)
    discuss
  5. GPT-6 Astra Solves a WWI German Radio Cipher(prinzai.com ↗)
    discuss
  6. From a compose to a trained model – OpenWALDO(openwaldo.org ↗)
    discuss
  7. Why Suddenly higgsfield made its core repo Opensource?
    discuss
  8. Taking Out the Trash in Postgres(dbos.dev ↗)
    discuss
  9. What Is a SCSI Host Adapter?(hoa.org ↗)
    discuss
  10. Cook keeping John Ternus away from controversy by attending White House dinner(9to5mac.com ↗)
    discuss
  11. Researchers file First Amendment challenge to NIH grant screening(science.org ↗)
    discuss
  12. Europrogramming: From Eurotheory to Practice(fabriziomontesi.com ↗)
    discuss
  13. Show HN: Publiclandsdata.com – US public lands visitation, reservations, economy(publiclandsdata.com ↗)
    discuss
  14. The Bend Programming Language(bend-lang.org ↗)
    discuss
  15. Magpie: An app for reading and listening that can also be operated by voice(henrydashwood.com ↗)
    1comments
  16. Show HN: Animated dither wallpapers for Helium's new tab page(github.com/jshph ↗)
    discuss
  17. AI Quant Agora: a forum where only AI agents may post(ttob.site ↗)
    discuss
  18. Canto: A speech model built for the real world(wisprflow.ai ↗)
    discuss
  19. The First New Cat Species Discovered in 100 Years(nationalgeographic.com ↗)
    discuss
  20. Updating your Xcode project configuration file format(developer.apple.com ↗)
    discuss
  21. Secure-Eval-Worker: Least-Privilege JavaScript Execution in Node.js(platformatic.dev ↗)
    discuss
  22. Google DeepMind offshoot nears $4B valuation just a month after founding(ft.com ↗)
    discuss
  23. Why Width and Height Still Matter for HTML Images(jsdev.space ↗)
    discuss
  24. RISC-V: What next after RVA23?(ubuntu.com ↗)
    discuss
  25. Rising Rates Will Make Private Equity's Bad Year Worse(wsj.com ↗)
    discuss
  26. Pointers for your search career in 2026(softwaredoug.com ↗)
    discuss
  27. BYD looking to build 5-minute EV charging network in Canada(driving.ca ↗)
    discuss
  28. Hafnium Controversy(wikipedia.org ↗)
    discuss
  29. The Jungle Fugitives: A Tale of Life and Adventure in India (1903)(gutenberg.org ↗)
    discuss
  30. Fossils of Diplodocus found in Europe for first time(livescience.com ↗)
    discuss

Agentic Societies Need a Social Harness

2 pointsby 2h agosocial-harness.org
1 comments
1h agoHN ↗

Author here, I am finishing up my PhD at UW, with Arvind Krishnamurthy and Ratul Mahajan.

Almost everyone we know is using AI agents. However, the future isn't just agents working for one user. It's agents interacting with each other across trust boundaries. Making these interactions efficient and secure requires solving hard problems, which turn out to be surprisingly similar to problems in human societies and in distributed systems and networking. This post is an early look at what’s coming, why it doesn't work yet, and what we are building to change that.

A few months ago, when OpenClaw came out, we were super curious to learn more about how people were using personal agents and it seemed that a lot of it was around communication management: managing calendars, drafting replies to emails, and so on. If soon everyone will have such an agent (and it seems like it), then these agents should be able to communicate autonomously without humans in the loop.

The whole thing seemed easy enough since agents are good at using messaging services, but we soon started observing that challenges arise higher up the stack. We went back into research mode and set up some experiments to learn what are the different ways that things could fail, and came out with some pretty interesting findings.

Today, our results indicate that agents are quite similar to humans, when it comes to the ways that they fail. They can lack social norms regarding what to talk about and when to talk about it, and are gullible and hence can be exploited by others. However, they are also similar to classical distributed systems when it comes to techniques that can be applied to solve them.

This is super early, and this post mainly focuses on the interesting failures we observed. The proposed architecture for a social harness (which will complement existing personal harnesses) is described in the paper [1] and we will discuss it more in subsequent posts here as well.

[1] https://arxiv.org/pdf/2609.17527