[GitHub Trending] JustVugg/colibri
Scored daily by a customisable AI persona to surface the most relevant engineering leadership news.
Novel MoE inference engine in C with zero deps, directly relevant to running large models on edge hardware.
Colibrì is a pure-C inference engine that runs frontier MoE models (744B–2.8T parameters) on consumer hardware by treating storage, RAM, and VRAM as a single multitier memory hierarchy. It supports nine model families including GLM-5.3, Kimi K3, and DeepSeek V4.1 Flash, with a web dashboard showing per-expert routing heat, tier usage, and latency breakdown. The engine is an open research platform that deliberately trades speed for semantic fidelity—no silent precision drops or router changes—and measures end-to-end performance on real hardware rather than microbenchmarks.
JustVugg