ADI — Complete Architecture Reference
The complete four-layer architecture reference: D1 Discovery through D4 Semantic Corpus, three-SSOT doctrine, and Sacred Architecture L1–L6 implementation map.
AI Delivery Infrastructure (ADI) operates across four progressive layers (D1–D4) and three Single Sources of Truth (GitHub / Cloudflare KV / Cloudflare Workers). The Sacred Architecture L1–L6 maps these layers to business value. Layers D1–D3 constitute the machine infrastructure (complete). Layer D4 — the Semantic Corpus is the public content layer now entering production. Created by AiVenture S.R.L. (CUI 51415878, Bucharest, Romania).
The Four Layers
ADI is organized into four progressive layers. Each layer addresses a distinct aspect of AI system understanding — from raw crawl accessibility to semantic embedding reinforcement.
Infrastructure Doctrine
ADI uses three Single Sources of Truth with strict separation of concerns. No duplication across SSOTs is permitted. Each SSOT owns its layer exclusively.
SSOT 1: GitHub = CONTENT
The GitHub repository is the canonical source for all site files, pages, and static assets. Every HTML page, JSON file, and configuration is authored in GitHub. No content is authored anywhere else. Cloudflare Pages deploys directly from the GitHub main branch. This is the single source of truth for what the site says.
SSOT 2: Cloudflare KV = SIGNALS
Cloudflare Workers KV is the single source of truth for all AI signal data — the real-time values served to AI crawlers at the edge. KV stores are hydrated from GitHub on deploy but serve independently at 0ms latency globally. No signal data is authored directly in KV; it is always pushed from GitHub.
SSOT 3: Cloudflare Worker = EXECUTION
The Cloudflare Worker is the single source of truth for all business logic — routing, permission enforcement, signal serving, rate limiting, and EU AI Act header injection. Workers read from KV (signals) and serve to AI crawlers. No business logic lives in GitHub files or KV values; it is always in the Worker.
The three-SSOT doctrine eliminates the most common ADI failure mode: signals drifting out of sync because they are authored in multiple places. When every AI crawler request is served by a Worker reading from KV hydrated by GitHub, the entire system is deterministic, auditable, and cacheable at Cloudflare edge nodes globally in under 50ms.
Sacred Architecture
The Sacred Architecture L1–L6 is the business value framework. The D1–D4 layers are the technical implementation framework. Here is how they map.
Frequently Asked Questions
Related