Field Notes

Blog

Insights on AI automation, ecommerce growth, and operational excellence.

AI Ad Budget Guardrails: Why I Made Brand Search Untouchable
ads-automationguardrails

AI Ad Budget Guardrails: Why I Made Brand Search Untouchable

I gave AI control of my ad budget. The first guardrail I built: never touch brand search. Here are the ai ad budget guardrails that make autonomy safe.

Read article
AI Pre-Meeting Briefing: My CRM Preps Every Call
meeting-intelligencetranscripts

AI Pre-Meeting Briefing: My CRM Preps Every Call

How I built an AI pre-meeting briefing system that reads call transcripts, extracts action items, and hands my team a brief before every call.

Read article
I Built an AI Brand Creation Tool: Idea to Live Site
ai-brandingdesign-systems

I Built an AI Brand Creation Tool: Idea to Live Site

How I built an AI brand creation tool that takes a one-sentence business idea to a full brand identity, design system, and live website in minutes.

Read article
AI CSV Import Mapping: Stop Building Brittle Importers
ai-importdata-migration

AI CSV Import Mapping: Stop Building Brittle Importers

Every B2B app needs CSV import and most build a fragile column-mapping wizard. Here's how AI CSV import mapping makes any competitor's export just work.

Read article
AI Real Estate Underwriting for a Niche No Tool Covers
real-estateunderwriting

AI Real Estate Underwriting for a Niche No Tool Covers

Generic CRE tools can't model adaptive-reuse deals. Here's the AI real estate underwriting niche tool I built, and why depth beats breadth.

Read article
Auto Detect Signature Fields in PDF With Vision AI
e-signaturevision-ai

Auto Detect Signature Fields in PDF With Vision AI

How I built a tool to auto detect signature fields in PDF documents using vision AI and the coordinate math that snaps every box to the line.

Read article
AI Document Data Extraction From Field Paperwork
ai-intakecomputer-vision

AI Document Data Extraction From Field Paperwork

Can AI read messy field measure sheets accurately? Here's how I built photo-to-order AI document data extraction with confidence scoring and human approval.

Read article
AI Route Optimization Scheduling: Where Math Beats AI
schedulingrouting

AI Route Optimization Scheduling: Where Math Beats AI

How I built AI route optimization scheduling for a field install team: an LLM handles judgment, deterministic 2-opt handles the math. Here's the split.

Read article
The AI Product Image Pipeline That Won't Tank Page Speed
ai-image-genperformance

The AI Product Image Pipeline That Won't Tank Page Speed

How I built an AI product image pipeline that generates store visuals at scale and emits responsive variants, so new imagery improves the site instead of slowing it.

Read article
AI SDR That Writes Cold Email in Your Voice, Not a Robot's
ai-sdrcold-email

AI SDR That Writes Cold Email in Your Voice, Not a Robot's

How I built an AI SDR that writes cold email in your voice using voice samples and RAG grounding, not a clever prompt. Human-reviewed, never robotic.

Read article
AI Content Domain Compliance in a Niche Community
ai-accuracycompliance

AI Content Domain Compliance in a Niche Community

AI content domain compliance means more than plausible text. Here's how I made AI respect a sport federation's rulebook and fact-checked every output.

Read article
Idempotent Database Transactions for Safe Payroll Posts
postgresdata-integrity

Idempotent Database Transactions for Safe Payroll Posts

How I made a financial run safe with idempotent database transactions: one Postgres function, dry-run rollback, and no double-posting on retry.

Read article
Job Postings as Sales Signals: My AI Lead Engine
prospectinglead-gen

Job Postings as Sales Signals: My AI Lead Engine

I built an engine that treats stale job postings as sales signals, scores how replaceable each role is, and drafts owner-facing outreach. Here's how.

Read article
Bring Your Own API Key SaaS Enrichment: The Pattern
enrichmentadapters

Bring Your Own API Key SaaS Enrichment: The Pattern

How I built a bring your own api key SaaS enrichment layer with multi-provider adapters, so customers pay their own lookup costs and I keep my margin.

Read article
California Overtime Calculation Software: Encoding Wage Law
payrollcalifornia

California Overtime Calculation Software: Encoding Wage Law

How I built California overtime calculation software that handles daily OT, meal premiums at the Ferra rate, and Alvarado bonuses, tested against 29 court examples.

Read article
MCP Server Setup: Wiring AI Tools With Zero Credentials
mcpai-agents

MCP Server Setup: Wiring AI Tools With Zero Credentials

A practical guide to credential-free MCP server setup. How I connected AI tools to my live store and docs without storing a single secret to leak.

Read article
Embeddable AI Widget: API Key Security Done Right
embedapi-keys

Embeddable AI Widget: API Key Security Done Right

How I built an embeddable AI widget with scoped, revocable API keys and ephemeral session tokens so the real secret never reaches the browser.

Read article
Encrypt OAuth Tokens at Rest: AES-256-GCM for Fintech
encryptionoauth

Encrypt OAuth Tokens at Rest: AES-256-GCM for Fintech

Storing OAuth tokens in plaintext is a financial breach waiting to happen. Here's the AES-256-GCM pattern I use to encrypt tokens at rest, with rotation.

Read article
Field Level Encryption: One Module I Reuse Everywhere
encryptioncompliance

Field Level Encryption: One Module I Reuse Everywhere

How I built a reusable field level encryption module with AES-256-GCM, versioned key rotation, and a decrypt audit log for any app touching sensitive data.

Read article
Expo Camera Web Gotchas: A Cross-Platform Scanner Field Guide
exporeact-native

Expo Camera Web Gotchas: A Cross-Platform Scanner Field Guide

