Hi there!

Welcome to my tech blog! I’m Stefano, a passionate DevOps and software engineer with a love for solving complex challenges. Here, I share insights, tutorials, and demos on topics like DevOps, software architecture, and full-stack development. Whether you’re looking for technical deep-dives, practical guides, or innovative solutions, you’ll find a mix of content to inspire your tech journey. Join me as we explore the fascinating world of technology together!

Three Days, Four Wrong Hypotheses, and One Uncensored 27B That Finally Serves on a Single RTX 5090

No NVFP4 build of the uncensored Qwen3.8-27B existed, so I made one. It took a fake-quantization scare, a rename odyssey across 800 tensors, an MTP file that quietly loaded the vision tower twice, and one instrumented container run that proved everything I believed was wrong. 40 tok/s single stream, 317 tok/s with 8 concurrent subagents.

August 25, 2026

AIOS: a Three-Node Self-Hosted Agentic Coding Stack with DeepSeek V4 Flash, vLLM, and a Custom Model Router

Instead of picking one model per task, I made three machines cooperate: a big thinking model for primary reasoning, a fast local 27B for subagent loops and images, a router with automatic failover in front of everything, and shared agent memory. Total cost: electricity. Here is the full architecture, the benchmarks, and the lessons learned the hard way.

August 21, 2026

Why nvidia_peermem Fails on DGX Spark: a Deep Dive into GPUDirect RDMA, Secure Boot, and Unified Memory

I chased a modprobe error across two DGX Spark nodes, peeled back layers of Secure Boot signing and kernel build flags, read the nvidia_peermem source code, and discovered that GPUDirect RDMA is architecturally unsupported on the GB10 Grace Blackwell SoC. Here’s the full story.

February 23, 2026 · stondo