Skip to content

[GitHub Trending] JustVugg/colibri

7.3 relevance
Score Breakdown
technical depth
8
novelty
8
actionability
7
community
6
strategic
5
personal
8

Scored daily by a customisable AI persona to surface the most relevant engineering leadership news.

Running MoE models on consumer hardware with zero deps is technically deep and novel for AI infrastructure.

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 to 2.8T parameters) on consumer hardware by treating VRAM, RAM, and NVMe as a single multitier memory hierarchy with zero engine dependencies. It supports eight model families including GLM-5.2, Kimi K3, and DeepSeek V4 Flash, each in a single C file, and provides a web dashboard with live expert routing visualization and a measured expert atlas. The engine prioritizes end-to-end correctness over speed, never silently changing precision or router semantics, and uses JIT weight loading with LRU caching and prefetching based on measured routing heat.

Author

JustVugg