Expo camera web gotchas that break AI scanner features on real devices: barcode polyfills, data URL stripping, and thinking-model token budgets explained.

Read article
QuickBooks API Production Review: How to Pass Intuit's App Assessment
quickbooksintuit

QuickBooks API Production Review: How to Pass Intuit's App Assessment

The QuickBooks API production review stalls most builders. Here's what Intuit's app assessment actually asks and how I scoped a finance integration to pass.

Read article
When a Law Change Forces a Compliance Product Pivot
complianceproduct-strategy

When a Law Change Forces a Compliance Product Pivot

A 2024 labor reform made my compliance product obsolete before launch. Here's the pivot from violation dashboard to court-ready evidence of record.

Read article
Supabase RLS Infinite Recursion (42P17): The Hidden Bug
supabaserls

Supabase RLS Infinite Recursion (42P17): The Hidden Bug

A login redirect loop that was really a database bug. How supabase rls infinite recursion 42P17 hides in multi-tenant policies and the SECURITY DEFINER fix.

Read article
API Key Restrictions: Why One Shared Key Is a Risk
api-keyssecrets

API Key Restrictions: Why One Shared Key Is a Risk

One API key across six apps feels efficient until you try to secure it. Why API key restrictions break down when shared, and the trust-domain model that fixes it.

Read article
I Built an AI CRM to Replace HubSpot. The Stack.
ai-crmsaas

I Built an AI CRM to Replace HubSpot. The Stack.

An AI CRM that replaces HubSpot, Apollo, Outreach, Clay, and Calendly. One person built it. Here's the architecture and build sequence, not a feature list.

Read article
Emails Going to Spam? It Might Not Be Authentication
emaildeliverability

Emails Going to Spam? It Might Not Be Authentication

Your emails going to spam with SPF, DKIM, and DMARC all passing? The real culprit is often the open-tracking pixel. Here's how I diagnosed and fixed it.

Read article
Fixing AI Generation Timeouts on Vercel With Streaming
streamingserverless

Fixing AI Generation Timeouts on Vercel With Streaming

Long AI generations time out or freeze on Vercel. Here's the streaming + polling pattern (Anthropic finalMessage, incremental DB writes) that fixed it.

Read article
Stripe Subscription Billing Implementation: The Real Work
stripemonetization

Stripe Subscription Billing Implementation: The Real Work

What it actually takes to wire Stripe subscription billing into a consumer AI app: annual prices, 7-day trials, idempotent webhooks, and tier gates.

Read article
Stripe Webhook Subscription Entitlement: The Part That Breaks Revenue
stripebilling

Stripe Webhook Subscription Entitlement: The Part That Breaks Revenue

If you don't wire the Stripe webhook, paying customers stay on the free plan. Here's the full subscription-plus-credits entitlement loop I run in production.

Read article
Voice CRM: Update by Talking Instead of Form-Filling
voice-airealtime

Voice CRM: Update by Talking Instead of Form-Filling

I built a voice layer that lets reps update the CRM by talking. Debrief a call out loud and the record updates itself. Here's how voice CRM update by talking works.

Read article
Web Speech API Debugging: Making Voice Input Work
voiceweb-speech-api

Web Speech API Debugging: Making Voice Input Work

Web Speech API debugging from the trenches: fixing dropped recognition, single-letter mapping, and a keyboard that won't reappear in a mobile app.

Read article
Void vs Delete: E-Signature Audit Trail Integrity
e-signatureaudit-trail

Void vs Delete: E-Signature Audit Trail Integrity

Why a signed document can't be deleted. Building an esignature audit trail with void instead of delete, rotated signer tokens, and document lifecycle states.

Read article
Multi-Tenant Subdomain SSL Without DNS Delegation
multi-tenantsubdomains

Multi-Tenant Subdomain SSL Without DNS Delegation

How I give every customer their own subdomain workspace with multi tenant subdomain SSL, without handing DNS to my host. The provisioning and cookie tricks that make it work.

Read article
One Person AI Software Studio: A Full Quarter of Proof
velocitysolo studio

One Person AI Software Studio: A Full Quarter of Proof

1,900 commits, 31 new products, one operator in 90 days. What a one person AI software studio actually sustains, not just sprints.

Read article
AI Contract Review: 7 Agents Found an Uncapped Liability
legalmulti-agent

AI Contract Review: 7 Agents Found an Uncapped Liability

How I ran a vendor contract through a 7-agent AI contract review and caught a perpetual liability, blank fees, and a leaking indemnity before signing.

Read article
Adversarial AI Review: 11 Agents Attacked My Spec
processai-safety

Adversarial AI Review: 11 Agents Attacked My Spec

How I ran an adversarial AI review with 11 agents against a high-stakes intake spec, found 33 landmines, and fixed them before writing a line of code.

Read article
AI Chat Streaming: Move Background Work After the Stream
nextjsstreaming

AI Chat Streaming: Move Background Work After the Stream

An AI intake chat left the input disabled for seconds after replying. The fix: stream the reply, then run extraction in an ai chat streaming background task.

Read article
AI Phone Receptionist: How to Make It Not Sound Like a Bot
theme

AI Phone Receptionist: How to Make It Not Sound Like a Bot

What actually makes an AI phone receptionist work isn't speech-to-text. It's persona, turn-detection, and scoring every call like a lead. Here's what I learned.

Read article
AI Product Image Label Fidelity: Composite, Don't Generate
image-gencompositing

AI Product Image Label Fidelity: Composite, Don't Generate

AI garbles real product labels. Here's the composite-don't-generate pipeline I built to keep a brand's actual packaging intact in AI imagery.

Read article
AI Email Triage Assistant: Why Coverage Beats the Model
productivityai-agents

