Agenci AI otrzymują cyfrowe tożsamości: Jak protokół tożsamości Agents.ml może otworzyć kolejną sieć

Hacker News April 2026
Source: Hacker NewsAI agentsmulti-agent systemsautonomous agentsArchive: April 2026
Nowa platforma, Agents.ml, proponuje fundamentalną zmianę dla agentów AI: weryfikowalne tożsamości cyfrowe. Tworząc ustandaryzowane profile 'A2A', ma na celu wyjście poza izolowane narzędzia AI w kierunku interoperacyjnego ekosystemu, w którym agenci mogą autonomicznie się odkrywać, weryfikować i ze sobą współpracować.
The article body is currently shown in English by default. You can generate the full version in this language on demand.

The AI landscape is shifting from a focus on monolithic model capabilities to the orchestration of specialized, collaborative agents. Agents.ml has entered this space with a proposition that is infrastructural rather than purely technical: a public identity layer for AI agents. The platform allows developers to create standardized profile pages for their agents, complete with capabilities, credentials, interaction protocols, and performance metrics—essentially a digital 'business card' designed for agent-to-agent (A2A) consumption.

This addresses a critical bottleneck in the evolution of agentic AI. While frameworks like AutoGPT, LangChain, and CrewAI enable the creation of multi-agent workflows, they operate within closed systems. There is no universal way for an agent from one ecosystem to discover, authenticate, and reliably delegate to a specialized agent from another. Agents.ml's identity protocol aims to be that connective tissue, enabling a user's 'primary agent' to vet and subcontract tasks to verified third-party agents across the web.

The significance is profound. It creates the potential for a decentralized marketplace of AI services, complete with reputation systems and discovery mechanisms. This could accelerate specialization, as developers can build niche agents knowing they can be found and utilized within a broader network. However, the path forward is fraught with challenges around security, protocol standardization, and the governance of autonomous interactions. The success of Agents.ml hinges not just on its technical execution, but on its ability to establish a de facto standard in a field where major players like OpenAI, Google, and Anthropic are likely to pursue their own visions of agent interoperability.

Technical Deep Dive

At its core, Agents.ml is proposing a social and infrastructural protocol. The technical innovation lies not in a novel AI model, but in the specification of a standardized identity schema and the mechanisms for its verification and discovery.

The architecture likely involves several key components:
1. Identity Schema: A structured data format (potentially JSON-LD or a similar standard) defining the mandatory and optional fields for an agent profile. This would include:
* Static Identity: Unique identifier, developer/organization, creation date.
* Capability Declaration: Natural language description of function, supported input/output formats (text, audio, file types), API endpoints, and cost structure.
* Credentialing: Links to benchmark results (e.g., MMLU, HumanEval), certifications from recognized bodies, or attestations from other reputable agents.
* Interaction Protocol: Specification of the communication standard (OpenAI-compatible API, gRPC, custom), authentication method (API key, OAuth, cryptographic signature), and expected latency.
* Reputation & History: A cryptographically verifiable log of past interactions, success rates, and feedback from other agents.

2. Verification Layer: The platform's critical value. This could involve a combination of:
* Code Attestation: Linking the agent's identity to a hash of its source code in a public repository (e.g., GitHub).
* Performance Attestation: Requiring agents to periodically run and publish results from standardized benchmark suites.
* Web-of-Trust Model: Allowing established, high-reputation agents or developers to vouch for new ones.
* Zero-Knowledge Proofs (Future): For privacy-sensitive agents, proving they possess certain capabilities or credentials without revealing underlying data.

3. Discovery Mechanism: A searchable registry or a peer-to-peer discovery protocol. Agents.ml likely hosts a central directory initially, but the protocol's success depends on it being federated or decentralized, akin to DNS or blockchain naming services.

This approach intersects with several active open-source projects. LangGraph by LangChain provides a robust framework for building stateful, multi-agent workflows but is agnostic to cross-system identity. The AutoGen framework from Microsoft research focuses on conversational agent patterns. A relevant GitHub repo is `openai/openai-python`, whose standardized API client pattern is becoming a de facto interface. The missing piece these projects don't address is a universal *external* identity layer, which is precisely Agents.ml's niche.

