SCENE 01 / SYSTEMS IN PRODUCTION
I solve hard problems, run them at scale, and secure the paths that matter.
Catalog, live-event surge, and media pipelines — built, and running in production. Each system: the problem, one real number, and how it holds up.
- Webby Award winner
- First official Disney Theatrical podcast
- Ex-Google · drove the open-sourcing of Bazel · Developer Infrastructure at Google scale
CalendarPA
In a streaming org: Production scheduling at money-on-the-line correctness
Problem
Real scheduling spans Google, Microsoft, and Apple calendars, payments, and constraints ordinary tools can't express. Built solo — product, architecture, security, and launch.
Scale
Owner
Solo — product, architecture, security, and launch
Trust · how it holds up
AES-256-GCM encryption for sensitive availability at rest; distributed Redis locks on the booking critical section so money-on-the-line writes never double-book.
Tradeoff: Inngest durable jobs over a hand-rolled queue (observable background work in days, not weeks); a lock on the booking critical section over optimistic retries.
AdaPA — agentic scheduling assistant
In a streaming org: A production AI agent taking real actions for real users
Problem
Most “AI assistants” summarize. AdaPA books: a LangGraph state machine with Gemini tool calling and pgvector RAG memory reads a plain-language request, checks real availability across every connected calendar, respects the rules the owner set — lunch, focus time, daily limits — and completes the booking over web chat, SMS, email, or MMS. It learns separately for each user from stated preferences, observed patterns, and booking outcomes, then adapts to how that person prefers to interact.
Scale
Owner
Solo
Trust · how it holds up
Every action runs through the same guarded booking path as the UI, so the agent inherits the distributed locks and encryption instead of bypassing them — it cannot double-book, because the invariant lives below it. Higher-risk channels add intent detection, forced identity lookup, tool-aware retries, and post-response integrity checks.
Tradeoff: The agent executes inside a constrained action surface rather than free-forming API calls — narrower than a general tool-use loop, but every path it can take is one the test suite already covers.
Broadway Podcast Network
In a streaming org: Catalog ingestion, metadata freshness & offline downloads
Problem
A growing network needs a discovery platform that stays perfectly in sync with a third-party host, works offline on any device, and scales to peak — with no server to babysit.
Scale
Owner
Co-founder & CTO — led the design & system teams; sole maintainer today
Trust · how it holds up
AWS Cognito auth; a single guarded write-path keeps denormalized copies consistent, and relationship-heavy reads are served in one query.
Tradeoff: Megaphone as a headless CMS (one source of truth, no duplicate content system); a single-table DynamoDB model serves relationship-heavy reads in one query.
The full catalog runs deeper — 6 systems here, every shipped product there.
Deep: distributed systems · serverless at peak · build / developer productivity · media (audio) pipelines · audio & video editing · AI / RAG / agents. Extensible: video transcode & packaging · CDN / QoE.
SCENE 02 / TELEMETRY + TRUST
Verified telemetry — and the correctness underneath it.
The security and correctness guarantees behind the systems above, each traced to the case study that proves it. Methodology, not marketing.
Encryption at rest
AES-256-GCM on sensitive availability data — a default from day one, not a later retrofit.
CalendarPA
Audit logging
Every financial mutation is logged, behind a QuickBooks OAuth 2.0 integration.
P&L automation
Concurrency safety
Redis distributed locks on the booking critical section — money-on-the-line writes never double-book under load.
CalendarPA
Fair admission under load
A custom Lua admission script holds queue order atomically inside Redis and caps concurrent checkout, with an HMAC-cookie ↔ JWT dual session that survives a mid-drop login so a buyer’s hard-won position holds.
The Broadway Drop Shop
Failure isolation
Async SQS + Fargate pipelines survive long jobs without blocking the UI; a single guarded write path keeps denormalized state consistent.
LevelMyAudio · BPN
Test rigor
Over 10,000 unit tests completing in under 30 seconds, with continuous integration and gated production security mitigations.
CalendarPA
SCENE 03 / THE LOG
Every role has been the same job: build the systems everyone else ships on.
Broadcast IT → Reuters datacenters → Google’s build platform → co-founder & CTO. One throughline — the full record lives on the resume.
CalendarPA
2026 — PresentFounder & CEO
2026 — Present
Broadway Podcast Network
2024 — PresentCo-Founder & CTO
2024 — Present
Google
2013 — 2024TPM, Developer Operations & Infrastructure
2013 — 2016Program Manager & Global Lead, Talks at Google
2016 — 2022Program Manager, GRAD
2022 — 2024
Thomson Reuters
2010 — 2013Senior Network Engineer
2010 — 2013
USA Studios
2008 — 2010Director of Information Technology
2008 — 2010
SCENE 04 / OPEN CHANNEL
Get in touch.
Questions about a system on this site, speaking, board and advisory work, or anything else — this form reaches me directly.
Prefer to book time?