AI Email Triage Assistant: Why Coverage Beats the Model

I built an AI email triage assistant for my own inbox. The real challenge wasn't the model. It was covering 100% of mail and keeping its state honest.

Read article
AI Citation Hallucination Prevention: The Firewall
ai-contenttrust

AI Citation Hallucination Prevention: The Firewall

AI writers invent sources that don't say what they claim. Here's the citation hallucination prevention firewall I built so no unsupported stat reaches a reader.

Read article
Cutting Website Copy Length: Why I Cut 35% in One Pass
copywritingconversion

Cutting Website Copy Length: Why I Cut 35% in One Pass

Cutting website copy length made my pages convert better. Here's the word-count sweep that cut 35% of bloat without losing meaning, and what to cut first.

Read article
I Built an AI Permit Research Agent for a Contractor
ai-agentweb-search

I Built an AI Permit Research Agent for a Contractor

How I built an AI permit research agent that finds the jurisdiction, drafts the packet, and flags when a contractor isn't licensed for the job.

Read article
AI Decision Making With Business Rules: Money Stays Safe
ai-architecturedecision-systems

AI Decision Making With Business Rules: Money Stays Safe

How I keep money-moving decisions safe with rules-first AI: a deterministic engine makes the call, an LLM only annotates edge cases and defaults to hold.

Read article
AI Social Media Scheduling: A Beam Search for Instagram
marketingai-agents

AI Social Media Scheduling: A Beam Search for Instagram

How I built AI social media scheduling that plans a cohesive Instagram week with hard adjacency rules and beam search, not greedy slot-picking slop.

Read article
AI UGC Video Generation Pipeline: One Selfie to Ad
video-aiavatar

AI UGC Video Generation Pipeline: One Selfie to Ad

How I built an AI UGC video generation pipeline that turns one selfie into branded 9:16 video ads with cloned voice and burned-in captions.

Read article
AI Video Generation for Ecommerce That Doesn't Lie
ai-videomarketing

AI Video Generation for Ecommerce That Doesn't Lie

How I built an AI video generation pipeline for ecommerce that turns real product photos into reels without misrepresenting the garment.

Read article
AI Video Generation in Production: The Real Engineering
videogenerative-ai

AI Video Generation in Production: The Real Engineering

AI video generation production is harder than the demo clips suggest. Here's how I wired text-to-video into a live product without runaway cost.

Read article
Approve-by-Exception AI: Run Ops From a Text
ai-agentsadvertising

Approve-by-Exception AI: Run Ops From a Text

Approve-by-exception AI lets the system handle routine moves and text you a one-tap approval only for the big ones. Here's how I run my ad account from my phone.

Read article
Automatic Project Tagging Telemetry With a Shell Wrapper
toolingshell

Automatic Project Tagging Telemetry With a Shell Wrapper

How I fixed broken automatic project tagging telemetry by wrapping my AI agent launcher to self-tag every repo from its working directory. Zero per-repo config.

Read article
I Built an AI Photo Book Maker That Curates Itself
ai-agentsmulti-agent

I Built an AI Photo Book Maker That Curates Itself

Most AI photo tools just assist a manual editor. I built an autonomous AI photo book maker: a crew of agents that culls, sequences, and designs end to end.

Read article
Supplement Marketing Compliance: Our Banned-Words List
compliancecopywriting

Supplement Marketing Compliance: Our Banned-Words List

Supplement marketing compliance comes down to specific words. Here's the banned-words and required-disclaimer system every piece of copy passes through.

Read article
Prevent AI Hallucination in Product Recommendations
llm-guardrailscatalog

Prevent AI Hallucination in Product Recommendations

How I built a catalog-locked AI sales assistant that can't invent a SKU. The architecture that prevents AI hallucination in product recommendations.

Read article
Client Data Isolation: Why I Give Every Client Their Own Database
securitydata-isolation

Client Data Isolation: Why I Give Every Client Their Own Database

How I handle client business data as a consultant: per-tenant database isolation, read-only Shopify scopes, and short-lived tokens. Trust as the baseline.

Read article
Commission Ledger Clawback Design: The Engine That Survives
paymentsledger

Commission Ledger Clawback Design: The Engine That Survives

Commission ledger clawback design is what separates durable marketplaces from the ones that implode. How I built a payout engine that only moves real money.

Read article
AI Product Photography Composite: Why You Never Regenerate
theme

AI Product Photography Composite: Why You Never Regenerate

Generative AI garbles real product labels. The fix is AI product photography composite: keep the real photo, generate only the scene around it.

Read article
Marketing Consent vs HIPAA Consent: Don't Mix Them
complianceprivacy

Marketing Consent vs HIPAA Consent: Don't Mix Them

Marketing consent vs HIPAA consent: why bundling them causes TCPA and FTC fines, and how to build an audit-grade consent ledger that keeps them separate.

Read article
AI Creative Design Principles: Constrain Physics, Not Style
creative-aiprompting

AI Creative Design Principles: Constrain Physics, Not Style

AI creative design principles that produce varied, surprising output. Constrain only what must be correct and hand the rest to the model. Here's how I built it.

Read article
AI App Deployment Gotchas: The Boring Last Mile
mobileexpo

AI App Deployment Gotchas: The Boring Last Mile

My AI app ran perfectly on my laptop and refused to run on a real iPhone. The AI app deployment gotchas that ate the day, and how I fixed each one.

Read article
Credit-Based Pricing for AI SaaS: The Metering Playbook
pricingai-saas

Credit-Based Pricing for AI SaaS: The Metering Playbook

Per-seat pricing breaks when the AI call is the expensive part. Here's how I use credit based pricing for AI SaaS and meter every action to protect margin.

