Own what we build: designing for handoff from day one
May 16, 2026 · Kenneth Starling
Plenty of vendors will tell you that you own the deliverable. Fewer design the deliverable so that ownership is actually exercisable. There is a difference between handing over a repository and handing over a system your team can run, change, and defend without the people who built it.
We treat that difference as an architectural requirement, set on day one.
Lock-in is usually accidental, not malicious
Most lock-in is not a vendor trapping a client on purpose. It is the natural result of decisions made for short-term delivery speed: undocumented glue, a bespoke deployment only one person understands, prompts and evaluation logic that live in someone’s head, infrastructure created by hand. Nobody intends it. It happens by default unless you design against it.
What “owned” actually requires
For a system to be genuinely yours, your team needs:
- The code and the infrastructure as code — reproducible, not hand-assembled.
- The evaluation suite — so you can tell if a change made the AI better or worse without guessing.
- The runbooks — how it deploys, how it fails, how it rolls back.
- The decision record — why the architecture is the way it is, so future changes do not relitigate solved problems.
- The knowledge — transferred through pairing and review while the work happens, not in a rushed final week.
If any of those is missing, you do not own the system. You are renting understanding of it.
Designing for handoff changes the build
When the goal is a clean exit, the engineer makes different choices: boring, documented technology over clever obscurity; infrastructure as code over console clicks; an evaluation harness your team can run over “trust us”; review with your engineers built into the cadence rather than a handoff event. It is slightly slower in week one and dramatically faster the first time something needs to change after we are gone.
The real measure
The honest test of an embedded engagement is not what shipped. It is what your team can confidently change six months later, on their own. We design for that outcome from the first decision — because adding it at the end is not possible.
This is one of the standards behind every engagement. See the full framework in How We Work, or book a discovery call.