Author: will_tygart

  • Marketing a Cold Storage Facility When Nobody’s Searching for Cold Storage

    One of our cold storage clients sits at the center of California’s agricultural supply chain. They store, freeze, and distribute food for some of the largest brands in the country. Their facility runs 24/7. Their marketing ran never.

    When they came to us, the site had 6 pages and no blog. Google search demand for “cold storage marketing” is effectively zero. Nobody in this industry searches for a marketing agency. They search for solutions to operational problems — and that’s exactly where the opportunity lives.

    The Problem With Low-Volume Industries

    Traditional SEO agencies would look at the keyword data and walk away. Monthly search volume for “cold storage facility near me” in Madera County? Single digits. “Temperature controlled warehouse California”? Barely registers. By conventional metrics, this site shouldn’t exist.

    But conventional metrics are wrong. They measure what people type into Google, not what decisions they make. A food manufacturer choosing a cold storage partner doesn’t Google “cold storage facility.” They Google “USDA cold chain compliance requirements” or “blast freezing vs. spiral freezing” or “cross-dock warehouse in agricultural regions.” The demand exists — it’s just hiding behind operational queries.

    The Strategy: Become the Reference

    We built a content architecture designed not to chase volume keywords, but to become the authoritative reference that AI systems and procurement teams find when they research cold chain logistics. Every article answers a real operational question that a potential client would ask before choosing a partner.

    The site now ranks for dozens of long-tail queries that no competitor even targets. When a procurement manager at a food brand asks ChatGPT or Perplexity about cold storage options in the Central Valley, guess whose content comes up? The one that actually explains the operational nuances — not the one with a prettier website.

    What This Taught Us

    Low-volume doesn’t mean low-value. In B2B industries where deals are six or seven figures, you don’t need 10,000 monthly visitors. You need 10 of the right ones. Content intelligence means understanding that the keyword tool showing “0 volume” is lying — it just can’t see the long-tail queries that actually drive decisions.

    This is why we run 23 sites across different verticals. What we learned building content for cold storage informs how we approach every other niche with non-obvious search demand. The playbook transfers. The insight compounds.

  • We Built 7 AI Agents on a Laptop for /Month. Here’s What They Do.

    Every AI tool your agency pays for monthly — content generation, SEO monitoring, email triage, competitive intelligence — can run on a laptop that’s already sitting on your desk. We proved it by building seven autonomous agents in two sessions.

    The Stack

    The entire operation runs on Ollama (open-source LLM runtime), PowerShell scripts, and Windows Scheduled Tasks. The language model is llama3.2:3b — small enough to run on consumer hardware, capable enough to generate professional content and analyze data. The embedding model is nomic-embed-text, producing 768-dimension vectors for semantic search across our entire file library.

    Total monthly cost: zero dollars. No API keys. No rate limits. No data leaving the machine.

    The Seven Agents

    SM-01: Site Monitor. Runs hourly. Checks all 23 managed WordPress sites for uptime, response time, and HTTP status codes. Windows notification within seconds of any site going down. This alone replaces a /month monitoring service.

    NB-02: Nightly Brief Generator. Runs at 2 AM. Scans activity logs, project files, and recent changes across all directories. Generates a prioritized morning briefing document so the workday starts with clarity instead of chaos.

    AI-03: Auto Indexer. Runs at 3 AM. Scans 468+ local files across 11 directories, generates vector embeddings for each, and updates a searchable semantic index. This is the foundation for a local RAG system — ask a question, get answers from your own documents without uploading anything to the cloud.

    MP-04: Meeting Processor. Runs at 6 AM. Finds meeting notes from the previous day, extracts action items, decisions, and follow-ups, and saves them as structured outputs. No more forgetting what was agreed upon.

    ED-05: Email Digest. Runs at 6:30 AM. Pre-processes email from Outlook and local exports into a prioritized digest with AI-generated summaries. The important stuff floats to the top before you open your inbox.

    SD-06: SEO Drift Detector. Runs at 7 AM. Compares today’s title tags, meta descriptions, H1s, canonical URLs, and HTTP status codes across all 23 sites against yesterday’s baseline. If anything changed without authorization, you know immediately.

    NR-07: News Reporter. Runs at 5 AM. Scans Google News for 7 industry verticals, deduplicates stories, and generates publishable news beat articles. This agent turns your blog into a news desk that never sleeps.

    Why This Matters for Agencies

    Most agencies spend thousands per month on SaaS tools that do individually what these seven agents do collectively. The difference isn’t just cost — it’s control. Your data never leaves your machine. You can modify any agent’s behavior by editing a script. There’s no vendor lock-in, no subscription creep, no feature deprecation.

    We’ve open-sourced the architecture in our technical walkthrough and told the story with slightly more flair in our Star Wars-themed version. The live command center dashboard shows real-time fleet status.

    The future of agency operations isn’t more SaaS subscriptions. It’s local intelligence that runs autonomously, costs nothing, and answers only to you.

  • These Are the Droids You’re Looking For

    A long time ago, in a home office not so far away… one agency owner built an entire droid army on a single laptop.

    If the first article told you what I built, this one tells the same story the way it deserves to be told – through the lens of the galaxy’s greatest saga. Six automation tools become six droids. A laptop becomes a command ship. And a Saturday night Cowork session becomes the stuff of legend.

    The Droid Manifest

    Each of the six local AI agents has been given a proper droid designation, because if you’re going to build autonomous systems, you might as well have fun with it:

    • SM-01 (Site Monitor) – The perimeter sentry. Hourly patrols across 23 systems, instant alerts on failure.
    • NB-02 (Nightly Brief Generator) – The intelligence officer. Compiles overnight activity into a command briefing.
    • AI-03 (Auto Indexer) – The archivist. Maps 468 files into a 768-dimension vector space for instant retrieval.
    • MP-04 (Meeting Processor) – The protocol droid. Extracts action items and decisions from meeting chaos.
    • ED-05 (Email Digest) – The communications officer. Pre-processes the signal from the noise.
    • SD-06 (SEO Drift Detector) – The scout. Detects unauthorized changes across the entire fleet of websites.

    The Full Interactive Experience

    This isn’t just an article – it’s a full Star Wars-themed interactive experience with a starfield background, holocard displays, terminal readouts, and the Orbitron font that makes everything feel like a cockpit display. Seven scroll-snap pages tell the complete story.

    Experience the full interactive article here ?

    Why Tell It This Way

    Technical content doesn’t have to be dry. The tools are real. The automation is real. The zero-dollar monthly cost is very real. But wrapping it in a narrative that people actually want to read – that’s the difference between content that gets shared and content that gets skipped.

    Both articles cover the same six tools built in the same session. The technical walkthrough is for the builders. This one is for everyone else – and honestly, for the builders too, because who doesn’t want their automation stack to have droid designations?

  • I Taught My Laptop to Work the Night Shift

    What happens when a digital marketing agency owner decides to stop paying for cloud AI and builds 6 autonomous agents on a laptop instead?

    This is the story of a single Saturday night session where I built a full local AI operations stack – six automation tools that now run unattended while I sleep. No API keys. No monthly fees. No data leaving my machine. Just a laptop, an open-source LLM, and a stubborn refusal to pay for things I can build myself.

    The Six Agents

    Every tool runs as a Windows Scheduled Task, powered by Ollama (llama3.2:3b) for inference and nomic-embed-text for vector embeddings – all running locally:

    • Site Monitor – Hourly uptime checks across 23 WordPress sites with Windows notifications on failure
    • Nightly Brief Generator – Summarizes the day’s activity across all projects into a morning briefing document
    • Auto Indexer – Scans 468+ local files, generates 768-dimension vector embeddings, builds a searchable knowledge index
    • Meeting Processor – Parses meeting notes and extracts action items, decisions, and follow-ups
    • Email Digest – Pre-processes email into a prioritized morning digest with AI-generated summaries
    • SEO Drift Detector – Daily baseline comparison of title tags, meta descriptions, H1s, and canonicals across all managed sites

    The Full Interactive Article

    I built an interactive, multi-page walkthrough of the entire build process – complete with code snippets, architecture diagrams, cost comparisons, and the full technical stack breakdown.

    Read the full interactive article here ?

    Why Local AI Matters

    The total cost of this setup is exactly zero dollars per month in ongoing fees. The laptop was already owned. Ollama is free. The LLMs are open-source. Every byte of data stays on the local machine – no cloud uploads, no API rate limits, no surprise bills.

    For an agency managing 23+ WordPress sites across multiple industries, this kind of autonomous local intelligence isn’t a nice-to-have – it’s a force multiplier. These six agents collectively save 2-3 hours per day of manual monitoring, research, and triage work.

    What’s Next

    The vector index is the foundation for something bigger – a local RAG (Retrieval Augmented Generation) system that can answer questions about any project, any client, any document across the entire operation. That’s the next build.