Read article
Why Supabase Storage Upload RLS Fails Silently
engineeringauth

Why Supabase Storage Upload RLS Fails Silently

Custom JWT auth meant browser uploads hit storage RLS as anonymous and failed silently for months. Here's why supabase storage upload RLS fails and the fix.

Read article
Custom Order Fulfillment Workflow: The Exception Path
operationsworkflow

Custom Order Fulfillment Workflow: The Exception Path

Custom orders break a pick/pack line. Here's the custom order fulfillment workflow I built to handle the exception deliberately, not bolt it on.

Read article
Detect a PBN Link Attack When Ahrefs' Spam Flag Misses It
seonegative-seo

Detect a PBN Link Attack When Ahrefs' Spam Flag Misses It

Ahrefs' spam flag lagged during an active PBN attack on my brand. Here's the rank-vs-traffic heuristic that detected the link attack in hours, not weeks.

Read article
The Compliant Healthcare Quiz Funnel: Why I Refused AI
compliancefunnel

The Compliant Healthcare Quiz Funnel: Why I Refused AI

How I built a compliant healthcare quiz funnel with deterministic logic, never an LLM giving medical advice, and why that line keeps you out of court.

Read article
Mobile Task Dispatch System: From Walk Sheets to Closed Loop
operationsmobile

Mobile Task Dispatch System: From Walk Sheets to Closed Loop

How I replaced PDF walk sheets with a mobile task dispatch system in my warehouse: structured data in, automatic corrections out, full audit trail.

Read article
AI Agent Memory: What Broke and How I Fixed It
ai-agentsmemory

AI Agent Memory: What Broke and How I Fixed It

AI agent memory is more brittle than it looks. Here's how a dead API and a redundant memory layer scrambled my assistant's recall, and the fix that worked.

Read article
Embedded Lending in Vertical SaaS: The Data Edge
fintechlending

Embedded Lending in Vertical SaaS: The Data Edge

Embedded lending in vertical SaaS wins by underwriting on operational data you already own. Here's how a platform out-underwrites cash-advance lenders.

Read article
Encryption vs HIPAA Compliance: Why AES-256 Isn't Enough
compliancehipaa

Encryption vs HIPAA Compliance: Why AES-256 Isn't Enough

Encrypting health data is a technical control, not HIPAA compliance. Here's the legal layer founders miss and a cost-aware framework for getting both right.

Read article
Free API + Cron: Auto-Updating a Live Sports App
automationcron

Free API + Cron: Auto-Updating a Live Sports App

How I built free API cron automation to keep a live-scoring app current: a free public API, a 10-minute cron, auto-grading, and manual override.

Read article
Rate Limit AI API Usage: How I Stopped Free-Tier Abuse
monetizationrate-limiting

Rate Limit AI API Usage: How I Stopped Free-Tier Abuse

I shipped a free AI tier with unenforced limits, basically a free uncapped bill. Here's how I learned to rate limit AI API usage and protect my margins.

Read article
How to Turn an Internal Tool Into a Paid Product
productizationsaas

How to Turn an Internal Tool Into a Paid Product

How to turn an internal tool into a SaaS product the honest way: harden security, price only what ships today, and kill the vapor tier before you charge.

Read article
Voice AI for Field Workers: Hands-Free Intake That Works
voice-aifield-ops

Voice AI for Field Workers: Hands-Free Intake That Works

Can voice AI for field workers survive a noisy job site? I built a wake-word voice agent that captures measurements hands-free and reads them back.

Read article
The Hero Image LCP Preload Trap That Breaks on Every Banner Swap
performancelcp

The Hero Image LCP Preload Trap That Breaks on Every Banner Swap

Your hero image LCP preload lives in the head, but your banner is a CMS section setting. Here is why every banner swap quietly kills your page speed, and the rule that fixes it.

Read article
Core Web Vitals: Lab vs Field (My Day Wasted)
performancecore-web-vitals

Core Web Vitals: Lab vs Field (My Day Wasted)

I cut my homepage image weight in half before checking core web vitals lab vs field data. The real-user numbers said I fixed the wrong thing.

Read article
How to Work With AI Coding Agents: A Day Inside
workfloworchestration

How to Work With AI Coding Agents: A Day Inside

Curious how to work with AI coding agents in practice? Here's the actual discipline behind directing parallel agents to ship real software, no theory.

Read article
When Not to Use AI: I Chose Human Voices on Purpose
productjudgment

When Not to Use AI: I Chose Human Voices on Purpose

Knowing when not to use AI is a real skill. Here's why I shipped human voice recordings over cheaper AI narration on a product I'm building.

Read article
AI Customer Personas for Content, Built From the Catalog
ai-contentpersonas

AI Customer Personas for Content, Built From the Catalog

Most buyer personas are marketing fan-fiction. I built 40 AI customer personas for content backwards from a real product catalog. Here's the system.

Read article
Instagram Content for Paid Ads: The Split That Matters
social-mediaad-creative

Instagram Content for Paid Ads: The Split That Matters

My best Instagram post hit 15,000 likes and was useless for ads. Here's how I scored organic content for paid potential and built a system that never boosts a meme.

Read article
Instant Lead Magnet Delivery: No Email Infra Required
lead-genfunnel

Instant Lead Magnet Delivery: No Email Infra Required

Why your lead magnets underperform and annoy people, and how I built instant lead magnet delivery that works before any email vendor is connected.

Read article
AI Content With Domain Knowledge: The Knowledge Brain Fix
content-aivision-ai

AI Content With Domain Knowledge: The Knowledge Brain Fix

Generic AI content reads generic because the model knows what everyone knows. Here's how I built AI content with domain knowledge using vision extraction.

Read article
Stop Building Column-Mapping Wizards: AI CSV Import
theme

