-
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.