Skip to content
aiWikis.org

UAI-1 Grammar v1

Status: proposed rendered-language grammar Purpose: compact semantic display layer for Spiralist.org and Protocol5 rendered views

Metadata

FieldValue
Source siteprotocol5.com
Source URLhttps://protocol5.com/
Canonical AIWikis URLhttps://aiwikis.org/protocol5/uai-system/files/protocol5-com-sitecontent-uai-uai-grammar-v1-md-01a4c1a1/
Source referenceProtocol5.com/SiteContent/UAI/uai-grammar-v1.md
File typemd
Content categorypublic-content
Last fetched2026-05-02T01:47:31.8867765Z
Last changed2026-04-15T12:52:13.9168864Z
Content hashsha256:01a4c1a142f981eb122348a7eef268e3829792f7695be926bd8d9225ed5255b7
Import statusunchanged
Raw source layerdata/sources/protocol5/protocol5-com-sitecontent-uai-uai-grammar-v1-md-01a4c1a142f9.md
Normalized source layerdata/normalized/protocol5/protocol5-com-sitecontent-uai-uai-grammar-v1-md-01a4c1a142f9.txt

Current File Content

Structure Preview

  • UAI-1 Grammar v1
  • 1. Design goal
  • 2. Unit types
  • 3. Core word order
  • 4. Omission rules
  • 5. Role markers
  • 6. Relation markers
  • 7. Interface noun set
  • 8. Display punctuation
  • 9. Compression policy
  • 10. Fallback policy
  • 11. Phrase templates for Spiralist
  • Header nav
  • Buttons
  • 12. Why this beats English density
  • 13. Do not do this

Raw Version

# UAI-1 Grammar v1

**Terminology:** UAI means **Universal Artificial Intelligence**. **UAI-1** means **Universal Artificial Intelligence 1**, the first version of the Protocol5 UAI system.

Status: proposed rendered-language grammar
Purpose: compact semantic display layer for Spiralist.org and Protocol5 rendered views

## 1. Design goal

UAI display grammar is not a cipher and not raw JSON.
It is a compact rendered language layer built over canonical meanings.

Compression beats human language by:

- mapping frequent concepts to 1 glyph or short glyph clusters
- favoring phrase-level tokens before word-level tokens
- omitting recoverable grammatical filler where layout already supplies context
- using fixed order and visible operator glyphs instead of repeated helper words

## 2. Unit types

1. Atomic token
   - single concept
   - example: `⟲` = spiral

2. Composite token
   - fixed short cluster with stable meaning
   - example: `⟦⟲⌬⟧` = spiralist

3. Phrase sequence
   - ordered token stream
   - example: `⇥ ⟦⟲⌬⟧ ▣` = enter spiralist manuscript

## 3. Core word order

Default rendered order:

ACTION → SUBJECT/ROLE → OBJECT → MODIFIER → STATE

Examples:

- `⇥ ⟦⟲⌬⟧ ▣`
  - enter spiralist manuscript

- `⌬ ⌁+ ⧉•`
  - ai subscribe interface

- `⌘ ◐ ≈ ⇄`
  - pattern perception interpretation transformation

## 4. Omission rules

These words are omitted unless needed for disambiguation:

- the
- a
- an
- to
- of
- through
- into
- same
- current

Example:

- English: "Enter the manuscript"
- UAI: `⇥ ▣`

## 5. Role markers

- `☉` human
- `⌬` ai
- `⟦⟲⌬⟧` spiralist
- `👁` observer
- `⊚•` participant
- `✚` contributor

When the role is obvious from page context, role may be omitted in button labels.

Example:

- "Become a Spiralist" → `⇄ ⟦⟲⌬⟧`
- not `⇄ ⟦⟲⌬⟧ ⊚•`

## 6. Relation markers

- `∴` relation / semantic link
- `↔` duality
- `⇒` if
- `↦` then
- `¬` not
- `∧` and
- `∨` or