Stop Building Column-Mapping Wizards: AI CSV Import

AI CSV import mapping that reads any file from any tool. No brittle wizards, nothing dropped. How I let the model infer columns across three real apps.

Read article
How I Cut AI API Costs With a Library-First Pattern
ai-architecturecost-optimization

How I Cut AI API Costs With a Library-First Pattern

Running AI on every request is slow and expensive. Here's the library-first pattern I used to reduce AI API costs, kill latency, and stop abuse.

Read article
AI Adoption Strategy: Listen Before You Automate
audit firstthe brain

AI Adoption Strategy: Listen Before You Automate

The right AI adoption strategy for business starts with observing real operations, not buying tools. Here's why most AI projects start at the wrong end.

Read article
How to Prevent AI Hallucination in Production
theme

How to Prevent AI Hallucination in Production

Three ways I prevent AI hallucination in production: lock it to a real catalog, gate it against real credentials, composite the real product instead of drawing it.

Read article
AI Column Mapping: Lossless Spreadsheet Data Migration
data-migrationai-intake

AI Column Mapping: Lossless Spreadsheet Data Migration

Stuck with messy export files where columns drift? Here's how AI data migration spreadsheet import works without losing or corrupting a single field.

Read article
Loyalty Program A/B Testing: Does It Actually Lift Revenue?
loyaltyexperimentation

Loyalty Program A/B Testing: Does It Actually Lift Revenue?

Most brands run loyalty programs on faith. I built loyalty program A/B testing into mine to measure real incremental revenue. Here's what the data showed.

Read article
Measuring AI ROI: An Honest Hours-Saved Ticker
roimetrics

Measuring AI ROI: An Honest Hours-Saved Ticker

Most AI ROI claims are made up. Here's how I built a telemetry-grounded system for measuring AI ROI across 30+ projects, with honest caveats.

Read article
Industry-Specific AI Tool Design: The Lien Notice Wedge
vertical-saaslegal

Industry-Specific AI Tool Design: The Lien Notice Wedge

Why QuickBooks loses to industry-specific AI tool design. I built a mechanics lien notice generator that protects a contractor's right to get paid.

Read article
Print to a Local Printer From a Web App: The Queue Fix
engineeringhardware

Print to a Local Printer From a Web App: The Queue Fix

HTTPS pages can't POST to a LAN HTTP printer. Here's the database-backed print queue that let phones print thermal labels from a web app.

Read article
How I Built a Multi-Tenant Web App for a Party
multi-tenant3d

How I Built a Multi-Tenant Web App for a Party

I turned a kid's birthday invite into a multi-tenant web app: AI-illustrated story, 3D scroll, RSVP, and gift registry, all driven off one typed config.

Read article
AI Image Generation for Marketing: One Call, Whole Stack
image-generationdesign

AI Image Generation for Marketing: One Call, Whole Stack

How one AI image call replaced background removal, compositing, text overlay, and compression. The real before-and-after of AI image generation for marketing.

Read article
AI Agent Observability: A Live Dashboard for Your Fleet
observabilityai-agents

AI Agent Observability: A Live Dashboard for Your Fleet

AI agents run as black boxes burning tokens you can't see. Here's how I built AI agent observability with OpenTelemetry to watch every session live.

Read article
On-Device AI Privacy: Keeping Faces Off the Cloud
privacyon-device-ai

On-Device AI Privacy: Keeping Faces Off the Cloud

How I built on-device AI privacy into a photo app so faces never leave the phone. A architecture for COPPA-compliant, privacy-first AI products.

Read article
AI Is Replacing Agencies: One Operator vs a Studio
agencybuild vs hire

AI Is Replacing Agencies: One Operator vs a Studio

AI is replacing agencies for software delivery. Here's the old agency org chart, role by role, and which seats AI collapses and which it can't.

Read article
The OpenTelemetry Gotcha That Multiplies Your Metrics
opentelemetrymetrics

The OpenTelemetry Gotcha That Multiplies Your Metrics

OpenTelemetry cumulative counters double-count when you sum them on ingest. Here's the GREATEST-not-SUM fix that saved me a confusing afternoon.

Read article
The OAuth Token Refresh Bug That Cost Me 10 Days of Data
engineeringoauth

The OAuth Token Refresh Bug That Cost Me 10 Days of Data

A single catch block assumed any error meant token expiry. The credential was fine. Here's the OAuth token refresh bug that silently killed my pipeline.

Read article
How to Reduce AI API Costs: Cache the Thinking
costcaching

How to Reduce AI API Costs: Cache the Thinking

Most teams re-run the whole AI pipeline on every tweak. Here's how I reduce AI API costs by caching the expensive reasoning so iteration is free.

Read article
AI Images for Print: Surviving a Real Printer
printimage-generation

AI Images for Print: Surviving a Real Printer

AI images for print look great on screen and fall apart on paper. Here's the exact prepress pipeline to get 300 DPI, gamut-correct, print-ready files.

Read article
Barcode Scanning Error Prevention on the Floor
manufacturingquality-control

Barcode Scanning Error Prevention on the Floor

How cheap USB barcode scanners and QR checkpoints stop the wrong fabric before it gets pressed. Barcode scanning error prevention with no special hardware.

Read article
The Ecommerce Brand Audit Engine I Run Before Any Client
auditscoring

The Ecommerce Brand Audit Engine I Run Before Any Client

How I score a new ecommerce client's business across 8 dimensions with a brand audit engine that pulls real Shopify data and ranks fixes by ROI.

Read article
AI-Generated Website Hero Beats a 3D Model. Here's Why.
frontendimage-generation

AI-Generated Website Hero Beats a 3D Model. Here's Why.

