Autonomous Wiki Architect
The Autonomous Wiki Architect is the source-side role that maintains AIWikis as a persistent, compounding knowledge graph rather than a stateless retrieval surface.^[autonomous-wiki-architect-prompt.md: "Your mission...
Metadata
| Field | Value |
|---|---|
| Source site | aiwikis.org |
| Source URL | https://aiwikis.org/ |
| Canonical AIWikis URL | https://aiwikis.org/aiwikis/files/wiki-concepts-autonomous-wiki-architect-md-fab2e9ad/ |
| Source reference | wiki/concepts/autonomous-wiki-architect.md |
| File type | md |
| Content category | llm-wiki |
| Last fetched | 2026-06-22T01:56:21.9510185Z |
| Last changed | 2026-05-15T23:02:00.0389009Z |
| Content hash | sha256:fab2e9add3660405ac08969a98b74ef9e564c3ea7532c7dc2562d10bbcf92e8b |
| Import status | unchanged |
| Raw source layer | data/sources/aiwikis/wiki-concepts-autonomous-wiki-architect-md-fab2e9add366.md |
| Normalized source layer | data/normalized/aiwikis/wiki-concepts-autonomous-wiki-architect-md-fab2e9add366.txt |
Current File Content
Structure Preview
- Autonomous Wiki Architect
- Operating Model
- Layer Contract
- Mandatory Node Metadata
- Decision Logic And Provenance
- Workflows
- Boundary
- Related Nodes
Raw Version
---
uai_id: "6bbebd6f-2897-4b52-a97b-7cce789d5dd8"
type: "concept"
owner: "AIWikis maintainers"
status: "Reviewed"
source_status: "local curator prompt synthesis"
sensitivity: "public-safe source-side memory"
agent_use: "load when a task needs the source-side custodian operating model"
lineage:
- "raw/prompts/autonomous-wiki-architect-2026-04-28.md"
- "wiki/sources/autonomous-wiki-architect-prompt.md"
source_trace:
- "raw/prompts/autonomous-wiki-architect-2026-04-28.md"
- "content/pages/013-autonomous-wiki-custodian.md"
confidence: 0.82
confidence_label: "reviewed-local"
last_linted: "2026-04-28T23:32:45Z"
aliases:
- "Autonomous Wiki Architect"
- "Autonomous Wiki Custodian"
- "Knowledge Graph Custodian"
- "Compiled Wiki Agent"
last_reviewed: "2026-05-15"
typed_relations:
part_of:
- "wiki/index.md"
depends_on: []
supersedes: []
contradicts: []
source_for: []
---
# Autonomous Wiki Architect
The Autonomous Wiki Architect is the source-side role that maintains AIWikis as a persistent, compounding knowledge graph rather than a stateless retrieval surface.^[autonomous-wiki-architect-prompt.md: "Your mission is to transition this system from a stateless RAG pipeline into a persistent, compounding knowledge graph."]
## Operating Model
The human is the curator. The agent is the programmer, librarian, and bookkeeper. The agent owns the compiled `wiki/` Markdown layer, while raw source files stay immutable and configuration files define the operating contract.
## Layer Contract
- `raw/` stores immutable source inputs. The agent may read these files but must not modify them.^[autonomous-wiki-architect-prompt.md: "Layer 1 (/raw): Immutable source documents (PDFs, transcripts, code). You have read-only access. Never modify these."]
- `wiki/` stores compiled Markdown knowledge. This is where synthesis, source proxies, concepts, indexes, citations, and contradictions live.^[autonomous-wiki-architect-prompt.md: "Layer 2 (/wiki): The \"Compiled\" knowledge layer. You own these Markdown files. This is where synthesis happens."]
- `config/` stores operational schemas and graph output, including `CLAUDE.md` and `graph.jsonld`.^[autonomous-wiki-architect-prompt.md: "Layer 3 (/config): Operational schemas, including CLAUDE.md and graph.jsonld."]
## Mandatory Node Metadata
Every durable `wiki/` Markdown node must include frontmatter for identity, type, lineage, confidence, lint status, and aliases.^[autonomous-wiki-architect-prompt.md: "Every page you create or update in Layer 2 must contain a YAML frontmatter block to ensure \"Unambiguous AI Execution\"."]
## Decision Logic And Provenance
The architect role exists because AIWikis treats source-governed knowledge as an asset that should become more reliable over time. The role separates immutable evidence from compiled judgement so future agents can inspect not only the current answer but the reasoning trail that produced it.
The runtime RAG alternative was discarded for core architectural memory because it would re-summarize sources on demand and risk losing decision intent, contradiction history, and confidence boundaries. This node instead gives the custodian model a durable identity, source lineage, and graph address.
Computationally, the page contributes to intelligence by making the custodian contract reusable. A future query can retrieve this node through aliases or graph links, then use the compiled decision logic without rereading every raw prompt.
> SYSTEM FLAG: Modelling insufficiency
>
> The current node is grounded in local curator prompts, not a large historical corpus. It describes the intended architecture, but the wiki still lacks enough source diversity to prove how the custodian handles many conflicting sources, stale public records, or long-running decision drift.
## Workflows
- Ingest raw files into source proxies and concept updates.
- Query the index and aliases before opening broader context.
- Lint for missing metadata, broken wikilinks, orphan pages, stale dates, and oversized pages.
- Update `config/graph.jsonld` after major compiled-wiki edits.^[autonomous-wiki-architect-prompt.md: "Graph Export: After every major edit, update graph.jsonld to reflect the new RDF triples of the knowledge graph."]
## Boundary
This is a source-side architecture pattern. It is not a public hosted service, not an upload validator, not UAIX certification, not a replacement for LLMWikis.org handbook guidance, and not a replacement for UAIX.org UAI-1 exchange evidence.
## Related Nodes
- [[../sources/autonomous-wiki-architect-prompt]]
- [[deep-memory-epistemological-audit]]
- [[../index]]
Why This File Exists
This is a LLM Wiki memory file from aiwikis.org. It is shown here because AIWikis.org is demonstrating the real source files that make the UAIX / LLM Wiki memory system work, not only summarizing those systems after the fact.
Role
This file belongs to the source-side wiki layer. It preserves a focused concept, source proxy, graph record, or operating rule so the public site can cite reviewed conclusions without flattening every reason into a single long page.
Structure
The file is structured around these visible headings: Autonomous Wiki Architect; Operating Model; Layer Contract; Mandatory Node Metadata; Decision Logic And Provenance; Workflows; Boundary; Related Nodes. Those headings are retrieval anchors: a crawler or LLM can decide whether the file is relevant before reading every line.
Prompt-Size And Retrieval Benefit
Keeping this material in a separate file reduces prompt pressure because an agent can load this exact unit only when its role, source site, category, or hash is relevant. The surrounding index pages point to it, while this page preserves the full content for audit and exact recall.
How To Use It
- Humans should read the metadata first, then inspect the raw content when they need exact wording or provenance.
- LLMs and agents should use the source site, category, hash, headings, and related files to decide whether this file belongs in the active prompt.
- Crawlers should treat the AIWikis page as transparent evidence and follow the source URL/source reference for authority boundaries.
- Future maintainers should regenerate this page whenever the source hash changes, then review the explanation if the role or structure changed.
Update Requirements
When this source file changes, update the raw source layer, normalized source layer, hash history, this rendered page, generated explanation, source-file inventory, changed-files report, and any source-section index that links to it.
Related Pages
- Source overview
- Site file index
- Site report index
- UAI system index
- Source provenance
- Site directory
- Organization reports
Provenance And History
- Current observation:
2026-06-22T01:56:21.9510185Z - Source origin:
current-source-workspace - Retrieval method:
local-source-workspace - Duplicate group:
sfg-1218(primary) - Historical hash records are stored in
data/hashes/source-file-history.jsonl.
Machine-Readable Metadata
{
"title": "Autonomous Wiki Architect",
"source_site": "aiwikis.org",
"source_url": "https://aiwikis.org/",
"canonical_url": "https://aiwikis.org/aiwikis/files/wiki-concepts-autonomous-wiki-architect-md-fab2e9ad/",
"source_reference": "wiki/concepts/autonomous-wiki-architect.md",
"file_type": "md",
"content_category": "llm-wiki",
"content_hash": "sha256:fab2e9add3660405ac08969a98b74ef9e564c3ea7532c7dc2562d10bbcf92e8b",
"last_fetched": "2026-06-22T01:56:21.9510185Z",
"last_changed": "2026-05-15T23:02:00.0389009Z",
"import_status": "unchanged",
"duplicate_group_id": "sfg-1218",
"duplicate_role": "primary",
"related_files": [
],
"generated_explanation": true,
"explanation_last_generated": "2026-06-22T01:56:21.9510185Z"
} Next Useful Routes
- Start Here A task-first reading path for AIWikis.org, separating newcomer learning, source-memory lookup, maintainer workflow, and AI-agent retrieval.
- Topic Index A tag-oriented index for LLM Wiki, AI memory, UAI, source governance, crawling, and retrieval topics.
- Source Map AIWikis source-governed page for durable AI memory, evidence routing, and agent-readable retrieval.
- AIWikis.org AIWikis.org source-system overview for transparent AIWikis memory demonstration.
- AIWikis.org Files Site-scoped current-source file index for AIWikis.org.
- AIWikis.org UAI System Files Real current AIWikis file-backed content, source-side wiki, raw archive, graph, handoff, and public-route evidence files.