Blog
Guides and posts by roadmap step
First Break AI cohort blog — step-by-step guides that follow the roadmap. Run models locally, understand inference, and build in the open.
Cohort guides and posts are organized by the Roadmap. Start with the step you’re on.
By roadmap step
Step 1
First use of AI for coding
Set up a Quarto blog, GitHub, and use your AI IDE.
Step 2
Run a model locally
Run Qwen3 0.6B in pure C. Tokens, BPE, chat templates, attention, KV cache — all in one C binary.
Step 2
GGUF vs SafeTensors
Model weight formats compared. GGUF, SafeTensors, pickle security, quantization, mmap, and why we start with pure C.
Step 3
Inference deep dive
vLLM, quantization, batching, APIs.