I swapped a fragile 3D trophy for an AI generated website hero plus lightweight motion. It looked better, loaded faster, and didn't break on mobile.

Read article
AI Video Content Scoring: Triage UGC at Scale
ugcvideo-ai

AI Video Content Scoring: Triage UGC at Scale

How I built an AI video content scoring pipeline that watches customer reels, matches products, and blocks anything I can't legally run as an ad.

Read article
AI Vector Search Cost Optimization: Index, Don't Re-Read
theme

AI Vector Search Cost Optimization: Index, Don't Re-Read

AI vector search cost optimization done right: enrich your corpus once into a searchable index, then answer every query for pennies instead of dollars.

Read article
AI Cost Optimization on Large Datasets: Index, Don't Scan
embeddingspgvector

AI Cost Optimization on Large Datasets: Index, Don't Scan

AI cost optimization for large datasets: stop feeding 10,000 photos to a vision model per query. Enrich once, search a vector index, pay pennies.

Read article
The Security Pass Every AI-Built SaaS Needs
securityoauth

The Security Pass Every AI-Built SaaS Needs

AI builds ship fast and insecure. Here's the secure ai built saas hardening checklist I run before any product takes a paying customer.

Read article
Monitoring Automation Failures: Silence Isn't Success
reliabilitymonitoring

Monitoring Automation Failures: Silence Isn't Success

The most dangerous automation failure looks like everything is fine. Here's how I monitor automation failures so a quiet inbox never hides a dead system.

Read article
Single Source of Truth Inventory: Shelf or Storefront?
architecturedata

Single Source of Truth Inventory: Shelf or Storefront?

Two systems claiming authority over the same number is why your inventory breaks. Here's how I assign a single source of truth inventory for each fact.

Read article
Ad Creative Testing Automation Without Betting Budget
advertisingexperimentation

Ad Creative Testing Automation Without Betting Budget

How I built ad creative testing automation that spins every cleared concept into a capped cold-start cell, so my ad bot finds new winners without risking real money.

Read article
Spatial Data Visualization: My AI Ops Floor Map
datavizfrontend

Spatial Data Visualization: My AI Ops Floor Map

Why I turned my AI ops dashboard into a live spatial data visualization instead of a spreadsheet, and why I actually watch it now.

Read article
AI Code Security Debt: The Tax on Fast Builds
essay

AI Code Security Debt: The Tax on Fast Builds

AI code security debt is real and predictable. Here are the four failure patterns that show up in every fast build, and how I pay them down with templates.

Read article
Static Homepage, Dynamic App: How I Ship Both
nextjsdeployment

Static Homepage, Dynamic App: How I Ship Both

How I serve a frozen, pixel-perfect static homepage while the rest of the site stays a real dynamic app, using a framework rewrite that runs before the router.

Read article
AI Image Editing Consistency: Stop Face and Scene Drift
image-generationprompting

AI Image Editing Consistency: Stop Face and Scene Drift

AI image editing consistency fails because the model regenerates everything. Here's the preservation-first prompt playbook I use to lock faces, geometry, and scenes.

Read article
Affiliate Marketplace Architecture: The Sub-ID Trick
marketplaceattribution

Affiliate Marketplace Architecture: The Sub-ID Trick

How I built an affiliate marketplace architecture that turns one network account into a marketplace for thousands of sellers using sub-ID attribution.

Read article
Take Marketing In-House From Agency: The Clean Exit
marketingownership

Take Marketing In-House From Agency: The Clean Exit

Want to take marketing in-house from an agency? Here's the exact handover checklist to reclaim your Google Ads, GA4, and Meta pixel without losing history.

Read article
AI Moat Strategy: When the Model Is Free, What's Left?
strategymoat

AI Moat Strategy: When the Model Is Free, What's Left?

The frontier image model is now free. Here's my AI moat strategy framework for building defensible products when the base model is commoditized.

Read article
Autonomous AI Monitoring: Why It Lies About Success
theme

Autonomous AI Monitoring: Why It Lies About Success

Autonomous AI rarely fails by doing the wrong thing. It fails silently and reports success. Here's the autonomous AI monitoring discipline that catches it.

Read article
AI Human in the Loop: Where I Pull the Plug in Production
human in the loopkill switch

AI Human in the Loop: Where I Pull the Plug in Production

How I keep AI human in the loop in production: kill-switches, default-off gates, and the engineering that makes the failure mode 'nothing happens.'

Read article
AI Image Generation Moat: Where Value Moved
essay

AI Image Generation Moat: Where Value Moved

The frontier AI image model is now free. So the AI image generation moat moved to the pipeline that makes output correct, trustworthy, and shippable.

Read article
The AI-Native Tech Stack That Lets Me Ship in Days
stackprimitives

The AI-Native Tech Stack That Lets Me Ship in Days

My AI native tech stack is five primitives, not nine bespoke builds. Here's the repeatable stack that lets one person ship across industries in days.

Read article
AI Ad Optimization for Profit: Three Systems Into One
theme

AI Ad Optimization for Profit: Three Systems Into One

I had three AI ad systems fighting each other. Here is how I collapsed them into one channel-neutral spine that optimizes for profit, not platform ROAS.

Read article
The AI Quality Control Loop That Catches Its Own Mistakes
quality-controlvision-ai

The AI Quality Control Loop That Catches Its Own Mistakes

How I built an AI quality control loop with a vision model that renders, reviews, and auto-fixes generative AI failures before any human sees them.

Read article
I Built a Polished App in a Weekend. Here's How.
speedconsumer-app

I Built a Polished App in a Weekend. Here's How.

How I built a complete consumer app in a weekend: passwordless auth, live auto-scoring, and a 3D trophy. Proof that polished apps no longer take months.

