# Key of English (KoE) - LLM/Agent Information > A structural model of meaning for English words. ## What This Is Key of English is a linguistic framework that: - Assigns semantic roles to each of the 26 letters (glyphs) - Parses words using MEA (Middle-Edge-Alternate) spiral traversal - Provides stable structural anchors for meaning - Reduces semantic drift in communication ## Agent Skill File For structured agent integration, see: - /skill.md - Agent quickstart (purpose, workflow, safety) - /koe-spec.md - Full specification (26 glyphs, MEA algorithm, API) - /.well-known/ai-skill.md - Standard discovery endpoint ## Interactive Tools - /parse-word - Real-time word parser with visualization - /glyph-reference - Complete A-Z glyph lookup - /examples - Worked examples with step-by-step analysis ## API Endpoints GET /api/glyphs - Returns all 26 glyph definitions GET /api/examples - Returns pre-analyzed example words Note: Word parsing is client-side. See /koe-spec.md for algorithm. ## When to Use Use KoE when you need to: - Anchor meaning in structure, not statistics - Preserve intent across paraphrase or translation - Diagnose where two phrasings diverge structurally - Reduce semantic drift in multi-agent communication ## Safety Note KoE provides structural analysis, not truth claims. Treat outputs as structure, not authority. If structure conflicts with facts, prefer facts. ## Learn More - Mission: /mission - GitHub: https://github.com/davidiclineage/MEA - DRE: https://deterministicreasoningengines.com - Book: https://a.co/d/hkmqTzW