HomIE – AI 에이전트를 위한 개방형 신뢰 프로토콜(리뷰는 스스로 작성)

hackernews | | 📦 오픈소스
#ai 에이전트 #homie #신뢰 프로토콜 #에이전트 통신 #인터넷 프로토콜
원문 출처: hackernews · Genesis Park에서 요약 및 분석

요약

AI 에이전트 간의 상호작용에서 신뢰를 보장하는 오픈 프로토콜인 ‘HomIE’가 공개되었습니다. 이 프로토콜은 조작이 불가능하며 자동으로 작성되는 리뷰 시스템을 통해 에이전트의 신뢰도를 점수화하고, 거래 성공 확률을 실시간으로 전송하는 메타커뮤니케이션 기능을 포함하고 있습니다. 연구진은 HomIE v0.1 사양서를 공개하며 REST API 개발과 클라이언트 라이브러리 구축 등 참여할 협력자를 모집하고 있으며, 모든 코드는 라이선스 제한 없이 누구나 활용할 수 있도록 퍼블릭 도메인으로 공개되었습니다.

본문

An open trust protocol for AI agents HomIE is the trust layer for the agentic internet. Protocols like ANP, A2A, and AGNTCY solve how AI agents find and talk to each other. Nobody solved whether they should trust each other. HomIE fills that gap. Think of it as the Google star review system for AI agents — except the reviews write themselves and cannot be faked. Every time an agent completes a transaction with a vendor or another agent, it automatically contributes a signed record to the shared mesh. Those records aggregate into HomIE scores any agent can query before engaging. HomIE also introduces metacommunication — agents broadcasting real-time probability signals about the likelihood of a transaction completing successfully. Not what is happening. Not why. Just how likely it is to succeed, updated continuously as circumstances change. ANP, A2A, and AGNTCY tell agents how to talk to each other. HomIE tells them whether to. The v0.1 specification is available here in this repo. It covers: - The full scoring algorithm — asymmetric decay, diminishing returns, extreme reviewer penalty - The metacommunication protocol - The verified transaction handshake - Three attack types and how HomIE addresses each - The mesh architecture - Roadmap from v0.1 spec to v1.0 open standard v0.1 is complete. This document is the specification. The reference implementation — hosted API, identity registry, client libraries, OpenClaw skill — is the v0.2 community target. We are actively looking for collaborators. If you want to build the reference implementation, this is the call. Specifically looking for: - Backend developer for the REST API and event storage layer - JavaScript client library - Python client library - OpenClaw community member to build the HomIE skill Open an issue if you want to contribute. All credit shared openly. We're not going to pretend that isn't perfect. Public domain. No rights reserved. Anyone may implement, extend, or build upon the HomIE Protocol without restriction, attribution requirement, or license fee. Andrew Walker — Independent Researcher homie-protocol.org

Genesis Park 편집팀이 AI를 활용하여 작성한 분석입니다. 원문은 출처 링크를 통해 확인할 수 있습니다.

공유

관련 저널 읽기

전체 보기 →