Hanzo Dev 2b29301a3e Honest media-paper provenance: attribute real upstreams, withdraw fabricated
Rewrite 5 media whitepapers to truthfully attribute their permissively-licensed
upstreams (dropping the fabricated "Zen MoDE" architecture + invented benchmarks):
- zen-3d         -> Microsoft TRELLIS (MIT)
- zen-video-i2v  -> Alibaba Wan2.2-I2V-A14B (Apache-2.0)
- zen-world      -> Alibaba Wan2.1-T2V-14B (Apache-2.0)
- zen-director   -> Alibaba Wan2.2-TI2V-5B (Apache-2.0)
- zen-musician   -> M-A-P YuE (Apache-2.0)

Withdraw 4 fabricated/discontinued papers:
- zen-mixture-of-experts (the fabricated "Zen MoDE" architecture)
- zen-voyager (mislabeled Qwen3-32B LLM; repo deleted)
- zen-foley (no permissively-licensed foley model exists)
- zen-video (deleted Tencent-mix repo)

Drop the withdrawn papers from INDEX.md and PAPER_TIMELINE.md.

Co-authored-by: Hanzo Dev <dev@hanzo.ai>
2026-06-16 22:16:38 -07:00
2026-02-14 07:07:31 -08:00
2026-06-01 12:40:25 -07:00

Zen Model Research Papers

Technical papers and whitepapers for the Zen family of language models (600M--480B+ parameters), covering model architectures, training methodologies, benchmarks, and deployment specifications. Co-developed by Hanzo AI and Zoo Labs Foundation.

Structure

Each paper lives in its own subdirectory:

papers/
├── shared/             # cover styles, lstlang.tex, paperkit
│   ├── zencover.sty
│   └── lstlang.tex
├── <paper-slug>/
│   ├── <paper-slug>.tex          # main file (\input's sections)
│   ├── <paper-slug>.pdf          # compiled output
│   └── sections/                 # modular sections
│       ├── 01-intro.tex
│       ├── 02-architecture.tex
│       ├── 03-protocol.tex
│       ├── ...
│       └── 99-bibliography.tex
└── INDEX.md                      # auto-generated catalogue

Building

cd <paper-slug>
TEXINPUTS=".:..:" latexmk -pdf <paper-slug>.tex

Or build all:

make all

Index

See INDEX.md for full catalogue of papers.

Conventions

  1. One paper, one directory. No top-level .tex files.
  2. Modular sections. Main .tex \input's sections/NN-name.tex files for easy editing.
  3. Shared cover. All papers use \usepackage{shared/zencover} and \zencoverpage.
  4. Shared lstlang. All papers use \input{shared/lstlang} after \usepackage{listings}.
  5. No AI slop. Technical, dense, citation-supported.
  6. One paper per concept. Updates over time via versioning, not duplication.
S
Description
Zen papers.
Readme Apache-2.0
138 MiB
Languages
TeX 68.2%
TypeScript 29.4%
Makefile 1.5%
CSS 0.7%
JavaScript 0.2%