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.

When Does a Business Need Django Instead of WordPress?
Most Los Angeles businesses do not need Django. Most Los Angeles businesses need WordPress, possibly with a few custom plugins, and that…
Read article
May 18, 2026
How to Use AI for Customer Service Without Violating Privacy Expectations
Customer service is the most tempting place to apply AI and the most dangerous one to do it carelessly. The same conversation…
Read more
May 18, 2026
Practical AI Automation for Small Businesses in Los Angeles
Most articles about AI for small businesses are written for a hypothetical company that does not exist — one with a clean…
Read more
May 18, 2026
Headless WordPress vs Traditional WordPress: What LA Businesses Need to Know
If you own a business in Los Angeles and your website runs on WordPress, you have probably been told at some point…
Read more
May 18, 2026
Why Los Angeles Law Firms Are Replacing Web Forms with AI Intake Assistants
Walk into most law firm websites in Los Angeles and you find the same thing: a polished header, a few practice-area pages,…
Read more
April 10, 2026
Build a Secure Webhook Gateway for WordPress with Django, HMAC Verification, and Idempotent Jobs
A production-ready pattern to ingest third-party webhooks in Django, verify signatures, normalize events, and push safe updates into WordPre…
Read more
April 9, 2026
Shipping a Production Support Agent: Brain + Hands with Django, Redis, and WordPress
A concrete, deployable pattern for a production support chatbot using a Brain + Hands architecture. Includes tool design, RAG, orchestration…
Read more
April 8, 2026
A production-ready pattern for AI in WordPress: async jobs, signed webhooks, and external workers
Don’t call AI APIs inside the WordPress request cycle. Offload, verify, and deliver results asynchronously with a small, testable plugin pat…
Read more
April 7, 2026
Production RAG for WordPress: pgvector + FastAPI backend, secure webhook intake, and a shortcode chat UI
Build a real document QA system for WordPress. We’ll ingest uploads via a secure webhook, chunk and embed to Postgres/pgvector, expose a Fas…
Read more
April 6, 2026
Inbox To Revenue: Deploying an AI Triage Router For Customer Ops (Gmail → Slack → Airtable)
A production blueprint for turning unstructured inbound emails into routed, SLA-tracked work. Includes architecture, prompts, edge-case hand…
Read more
April 5, 2026
June 2026 Update: Orchestrator v0.6, Secure API Proxy, and Faster WordPress AI Workflows
We shipped Agent Orchestrator v0.6, a secure API proxy, and a faster WordPress AI queue. Expect lower latency, safer key management, and bet…
Read more
April 4, 2026
Production metrics pipeline for AI agents with OpenTelemetry, Kafka, ClickHouse, and Metabase
Ship a low-latency, cost-efficient pipeline for tracking AI agent runs, latencies, token spend, and errors. This guide shows a deployable pa…
Read more
April 3, 2026
A Secure WordPress→Django API Bridge for AI Automations (JWT, HMAC, Queues, Retries)
Build a production-grade bridge from WordPress to a Django backend to run AI automations safely. Covers authentication, payload validation, …
Read more
April 2, 2026
Building a Production-Ready Support Agent for WordPress (Brain + Hands Architecture)
A step-by-step blueprint for a deployable customer support agent that runs on WordPress, orchestrated by a Django backend. Covers Brain + Ha…
Read more
April 1, 2026
A production-grade pattern for AI endpoints in WordPress (secure proxy, caching, rate limits, observability)
How to implement a secure, scalable WordPress REST endpoint that proxies to external AI APIs without exposing keys. Includes caching, rate l…
Read more
March 31, 2026
Build a Secure AI API Gateway with Django for WordPress (JWT, Rate Limits, Cost Tracking)
Ship a production-ready AI gateway that proxies OpenAI/Anthropic, enforces JWT auth, signs webhooks, rate-limits per site, and tracks token …
Read more
March 30, 2026
Build a Lead Qualification Autopilot: Django + OpenAI + Slack + CRM
A production-ready workflow that ingests leads from forms, email, and LinkedIn; scores them with a transparent rubric; and routes them to sa…
Read more
March 29, 2026
Platform Update: Token‑Aware Routing, Streaming Responses, and a Secure Provider Vault
We shipped a Django-based inference gateway with token‑aware routing across model providers, server-side streaming to WordPress, and a harde…
Read more
March 28, 2026
Ship a Low-Latency Metrics Pipeline for AI Agents with OpenTelemetry, ClickHouse, and Metabase
A practical, production-ready analytics stack for AI automations. Collect traces and events with OpenTelemetry, store them in ClickHouse, an…
Read more
March 27, 2026
Build a Resilient Webhook Gateway for AI Automations with Django, Celery, and WordPress
A practical blueprint for ingesting third‑party webhooks, verifying signatures, enforcing idempotency, and triggering AI workflows. Includes…
Read more
March 26, 2026
Shipping a Production-Ready Support Agent: Brain + Hands Architecture with Django, Celery, and Redis
A practical blueprint for a multi-channel support agent you can deploy today. Includes architecture, tooling, memory, orchestration, error h…
Read more
March 25, 2026
Streaming AI Chat in WordPress with a Django Backend, Redis Caching, and SSE (Production-Ready)
A deployable pattern for adding a secure, low-latency AI chat to WordPress. We’ll build a minimal WP plugin, a Django backend that streams t…
Read more
March 24, 2026
Queueing AI Content Jobs from WordPress to Django + Celery (OpenAI, Redis, HMAC, Callback)
Build a production-safe pipeline where WordPress pushes AI jobs to a Django API, Celery processes them with Redis, and results are posted ba…
Read more
March 23, 2026
Deploying an AI Support Router: 3‑Week Build, Architecture, and ROI
A practical blueprint to cut support backlog and first-response times with an AI routing and drafting system. Includes architecture, safegua…
Read more