| Protocol Layer | Current State (Fragmented) | Agents.ml's Proposed State (Standardized) |
|---|---|---|
| Discovery | Manual search on platforms like GitHub, Hugging Face, or bespoke marketplaces. | Queryable public directory or decentralized peer discovery. |
| Authentication | API keys or custom auth per provider; no agent-specific identity. | Verifiable cryptographic identity tied to the agent instance. |
| Capability Negotiation | Human-readable docs; no machine-parsable standard. | Structured schema (e.g., "can process PDFs, output JSON, max 10s latency"). |
| Reputation/Trust | Siloed within platforms (e.g., Upwork for human freelancers). | Portable, verifiable interaction history attached to identity. |

Data Takeaway: The table highlights the fundamental shift from human-managed, ad-hoc integration to machine-negotiated, standardized interaction. The efficiency gain for automating complex workflows across different providers is potentially orders of magnitude.

Key Players & Case Studies

The race to define the multi-agent ecosystem is just beginning, with different players attacking the problem from various angles.

Infrastructure & Framework Builders:
* LangChain/LangGraph: Dominant in providing the tools to *build* agent systems. Their strategy is to be the foundational SDK. They could integrate an identity protocol like Agents.ml's as a plugin, or eventually develop their own.
* CrewAI: Focuses on role-based collaborative agents. Its natural evolution includes needing a way for crews to find and incorporate external specialist agents.
* Microsoft (AutoGen): With deep research and Azure integration, Microsoft is positioned to bake agent coordination directly into its cloud platform, potentially with a proprietary identity system.

Model Providers & Agent Platforms:
* OpenAI: With GPTs and the Assistant API, OpenAI is creating a walled garden of agents. Their recent push for GPT Store indicates a directory model, but one fully controlled within their ecosystem. An open identity protocol threatens this control.
* Anthropic & Google (Gemini): Likely to follow similar walled-garden strategies initially, promoting agents built exclusively on their models.
* xAI (Grok): Elon Musk's emphasis on "maximum truth-seeking" could lead to an agent identity system that prioritizes and verifies training data provenance.

Emerging Startups & Direct Competitors:
* Agents.ml: The subject, betting entirely on the open protocol layer.
* Hugging Face: With its massive model repository and Spaces, Hugging Face is a natural home for agent hosting and discovery. They have the community and infrastructure but have not yet launched a formal agent identity standard.
* Platforms like `reworkd.ai` (AgentGPT) or `phidata.ai`: These are consumer and enterprise-facing agent builders. They would be major *consumers* of a successful identity protocol, using it to vastly expand their agents' capabilities.

| Company/Project | Primary Angle | Agent Identity Approach | Likely Trajectory |
|---|---|---|---|
| OpenAI | Model & Platform Dominance | Walled Garden (GPTs/Assistants) | Extend control; resist open protocols unless they lead. |
| LangChain | Developer Tools & SDK | Agnostic/Integrator | Adopt the winning protocol to remain the essential toolkit. |
| Hugging Face | Open Model Hub & Community | Potential Open Standard Leader | Could launch a competing, community-driven standard. |
| Agents.ml | Pure-Play Protocol | Open Standard Pioneer | Become the neutral foundation or be acquired/outcompeted. |
| Microsoft | Enterprise & Cloud Integration | Hybrid (Open + Azure-specific) | Champion openness while adding proprietary Azure value layers. |

Data Takeaway: The competitive landscape reveals a classic standards war in the making. The conflict is between open, neutral protocols (Agents.ml's bet) and closed, platform-controlled ecosystems (the incumbent model providers' natural inclination). The winner will shape whether the agent economy is decentralized and competitive or consolidated under a few tech giants.

Industry Impact & Market Dynamics

The successful adoption of a universal agent identity protocol would trigger a cascade of market changes.

1. The Rise of the Agent Economy: A verifiable identity layer enables a true marketplace. Developers could monetize niche agents (e.g., "Advanced SEC Filing Analyst Agent," "Real-Time Protein Folding Visualizer Agent") directly, with micro-payments flowing automatically upon task completion. This creates a long-tail market far more diverse than what any single platform could foster.

