Hey, I'm Chris

A VP of Product who still builds.

At LiveData, a perioperative platform used in 90+ hospitals, I own product strategy. And unlike most leaders at my level, I still build: RAG pipelines, agents, and the prototype behind our AI Advisor. What I care about most is AI that holds up in production, where being wrong is expensive. The path here ran through fly fishing rivers and ski shops, but that is a story for the About page.

Now

Tinkering with AI agents, shipping side projects, and writing about the things that surprise me. My latest build partner is my 8-year-old son. We're making a soccer trading card site together because finding card values is unreasonably difficult.


Writing

Thoughts on AI, building software, and the things in between.

From Owning a Product to Owning Product

Two months into running Product, the real shift wasn't the new work. It was that I no longer get to just have the best answer. I have to choose, and live with it.

The Builder: What Changes When Anyone Can Ship

A Builder is anyone whose default artifact is working software. Why it's agile's original promise finally kept, and what Product becomes when anyone can build.

From Passed Over to VP of Product

A year ago I was passed over for the top product role at LiveData. This month I started it. The difference was a year of building.

I Don't Write Code. My 8-Year-Old Is the PM. We Shipped Anyway.

I'm a product manager who doesn't write code. My son Harley is 8. Together we built pitchpackcards.com in a month using AI. Here's what he taught me about product.

Mud Season in Vermont: Your AI Teams Don't Need a Strategy, They Need a Road

You don't need to pave every road. You need to pave the ones your teams need to move fast on. And right now, with AI, that's most of them.

What Running 100 Miles Taught Me About Building AI Products

At mile 70 of the Vermont 100, everything hurts and nothing makes sense. That experience maps almost perfectly onto building and shipping AI products.

What Building Out a Sprinter Van Taught Me About Product Management

I bought a used Sprinter 2500 and turned it into a family adventure vehicle. It was the best product education I've had since guiding fly fishing trips.

From Ski Slopes and Rivers to Product Strategy

How working in Colorado's outdoor industry taught me everything I needed to know about product leadership.


Projects

Things I've built, contributed to, or am currently tinkering with.

Enterprise AI Knowledge Engine

Built a RAG system that routes queries to department-specific context so Sales, CS, and Product each get answers grounded in their world, not a generic corpus. Designed two deployment tiers (developer-local and serverless) so both engineers and non-technical staff could use it. Includes an AI-powered feedback loop that triages corrections into the knowledge base automatically.

RAG MCP TypeScript

AI-Powered Site Health Dashboard

85+ hospital sites, each generating field reports as unstructured PDFs. Built an AI extraction layer that pulls structured data (issues, staffing gaps, compliance status) from documents field staff were already writing. No new process required. A health score algorithm surfaces which sites need attention without anyone reading 85 reports.

AI Python React

AI Sales ROI Calculator

A sales tool that generates facility-specific ROI projections with a key design principle: all math is deterministic Python. The AI interprets and narrates, but never touches a number. Three parallel AI agents handle analysis, storytelling, and objection prep. A conversational what-if agent lets reps adjust assumptions live in meetings.

AI Agents React FastAPI

Federal Surgical Data Pipeline

1.3M+ records from 10 federal sources (CMS, AHRQ, VA) unified into a single queryable schema. Built to put any hospital's surgical metrics in context: volumes, quality, costs, workforce. Idempotent, auditable, and designed so adding a new data source is one Python class, not an infrastructure project.

Python PostgreSQL ETL

StrategyLive

Real-time AI sales coaching for Google Meet. Captures audio, transcribes locally via Whisper (nothing leaves your machine), and delivers live coaching suggestions through a Chrome extension overlay. An MVP exploring what happens when AI can listen to a sales call and help in the moment.

Whisper Chrome Extension Python

AI Content Repurposing Engine

Turn one transcript into 10+ pieces of on-brand content: LinkedIn posts, blog drafts, email sequences. The key decision was making brand voice a first-class input, not an afterthought. Generic AI content is the enemy of adoption. Built with tiered rate limiting and cost tracking from day one, not bolted on later.

AI React Supabase