Human Interaction Protocol - For AI and Humans to work together as a team more effectively

Reddit r/LocalLLaMA Tools

Summary

HumanInteraction Protocol is a new standard designed to clarify accountability and streamline collaboration between AI agents and humans in workflows. It provides a structured JSON schema for handling approvals, feedback, and auditability.

No content available
Original Article
View Cached Full Text

Cached at: 05/10/26, 10:16 AM

# HumanInteraction Source: [https://humaninteractionprotocol.org/](https://humaninteractionprotocol.org/) ## When agents get it wrong, who is accountable? [Section titled “When agents get it wrong, who is accountable?”](https://humaninteractionprotocol.org/#when-agents-get-it-wrong-who-is-accountable) AI agents are making real decisions in real workflows\. Mistakes are inevitable\. Without a shared interaction standard, it’s unclear: - **Who is responsible**for approving, correcting, or owning an outcome - **What exactly is being asked**\(decision vs approval vs clarification\) and what “done” means - **How to audit**what happened later \(who said what, when, and why\) `HumanInteraction`is a practical protocol that standardizes**how agents ask humans for input**and**how humans respond**, so teams can collaborate with clarity and share accountability\. - **Teamwork**: why effective agents require humans and AI working together as a team - **Accountability**: how to track AI actions and tie outcomes back to responsible human decisions - **Human factors**: why interaction design must acknowledge fatigue/overload and usability/security considerations \(as NIST recommends\) - **Examples**: how a shared protocol enables smooth, transparent interactions across stakeholders and channels HumanInteraction The agent’s structured request for human involvement \(who / what / why\), including constraints and context\. HumanFeedback The human response that resolves \(or partially resolves\) an interaction, linked for auditability\. Expectation vs commitment Soft asks vs binding promises\. Commitments require explicit acknowledgement and can carry due dates and consequences\. Resolution policy How multi\-party inputs resolve—e\.g\. first response, majority, or all required actors\. Coordination mode Centralized vs distributed handling when several humans participate \(with optional`groupId`linking\)\. Roles Primary, approver, contributor, observer—plus private vs group visibility when messages fan out\. Structured JSON keeps LLM generation simple and tooling interoperable: ``` { "interactionId": "abc123", "groupId": "grp789", "coordinationMode": "centralized", "resolutionPolicy": "majority", "timestamp": "2025-06-24T10:00:00Z", "agentInstanceId": "agent-XZ01:exec-5589", "participants": [ { "id": "user-108", "role": "compliance_analyst" }, { "id": "user-222", "role": "finance_approver" } ], "agentOutput": { "summary": "This invoice exceeds the threshold.", "confidence": 0.62 }, "type": "approval", "urgency": "blocking", "userActions": ["approve", "edit", "reject", "submit_text"], "status": "awaiting_input", "humanFactors": { "trustLevel": 0.8, "fatigueScore": 0.2 }, "history": []} ``` This protocol and its design docs are an**evolving draft**—naming and schema details may change as requirements and examples converge\. Read the[design deep dive](https://humaninteractionprotocol.org/docs/design/)for scope, requirements, and edge cases\. --- **Next:**[Protocol specification](https://humaninteractionprotocol.org/docs/protocol/)·[Design deep dive](https://humaninteractionprotocol.org/docs/design/)·[Contributing](https://humaninteractionprotocol.org/docs/contributing/)

Similar Articles

OneHOI: Unifying Human-Object Interaction Generation and Editing

Hugging Face Daily Papers

OneHOI is a unified diffusion transformer framework that consolidates human-object interaction (HOI) generation and editing into a single conditional denoising process using relational modeling and structured attention mechanisms. The approach achieves state-of-the-art results across both HOI generation and editing tasks with support for multiple control modalities.

OpenHuman

Product Hunt

OpenHuman is an open source AI harness built with a human-centric approach, aimed at developers and users who prioritize human interaction in AI tools.

Human-Centric Reflective Architecture for Human-AI Collaborative Decision-Making

arXiv cs.AI

This paper introduces a Human-Centric Reflective Architecture (HCRA) for human-AI collaborative decision-making, formulating the task as a stochastic game and using reinforcement learning with linguistic feedback. The proposed framework significantly improves decision-making effectiveness and recommendation quality.

tinyhumansai/openhuman

GitHub Trending (daily)

OpenHuman is an open-source desktop AI agent that integrates with popular productivity apps and local data to create a private, context-aware personal assistant. Featuring an auto-fetching memory tree and a reactive desktop mascot, it aims to simplify agentic workflows without requiring complex configuration.