Title here
Summary here
Technical deep-dives into architectural theory, AI integration, and production engineering.
Browse all posts or jump straight into the latest deep-dives.
Oct 26, 2025 · 6 min read
LLMValidator is a .NET library that brings Large Language Models to your validation pipeline. Validate grammar, tone, and semantic meaning with Microsoft.Extensions.AI integration.
Jul 13, 2025 · 22 min read
A deep dive into how randomness works in software engineering, covering pseudo-random number generators, true random number generation using hardware entropy sources, cryptographic applications, and the future of quantum randomness.