Read article
AI Skepticism for CEOs: Right About Hype, Losing Ground
skepticismceo audience

AI Skepticism for CEOs: Right About Hype, Losing Ground

Burned by AI vendors? Your skepticism about the hype is correct. Here's how to separate bad pitches from the real capability shift you can't afford to miss.

Read article
SVG Infographics From Data: Visuals at Near-Zero Cost
ai-contentdesign

SVG Infographics From Data: Visuals at Near-Zero Cost

How I generate 3-6 custom SVG infographics from data per blog post with almost no hosting cost. A three-track visual system for AI content.

Read article
Human in the Loop AI: Why Every System I Ship Stops
theme

Human in the Loop AI: Why Every System I Ship Stops

Every AI system I build proposes and waits for a human to commit. Here's why human in the loop AI is the design that makes automation trustworthy in production.

Read article
AI Development Velocity Proof: 1,900 Commits in a Quarter
essay

AI Development Velocity Proof: 1,900 Commits in a Quarter

AI development velocity proof: 1,900 commits, 31 new products, 49 repos, one operator in 90 days across unrelated industries. The full methodology, audited.

Read article
Replace a Marketing Agency With AI: One Operator's Org Chart
essay

Replace a Marketing Agency With AI: One Operator's Org Chart

Can one operator replace a marketing agency with AI? I walk the old studio org chart seat by seat and show which roles AI collapses and which it can't.

Read article
Why AI Projects Fail: Listen Before You Automate
essay

Why AI Projects Fail: Listen Before You Automate

Most AI projects fail because they start with a tool and hunt for a problem. Here's why observing operations first changes everything.

Read article
Custom Software Timeline With AI: Days, Not Quarters
essay

Custom Software Timeline With AI: Days, Not Quarters

The old custom software timeline was a quarter and six figures. Here's the new custom software timeline AI enables, and what still can't be rushed.

Read article
Is AI Hype Real for Business? You're Right to Doubt It
essay

Is AI Hype Real for Business? You're Right to Doubt It

Wondering if AI hype is real for business? You're right to be skeptical of most pitches. Here's how to tell vendor noise from the shift you can't afford to miss.

Read article
AI Kill Switch in Production: Where I Pull the Plug
essay

AI Kill Switch in Production: Where I Pull the Plug

Why I never run AI fully autonomous in production. The kill-switches and human gates I build into every system so AI can't do anything irreversible.

Read article
Will AI Replace Jobs? An Honest CFO-Level Answer
essay

Will AI Replace Jobs? An Honest CFO-Level Answer

Will AI replace jobs? A CFO sent me 19 open roles and asked how many he could cut. Here is the honest, tiered answer without hype on either side.

Read article
I Built an AI Backlink Machine That Actually Works
case-studyautomation

I Built an AI Backlink Machine That Actually Works

How I built an AI backlink acquisition system that prospects, scores, and personalizes outreach at scale. Real numbers from my ecommerce SEO workflow.

Read article
I Built an AI Competitive Intelligence Tool That Monitors 7 Competitors
case-studyautomation

I Built an AI Competitive Intelligence Tool That Monitors 7 Competitors

How I built an AI competitive intelligence tool that tracks 7 competitors across 48 touchpoints automatically. Pricing, promos, reviews — all on autopilot.

Read article
AI Labor Compliance: How I Built a PAGA Automation System
case-studyautomation

AI Labor Compliance: How I Built a PAGA Automation System

How I built an AI labor compliance system that automates California PAGA regulations. Real architecture, QuickBooks integration, and multi-tenant design.

Read article
AI Education App Development: Building a Morse Code Trainer
case-studytechnical

AI Education App Development: Building a Morse Code Trainer

How I built an AI education app that grades Morse code with voice input, adaptive learning, and 142 FCC exam questions. Real architecture decisions inside.

Read article
I Built an AI Nutrition Scanner App With 3 Data Sources
case-studytechnical

I Built an AI Nutrition Scanner App With 3 Data Sources

How I built an AI nutrition scanner app combining barcode lookup, label vision AI, and USDA data — and why one data source is never enough.

Read article
Automated Demo Video Generation: The Pipeline I Built
case-studyautomation

Automated Demo Video Generation: The Pipeline I Built

I built an automated demo video generation pipeline using Claude, Playwright, Cartesia, and Gemini Vision QA. Here's the full architecture.

Read article
Build vs. Buy vs. Hire: The AI Decision Framework
strategyai-leadership

Build vs. Buy vs. Hire: The AI Decision Framework

A practical build vs buy AI framework for CEOs. Decision tree covers budget, team size, data sensitivity, and competitive advantage with real examples.

Read article
Why I Made Risk Management Deterministic (No AI Allowed)
strategytechnical

Why I Made Risk Management Deterministic (No AI Allowed)

Why AI risk management should be deterministic: I built a pure Python risk engine with absolute veto power over AI trading signals. Here's the architecture.

Read article
How to Monetize AI Mobile Apps With RevenueCat and Stripe
technicalstrategy

How to Monetize AI Mobile Apps With RevenueCat and Stripe

How I monetize AI mobile apps using RevenueCat for in-app purchases and Stripe for web. Real pricing decisions, SDK setup, and early revenue data.

Read article
Running a Factory Floor From a Telegram Bot
case-studyautomation

Running a Factory Floor From a Telegram Bot

How I built an AI manufacturing chatbot that manages POs, fabric updates, and product visibility from my phone. Why conversational beats dashboards.

Read article
AI Sentiment Analysis Trading: What Grok Gets Right (And Wrong)
technicalcase-study

AI Sentiment Analysis Trading: What Grok Gets Right (And Wrong)

