<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.35 (Ruby 3.2.3) -->
<?rfc tocompact="yes"?>
<?rfc tocindent="yes"?>
<?rfc compact="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-akhavain-moussa-dawn-problem-statement-00" category="info" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.33.0 -->
  <front>
    <title abbrev="DAWN problem statement">Problem Statement for the Discovery of Agents, Workloads, and Named Entities (DAWN)</title>
    <seriesInfo name="Internet-Draft" value="draft-akhavain-moussa-dawn-problem-statement-00"/>
    <author initials="A." surname="Akhavain" fullname="Arashmid Akhavain">
      <organization>Huawei Technologies Canada</organization>
      <address>
        <postal>
          <country>Canada</country>
        </postal>
        <email>arashmid.akhavain@huawei.com</email>
      </address>
    </author>
    <author initials="H." surname="Moussa" fullname="Hesham Moussa">
      <organization>Huawei Technologies Canada</organization>
      <address>
        <postal>
          <country>Canada</country>
        </postal>
        <email>hesham.moussa@huawei.com</email>
      </address>
    </author>
    <author initials="D." surname="King" fullname="Daniel King">
      <organization>Old Dog Consulting</organization>
      <address>
        <postal>
          <country>UK</country>
        </postal>
        <email>daniel@olddog.co.uk</email>
      </address>
    </author>
    <date year="2026" month="April" day="11"/>
    <area>TBD</area>
    <keyword>discovery</keyword>
    <keyword>agents</keyword>
    <keyword>tasks</keyword>
    <keyword>data</keyword>
    <keyword>workloads</keyword>
    <abstract>
      <?line 49?>

<t>Interacting entities such as agents, tasks, users, workloads, data, compute, etc., in AI ecosystem/network are proliferating, yet there is no standardised way to discover what entities exist, what attributes such as skills, capabilities, physical characteristics, etc., they posses, what services they offer, or how to reach them across organisational boundaries.</t>
      <t>Discovery today relies on proprietary directories or manual configuration, creating fragmented ecosystems that prevent cross-domain collaboration.</t>
      <t>This document describes the problem space that motivates Discovery of Agents, Workloads, and Named Entities (DAWN).  It clarifies the scope of work within entity ecosystems, identifies why current approaches are insufficient, and outlines the challenges a standardised discovery mechanism must address. It does not propose a specific solution or protocol.</t>
    </abstract>
  </front>
  <middle>
    <?line 57?>

<section anchor="sec-intro">
      <name>Introduction</name>
      <t>Entities in entity ecosystem collaborate to render services and follow the lifecycle shown in <xref target="fig-lifecycle"/>.</t>
      <figure anchor="fig-lifecycle">
        <name>An example of Entity Lifecycle</name>
        <artwork align="center"><![CDATA[
+------------------------+     +-------------------------------+
| Entity                 |     |          Entity system        |
| (e.g., AI agent, task) |---->|       registration process    |
+------------------------+     | +---------------------------+ |
                               | |   Identity Provisioning   | |
                               | +---------------------------+ |
                               |               |               |
                               |               v               |
                               | +---------------------------+ |
                               | |      Authentication       | |
                               | +---------------------------+ |
                               |               |               |
                               |               v               |
                               | +---------------------------+ |
                               | |      Authorisation        | |
                               | +---------------------------+ |
                               +-------------------------------+
                                               |
                                               v
                            **************************************
                            | Discovery substrate access point   |
                            **************************************
                            |       Discovery substrate          |
                            **************************************
                                               |
                                               v
                            +------------------------------------+
                            | Communication/Invocation/Operation |
                            +------------------------------------+
                                               |
                                               v
                            +------------------------------------+
                            |             Monitoring             |
                            +------------------------------------+

]]></artwork>
      </figure>
      <t>As shown in <xref target="fig-lifecycle"/>, an entity will pass through a set of important functional blocks before it becomes active and start interacting with other entities in the ecosystem. This document focuses on the discovery problem space in the above diagram namely:
