<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" submissionType="IETF" docName="draft-lynch-ai-visibility-lifecycle-02" category="info" ipr="trust200902" obsoletes="" updates="" xml:lang="en" symRefs="true" sortRefs="true" tocInclude="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.32.0 -->
  <!-- Generated by id2xml 1.5.2 on 2026-04-06T05:43:46Z -->
	<front>
    <title abbrev="AI Visibility Lifecycle">The AI Visibility Lifecycle Framework</title>
    <seriesInfo name="Internet-Draft" value="draft-lynch-ai-visibility-lifecycle-02"/>
    <author initials="B." surname="Lynch" fullname="Bernard Lynch">
      <organization>AI Visibility Architecture Group Limited</organization>
      <address>
        <postal>
          <street>Auckland</street>
          <street>New Zealand</street>
        </postal>
        <email>bernard@aivisibilityarchitects.com</email>
        <uri>https://aivisibilityarchitects.com</uri>
      </address>
    </author>
    <date year="2026" month="April" day="6"/>
    <abstract>
      <t>
   This document describes the 11-Stage AI Visibility Lifecycle, a
   stage-based observational framework describing how websites
   achieve visibility within AI discovery, comprehension, trust, and
   human exposure systems.  The framework identifies three distinct
   phases -- AI Comprehension (Stages 1-5), Trust Establishment (Stages
   6-8), and Human Visibility (Stages 9-11) -- through which domains
   progress from initial AI crawling to sustainable human-facing
   visibility.</t>
    </abstract>
    <note>
      <name>Canonical Source Notice</name>
      <t>
   This Internet-Draft is NOT the canonical source for the AI Visibility
   Lifecycle framework.  The authoritative reference is the Zenodo
   deposit at <eref target="https://doi.org/10.5281/zenodo.18460711."/>  This Internet-
   Draft mirrors the specification for IETF community accessibility.  In
   case of any discrepancy between this Internet-Draft and the Zenodo
   deposit, the Zenodo version governs.</t>
    </note>
  </front>
  <middle>
    <section anchor="sect-1" numbered="true" toc="default">
      <name>Introduction</name>
      <t>
   The AI Visibility Lifecycle (v0.7) provides a structural model for
   understanding how AI systems discover, evaluate, trust, and surface
   websites to human users.  This framework is observational and
   analytical, not prescriptive.  This document does not propose a
   standard, protocol, or recommendation for implementation.</t>
      <t>
   This document mirrors the canonical specification maintained at
   Zenodo <xref target="ZENODO" format="default"/>.  Companion papers on ambiguity elimination
   <xref target="AMBIGUITY" format="default"/> and website visibility reporting <xref target="REPORTING" format="default"/> provide
   additional context.  The framework is also being developed
   collaboratively through the W3C AI Visibility Lifecycle Framework
   Community Group <xref target="W3C-CG" format="default"/>.  In case of any discrepancy between this
   Internet-Draft and the Zenodo deposit, the Zenodo version governs.</t>
    </section>
    <section anchor="sect-2" numbered="true" toc="default">
      <name>Framework Overview</name>
      <t>
   The lifecycle consists of eleven stages organised into three phases:</t>
      <dl newline="false" spacing="normal" indent="3">
        <dt>Phase 1: AI Comprehension (Stages 1-5)</dt>
        <dd>
          <t>
	The process by which AI
          </t>
          <t>
	systems discover, parse, classify, verify internal consistency,
      and cross-reference content against external sources.
          </t>
        </dd>
        <dt>Phase 2: Trust Establishment (Stages 6-8)</dt>
        <dd>
          <t>
	The process by which AI
          </t>
          <t>
	systems accumulate evidence of reliability, grant formal
      eligibility for inclusion in answers, and assess competitive
      readiness against alternatives.
          </t>
        </dd>
        <dt>Phase 3: Human Visibility (Stages 9-11)</dt>
        <dd>
          <t>
	The process by which content
          </t>
          <t>
	transitions from AI-evaluated candidate to human-visible result,
      progressing through controlled testing, baseline placement, and
      sustained growth.
          </t>
        </dd>
      </dl>
    </section>
    <section anchor="sect-3" numbered="true" toc="default">
      <name>Stage Definitions</name>
      <section anchor="sect-3.1" numbered="true" toc="default">
        <name>Stage 1: AI Crawling</name>
        <t>
   Discovery and reconnaissance.  AI systems identify and access content
   through crawling mechanisms, evaluating technical accessibility,
   structural signals, and initial content availability.</t>
      </section>
      <section anchor="sect-3.2" numbered="true" toc="default">
        <name>Stage 2: AI Ingestion</name>
        <t>
   Semantic parsing and embedding.  Content is processed into machine-
   readable representations, including semantic embeddings, entity
   extraction, and structural decomposition.</t>
      </section>
      <section anchor="sect-3.3" numbered="true" toc="default">
        <name>Stage 3: AI Classification</name>
        <t>
   Purpose and identity assignment.  AI systems assign topical
   classification, entity type, commercial intent signals, and domain
   purpose categorisation.</t>
      </section>
      <section anchor="sect-3.4" numbered="true" toc="default">
        <name>Stage 4: AI Harmony Checks</name>
        <t>
   Internal consistency evaluation.  AI systems verify that claims made
   across a domain are internally consistent, structurally coherent, and
   free of contradictions.</t>
      </section>
      <section anchor="sect-3.5" numbered="true" toc="default">
        <name>Stage 5: AI Cross-Correlation</name>
        <t>
   External alignment verification.  AI systems compare domain claims
   against external sources to verify factual accuracy, citation
   validity, and alignment with established knowledge.</t>
      </section>
      <section anchor="sect-3.6" numbered="true" toc="default">
        <name>Stage 6: AI Trust Building</name>
        <t>
   Evidence accumulation over time.  AI systems monitor consistency,
   stability, and reliability signals across repeated evaluations to
   build cumulative trust assessments.</t>
      </section>
      <section anchor="sect-3.7" numbered="true" toc="default">
        <name>Stage 7: AI Trust Acceptance</name>
        <t>
   Formal eligibility for answers.  A domain reaches the threshold at
   which AI systems consider it a credible source eligible for inclusion
   in generated responses.</t>
      </section>
      <section anchor="sect-3.8" numbered="true" toc="default">
        <name>Stage 8: Candidate Surfacing</name>
        <t>
   Competitive readiness assessment.  AI systems evaluate the domain
   against alternative sources to determine whether it should be
   surfaced in preference to competing candidates.</t>
      </section>
      <section anchor="sect-3.9" numbered="true" toc="default">
        <name>Stage 9: Early Human Visibility Testing</name>
        <t>
   Controlled experiments.  Content begins appearing in human-facing
   results on a limited, experimental basis to measure engagement,
   relevance, and user satisfaction signals.</t>
      </section>
      <section anchor="sect-3.10" numbered="true" toc="default">
        <name>Stage 10: Baseline Human Ranking</name>
        <t>
   First stable placement.  The domain achieves a consistent,
   reproducible position in human-facing results based on accumulated AI
   evaluation and human interaction data.</t>
      </section>
      <section anchor="sect-3.11" numbered="true" toc="default">
        <name>Stage 11: Growth Visibility</name>
        <t>
   Human traffic acceleration.  Sustained visibility drives increasing
   human engagement, which in turn reinforces AI trust signals, creating
   a compounding visibility effect.</t>
      </section>
    </section>
    <section anchor="sect-4" numbered="true" toc="default">
      <name>Key Principles</name>
      <ul spacing="normal">
        <li>
          <t>Stages 1-2 are sequential; Stages 3-11 operate as parallel
      evaluation dimensions.</t>
        </li>
        <li>
          <t>Architectural quality determines timeline compression or
      extension.</t>
        </li>
        <li>
          <t>Commercial classification determines trust threshold height.</t>
        </li>
        <li>
          <t>Crawlability (Stage 1) does not equal Visibility (Stages 9-11).</t>
        </li>
        <li>
          <t>Framework versioning, amendments, and authoritative updates are
      defined exclusively by Zenodo DOI releases.</t>
        </li>
      </ul>
    </section>
    <section anchor="sect-5" numbered="true" toc="default">
      <name>Canonical Reference</name>
      <t>
   This Internet-Draft is NOT the canonical source.  The authoritative
   specification is maintained at Zenodo:</t>
      <t>
   Primary: <eref target="https://doi.org/10.5281/zenodo.18460711"/>
      </t>
      <t>
   Concept DOI (always resolves to latest version):
   <eref target="https://doi.org/10.5281/zenodo.18460710"/>
      </t>
      <artwork name="" type="" align="left" alt=""><![CDATA[
GitHub mirror (non-citable):
https://github.com/Bernardnz/ai-visibility-lifecycle

W3C Community Group:
https://www.w3.org/community/ai-web-visibility/

Community Group GitHub Repository:
https://github.com/ai-visibility-architects/
ai-visibility-lifecycle-cg
]]></artwork>
    </section>
    <section anchor="sect-6" numbered="true" toc="default">
      <name>Security Considerations</name>
      <t>
   This document describes an observational framework and does not
   define any protocols, data formats, or executable specifications.
   There are no security considerations directly applicable to this
   document.</t>
    </section>
    <section anchor="sect-7" numbered="true" toc="default">
      <name>IANA Considerations</name>
      <t>
   This document has no IANA actions.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="ZENODO" target="https://doi.org/10.5281/zenodo.18460711">
          <front>
            <title>The 11-Stage AI Visibility Lifecycle (v0.7): A Framework for Understanding AI-Mediated Content Discovery</title>
            <author initials="B." surname="Lynch" fullname="B. Lynch">
	</author>
            <date month="January" year="2026"/>
          </front>
          <seriesInfo name="DOI" value="10.5281/zenodo.18460711"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="AMBIGUITY" target="https://doi.org/10.5281/zenodo.18461352">
          <front>
            <title>Ambiguity Elimination as an AI-Native Visibility Strategy</title>
            <author initials="B." surname="Lynch" fullname="B. Lynch">
	</author>
            <date month="January" year="2026"/>
          </front>
          <seriesInfo name="DOI" value="10.5281/zenodo.18461352"/>
        </reference>
        <reference anchor="REPORTING" target="https://doi.org/10.5281/zenodo.18512385">
          <front>
            <title>Website Visibility and Activity Reporting</title>
            <author initials="B." surname="Lynch" fullname="B. Lynch">
	</author>
            <date month="February" year="2026"/>
          </front>
          <seriesInfo name="DOI" value="10.5281/zenodo.18512385"/>
        </reference>
        <reference anchor="W3C-CG" target="https://www.w3.org/community/ai-web-visibility/">
          <front>
            <title>AI Visibility Lifecycle Framework Community Group</title>
            <author initials="B." surname="Lynch" fullname="B. Lynch">
	</author>
            <date month="February" year="2026"/>
          </front>
          <seriesInfo name="W3C" value="Community Group"/>
        </reference>
      </references>
    </references>
  </back>
</rfc>
