Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

CHEN Documentation

Welcome to the CHEN documentation site. CHEN is a distributed inference architecture that replaces a single monolithic hyper-scale model with a coordinated garage of specialized, low-parameter models.

Quick navigation

  • Architecture — system diagrams (Mermaid) and component overview
  • Math specs — formal definitions of EPU, cost model, latent nuance score
  • ADRs — architecture decision records (why each choice was made)
  • Operations — deployment, observability, runbooks
  • Threat model — security analysis
  • Governance — how decisions are made

Getting started

See the README on GitHub for installation and quick-start instructions.

API reference

Auto-generated API docs are available via mkdocstrings once you run mkdocs serve locally. They cover every public class and function in src/chen/.