"Discovery substrate access point" and "Discovery substrate".</t>
      <t>Entities increasingly need to discover, connect with, and collaborate with one another to deliver services. This discovery process is driven by the need to identify the most suitable set of entities that satisfy the requirements of a particular service. To achieve this, an entity must be able to find others based on attributes such as skills, capabilities, physical characteristics, names, and other relevant qualities they possess. Obviously, as static configuration is impractical at scale, an automated discovery of entities, their skills, and their capabilities becomes essential.</t>
      <t>Discovery within an AI ecosystem can be multi-dimensional and complex. A discovery request may trigger a cascade of subsequent discovery requests by other AI entities, occurring either sequentially or in parallel and the process might become unbounded. In addition, the discovery step can be interactive. For example, an entity might be looking for another entity that might not be available at the time of request (e.g., the desired entity might be busy). Furthermore, entities might be looking for a variety of other entities with different cards/descriptors. Discovery might also be subjected to either a system wide or local policy and might span cross organisation. There also challenges w.r.t the nature of discovery request itself as will be explained later in this document.</t>
      <t>Assuming that trust has already been established between entities and within the ecosystem in the steps prior to the discovery stage, the discovering entity must learn what the remote entity does, what attributes it posses, how to communicate with it, etc.</t>
      <t>This document describes the problem space and informs the development of requirements set out in [draft-king-dawn-requirements] and future solution proposals for Discovery of Agents, Workloads, and Named Entities (DAWN).</t>
    </section>
    <section anchor="terminology-sec-terms">
      <name>Terminology {sec-terms}</name>
      <t>The following terms are used in this document. Further definitions are provided in [draft-king-dawn-requirements].</t>
      <ul spacing="normal">
        <li>
          <t>Attributes: The term attributes refers to properties, features, capabilities, skills, etc., that an entity possess or may have access to such as skill type, communication language, capacity, task description, contact information, ID, etc.</t>
        </li>
        <li>
          <t>Capability exchange / negotiation: The processes by which agents can exchange details of what they can do, dynamic information about statuses (including agents, tasks, and workloads), and which particular features/functions they want to engage. [Hesham]{This is a step outside the basic discovery step and may be carried out after entities discover the MDI that allow them to connect later on. Hence it is outside the scope of the problem space}</t>
        </li>
        <li>
          <t>Discoverable object: An informative object that is discoverable and captures necessary information that defines what an entity is, what attributes it possess, how to reach to the associated entity, etc. Examples include agent cards, task cards, resource cards, tool cards, and skill cards.</t>
        </li>
        <li>
          <t>Discoverable object validation: The process that verifies a discoverable object, ensures its compliance to standards, and make it available to the discovery substrate.</t>
        </li>
        <li>
          <t>Discovery: A process by which an entity can find another entity or a set of entities of a type that can perform a desired function. The purpose of this work effort is limited to just this element. It is described in more detail in the Problem Statement and the Functional Requirements, below.</t>
        </li>
        <li>
          <t>Entity: A system component that communicates at a peer-to-peer or client-server level with another entity within the AI ecosystem. Examples include, AI agents, tasks, tools, skills, task owners, workloads, and services.</t>
        </li>
        <li>
          <t>Function: The functional processing capability that an entity offers. Examples include, tasks, workloads, endpoints, jobs, services, tools.</t>
        </li>
        <li>
          <t>Minimum Discoverable Information (MDI): The minimum amount of information an entity needs to provide to become discoverable. Think of it as common header of a data structure.</t>
        </li>
      </ul>
    </section>
    <section anchor="sec-motives">
      <name>Motivation</name>
      <t>The main motivation behind DAWN is to tackle the discovery problem space within the entity ecosystem. It is driven by a few factors:</t>
      <ul spacing="normal">
        <li>
          <t>Discovery use cases in real‑world  </t>
          <ul spacing="normal">
            <li>
              <t>Many practical scenarios require discovery, not only for agent‑to‑agent, but also agent‑to‑tools, agent‑to‑task, task-to-agent, and other forms of entity interaction.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>Limitations of traditional discovery methods  </t>
          <ul spacing="normal">
            <li>
              <t>Existing discovery mechanisms are not designed to natively handle scenarios where entities are dynamic, mobile, cross-domain, or when they have complex attributes.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>Current approaches are ad-hoc, entity specific, and and do not scale:  </t>
          <ul spacing="normal">
            <li>
              <t>Even in today's implementations (e.g., MCP‑based systems or A2A‑based systems), discovery tends to be contained and handled through simple mechanisms such as name lookup, search engines, or static agent cards/tool cards. These approaches work only in small, closed environments. They do not address challenges such as inter‑domain discovery, dynamic endpoint association, chained discovery queries, blind or exploratory search sessions, or large‑scale environments. In addition, they do not address the need of other discoverable entities such as task, workloads, etc.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>Emergence of discoverable entities, discoverable objects, and discovery mechanism:  </t>
          <ul spacing="normal">
            <li>
              <t>Entities may have associated MDIs (e.g., task , capabilities, endpoints, policies), and that a discovery substrate/mechanism/vehicle is needed. The discovery substrate may implement unified mechanism or may support multiple discovery strategies depending on the scenario.</t>
            </li>
          </ul>
        </li>
      </ul>
      <section anchor="sec-lifecycle">
        <name>Example of discovery lifecycle in AI ecosystem</name>
        <t>Consider a task owner (e.g., an entity such as an end user, AI agent, model, data owner, resource/compute owner) which intends to submit a task to the ecosystem and, as shown in Figure 1, has already been processed and accepted by the entity registration block. The following describes the steps after which the entity becomes available for discovery.</t>
        <ol spacing="normal" type="1"><li>
            <t>Discovery substrate access point validates the task owner's credentials and verifies that its associated discoverable object meets compliance requirements. The discoverable object is what the discovery substrate makes available/visible to system participants. It contains entity's different attributes and information that others need to initiate an interaction session with it once they discover the entity.</t>
          </li>
          <li>
            <t>Task owner submits its tasks to the system. Submitted tasks are entities themselves. They have their own discoverable object (task card in this case) which the discovery substrates makes available/visible to other entities in the ecosystem once submitted tasks pass through the entity registration block.</t>
          </li>
          <li>
            <t>A registered entity (e.g., an AI agent) then issues a discovery query to identify and/or locate suitable tasks it can perform, or to find other agents, resources, etc., it must interact with to complete a given task.</t>
          </li>
          <li>
            <t>The discovery substrate processes the above query and returns the relevant discoverable objects such as tasks, agents, resources, etc., to the entity that issued the query. It must be noted that the nature and structure of the query, the format of the discoverable objects (e.g., standardised object cards), and the discovery mechanism employed (e.g., simple name lookup or semantic matching) are key factors influencing the accuracy, volume, timeliness, etc., of the results.  </t>
            <t>
