How Does R&D Open the Prototype Gate to the Whole Organization?
Leading company-wide AI adoption seemed trivial when I already knew the tools inside and out. But I soon discovered the real challenge wasn't technical—it was bridging the massive gaps in language and mental models across the rest of the organization.
Pick the model. Set up the workspace. Write the prompt library. Spin up a Slack channel for tips. Done, right? Except adoption didn't actually happen — not in the way it needed to. A few engineers got faster. Most of the company stayed where they were. The gap between "we have AI access" and "we use AI well" turned out to be the entire job.
Here's what I've learned running this at Marqii: org-wide AI adoption isn't a tooling problem. It's an enablement problem stacked on a literacy problem stacked on a trust problem. And the thing technical leaders are most equipped to do — protect production — has to live alongside the thing they're least practiced at, which is throwing the door open for everyone else.
TLDR
- 75% of knowledge workers now use AI at work, and 46% of them started in just the last six months (Microsoft Work Trend Index, 2025) — most of the adoption isn't happening in engineering
- Only 14% of organizations have an enterprise AI governance framework, even though 80% are already using AI in operations (ModelOp, 2025)
- 18% of regular AI users at work have received zero training, and only 33% can describe what an AI agent actually is (BCG, 2025)
- The R&D job isn't picking the model. It's teaching literacy, opening prototype lanes wide, and protecting production with the same engineering rigor it always had
What does "org-wide" AI adoption actually mean?
Stanford HAI's 2026 AI Index reports that 88% of organizations now use AI in at least one business function, but only 23% have scaled enterprise agent systems — and McKinsey's 2025 State of AI found no business function exceeds 15% of work scaled on AI (Stanford HAI, 2026; McKinsey, 2025). The gap between "tried it" and "uses it well" is the actual adoption problem.
Adoption looks completely different across functions, and that surprised me. Engineers were early — they'd been using copilots for two years before anyone gave them permission. Product picked it up second. Operations picked it up third, then support, cx, marketing, and finance followed, and not because they didn't want it. They couldn't see what it was for. Every function needed a different on-ramp.
Once I stopped thinking of "the company adopting AI" as one project and started thinking of it as five or six different ones, the work got easier. Marketing wasn't in the same place as ops, and treating them the same is how you end up with a prompt library nobody reads.
What's the literacy floor everyone needs?
Only 33% of employees can describe what an AI agent is, and 18% of regular AI users at work have received no training at all (BCG, 2025). Before anyone can use AI well, they need a small vocabulary they can actually hold onto.
Four concepts cover most of it:
- Chat. A conversation with the model. Stateful while the window is open, forgotten when it closes.
- Context. Everything the model can see in the conversation right now. When it "forgets," that almost always means the context got truncated, not that the model failed.
- Tokens. The unit of context. Roughly three-quarters of a word. The reason long conversations start to drift.
- Skills, MCPs, agents. When the chat needs to do something — read your CSV, query a database, call an internal API — these are how it does it. The differences between them are mostly plumbing.
You don't need engineers in this conversation. You need just enough vocabulary that people understand the failure modes. When I taught one of our team leads that "the model forgot the brand voice" actually meant "you opened a new chat without the brand context," she stopped retyping the voice every morning. That was the whole win.
The literacy floor isn't a course. It's a 30-minute conversation, repeated, in the language of the people having it. Engineers want the implementation details. Everyone else wants the analogies. Both deserve to be taught well.
When do you reach for a skill, an MCP, or just a CSV?
Customer-support agents using a generative AI assistant resolved 14% more issues per hour overall, with novice agents gaining 34% — but a separate METR study found experienced developers were 19% slower with AI assistance even though they expected to be faster (Brynjolfsson, Li & Raymond, 2025; METR, 2025). The right tool isn't always agentic. Sometimes it's a thirty-line script and ten minutes with the numbers.
The framework I teach is simpler than most:
- Just chat. One-off question, brainstorming, drafting, reviewing. No setup cost, no shared state.
- Chat plus a skill. Same workflow, same shape, every time. Worth the upfront cost of writing the skill once so you stop reinventing it.
- An MCP. When the model needs to actually reach into a system you control — your database, your design tool, an internal API.
- A script the model writes for you. When the answer lives in a CSV, don't make this an agent. Have the model write Python, run it once, look at the output, move on.
- No AI at all. When the cost of being wrong is higher than the time you'd save, skip the model entirely.
The mistake I see most often is people building an MCP for something that should've been a one-off script, and skipping the script for something that genuinely needed a hosted skill. Match the tool to how often you'll do it and who else needs it.
Where do technical and non-technical adoption diverge?
Only 36% of employees say their AI training has been "enough" — the rest are figuring it out on their own (BCG, 2025). Engineers and non-engineers learn the same tool through opposite failure modes, and the teaching has to flip accordingly.
Engineers fail by being too skeptical. They wait for AI to be perfect before trusting it. They hand-write what could've been generated. They miss the prototyping moment because they're judging the model against the bar they set for themselves on a good day. The teaching that works for engineers is showing them where the speed-up actually is — boilerplate, exploring an unfamiliar codebase, throwaway scripts, the documentation they were never going to write anyway.
Non-engineers fail by being too trusting. They take confident wrong answers at face value. They skip the verification step a developer would do reflexively. The teaching that works for them is the opposite: teach skepticism first. Show them the "almost right" pattern. Have them catch a hallucination on day one so they know it's their job to look.
Forty percent of AI productivity gains are lost to rework (Workday via CIO, 2025), and most of that rework lives at the boundary between confidence and verification. Both populations have to learn it. They just start from opposite sides.
What patterns actually ramp people up?
Harvard Business School research found that generative AI helps non-experts narrow the gap with experts on adjacent skills, but it can't turn a novice into an expert by itself (HBS, 2024-2025). The teams that ramp people up fastest don't try to skip the intermediate rungs.
The ladder I use looks like this:
The unlock for most people is rung 3, not rung 5. The product manager who builds a working prototype to show what they meant in a design review. The analyst who has the model write a script to crunch the quarterly numbers. The support lead who automates the first pass of ticket triage. None of them want to own production. They wanted to make their idea concrete, and AI gave them that. Once you see how transformative that is for the people closest to the customer, you stop being precious about who gets to build things.

