Posts

Second Brain Explained for Engineers and Knowledge Workers

Learn what a second brain really is, how it differs from PKM, wikis, and RAG, and why the best systems turn notes into reusable thinking over time. Second Brain Explained for Engineers and Knowledge Workers

Personal Knowledge Management - Goals, Methods and Tools to use in 2025

Personal Knowledge Management - What it is, it's goals, methods and tools to use in 2025 Personal Knowledge Management - Goals, Methods and Tools to use in 2025

LLM Structured Output Validation in Python That Holds Up

Validate LLM JSON in Python with JSON Schema and Pydantic, handle fences and tool args, add repair retries, tests, and production-safe failure handling. LLM Structured Output Validation in Python That Holds Up

Agentic LLM Inference Parameters Reference for Qwen and Gemma

Curated reference of vendor and community inference parameters for Qwen 3.6 and Gemma 4, optimized for agentic workflows and real-world coding systems. Agentic LLM Inference Parameters Reference for Qwen and Gemma

Building a Distributed Task Queue in Go for AI Jobs

Learn how to build a scalable distributed task queue in Go for AI jobs using RabbitMQ, Kubernetes, and Go 1.21. Covers architecture, reliability, fault tolerance, and AI workload optimization. Building a Distributed Task Queue in Go for AI Jobs

Idempotency in Distributed Systems That Actually Works

Idempotency is not an HTTP trick. Learn how to stop duplicate writes, replayed messages, and double charges across APIs, queues, webhooks, and workflows. Idempotency in Distributed Systems That Actually Works

Hermes Voice Control from Your Phone

Set up Hermes voice control on Telegram and Discord using local Whisper and free Edge TTS. Includes setup, tuning tips, examples, and troubleshooting. Hermes Voice Control from Your Phone

Kanban in Hermes Agent for Self Hosted LLM Workflows

Set up Hermes Kanban to safely schedule multi agent tasks on self hosted LLMs using a dispatcher daemon, rate limits and cron based batching. Kanban in Hermes Agent for Self Hosted LLM Workflows