V. The Terminology — Names, Pronunciation & Stack

What things are called and how they are said.

The Terminology is the canonical reference for naming within YounndAI.
Pronunciation, capitalization, and stack names are defined here and nowhere else.

This document supports The Guide (principles) and The Codex (invariants).
When in doubt about what to call something, start here.


1. The Brand

TermIPAPhoneticMeaning
YounndAI/juːn.daɪ/yoon-dyeYou and AI, unified

Capitalization

The only correct form is YounndAI. Capital Y, lowercase ounnda, capital AI.

Never use: "Younndai", "younndAI", "YounnDAI", "YOUNNDAI", "Younnd AI", "Younnd.AI", "YoUNNdAi"

Usage

  • Always written as one word, no spaces, no dots.
  • In code identifiers: younndai (lowercase) or YounndAI (PascalCase).
  • In URLs: younndai (lowercase).
  • In sentences: "YounndAI is a philosophy of structure."

2. The YON Stack

Four tiers. Each has a name, a pronunciation, and a defined function.

TierNameIPAPhoneticFull NameFunction
1YON/jɒn/yonYounndAI Object NotationData notation & format
2SHIN/ʃɪn/shinSemantic Hub for Intelligent NotationCompiler & transformer
3ZEN/zɛn/zenZero-trust Execution NodeSecure runtime
4KEN/kɛn/kenKnowledge Evidence NexusObservability platform

Capitalization

All stack names are written in ALL CAPS in prose: YON, SHIN, ZEN, KEN.

In code identifiers: lowercase (yon, shin, zen, ken).
In package names: @younndai/yon-parser, @younndai/shin-compiler.

Never use: "Yon", "Shin" (title case in prose). Always all caps or all lowercase.

Stack References

When referring to the full stack: YounndAI YON Stack or simply the stack.

When referring to tiers together: "YON → SHIN → ZEN → KEN" (arrow notation for flow).


3. Technical Vocabulary

Terms used across documentation, code, and communication.

Canonical Terms

UseNever UseWhy
recordrow, entryYON uses records, not database rows
fieldattribute, propertyConsistent with notation terminology
blockchunk, segmentDefined unit in YON
tagdirective, commandYON tags are declarative, not imperative
parsedeserializeYON is parsed, not deserialized
formatserialize (unless specific)YON is formatted, not serialized
token efficiencycompressionYON optimizes tokens, not bytes
profilemode (for document metadata)Profiles govern document behavior
scenariotemplate (for YON generation)Scenarios define generation context

Phonetic Aids

For presentations, podcasts, or spoken content:

TermSay
YounndAI"yoon-dye"
YON"yon" (rhymes with "dawn")
SHIN"shin" (as in the bone)
ZEN"zen" (as in Buddhism)
KEN"ken" (as in "beyond my ken")
.yon"dot yon"
.ai.md"dot A-I dot M-D"
@DOC"at-doc"
@SEC"at-sec"

4. Naming Conventions

Products & Projects

CategoryConventionExamples
BrandYounndAI — one word, specific capsYounndAI
Stack tiersALL CAPS mononymsYON, SHIN, ZEN, KEN
Packages@younndai/ + kebab-case@younndai/yon-parser
Fileskebab-caseyon-spec-standard.md
ComponentsPascalCase with layer prefixNol.Button, Kin.Dialog
Tokens--nol- prefix, kebab-case--nol-surface-1, --nol-accent

New Names

When naming something new under YounndAI:

  • Short. One or two syllables preferred.
  • Monosyllabic for tiers. YON, SHIN, ZEN, KEN — follow the pattern.
  • Meaningful. The name should hint at function.
  • Pronounceable. If it can't be said aloud naturally, rename it.
  • Unique within the ecosystem. No collisions with existing stack names.

Brands

When quoting a company's name, use their capitalization. "GitHub," not "GITHUB." "PostgreSQL," not "Postgresql." Respect names and trademarks the way you want yours respected.


5. Version & Document References

Version Format

  • Specifications: v2.0, v1.5 (lowercase v, major.minor)
  • Documents: "Version 1.0" (spelled out in prose)
  • Code: 2.0.0 (semver, no prefix)

Document Chain

#DocumentShort Reference
IThe Guide"The Guide" or "§I"
IIThe Codex"The Codex" or "§II"
IIIThe Words"The Words" or "§III"
IVThe Sight"The Sight" or "§IV"
VThe Terminology"The Terminology" or "§V"

When cross-referencing: "see The Guide (§I)" or "as defined in The Codex."

Section References

Sections are referenced by document number and section number: §III.8 = The Words, section 8.
Subsections by position: §IV.2.3 = The Sight, section 2, third subsection.
These IDs are stable. Renumbering a section is an amendment.

Names carry weight. Say them correctly.


Version 1.0 · February 2026
Author: Alexandru Mareș · allemaar.com
The YounndAI philosophy and The Terminology are the personal and intellectual work of Alexandru Mareș.