For example, the querying entity may need to provide details about its skills, capabilities, pricing, or other relevant attributes so the discovery substrate can match its request with an appropriate subset of registered entities in the system.</t>
          </li>
          <li>
            <t>Upon receiving the discovery results (e.g., a list of suitable entities), the querying entity (e.g., an AI agent) might need additional information before initiating its interaction with the discovered entities. For example, it might need to know more about the parent entity of the discovered entity whose name/ID can be potentially found in the discovered entity's discoverable object.</t>
          </li>
        </ol>
        <t>The example above illustrates the broader concept of discovery within an ecosystem. Other factors such as entity's mobility can further complicate the problem space. The example, underscore the significance and complexity of the problem space that DAWN aims to address. It highlights why a structured problem definition, clear requirements, and well‑designed solutions are essential for enabling robust, scalable, and interoperable discovery across diverse entities and use cases.</t>
      </section>
    </section>
    <section anchor="functional-requirements-sec-func-req">
      <name>Functional Requirements {sec-func-req}</name>
      <section anchor="sec-disco-entity">
        <name>Discovering entities and query granularity</name>
        <t>Discovery in ecosystem should support different levels of granularity. Queries may range from broad capability-based searches (such as identifying all models with mathematical abilities) to more specific lookups. The discovery system should also enable entities to be found through the attributes reflected in their discoverable objects that capture aspects like their skill sets, functionality, name/ID, ratings, regional associations, and more.</t>
      </section>
      <section anchor="sec-disco-rsp">
        <name>Discovering response and minimum discoverable information</name>
        <t>Information an entity discovers about another entity must be meaningful and useful for delivering the required service. Accordingly, a response to a discovery query should include attributes that describe the discovered entity: such as what it can do, the skills it possesses, the protocols it supports, the security guarantees it claims to offer, the policies it can potentially enforce, its pricing for services, its current operational status (e.g., available, busy, or offline), communication means, etc.</t>
        <t>Such information can be either embedded within the entity's discoverable object or retrieved through a subsequent interaction outside the discovery substrate (for example, after discovery, an interview‑style exchange may be conducted using the communication method indicated by the entity).</t>
        <t>In either case, there is a need for a standardized structure for discoverable objects that provides the minimum set of information needed for the discovery substrate to return results that meaningfully support service delivery within the AI ecosystem.</t>
      </section>
      <section anchor="sec-cross-domain">
        <name>Cross-Domain Collaboration</name>
        <t>Entities operating across organisational boundaries need to discover counterparts without depending on a shared infrastructure. For example, a customer-service agent in one organisation may need to find a logistics-tracking agent in another. Models in one administrative domain may need to find compute resources in another administrative domain for training. Similarly, a model or agent in one domain might need to use data in another domain for retrieval-augmented generation (RAG) based inference. Current platform-specific mechanisms do not interoperate, so entities remain invisible outside their own ecosystem.</t>
        <t>Administrative domains are typically unwilling to disclose their internal structures or detailed operational information to one another. In traditional networking, for instance, they use abstraction and aggregation techniques to share only high‑level insights about their operations. A standards‑based mechanism to support controlled information sharing while ensuring administrative domain interoperability without exposing sensitive internal details is potentially desirable.</t>
      </section>
      <section anchor="sec-disco-dyanmic">
        <name>Discovery and dynamic attributes in discoverable objects</name>
        <t>Entities whose discoverable objects contain dynamic attributes introduce distinct challenges for discovery.  Dynamic attributes such as location information, dataset samples, compute capacity, etc., can change at different rates. These dynamics introduce variability that static discovery systems are not designed to handle. Such dynamic attributes complicate the assumptions in traditional discovery approaches and demand careful consideration when defining the problem space.</t>
      </section>
      <section anchor="sec-broker">
        <name>Broker and Aggregator Discovery</name>
        <t>In large‑scale networks, entities may need to discover intermediary broker nodes that operate across multiple administrative domains and provide dynamic operational information such as availability, capabilities, or decision guidance via the use of mechanisms that support interoperable and standards‑compliant discovery procedures.</t>
        <t>In large‑scale networks, entities may need to discover intermediary broker nodes. These brokers often operate across multiple administrative domains with different jurisdictions. They also provide dynamic operational information, such as availability, capabilities, or decision guidance. In these scenarios, the intermediary brokers might need to discover other brokers. This makes the broker nodes another type of entity with its own discoverable object in an ecosystem. Discovery substrate needs to provide support for this capability via standards‑compliant procedures.</t>
      </section>
      <section anchor="sec-human">
        <name>Human-Initiated Discovery</name>
        <t>Operators need to discover and inspect entities for operational purposes: auditing deployed agents, verifying capability claims, or troubleshooting failures.  Discovery must be usable by humans through standard tooling, not only by automated systems.</t>
      </section>
      <section anchor="sec-oam">
        <name>Discovery and OAM</name>
        <t>TBD</t>
      </section>
    </section>
    <section anchor="sec-limits">
      <name>Current Approaches and Their Limitations</name>
      <section anchor="sec-proprietary">
        <name>Proprietary Directories</name>
        <t>Cloud providers, AI platforms, and other entity systems maintain their own registries, tightly coupled to their ecosystem.  Entities registered in one platform are invisible to another, creating walled gardens.</t>
      </section>
      <section anchor="sec-config">
        <name>Static Configuration</name>
        <t>Manually configured endpoint lists cannot scale, cannot adapt to dynamic environments, and cannot convey the capability and trust metadata needed for cross-domain discovery.</t>
      </section>
      <section anchor="sec-DNS">
        <name>DNS-SD and SRV Records</name>
        <t>TBD</t>
      </section>
      <section anchor="sec-URI">
        <name>Well-Known URIs</name>
        <t>TBD</t>
      </section>
      <section anchor="sec-adhoc">
        <name>Ad Hoc Agent Discovery Proposals</name>
        <t>TBD</t>
      </section>
    </section>
    <section anchor="sec-challenges">
      <name>Core Challenges</name>
      <section anchor="sec-skills">
        <name>Discovering Skills and Capabilities at Scale</name>
        <t>The central challenge is enabling entities to discover other entities based on what they can do, such as:</t>
        <ul spacing="normal">
          <li>
            <t>Agents</t>
          </li>
          <li>
            <t>Skills</t>
          </li>
          <li>
            <t>Capabilities</t>
          </li>
          <li>
            <t>TBA</t>
          </li>
        </ul>
        <t>A discovery mechanism that supports structured, scalable discovery of an entity's capabilities across organisational boundaries is therefore required.</t>
      </section>
      <section anchor="sec-fragments">
        <name>Fragmented Discovery Ecosystem</name>
        <t>Each platform develops its own discovery approach.  This fragmentation prevents entities from being discoverable across boundaries and limits the value of interoperable protocols such as A2A and MCP.</t>
      </section>
      <section anchor="sec-trust">
        <name>Trust in Discovery Information</name>
        <t>When discovery crosses organisational boundaries, the discovering entity must verify that the information is authentic.  Without authenticated discovery, entities are vulnerable to poisoning attacks directing them to malicious endpoints.  DNSSEC provides a foundation, but discovery mechanisms must be designed to use it.</t>
      </section>
      <section anchor="sec-scale">
        <name>Scalability and Decentralisation</name>
        <t>Discovery must operate at Internet scale without a single centralised registry.  Each organisation must be able to publish its entities' capabilities independently, mirroring the DNS delegation model.</t>
      </section>
      <section anchor="sec-static">
        <name>Static Versus Dynamic Properties</name>
        <t>Entity properties range from static (type, supported protocols, skills) to dynamic (availability, load, capacity).  A discovery mechanism must handle both without causing stale results or excessive query load.</t>
      </section>
      <section anchor="sec-extensible">
        <name>Extensibility</name>
        <t>New agent types, skill taxonomies, and capability formats will emerge.  Discovery must accommodate them without changes to the core mechanism.</t>
      </section>
    </section>
    <section anchor="sec-existing">
      <name>Relationship to Existing Work</name>
      <t>TBD</t>
    </section>
    <section anchor="sec-security">
      <name>Security Considerations</name>
      <t>This document describes a problem space, not a protocol.</t>
      <t>Discovery information is a high-value target.  Poisoned responses could direct entities to malicious endpoints. Any mechanism must provide integrity and authenticity guarantees.</t>
      <t>Cross-domain discovery raises two distinct trust questions: whether the discovery source is authoritative, and whether the registered entity is what it claims to be.</t>
      <t>Discovery may expose sensitive information about an organisation's entities and capabilities.  Selective visibility mechanisms are needed.</t>
    </section>
    <section anchor="sec-privacy">
      <name>Privacy Considerations</name>
      <t>Querying for entities may reveal the discovering entity's intentions or interests.  Discovery should minimise information leakage through the query process.</t>
      <t>Published entity properties, such as skills, capabilities, and organisational affiliations, may be sensitive. Entities and their operators should control the granularity and audience of published information.</t>
    </section>
    <section anchor="sec-opcon">
      <name>Operational Consideration</name>
      <t>TBD</t>
    </section>
    <section anchor="sec-IANA">
      <name>IANA Considerations</name>
      <t>This document makes no requests of IANA.</t>
    </section>
    <section anchor="potential-topics-for-the-use-case-document">
      <name>Potential topics for the use case document</name>
      <t>TBD</t>
    </section>
    <section numbered="false" anchor="sec-ack">
      <name>Acknowledgements</name>
      <t>Thanks to Adrian Farrel for review comments.</t>
    </section>
  </middle>
  <back>








  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+1cUZMbN3J+569AyQ/SxkvK50seslVOHb0rxVs+yTqvfH5w
