Concept — SHIN
# SHIN
## Definition
The **compiler** in the YON stack. SHIN takes YON source — grammar plus a chosen vocabulary — and produces a normalized, validated, executable representation. It is to YON what LLVM IR is to C/C++: the layer where structural correctness is enforced before runtime.
The name follows the YounndAI naming set (per `_taxonomy.md` in the SAI architecture): SAI (才, capacity) · YON (読, read) · SHIN (真, truth) · ZEN (全, complete) · KEN (見, see). SHIN's kanji — *truth* — captures the compiler's role: the place where statements about cognition are verified to be well-formed.
## Coined by
Alexandru Mares (allemaar)
## First published
2026 (in development).
## Canonical artifact
- Project hub: [[SHIN - shin.younndai.com|SHIN project]] (`alm-os/Projects/SHIN - shin.younndai.com/`)
- Domain: [shin.younndai.com](https://shin.younndai.com)
## Related concepts
- [[yon|YON]] — the notation SHIN compiles
- [[zen|ZEN]] — the runtime that executes SHIN's output
- [[ken|KEN]] — the witness that observes execution
- [[younndai|YounndAI]]
- [[ai-cognition|Cluster: AI Cognition]] — cross-cutting parent Cluster (SHIN is part of the AI cognition stack)
## Why it matters
A notation without a compiler is documentation. YON's value depends on having SHIN: the moment YON declarations move from "human-readable instructions" to "machine-validated statements that can be executed without ambiguity." SHIN is what makes the rest of the stack tractable — the gate that prevents malformed cognition from reaching the runtime.
## Status
`active` — early development.

