Daryl Young  /  YetiGroove Studio
Systems nominal
Applied AI Operations

I build AI systems that ship and stay up.

Most AI leadership is advisory. Mine is operational. Over eighteen months I've built and shipped nine production systems that use AI as working infrastructure rather than as a demo. The largest runs 173 API endpoints and 18 autonomous scheduled agents against live customers and subscription billing, built and maintained by one person.

173
Production
endpoints
18
Autonomous
agent jobs
12
LLM-backed
endpoints
27
Billing
endpoints
1
Operator
maintaining it
01

A commerce platform run by eighteen agents

Community platform / live / 900 commits

A lakeside Michigan region had no central place for businesses, events, and residents to find each other. The businesses were small and non-technical. There was no ops team, no content team, and no on-call rotation. Any solution that needed a human every day would be dead inside a month.

So the design question was never "what can AI do here." It was "what has to happen every day that nobody will reliably do?"

The answer became eighteen scheduled agents, each one replacing a recurring human task. A QA agent checks the site every thirty minutes. A category auditor reviews listings for miscategorization daily. A report card agent tells every business how their listing performed last month. Newsletters and social posts are drafted on a schedule. Billing expiries, event reminders, and outreach follow-ups resolve themselves.

Alongside them: a production conversational voice agent so visitors can ask the region questions out loud, and an AI pre-screening pipeline that made a public photo wall possible without anyone sitting there moderating it.

Scheduled agent operations 18 active
AgentCadenceReplaces
qa-agent30 minManual site health checking
category-qaDailyListing accuracy auditing
event-remindersDailyEvents coordinator chasing vendors
outreach-resolveDailyCustomer success follow-up
review-digestDailyReputation monitoring
sponsor-expiryDailyBilling administration
newsletter-draftWeeklyCopywriter
social-postWeeklySocial media manager
profile-report-cardMonthlyAccount management
site-auditMonthlyPaid third-party site review

The decisions worth talking about. The AI is on the operations, not on the marketing. There is no "AI-powered" badge anywhere in the product and users never know it is there. Generated newsletters and social posts are drafted, never auto-sent. Photo moderation flags rather than publishes.

AI decides what a human looks at. Humans decide what the public sees.
Review-gate policy, applied platform-wide

Most mid-market companies have this exact problem: a dozen recurring manual processes nobody wants to own, and a stack of vendors selling them AI strategy instead of AI operations. This is the proof that the operations version works, and that it does not require a department.

02

Turning an outage into an engineering standard

Incident response / portfolio-wide policy

A customer submitted an order through a live intake form. The order was never received. Not delayed, not mis-delivered. Gone.

The endpoint was built the way most intake endpoints are built: receive the request, send the notifications, then persist. If anything in the notification path failed, the payload was never written anywhere. The order existed for a few hundred milliseconds and then did not.

A second factor compounded it. The domain sits behind a CDN that replaces 5xx response bodies, so every error detail the API returned was stripped before it reached the client. The failure was silent on both ends.

Persist before notify. Write the payload to durable storage first. A delivery failure must never destroy a record.
Build standard, applied to every system since

Rebuilt accordingly: orders persist first, media uploads go direct rather than through the request body, SMS and email fire independently so one failure cannot suppress the other, and an admin dashboard exists so any order can be recovered by hand. Two supporting rules came out of the same incident. Every intake endpoint ships a health self-check. And behind that CDN, return a 200 with an explicit failure body, because a 502 body will be replaced and the real error will never be seen.

The same failure has not recurred.

Anyone can wire up an AI workflow. Far fewer people have been burned by one, root-caused it, and written the standard that prevents the whole class of failure instead of the single instance. That reflex is the difference between an AI program that survives its first year and one that gets quietly shut down after an embarrassing outage.

03

Unit economics for generative AI vendors

Cost governance / roughly 35% reduction

Generative media vendors publish credit-based pricing that is close to impossible to compare. Credits per generation shift by model, resolution, and duration. Nobody can tell you what a finished deliverable actually costs, including the vendors. For a studio producing client video, that is the entire margin.

So I ran the same production work across competing platforms and recorded real cost per clip and real output quality, rather than trusting published rates.

The output is a live routing policy: which vendor handles which class of work, at what resolution, with what post step. Cost per finished deliverable is known before a project starts, which is the only reason it can be quoted accurately.

This is the exercise most companies have not done. Ten to twenty AI subscriptions running on expense cards, substantially redundant, no owner, no measurement of cost per output. It is the right first thirty days of any AI leadership role, and it usually pays for the role that funded it.

04

Who gets to cite your company

AI crawler policy / discoverability governance

When a customer asks an AI assistant about a company, something already decided whether that company's content was available to be cited. At most companies nobody owns that decision, and it gets made by default by whoever last touched a config file.

The platform serves a structured llms.txt and an explicit crawler policy naming GPTBot, ClaudeBot, PerplexityBot, and Google-Extended. Which assistants may crawl, train on, and cite your content is a governance call with commercial consequences on both sides: invisible in AI answers if you close it, uncompensated training data if you open it without thinking.

It is a small piece of work and a large gap. I have not met a mid-market company that had made this decision deliberately.

05

How the work actually gets done

Internal AI operations environment

One operator shipping at this rate is a tooling question, so the tooling is the answer: 142 reusable AI procedures and 13 specialist agents, wired through live integrations so they act on real systems rather than describing what should happen. A shared persistent memory database spans three separate working environments, so context carries instead of restarting cold. Session state pushes to a context repository automatically. Every past decision is searchable.

That is the same architecture problem a company has. Institutional knowledge, repeatable procedure, shared context across teams, continuity between sessions. Built for one person here, but it is not a personal productivity setup. It is a scaled-down version of what an organization needs.

Available for fractional and full-time AI leadership

If you want AI shipped rather than presented.

I don't train models and I wouldn't claim to. I compose them into systems that make money and then keep running without me. If the problem is a dozen manual processes nobody owns, an AI spend nobody has measured, or a pilot that never became production, that is the work I do.