Neural operating system
Atelier OS
A multi-agent neural operating system — the orchestration layer that coordinates specialized agents into one working environment. Architected and shipped in a 52-hour sprint.
Read the case study →Robert McCullock · AI Systems Architect · Boston
I am Robert McCullock, founder and architect of Design Delight Studio in Boston. I design the constraints and acceptance criteria; AI agents write, test, and deploy the code. Everything below is live, audited, and verifiable — led by the 12-agent Sovereign Orchestrator Pro, which publishes across four platforms on its own for under $13 a day.
Robert McCullock is a Boston-based AI systems architect and full-stack engineer, and the founder of Design Delight Studio. Working solo, he designs constraints and directs AI agents — Claude, Antigravity, local Ollama models, and Gemini — to build and ship production software. His work includes six production AI systems led by the 12-agent Sovereign Orchestrator Pro, two commercial desktop apps, two browser games, a live AI-built web app, a 59-class coding academy, and a 684-product Shopify store, all on local infrastructure at $0/month hosting.
Contact: Robert@ddsboston.com · (617) 334-5912 · Boston, MA · linkedin.com/in/robert-mccullock-8580a8140 · ddsboston.com
The method
intent & constraints
deploy contract
execute via Shopify MCP
sha256 · markers · smoke
human gate + rollback
“I didn’t write a line of this. I designed the constraints. The agents did the rest.”Robert McCullock — Founder & Architect
The systems
SOP researches, writes, and publishes across four platforms — WordPress, Shopify, X, and Reddit — with no human in the loop. It runs on a hybrid stack: five local Ollama models on an RTX 3060 for the bulk work, with Gemini for the hard calls, so cost is telemetry-capped at roughly $8–$13 per day and often runs under $1. Seventeen concurrent threads, twelve specialized agents, JSON-persisted state, and a cost governor that throttles itself before it ever overspends.
And five more systems in production:
Neural operating system
A multi-agent neural operating system — the orchestration layer that coordinates specialized agents into one working environment. Architected and shipped in a 52-hour sprint.
Read the case study →Autonomous digital office
An autonomous digital-office system that coordinates research, planning, and execution across a roster of agents — a technical-whiteboard build now in its ninth major version.
Read the case study →Autonomous creative agency
A full-stack generative-media system (AGI-CORE-Pro V1.0) that scripts, generates, and assembles video and imagery through Veo 3.1, Imagen 4.0, and Gemini. The economics are the point: roughly $0.40 per 10-second clip versus $5,000–$15,000 for comparable studio production.
Read the case study →Niche & product engine
A research-to-output engine built on a dual three-step pipeline across four Gemini models, turning a niche brief into structured, ready-to-use product and content assets.
Read the case study →Live · customer-facing
Photorealistic AI garment fitting on apparel product pages, powered by gemini-2.5-flash-image. A key-safe Express proxy on GCP Cloud Run keeps the API key server-side. No email, no signup — verified live on the published theme.
Open the Try-On Studio →Read deeper
Each system has a dedicated technical write-up, and the capability brief frames the whole portfolio.
Capability & traction brief →Live & purchasable
Generative audio · desktop
A bring-your-own-key neural synthesizer — an Electron desktop client that turns prompts into generative audio, gated by a serverless license check.
Buy PromptDJ →YouTube automation · desktop
A bring-your-own-key YouTube content-automation studio in a single Electron desktop app — a 19-section orchestration matrix turning a URL into titles, tags, scripts, thumbnails, and cross-posts, with the same serverless license model and zero subscription.
Buy VibeTube →Free & live
Live web app · AI-built
A real-time directory of Massachusetts thrift, vintage, and antique shops — a single-page web app with structured data and an llms.txt, engineered to be found by both search engines and AI assistants.
Visit the Gazette →Free browser game
A modern, AI-powered reimagining of the BBS-era RPG classic — turn-based combat, character progression, and a living text world, rebuilt for the browser.
Play LORD 2026 →Free browser game
A polished match-3 puzzle game that respects your privacy — no email, no signup, no tracking. Pure browser gameplay, built end to end.
Play Dragonfly Crush →For Shopify owners
A library of single-prompt app builds for Shopify store owners — copy a prompt, get a working tool. A teaching artifact and a working toolkit in one.
Open the library →For tenants
A free, self-serve tool built to help people defend their homes — a real civic build, live and in use, made with the same AI-directed method.
See the tool →Old-internet ethos
The games and tools are free and unmonetized — 1990s-BBS nostalgia rebuilt with current tooling, shared rather than sold.
Hard-won lessons
Cleaning ~6,000 legacy spam blog posts without wrecking SEO equity.
A retired legacy AI system had auto-published 8,254 articles; most were disposable, a few had value.
HTTP 410 (Gone) for the bulk — faster de-index than 404, equity deliberately forfeited — with 301s only for the top 100, behind backup JSON and pre-flight abort gates. 6,163 deleted, 100 redirected, 1,995 kept, in 1:38:01, zero errors.
Destructive mass operations need restore points and tolerance checks before they run.
Storefront product filters returned zero results for every category.
Print-on-demand set one product_type — "Print Material" — on every product, so type-based filtering had nothing to split on.
Moved category detection to the product title, and gated the "Certified" badge to apparel only.
Verify the shape of the data the platform actually emits before trusting a field.
A Gemini model upgrade silently killed The Synthetic Director's posting workflows.
Model IDs were hardcoded across 22 files; a duplicate <script> tag was double-mounting React; a 35KB brand-bible file was orphaned from the runtime.
Centralized the model IDs, removed the duplicate mount, wired the brand file back in.
Hardcoded vendor identifiers are a time bomb; config belongs in one place.
Map tooltips on the Academy constellation hid behind neighboring nodes.
transform: translate on each node created a new stacking context, trapping the tooltip; flip-left and flip-right class bodies were also semantically swapped, and translucent backgrounds let the gold core bleed through the text.
Switched to negative-margin offsets and two targeted str_replace patches — no full rebuild.
Know which CSS properties create stacking contexts before you reach for them.
Mobile performance on Shopify Basic plateaued no matter what was tried.
Platform-injected scripts set a hard floor on Total Blocking Time.
Pushed mobile Performance 62 → 76 and TBT 160ms → 20ms, then proved ~78–82 is the realistic ceiling.
Knowing where the ceiling is stops you wasting effort chasing a 90 that the plan can't reach.
A multi-model local matrix on one consumer GPU thrashed and stalled.
Concurrent model calls oversubscribed the 12GB VRAM on an RTX 3060.
Async-mutex serialization of model calls and a num_ctx budget of 4096 — production inference on hardware already owned, at $0/month hosting.
Treat VRAM as a shared resource with a scheduler, not an infinite pool.
Duplicate JSON-LD kept appearing across theme sections.
Multiple sections each emitted their own Organization / ItemList schema.
One schema, one owner: theme.liquid owns Organization/WebSite/Breadcrumb; the hero owns ClothingStore/FAQPage; the SEO manager owns ItemList/HowTo. Collisions eliminated.
Structured data needs a single source of truth per type, like any other state.
An agent skill could hallucinate brand facts or ship code that broke house rules.
The agents had no encoded ground truth for the brand or the platform's limits.
Wrote a 5,529-LOC brand-rules skill, then validated it with a blind build test — a fresh agent passed all 10 proof-required self-audit items on the first attempt.
Prove a skill against a cold agent; don't trust it because you wrote it.
How I work
Only real, verifiable things. Claims are sourced or they don't ship.
When a figure is uncertain it gets marked, checked, or cut — not rounded up.
Every build is audited to 100% — marker counts, SHA-256, live smoke tests — before it goes live.
A worked example of that discipline: a June 2026 forensic pass over my own codebases corrected my published figures in both directions — the Synthetic Director's persistence was relabeled to Dexie/IndexedDB, a font claim was corrected, and the academy count moved up. The codebase won.
Always on
Daily
An autonomous research-to-publish agent that has shipped 25+ consecutive daily blog issues — each with JSON-LD, a CDN cover image, and FAQ structure — without manual authoring.
Daily
A scheduled pipeline that drives a browser video editor end to end — builds, exports, and downloads finished shorts — every day.
Continuous
Agents that verify scheduled videos went public, then post and pin formatted comments — and yield safely when another agent is writing.
Weekly
Recurring agents that draft long-form threads and articles on a weekly cadence for human review.
Teaching the method
Curriculum
From "what is vibe coding" foundations through agentic builds, MCP servers, sovereign RAG, and the SEO Magnet System.
Access
The entire curriculum is openly accessible — built as a teaching asset, not a paywall.
Built by AI
Delivered across three template variants, every page assembled with the constraint-driven workflow on this page.
The storefront
Catalog
Made-to-order sustainable apparel and accessories across 110 pages — tees from $24.99, totes $34.99.
Accessibility
20+ store sections rebuilt to meet WCAG 2.1 AA, with semantic structure and keyboard support.
Core Web Vitals
PageSpeed lifted from 47 into the 70–80 range through deferred loading and image and font discipline.
Discovery
The SEO Magnet System: structured data, answer capsules, and a 2,388-line sitemap engineered for AI citation.
Home
A single hand-architected homepage section coordinating the store's primary merchandising and narrative.
Reference
The SEO Magnet System is published openly as a masterclass.
SEO Magnet masterclass →The stack
AI & agents
Frontend
Backend & data
Commerce & ops
Experience
Boston, MA · 2024–Present · AI Systems Architect
Reach
Two of the systems are commercial products on sale today, and the storefront has been live throughout. Specific sales figures are kept private; the proof on this page is the shipped work itself.
The brand
Design Delight Studio's apparel is made to order against recognized standards.
Design Delight Studio is not OEKO-TEX certified. See the certifications page →
Questions
In one screen
Work with Robert
I am open to senior AI-engineering and architecture roles, consulting, and partnerships. The fastest path is a direct email — or dig into the proof first.
Boston, MA · (617) 334-5912 · Robert@ddsboston.com