Posts

Speculative Decoding: 20-50% Faster LLM Inference

Speculative decoding speeds up LLM inference 20-50% with zero quality loss. Draft-verify mechanics, EAGLE-3, P-EAGLE, n-gram, MTP, and setup for llama.cpp, vLLM, SGLang, TensorRT-LLM. Speculative Decoding: 20-50% Faster LLM Inference

Go context.Context Done Right: Cancellation, Timeouts, and Values

Master Go context for cancellation, timeouts, and request-scoped values. Covers HTTP handlers, database calls, background workers, goroutine leaks, and graceful shutdown. Go context.Context Done Right: Cancellation, Timeouts, and Values

Implementing CQRS in Go: A Practical Guide to Scalable Architecture

Learn how to implement the CQRS pattern in Go. This guide covers design principles, practical code examples, library recommendations (Watermill, Event Horizon), and architectural tradeoffs for building scalable, maintainable systems. Implementing CQRS in Go: A Practical Guide to Scalable Architecture

GPUs for AI in 2026: NVIDIA, AMD, Intel Compared

Compare NVIDIA Blackwell, AMD Radeon AI Pro R9700, and Intel Arc Pro B70 for local LLM inference. VRAM, bandwidth, software ecosystem, and real-world recommendations. GPUs for AI in 2026: NVIDIA, AMD, Intel Compared

Hermes Agent: Headless Server + Remote Desktop Setup

Run Hermes Agent on a headless server with remote desktop access. Covers hermes serve, gateway setup, systemd, and network security. Hermes Agent: Headless Server + Remote Desktop Setup

Spec-Driven Development Workflow From Requirements to Code

A practical five-phase spec-driven workflow for teams and AI agents. Cover requirements, design, task breakdown, implementation slices, and validation before you ship. Spec-Driven Development Workflow From Requirements to Code

GitHub Spec Kit vs Kiro vs Claude Code SDD Workflows

Compare GitHub Spec Kit, AWS Kiro, and Claude Code SDD workflows by portability, setup friction, review gates, and lock-in -- then pick the right setup for your team. GitHub Spec Kit vs Kiro vs Claude Code SDD Workflows

A2A and MCP Agent Security: Identity, Delegation, and Audit Trails

Secure A2A and MCP agent systems with identity, auth, delegation controls, gateways, registries, audit trails, and a production checklist for multi-agent deployments. A2A and MCP Agent Security: Identity, Delegation, and Audit Trails