uVLgDEjCOzPgDWZIMbJS+Qv5i/kl6a8bwGDIWa1950vlIaqyTHFmMI1Go/vr
rxucz+ezznaVuVJvWreqTK3uOt2Z2jSdWrtWdVujbqwv3N60R+XWarmhS/5S
fe/a+8rpkj7qplSvdW1K9aKhwazx6tnN8vvXF7OZXq1as79S+KfahTf4+IZZ
6YqGHrxSZavX3Vzfb/Ve22Zeu957PS/1oZmHp+bpqflnn818v6qt99Y13XFH
z9++ePtydiCRNq3rd1dqVtDNG9cer5Rt1m5md+2V6tred59/9tk/f/b5bEbD
NeW/6co19PjR+NnOXqkfOldcKvrL1TtddPzRNiW99FJ513atWdN8/bGWD+G2
H2merdFX6u2XN7P7w9VMqbkqo9L4X5q1xh877e/lU6k7zR8OUZc0UN9tXctD
0H+KpPdXarlQy6Aa/lJ0tmy139a2HF9z7eZKfdXrg7HqrSm2javcBktyrRtd
ar6ncH3TQTfZd6bWtrpSOgy6iGvxhy2PtaC5zsZSfbVQr3idMpm+Mn6r6/z7
v1GeLQ+4EIN4WJabhfraNptMkhvdWFMN37Ic31SlunEbde0a31ddvJbe/93X
+btLHuIPripLt6GXLvr72axxba07uzdXsxlMK/1rTlsJfym98l1LZjGb3Tad
wSd6jzJxa/i+2Crtg0lcij1cqt6blv53GLYVzENsrO/MpTJdsbik2arlrTKF
80dP2+F5Yzo8QutmsL8qu6Y34oWXZNQdti9dsF41TrHF65YMk3bqQR/JuJOV
qsNWd4OM5p31ZPL8pe661q5IhEF0f2+rCvavd3plK37mUu22R28LXaliqzFr
09IgtvBRdJLlqHbOe9zMQ9OU97aggfmSW5Psl7RQausOEI72FL2PrtVKFy09
iEWkNfE0QdfQi1a0bjQjevsC6zYbHFXnSppgayrMxjVQzY7u6zRdK21ris61
fKlVtW56CO2atd30LY9NU6OX87qtW72B1yGdJa1DYBJ/R64NfpJlm5eOrKah
capKr5yMs1Cz2dstqZ8cXc8+tTS+IHXKnAePSG7EyKC1I3PS0PZf7XYXSt2S
VBVpZm3Dm2ioncFAbC0H221JVl7vYzYvsi84O3nssD2qom9biK13JCqtBn0N
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
Cgcox3GJjXtGZ/8D1bDWG85TAAA=

-->

</rfc>
