-
ZeroGC: an allocate-only garbage collector for .NET
A custom CoreCLR GC that only ever allocates and never reclaims memory - the simplest possible baseline for writing a real one, and a fun toy for measuring how GC-bound your app really is.
-
Introducing dotLLM - Building an LLM Inference Engine in C#
How I built a ground-up LLM inference engine in .NET 10, and what I learned about AI-assisted (not vibe-coded) development along the way.
-
Visualizing logprobs from OpenAI responses
Let's visualize how LLM is confident about its own thoughts.
-
Logits, logprobs, and temperature
Deep dive into the famous temperature hyperparameter in LLMs.
-
Simple CLI REPL for Model Context Protocol (MCP)
I've decided to build my own lightweight, REPL-style (Read-Eval-Print Loop) MCP testing tool.