← All posts

Tagged With

C-Kernel-Engine

15 posts connected to this tag.

Jun 5, 2026

Softmax: The Probability Engine

Lab note Companion post to the Softmax carousel. Previously: Matrix Wx+b: From Scalars To Transformers. The previous post was about the moment a scalar weighted sum grew into a matrix multip...

Read post →
Why I Build Things From Scratch

May 31, 2026

Why I Build Things From Scratch

Why I keep building systems from scratch: Antsand, C Kernel Engine, and my flight-controller stack all come from the same instinct to understand primitives, remove bloat, think like a compil...

Read post →
What Is the C Kernel Engine?

May 26, 2026

What Is the C Kernel Engine?

Abstract / Executive Summary C Kernel Engine is an AI LLM inference and training engine optimized for CPUs. It takes model weights, model configuration, and computational graph templates, th...

Read post →

May 20, 2026

Qwen3 From a C Runtime Perspective

Qwen3 is not just a model name inside C Kernel Engine. It is a concrete runtime target: a GGUF file, a model configuration, a set of tensor shapes, a generated C runtime, a packed weight blo...

Read post →

Subscribe

Get my rants delivered to your inbox

I will send new posts as and when I write. No fixed cadence, just engineering notes, rants, and things I am thinking through.