Protocol5 Translation Routes
Protocol5 uses route-prefixed aliases for normal site-shell pages:
Metadata
| Field | Value |
|---|---|
| Source site | protocol5.com |
| Source URL | https://protocol5.com/ |
| Canonical AIWikis URL | https://aiwikis.org/protocol5/files/protocol5-com-translations-md-f109652a/ |
| Source reference | Protocol5.com/translations.md |
| File type | md |
| Content category | memory-file |
| Last fetched | 2026-06-22T01:56:21.9510185Z |
| Last changed | 2026-05-05T21:04:49.3192705Z |
| Content hash | sha256:f109652a96055da01d097b3c69732306b3700a538d19a421317357c043e6b122 |
| Import status | unchanged |
| Raw source layer | data/sources/protocol5/protocol5-com-translations-md-f109652a9605.md |
| Normalized source layer | data/normalized/protocol5/protocol5-com-translations-md-f109652a9605.txt |
Current File Content
Structure Preview
- Protocol5 Translation Routes
- Runtime switching
Raw Version
# Protocol5 Translation Routes
**Terminology:** UAI means **Universal Artificial Intelligence**. **UAI-1** means **Universal Artificial Intelligence 1**, the first version of the Protocol5 UAI system.
Protocol5 uses route-prefixed aliases for normal site-shell pages:
```text
/{route}/{controller}[/{action}]
```
Supported switcher values:
- `en-US` - English human view
- `es-US` - Spanish human view
- `uai-rendered` - rendered UAI view
- `uk-UA` - Ukrainian human view
- `zh-SG` - Simplified Chinese human view
- `th` - Thai human view
Examples:
- `/en-US/Home/About`
- `/en-US/Math`
- `/es-US/UniversalArtificialIntelligence`
- `/uai-rendered/Home/About`
- `/uk-UA/UAI-1/Examples`
- `/zh-SG/Calculator`
The Mathematics section uses the expanded route controller `Mathematics` in route-prefixed URLs such as `/en-US/Math`. The Universal Artificial Intelligence section uses the expanded route controller `UniversalArtificialIntelligence` in route-prefixed URLs:
```text
/{route}/UniversalArtificialIntelligence/{page}
```
This keeps `/UAI-1` reserved for the spec/versioned document family instead of reusing it as a pseudo-language. The canonical static `/UAI` paths still work as compatibility and machine-asset paths. The route-prefixed aliases are friendly aliases over the existing host mappings. Generated numeric pages under `Fibonacci` and `Prime` stay untouched; the switcher is for normal Protocol5 shell pages that load `home.js`.
`uai-rendered` is treated as a render-view choice, not a human culture and not a BCP 47 language tag. When rendered UAI is active, the page HTML can still use `lang="x-uai-1"` and related negotiation behavior. Old rendered alias URLs under `/UAI-1/...` should redirect to `/uai-rendered/...`.
Do not use private-use tags like `x-uai-1` or invented values like `x-en-US-1` as the public route prefix. Public URLs should use registered locale tags or descriptive non-locale route names.
## Runtime switching
The current UI locale or render view is the leading route segment. Do not add a language preference cookie or local storage value for this. When a page is already under `/{route}/`, normal shell links on that page should be rewritten to the same `/{route}/{controller}[/{action}]` shape.
Language-agnostic entry routes such as `/`, `/Math`, `/UAI`, `/UniversalArtificialIntelligence`, `/Home/About`, `/calculator`, and `/UAI-1` should resolve from the browser language when possible and otherwise fall back to `en-US`. The explicit `/uai-rendered` entry already carries its render-view state.
Static assets, machine endpoints, downloads, JSON/schema/registry paths, and generated numeric pages remain canonical and language-neutral.
The public sitemaps are:
- `/sitemap.xml`
- `/sitemap.html`
Both sitemap files should link the Protocol5 parent routes, the Mathematics peer section, the UAI peer section, and the normal shell pages for all supported route prefixes.
Why This File Exists
This is a memory-system evidence file from protocol5.com. 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 is memory-system evidence. It records source history, archive transfer, intake disposition, or another piece of provenance that should be retrievable without becoming an unsupported public claim.
Structure
The file is structured around these visible headings: Protocol5 Translation Routes; Runtime switching. 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-1159(primary) - Historical hash records are stored in
data/hashes/source-file-history.jsonl.
Machine-Readable Metadata
{
"title": "Protocol5 Translation Routes",
"source_site": "protocol5.com",
"source_url": "https://protocol5.com/",
"canonical_url": "https://aiwikis.org/protocol5/files/protocol5-com-translations-md-f109652a/",
"source_reference": "Protocol5.com/translations.md",
"file_type": "md",
"content_category": "memory-file",
"content_hash": "sha256:f109652a96055da01d097b3c69732306b3700a538d19a421317357c043e6b122",
"last_fetched": "2026-06-22T01:56:21.9510185Z",
"last_changed": "2026-05-05T21:04:49.3192705Z",
"import_status": "unchanged",
"duplicate_group_id": "sfg-1159",
"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.
- Protocol5.com Protocol5.com source-system overview for transparent AIWikis memory demonstration.
- Protocol5.com Source Memory Guide AIWikis source-governed page for durable AI memory, evidence routing, and agent-readable retrieval.
- Protocol5.com Files Site-scoped current-source file index for Protocol5.com.