Curated developer articles, tutorials, and guides � auto-updated hourly


This is a submission for the Hermes Agent Challenge: Build With Hermes Agent What I...


In the previous post, I described the Seasons project: a time-lapse of hundreds of pictures taken...


I gave Hermes Agent a research task before bed and woke up to a $47 bill. So I built a pre-flight ki...


Preface In the previous article, we successfully upgraded the LINE business card...


I've been building SHENRON for a while — a polymorphic adversarial simulation framework that...


Exploring the inside of a PyInstaller-based Python `.exe` built with generative AI — from FastAPI an...


Every performant API eventually runs into the same silent killer: the N+1 query problem. It doesn't....


Six blog posts on my portfolio had broken cover images for longer than I'd like to admit. The images...


I built an AI-powered PC monitor in Python. 28 strangers shaped its brain. This article is about PC....


Every bug hunter knows the feeling. You're deep in a session. You find something weird — an IDOR, a...


A zero-dep Python lib that logs every LLM tool call and its result to a JSONL file — name, args, res...


This is a submission for the Google I/O Writing Challenge A recipe for the AI PR-triage agent I...


A zero-dep Python lib that hash-pins a system prompt and detects drift — so you know immediately whe...


A zero-dep Python lib that writes one JSONL record per agent turn so you can resume after a crash in...


A zero-dep Python lib that reads a JSONL agent trace and prints a compact summary — event count, err...


I've always wondered how to handle those single-record things in a CMS-driven site. You know what I....


The Django admin is a powerful tool that most developers underuse. Out of the box it gives you a...


A zero-dep Python lib for agent working memory — keyed notes, lists, counters, prompt injection, and...


This is a submission for the Gemma 4 Challenge: Build with Gemma 4 What I Built <#...


Evalúa la calidad de agentes IA con LLM-as-Judge y análisis de trayectorias. Detecta fallos silencio...


A zero-dep Python lib that strips thinking/scratchpad tags from LLM responses — raw text and Anthrop...


1.🚀 Introduction Processing scientific PDFs is not as simple as extracting text. Many...


A zero-dep Python lib that puts a hard turn cap on your LLM agent loop — with configurable warning t...


Inspiration I have always been fascinated by compilers and interpreters and their ability...