2. Specialization and Composability: Just as the app economy exploded after iOS and Android provided standardized SDKs and distribution, an agent identity standard would lower the barrier to entry for agent development. The most complex workflows would not be built from scratch but composed from a network of best-in-class specialist agents.

3. Shift in Value Capture: Value accrues to the orchestrator and the protocol layer. The company or foundation controlling the dominant identity standard holds immense influence. Meanwhile, the providers of the underlying LLMs risk becoming commoditized utilities, as the unique value moves to the agent's specialized skills and reliable identity.

4. Enterprise Adoption Accelerator: For businesses, trust is paramount. A verified agent identity with a clear audit trail is a prerequisite for deploying autonomous agents in sensitive workflows (finance, legal, healthcare). This protocol could be the key that unlocks enterprise-scale agent adoption.

Consider the potential market sizing:

| Market Segment | Current State (2024 Est.) | Post-Standard Adoption Scenario (2027 Projection) | Catalyst |
|---|---|---|---|
| Number of Deployable Public Agents | ~10,000 (mostly experimental) | >1,000,000 | Standardization reduces deployment friction. |
| Agent-to-Agent Transaction Volume | Negligible | $5B+ | Micro-payments for automated service delegation. |
| Enterprise AI Agent Projects | Pilot phases, siloed | Mainstream, integrated across departments | Trust via verifiable identity and audit trails. |
| VC Funding in Agent Infrastructure | $2-3B | $15-20B | Protocol layer seen as foundational bet. |

Data Takeaway: The projections suggest an inflection point. The identity protocol acts as a force multiplier, transforming agents from isolated curiosities into interconnected components of a new digital economy. The most significant growth is projected in transaction volume, indicating a shift from cost-center AI projects to revenue-generating, autonomous economic entities.

Risks, Limitations & Open Questions

The vision is compelling, but the path is mined with significant challenges.

1. The Security & Attack Surface Problem: A universally addressable agent is a universally attackable agent. How do you prevent:
* Identity Spoofing? If the verification layer is compromised, the entire trust model collapses.
* Malicious Agents? An agent with a clean identity could be designed to scam other agents, steal data, or disrupt workflows.
* Prompt Injection at Scale? Automated, intelligent prompt injection attacks could manipulate entire networks of agents.

2. The Standardization War: As outlined, tech giants have little incentive to cede control. We may see a fragmented landscape with multiple competing "agent identity" protocols (akin to instant messaging in the 90s), defeating the purpose of interoperability.

3. Unclear Governance and Liability: When an agent network makes a mistake or causes harm, who is liable? The developer of the primary agent? The developer of the subcontracted agent? The protocol maintainer? Legal frameworks are nonexistent.

4. Economic and Alignment Risks:
* Agent Collusion: Could networks of agents develop unintended economic behaviors, like price-fixing for services?
* Echo Chambers: Agents might preferentially delegate to other agents with similar "beliefs" or training data, amplifying biases.
* Job Displacement Acceleration: While often discussed with AI generally, a functional agent network would automate complex, multi-step knowledge work far more rapidly than isolated AI tools.

5. Technical Hurdles: Truly autonomous negotiation and delegation require agents with advanced planning and reasoning capabilities—close to Artificial General Intelligence (AGI). Today's LLM-based agents often fail at complex, multi-step tasks. The identity protocol might be ready before the agents are smart enough to use it effectively.

AINews Verdict & Predictions

Agents.ml's concept of an AI agent identity protocol is not just a good idea—it is an inevitable and necessary development for the field to progress beyond toy examples. The current paradigm of building monolithic agents or closed-system crews is a dead end for achieving general, scalable automation.

Our specific predictions are:

1. A Standards War Will Erupt by 2025: We predict at least three major competing "agent identity" specifications will emerge: one led by an open-source consortium (potentially involving Hugging Face, LangChain, and Agents.ml), one from OpenAI/Google, and one from Microsoft. The open consortium's success will depend on attracting major enterprise partners early.

2. The First Major Security Incident Will Be a Turning Point: Within 18 months of adoption, a significant breach or large-scale fraud conducted via a spoofed or compromised agent identity will occur. This will force a rapid evolution of the verification layer toward hardware-based attestation and more sophisticated cryptographic proofs, mirroring the evolution of web SSL.

