Core AI model zoo

Core AI knowledge base

Hard-won, verified notes on Apple’s Core AI (iOS/macOS 27) — what the docs don’t spell out.

Published as a page per topic at john-rocky.github.io/coreai-model-zoo, so each note has a URL that can be cited. Apple documents the API surface; these notes cover the part that is not written down anywhere — what the runtime does when you run it, the thresholds, and the failure modes. Plain HTML, so a reader without JS, a search crawler and a coding agent all get the same words. llms.txt indexes every one of them. For the long-form version of the same material, read The Art of Core AI — a free book.

Orientation

GPU-now track (speed)

Benchmarks & comparisons

ANE-later track (when the beta KV-write bug lifts + int4 head + AOT)

Agent & app layer (FM framework / App Intents / Evaluations / security)

Runtime & decode internals

Model port notes (per-architecture lessons)

Image generation & editing (diffusion)

Audio (the new modality — model-specific port notes)

Primary official sources behind these notes: the open repos (coreai-torch, coreai-optimization, coreai-models incl. its agent skills), the WWDC26 talks 324 / 325 / 326 / 330 (verbatim transcripts in ondevice/_wwdc{324,325,326,330}_transcript.txt), and developer.apple.com/core-ai/. Verified against Hugging Face references (convert + numeric parity); on-device iOS 27 notes marked where still in bring-up.