← Series

A Home for AI Artifacts
The internal platform where the team publishes AI-generated artifacts to durable, authenticated URLs instead of external services: what it does, how it's built on one small box, and the serverless start we walked back.
Part 19 minPart 210 minPart 311 min
A Home for AI Artifacts: The Platform We Built So Nothing Leaves the Company
AI-generated artifacts need durable, authenticated URLs. Here is how an internal platform turns assistant output into links that do not expire.
One Binary, One Box
Single Go binary setup for one small EC2 box: host routing, OAuth cookies, on-demand TLS, and deploys by copy and restart.
Walking Back from Serverless
Serverless to a single Go binary fixed upload caps, cold starts, and streaming friction in an artifact host without moving DynamoDB or S3.