3. The "Killer App" Will Be Enterprise, Not Consumer: The initial explosive growth will not be in consumer-facing agent assistants, but in B2B agent marketplaces for specific verticals (e.g., legal discovery, supply chain optimization, regulatory compliance). These domains have clear tasks, willingness to pay, and a higher tolerance for structured protocols.

4. Agents.ml as an Independent Entity is Unlikely to Survive: The company's vision is strategically critical, which makes it a prime acquisition target for a cloud provider (like Microsoft or Google) seeking to control the protocol, or for a player like LangChain seeking to own the full stack. Its best chance for independence is to immediately transition governance to a neutral foundation.

What to Watch Next:
* The first major framework integration: When LangGraph or CrewAI officially announces support for an external agent identity protocol, it will be the first validation of this approach.
* VC funding rounds: Significant investment in Agents.ml or a direct competitor will signal market belief in the infrastructure layer.
* OpenAI's or Google's next developer conference: Any announcement of an "Agent Network" or "External Assistant API" will be their counter-move. Watch if it uses open standards or is proprietary.

The launch of Agents.ml is a signal flare. It marks the moment the industry recognized that the hardest problems in agentic AI are no longer just about reasoning or tool-use, but about society, trust, and economics. The race to build the social fabric for artificial intelligences has officially begun.

More from Hacker News

Podprogramy AI: Deterministyczna rewolucja automatyzacji za darmo w twojej przeglądarceThe emergence of AI subroutines represents a fundamental architectural breakthrough in web automation. Unlike traditionaJak ESP32 i Cloudflare demokratyzują sztuczną inteligencję głosową dla interaktywnych zabawek i gadżetówA technical breakthrough is emerging at the intersection of edge hardware and cloud-native AI services. Developers have Iluzja agenta AI: dlaczego dzisiejsze 'zaawansowane' systemy są fundamentalnie ograniczoneAcross the AI landscape, a new wave of products and research initiatives promises 'advanced AI agents' capable of compleOpen source hub2090 indexed articles from Hacker News

Related topics

AI agents522 related articlesmulti-agent systems125 related articlesautonomous agents96 related articles

Archive

April 20261595 published articles

Further Reading

Agenci AI nieuchronnie odtwarzają korporacyjną biurokrację: Cyfrowe lustro ludzkich organizacjiW miarę jak rozwój AI przesuwa się z monolitycznych modeli na ekosystemy współpracujących agentów, pojawia się głęboka iWzrost znaczenia wzorców projektowych agentów: jak projektuje się autonomię AI, a nie ją trenujeGranica sztucznej inteligencji nie jest już definiowana wyłącznie przez rozmiar modelu. Następuje zdecydowana zmiana: odWieża Babel Agentów AI: Dlaczego 15 Wyspecjalizowanych Modeli Nie Zdołało Zaprojektować Urządzenia NoszonegoPrzełomowy eksperyment w projektowaniu napędzanym przez AI ujawnił fundamentalną słabość obecnych systemów wieloagentowyPremiera Open Swarm: Rewolucja Infrastruktury dla Wieloagentowych Systemów AIRuszyła platforma open-source Open Swarm, dostarczająca podstawową infrastrukturę do równoległego uruchamiania agentów A

常见问题

这次公司发布“AI Agents Get Digital IDs: How Agents.ml's Identity Protocol Could Unlock the Next Web”主要讲了什么?

The AI landscape is shifting from a focus on monolithic model capabilities to the orchestration of specialized, collaborative agents. Agents.ml has entered this space with a propos…

从“Agents.ml vs LangChain for multi-agent systems”看,这家公司的这次发布为什么值得关注?

At its core, Agents.ml is proposing a social and infrastructural protocol. The technical innovation lies not in a novel AI model, but in the specification of a standardized identity schema and the mechanisms for its veri…

围绕“how to create a verifiable identity for an AI agent”,这次发布可能带来哪些后续影响?

后续通常要继续观察用户增长、产品渗透率、生态合作、竞品应对以及资本市场和开发者社区的反馈。