The teams that get this right have a real pattern for each rung. Observers shadow a working session. Prompters get a buddy and a Slack channel for messy questions. Prototypers get a sandbox where nothing they build can hurt anything. Builders get pair time with R&D when they ask. Production owners follow the rules every other production owner follows. I've argued before that learning velocity beats headcount in engineering teams — the ladder is what that idea looks like once you operationalize it for the whole company.
Where do we draw the line?
80% of organizations are using AI in operations but only 14% have an enterprise governance framework (ModelOp, 2025). The line we draw isn't about who's allowed to use AI. It's about what counts as production — and we draw that line firmly.
The Prototype Gate, as I first described it for engineering, still applies. The framework just expanded to the whole org.
Anyone can prototype. Anyone can write a script, automate their reporting, build an internal tool, generate content, sketch out a workflow. No approval needed. No filtering ideas at the door. The cost of being wrong on a prototype is roughly zero, and the cost of not letting people prototype is that ideas die in the heads of the people closest to the problem.
Production has rules. Production means customers depend on it, downtime hurts, data integrity matters, and on-call is a real human at 2 a.m. Production runs on R&D's standards: CI, observability, runbooks, ownership. None of that becomes optional just because the first version of the thing came out of a chat window.
The promotion path is explicit. When a prototype works and someone wants it to become a production thing, R&D shows up to help. The contributor doesn't have to know how to set up alerting — they have to be willing to be in the room when it's set up, and to take ownership of the system once it ships. That's the deal. It's a generous deal, and it's also a firm one.
How does R&D stay supportive instead of becoming the AI police?
Twenty percent of all data breaches in 2025 involved unauthorized AI tools, and 97% of organizations that suffered an AI-model breach lacked proper AI access controls (IBM Cost of a Data Breach Report, 2025). The temptation when those numbers land on your desk is to tighten everything down. The right move is the opposite: be so welcoming that nothing has to go around you.
A few practices that have worked for us:
Build paved roads. A sandbox environment with safe data, a shared library of approved skills, a "promote my prototype" intake form. Make the official path easier than the unofficial one. Shadow AI happens when the sanctioned path is harder than the workaround.
Be present, not punitive. R&D shows up to product reviews, content reviews, and ops standups. We answer questions. We don't audit. People bring us their experiments because we make it easy, not because we made it mandatory.
Separate the two failure modes. Prototype mistakes — embarrassing demos, data that didn't validate, a workflow that didn't pan out — are free. We celebrate them, actually. Production mistakes — leaked data, broken customer flows, silent failures — get the same engineering rigor any incident gets, and the post-mortem is technical, not personal.
Teach, don't gate. IAPP found only 28% of organizations have formally defined AI oversight roles (IAPP, 2025). When we defined those roles inside R&D, we wrote the responsibilities as teach and unblock, not approve. That single framing changed how the rest of the company sees us.
The shift in role is the hardest part for technical leaders. You go from being the gatekeeper — the person who decides what gets built — to being the ferryman, the person who helps things across the river safely. The river is still there. Production still has rules. But the work isn't blocking traffic; it's running the boat.
Frequently Asked Questions
Doesn't this just create a two-tier system where engineers have all the power?
It can if you're sloppy about it, but the design intent is the opposite. The two tiers aren't engineer versus everyone else. They're prototype versus production. Anyone can be in the prototype tier. Anyone willing to take on the engineering responsibilities can move into production ownership. The gating isn't about credentials, it's about the maintenance commitment that real systems require.
What about non-engineers who actually want to own a production tool?
Welcome them in and treat the path seriously. Pair them with an engineer. Give them shadow time on incident reviews. Walk through observability and on-call expectations before they own anything. People who genuinely want to own production almost always rise to it, and the org gets a more capable contributor. The gate isn’t a wall — it’s a path with real prerequisites.
How do you stop shadow AI from going around the framework?
You can’t fully, and chasing it is the wrong instinct. The IBM data shows the breach risk is real, but enforcement-first cultures push usage further underground, not into the open. The better move is making the sanctioned path obviously easier: approved tools available by default, a sandbox that doesn’t require asking permission, and a culture where someone showing you a prototype gets curiosity, not interrogation.
The Job R&D Actually Has Now
R&D's expertise still matters. Maybe more than ever. The infra, the observability, the CI, the troubleshooting muscle, the on-call discipline — none of that goes away when product managers prototype apps and support leads write scripts. It just stops being the only place ideas can come from.
The job isn't deciding who's allowed to make things. It's making sure the things that need to be production-grade actually are, and making sure the people closest to the customer can finally show what they mean. That's a different job than gatekeeping. It's a better one.
If you're rethinking how non-technical voices land in your organization, the post on listening before being heard is a good companion. And if you want the original engineering-only version of this argument, the Prototype Gate post is where this framework started.