Modernizing commerce for the AI era
Forward deployed means I work inside the client's codebase, on their runtime, to their release schedule. The clients are US commerce brands on Shopify Hydrogen. These are headless storefronts, so most of the work is architecture.
Shopping agents are starting to read storefronts and buy from them, not just people. That changes what a commerce platform has to be good at: structured product data, clean APIs, catalog quality, measurement you can defend. It's infrastructure work, and most of the industry is early in it.
Most of the week is the ordinary modernization job. Re-platforming onto Hydrogen, migrating customer accounts and authentication, moving loyalty between providers without losing member state, search and discovery, performance, product information. Nearly all of it ships under live traffic, on stores that are already making money. That constraint shapes every decision.
A lot of the value sits upstream of code: technical discovery, vendor evaluation, and giving a client a defensible reason to pick one architecture over another. On one Hydrogen re-platform I built the QA infrastructure from scratch. Scattered requirements became roughly 585 test cases across eight groups, run across several environments by teams from four organizations. External teams were still using it months after I moved off.
Outside client work I build my own tooling in the open. claude-conductor is a small orchestrator. Claude Code plans the work and decides when it's done, cheaper coding CLIs do the typing headless in isolated git worktrees, and my tests decide what gets merged. About two hundred lines of Python, MIT licensed.