Skip to content

[GitHub Trending] JustVugg/colibri

7.7 relevance
Score Breakdown
technical depth
8
novelty
9
actionability
7
community
7
strategic
6
personal
8

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.

AI/ML github.com
Run frontier MoE models on hardware you already own — pure C, zero deps, experts streamed from disk. Tiny engine, immense model. 🐦 - JustVugg/colibri
Summary

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.

Author

JustVugg