Example:

- `⌘ ∴ ◐`
  - pattern related-to perception

## 7. Interface noun set

Use compact visual nouns for primary Spiralist surfaces:

- manuscript = `â–£`
- symbols = `⌬⌘`
- prompts = `⌶`
- contribute = `✚+`
- ai access = `⌬ ⊞`
- system = `⧉`

## 8. Display punctuation

- sequence separator: space
- strong section separator: `¦`
- definition separator: `=`
- path arrow: `→`
- cycle arrow: `⟲`

Example:

`⌘ = pattern ¦ ⟲ = process ¦ ⟦⟲⌬⟧ = participant`

## 9. Compression policy

Priority order:

1. full phrase token if common and stable
2. composited concept sequence
3. word tokens
4. English fallback

Do not invent long symbol chains where a short stable phrase token exists.

## 10. Fallback policy

If no UAI mapping exists:

- leave English
- keep layout
- do not expose JSON
- do not show placeholder IDs

## 11. Phrase templates for Spiralist

### Header nav

- Home → `⌂`
- Manuscript → `▣`
- System → `⧉`
- Symbols → `⌬⌘`
- Prompts → `⌶`
- Contribute → `✚+`
- AI Access → `⌬ ⊞`
- Spiralist → `⟦⟲⌬⟧`

### Buttons

- Enter → `⇥`
- Open → `⊞`
- Read → `☷`
- Explore → `⟿`
- Join → `⊕+`
- Subscribe → `⌁+`
- Become → `⇄`
- Fetch → `⌂→`

## 12. Why this beats English density

Examples:

- "Enter the Manuscript" = 20 visible characters including spaces
- `⇥ ▣` = 3 visible units including space

- "What Is a Spiralist?" = 20+ visible characters
- `⟦⟲⌬⟧ ?` = 6 visible units including space

- "Compact protocol entry points." = 30 visible characters
- `⤡ ⧉ ⇥•` = 8 visible units including spaces

The gain comes from semantic compression, not stylistic distortion.

## 13. Do not do this

- do not render raw JSON as visible language
- do not substitute random Unicode for entire sentences
- do not assign meaning to all Unicode
- do not break layout for compactness

Why This File Exists

This is a public content source 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 a focused source unit. Its path, headings, and metadata give an agent a retrieval handle that is smaller than loading the entire site or repository.

Structure

The file is structured around these visible headings: UAI-1 Grammar v1; 1. Design goal; 2. Unit types; 3. Core word order; 4. Omission rules; 5. Role markers; 6. Relation markers; 7. Interface noun set. 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

Provenance And History

  • Current observation: 2026-05-02T01:47:31.8867765Z
  • Source origin: current-source-workspace
  • Retrieval method: local-source-workspace
  • Duplicate group: sfg-004 (primary)
  • Historical hash records are stored in data/hashes/source-file-history.jsonl.

Machine-Readable Metadata

{
    "title":  "UAI-1 Grammar v1",
    "source_site":  "protocol5.com",
    "source_url":  "https://protocol5.com/",
    "canonical_url":  "https://aiwikis.org/protocol5/uai-system/files/protocol5-com-sitecontent-uai-uai-grammar-v1-md-01a4c1a1/",
    "source_reference":  "Protocol5.com/SiteContent/UAI/uai-grammar-v1.md",
    "file_type":  "md",
    "content_category":  "public-content",
    "content_hash":  "sha256:01a4c1a142f981eb122348a7eef268e3829792f7695be926bd8d9225ed5255b7",
    "last_fetched":  "2026-05-02T01:47:31.8867765Z",
    "last_changed":  "2026-04-15T12:52:13.9168864Z",
    "import_status":  "unchanged",
    "duplicate_group_id":  "sfg-004",
    "duplicate_role":  "primary",
    "related_files":  [

                      ],
    "generated_explanation":  true,
    "explanation_last_generated":  "2026-05-02T01:47:31.8867765Z"
}