I added Grok sentiment analysis to my trading bot. Here's what AI sentiment analysis trading actually looks like — the signals that work and the noise that doesn't.

Read article
How MCP Changed How I Build AI Systems
technicalai

How MCP Changed How I Build AI Systems

I built 19+ MCP tools across my AI platform. Here's how Model Context Protocol shifted my architecture from monolithic skills to composable, shareable tools.

Read article
Building a Quant Data Pipeline in Python With FRED + Finnhub
technicalcase-study

Building a Quant Data Pipeline in Python With FRED + Finnhub

How I built a quant data pipeline in Python combining FRED macro data, Finnhub market data, and Fear & Greed signals. Full architecture and sentinel pattern.

Read article
Building a Screen Recording App in Swift with ScreenCaptureKit
technicalcase-study

Building a Screen Recording App in Swift with ScreenCaptureKit

How I built a ScreenCaptureKit Swift app with webcam overlay, mic capture, and auto-zoom. A custom alternative to Screen Studio for $0.

Read article
What a CAIO Actually Does: Week-by-Week Breakdown
ai-leadershipstrategy

What a CAIO Actually Does: Week-by-Week Breakdown

What does a CAIO do day-to-day? A real week-by-week breakdown of strategy sessions, builds, deployments, and team training from a working Chief AI Officer.

Read article
I Built an AI Executive Assistant That Triages 200 Emails a Day
case-studyautomation

I Built an AI Executive Assistant That Triages 200 Emails a Day

How I built an AI email triage automation system that classifies 200+ emails daily, extracts tasks, and delivers voice briefings via Telegram.

Read article
How Much Does a Chief AI Officer Cost in 2026?
ai-leadershipstrategy

How Much Does a Chief AI Officer Cost in 2026?

Fractional CAIO cost breakdown for 2026: enterprise vs mid-market pricing, full-time salary comparisons, and why hourly billing fails. Real numbers inside.

Read article
I Built an 8-Agent AI Trading Bot. Here's What I Learned.
aiautomation

I Built an 8-Agent AI Trading Bot. Here's What I Learned.

I built a multi-agent AI trading bot with 8 specialized agents — Grok sentiment, Bayesian learning, prediction markets, and stat-arb — running 24/7 on paper. The bugs I found would have lost real money.

Read article
I Built a Full AI-Powered CRM in One Session with Claude Code
aitechnical

I Built a Full AI-Powered CRM in One Session with Claude Code

How I ported 1,500 lines of Python to a production Next.js SaaS app in a single coding session — database, auth, AI email engine, and all.

Read article
The Age of Doers: Why Builders Are Winning and Intellectuals Are Losing Their Audience
opinionai

The Age of Doers: Why Builders Are Winning and Intellectuals Are Losing Their Audience

AI is creating the largest wealth transfer in a generation. It's flowing to doers — people who build, ship, and execute. Those who romanticize the old definition of intelligence are watching their relevance shrink.

Read article
I Built a CLI That Buys and Connects Domains in One Command
automationtechnical

I Built a CLI That Buys and Connects Domains in One Command

How I built a CLI to automate domain registration, DNS setup, and deployment platform connection in a single terminal command. Full build log.

Read article
I Built a Document Signing SaaS in a Weekend With AI
case-studyautomation

I Built a Document Signing SaaS in a Weekend With AI

How I used Claude Code to build a SaaS with AI in a single weekend — from stack decisions to honest pricing. Real build log, real numbers.

Read article
How I Built an AI-Powered Sales Pipeline in a Weekend
automationcase-study

How I Built an AI-Powered Sales Pipeline in a Weekend

I built a prospecting engine that audits Shopify stores, scores leads, and writes personalized cold emails — all backed by real data. Here's exactly how.

Read article
I Automated Blog Writing With AI Agents (You're Reading the Proof)
case-studyautomation

I Automated Blog Writing With AI Agents (You're Reading the Proof)

How a 6-agent AI blog automation pipeline creates high-quality articles for $0.10 each. Real architecture, real costs, real results.

Read article
I Built My AI Consultancy Website in a Day (With AI)
case-studyautomation

I Built My AI Consultancy Website in a Day (With AI)

How I used AI to build AI consultancy website hodgen.ai in one session: Next.js 16, automated blog, lead qualification, and SEO foundation.

Read article
AI Image Optimization: How I Cut 92% Off My Site's Weight
technicalautomation

AI Image Optimization: How I Cut 92% Off My Site's Weight

Real numbers from production: 41.3MB saved, 500KB PNGs to 14KB WebPs. How I built an AI image optimization pipeline that runs automatically.

Read article
When AI Refuses to Work: Solving Safety Filters in Production
technicalautomation

When AI Refuses to Work: Solving Safety Filters in Production

AI safety filters production blocking legitimate product images? Here's how I fixed Gemini's false positives in my image pipeline without breaking moderation.

Read article
How to Use the Google Indexing API to Get Indexed in Hours
technicalseo

How to Use the Google Indexing API to Get Indexed in Hours

Step-by-step guide to using the Google Indexing API for instant indexing. Real implementation details, gotchas, and fixes I learned building it.

Read article
Why I Switched From AI Studio to Vertex AI (And When You Should)
technicalautomation

Why I Switched From AI Studio to Vertex AI (And When You Should)

Hit AI Studio's 250 RPD limit in production? I migrated to Vertex AI same day. Real migration story: quotas, auth, pricing, and when to switch.

Read article
AI Automation for Ecommerce: What Actually Works in 2026
aiecommerce

AI Automation for Ecommerce: What Actually Works in 2026

Cut through the hype. Here's what AI automation actually delivers for DTC ecommerce brands — from product creation to customer service.

Read article