Notes on practical AI for business.
Articles on AI automation, headless WordPress, Next.js, Django, and the day-to-day craft of making websites earn their keep.

March 22, 2026
March 2026 Update: Agent Orchestrator v2, Secrets Vault, and Faster WordPress AI
We shipped a major backend upgrade focused on reliability, speed, and security. Highlights: Agent Orchestrator v2, a new secrets vault, and …
Read more
March 21, 2026
Ship a Production-Ready AI Metrics Pipeline: FastAPI + Kafka (or Redis) + Postgres/Timescale + dbt + Metabase
A practical, deployable pipeline for tracking AI agent performance, latency, token costs, and failures. Covers schemas, ingestion, storage, …
Read more
March 20, 2026
Production-Grade Webhook Ingestion for AI Automations (Django + Celery + SQS) with a WordPress Bridge
A practical blueprint for secure, idempotent, and observable webhook ingestion that connects WordPress to Django and downstream AI workflows…
Read more
March 19, 2026
Shipping a Production-Ready Brain+Hands Support Agent (WordPress + Python API)
A practical blueprint for a multi-tool customer support agent with strict Brain+Hands separation, deterministic orchestration, secure API to…
Read more
March 18, 2026
Production-Ready AI Chat for WordPress: Async Architecture, Secure Proxy, and Streaming
Ship a real AI chat/assist widget in WordPress without melting PHP. This post shows a secure, scalable pattern using a WordPress plugin, a P…
Read more
March 17, 2026
Production-Ready AI Document Pipeline: WordPress Uploads → Django Workers → Summaries Back to WP
Build a secure, scalable pipeline that turns WordPress media uploads into AI-generated summaries. We’ll push files to S3, process via Django…
Read more
March 16, 2026
Build an AI Inbox Triage That Cuts Response Time 60% (Gmail/Outlook + Slack + CRM)
A production-ready email triage system that classifies, drafts, and routes messages across Gmail/Outlook, Slack, and your CRM. Real architec…
Read more
March 15, 2026
Shipping: Event-Driven Agent Pipelines 2.0 (durable state, observability, 3x throughput)
We upgraded our automation runtime to an event-driven pipeline with durable state, first-class retries, and built-in observability. Early ad…
Read more
March 14, 2026
Real-time Product Analytics Pipeline with FastAPI, Redpanda, ClickHouse, and Metabase
A production-ready event analytics stack you can deploy in days, not weeks. We’ll ingest product events via FastAPI, stream with Redpanda, s…
Read more
March 13, 2026
Secure, Idempotent Webhook Ingestion: WordPress Edge + Django Worker
A production pattern for handling third‑party webhooks without slowing WordPress. We’ll verify signatures at the edge (WordPress), forward t…
Read more
March 12, 2026
Shipping a Production-Ready Support Agent (Brain + Hands) with WordPress Frontend and Django Backend
A complete, deployable pattern for a production chatbot that actually does work: Brain + Hands separation, tool calling, memory, orchestrati…
Read more
March 11, 2026
Production-ready AI Proxy for WordPress: Django + Redis with Secure Streaming
Stop calling LLM APIs directly from WordPress. This guide shows a hardened Django inference proxy with Redis rate limits, streaming, caching…
Read more
March 10, 2026
Build a Production RAG API for WordPress Content with Django + pgvector + OpenAI
End-to-end tutorial to ship a fast, secure Retrieval-Augmented Generation (RAG) API that indexes WordPress posts, stores embeddings in Postg…
Read more
March 8, 2026
Shipping a Reliable AI Email Triage → CRM Pipeline (Gmail + FastAPI + LLM + Postgres + HubSpot)
A production-ready pattern to turn inbound emails into structured CRM records with zero human routing. Covers architecture, schema design, e…
Read more
March 7, 2026
Platform Update: Production Agent Stack v2, Secure Key Vault, and WordPress Plugin 1.3
We shipped a faster, safer agent runtime, a built-in encrypted key vault, and a leaner WordPress AI plugin. Expect lower latency, easier mul…
Read more
March 6, 2026
Real-time Product Analytics with Postgres → ClickHouse → dbt → Grafana
How to ship a low-latency analytics stack that replicates Postgres into ClickHouse, transforms with dbt, and visualizes in Grafana. Includes…
Read more
March 5, 2026
Building a Secure Webhook Relay Between WordPress and Django for AI Automations
A practical guide to connect WordPress with a Django backend using signed webhooks, idempotency, retries, and a queue. Includes endpoint des…
Read more
March 4, 2026
Shipping a Production-Ready WordPress Support Agent (Brain + Hands, Secure Tools, Real Logs)
A step-by-step build of a maintainable WordPress support agent that can answer product questions, check orders, and create tickets. Covers B…
Read more
March 3, 2026
Production-Ready Streaming AI Chat in WordPress: REST Endpoint, Nonces, and Redis Rate Limits
Build a secure, low-latency AI chat inside WordPress. This post shows a production-ready plugin with streaming responses, front-end nonce au…
Read more
March 2, 2026
Build a Production-Ready “AI Draft Writer” Pipeline: Django + Celery + OpenAI → WordPress REST
End-to-end tutorial to generate AI-written WordPress drafts via a secure Django API with Celery workers. Includes code, background jobs, ret…
Read more
March 1, 2026
Deploying AI Triage for Customer Support: A Practical, Measurable Workflow
How to implement an AI-powered support inbox that classifies, routes, drafts replies, and learns from outcomes. Includes architecture, guard…
Read more
February 28, 2026
Platform Update: Production Agent Runner v0.6 — Faster Orchestration, Safer Tools, Better Observability
We upgraded our agent execution stack to cut latency, harden security, and improve traceability. Expect faster task completion, sandboxed to…
Read more
February 27, 2026
Real-Time Product Analytics with ClickHouse, Airbyte, dbt, and Superset
A deployable event analytics pipeline that supports sub-second queries, deduped events, rollups, and business-data enrichment. This guide co…
Read more
February 26, 2026
Secure Webhook Ingestion for AI Workflows: Django Ingress, Queue Processing, and WordPress Delivery
A production-ready pattern for handling AI provider webhooks with signature verification, idempotency, retries, and safe delivery into WordP…
Read more