Section 01
Glassbox: An Educational Open-Source Project for Local LLM Inference
Project Overview Glassbox is an educational open-source project by Baighasan (hosted on GitHub: glassbox-inference, released on 2026-06-06). Its core goal is to build a local LLM inference engine that runs TinyLlama on GPU, provides OpenAI-compatible API, implements custom greedy decoding, and reports key metrics (latency, tokens per second, memory usage). The project focuses on learning value by progressively replacing black-box abstractions with explicit implementations to demystify ML inference infrastructure.