The Developer
A platform is a product, and a product has a customer. For an internal agentic platform the customer is not "the org" or "engineering" in the abstract — it is a specific person, with a stack, a backlog, a pager, and a healthy distrust of tools that promise magic. You design every layer against her, or you build something technically impressive that nobody adopts.
Platform Engineering, Fournier & Nowland — Ch. 1Standardization via authority isn’t enough. You can point to the demonstrated leverage of partnering to use the platform-provided offerings instead of appealing to the authority of the architect, database administrator, CTO, or platform VP.
You do not win "the organization." You win this engineer, one workflow at a time. So make her real.
Goals
- Ship features without the test-scaffolding and boilerplate tax
- Cut the time she spends as a human dashboard during incidents
- Keep her brand-safety and latency guarantees intact, every change
- Onboard to an unfamiliar service in hours, not weeks
Frustrations
- The “why” lives in Slack threads, old incident retros, and two senior engineers’ heads
- Generic AI tools hallucinate internal conventions and invent APIs that don’t exist
- Every new service means re-learning how to boot, test, and deploy it
- Reviewing an AI change she can’t see the reasoning behind is slower than writing it
What the platform owes her
- Grounded context: her services, runbooks, and past incidents, retrievable
- Gated autonomy she can trust — risk-scored, reviewable, reversible
- A golden path that works on day one, not a box of parts
- Observability: she can see exactly what the agent did and why
Why design to one person
"Build for developers" is too vague to make a decision with. "Build so Maya can onboard to a service she's never seen, in an afternoon, without paging anyone" is a spec. The persona converts a fuzzy mandate into testable requirements — and it keeps the team honest about who they are not optimizing for this quarter.
It also reflects how platforms actually get adopted. Maya is a professional skeptic, and rightly so; she has been burned by tools that promised leverage and delivered cleanup. You earn her not with a demo and a mandate but by sitting beside her, solving a real problem on her real code, and letting the result speak. Win Maya, and her team follows. Lose her trust once, and no roadmap recovers it for months.
What she will not tolerate
Trust is earned per workflow and lost in a single surprise. These are the moments that set adoption back months — design the harness specifically to make them rare:
A confident wrong
the trust killer
An agent that breaks the serving path while reporting success. One of these and Maya turns the whole thing off for her team.
A path she can’t find
discoverability
A golden path that takes a Slack question and three tries to start is, to Maya, no path at all.
A black box
opacity
A change she can’t see the reasoning behind is slower to review than to write herself. No observability, no adoption.
Designing every layer to Maya
The persona is only useful if it drives the build. Each platform layer exists to answer one of Maya's needs — read the table as her requirements, not the team's features:
Maya is not the only person at the table
She is the primary persona, but a platform serves several, and the book is explicit that they want different surfaces — which is why you "start not with the single pane of glass but with the APIs." Keep these others in view so the golden path has the right escape hatches:
The Skeptic
has been burned before
Wants proof, not a pitch. Converting the skeptic on a real task is what turns one team. Give him the trace and the eval numbers.
The On-Call
2 a.m., tired
Needs the agent to narrow the search space and propose, never act unattended on production. Read-only first, gated writes later.
The New Hire
week one
Measures the platform by time-to-first-value. The grounded context layer is her fastest path from zero to a shipped change.
The Staff Engineer
sets the bar
Owns the gates and the golden path. Wants the platform to enforce a floor on every change without being a bottleneck on any.
The throughline: an internal platform is a product, and a product is built for someone. Make that someone concrete, design every layer to her, earn her trust before her adoption — and the platform spreads on its own.