Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Show HN: Daily updated UI sections and components library(uitopic.com ↗)
    discuss
  2. When an AI Agent Deletes Your Database(obsidiansecurity.com ↗)
    discuss
  3. Tutor-MCP – An adaptive learning engine for any subject(github.com/arnaudguiovanna ↗)
    discuss
  4. Added a reusable retry client to try, thanks to Go 1.27's generic methods(github.com/nodivbyzero ↗)
    discuss
  5. Union Alpha is a multimodal model built for research, coding, agentic workflows(openrouter.ai ↗)
    discuss
  6. Just Prompt, Motherfucker(just-prompt-motherfucker.com ↗)
    1comments
  7. Ask HN: Do you think the software industry has a good culture of whistleblowing?
    discuss
  8. Linjen(headless.design ↗)
    discuss
  9. Can an AI Scientist Start with a Dataset Instead of a Goal?(eamag.me ↗)
    discuss
  10. Zuckerberg on Slowing Down AI(twitter.com/finkd ↗)
    discuss
  11. Show HN: The browser tab as a back end(github.com/ibr0r0 ↗)
    discuss
  12. Why housing reforms keep failing(worksinprogress.news ↗)
    discuss
  13. AI machine 'helps save 25M Lego bricks'(bbc.com ↗)
    discuss
  14. iTorrents.org Compromised to Spread Windows Malware, Kaspersky Says(pcmag.com ↗)
    discuss
  15. Thomson Reuters Built Its Own Legal AI Model(thomsonreuters.com ↗)
    discuss
  16. Magic Statics vs. Std:Call_once(devblogs.microsoft.com/oldnewthing ↗)
    discuss
  17. Europe's Difficult Choices on AI(ft.com ↗)
    discuss
  18. Pixel phones getting Harry Potter ad disguised as theme pack(androidauthority.com ↗)
    discuss
  19. Phone Numberless Registration for Android(signal.org ↗)
    discuss
  20. Build Your Own AI Agent Harness in C#(devblogs.microsoft.com/dotnet ↗)
    discuss
  21. Global chokepoint pressure drives Asia's increased use of Arctic Trade Routes(npr.org ↗)
    discuss
  22. Show HN: I wrote a custom assembler for CHIP-8 in C++(github.com/tackx ↗)
    discuss
  23. Auto SR Comes to Intel Core Ultra Series-3 Processors(devblogs.microsoft.com/directx ↗)
    discuss
  24. Stealth Multimodal AI Model Matches Frontier Performance at a Fraction of Cost(asiaai.fyi ↗)
    discuss
  25. Can AI Build a Toilet Yet?(feelep.xyz ↗)
    1comments
  26. Private memory from meetings you cannot give to the cloud(youtube.com ↗)
    discuss
  27. Google rolls out pay-per-value AI licensing program to publishers(digiday.com ↗)
    discuss
  28. Save the Constitution. Ditch the ABA(uatx.substack.com ↗)
    discuss
  29. The Life Sciences Verification Program(anthropic.com ↗)
    discuss
  30. I got tired of taking screenshots and explaining everything to AI agents(deiko.app ↗)
    1comments

Agentic Societies Need a Social Harness

2 pointsby 1h agosocial-harness.org
1 comments
40m 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