Council Post: Agentic AI Adoption Doesn’t Start With Training—It Starts With The Codebase

Gaurav Singal is Chief Technology Officer at ConstructConnect, a Roper Technologies company.

getty

Every AI rollout I hear about starts in the same place: select an AI tool, choose a coding harness and schedule the training. Six months later, leaders wonder why adoption is mediocre.

The reason is that instead of concentrating on which training program to run, they should have been making sure the environment was ready for the tool and agents.

I learned the difference when we rolled out agentic AI development to all of our engineers at ConstructConnect in early 2026. We went from under 14% weekly active usage to over 94% in 12 weeks. Training mattered, but it wasn't what made the rollout successful or the adoption stick. The more important work happened before most engineers opened their AI coding harness.

Prepare The Codebase Before Training​

Two weeks before our first training day, our AI center of excellence team spent most of its time preparing codebases, not writing curriculum. Modern AI coding agents need context to work effectively, not just during setup but in every session. When an agent opens a repository, it's implicitly asking:

• What is this system for?

• What conventions does this team follow?

• What can I change independently?

• What requires human approval?

• What should I never touch?

If your codebase can't answer those questions, the agent improvises, sometimes correctly but often not. Either way, the results are inconsistent.

We built a context file (typically, CLAUDE.md or AGENTS.md) committed at the root of every repository. Each file is approximately 150 lines and explains the repository’s purpose, technology stack, CI/CD pipeline, integration dependencies and engineering conventions. It also defines three tiers of behavioral rules:

1. Things the agent should always do.

2. Things it should confirm before doing.

3. Things it should never touch without approval.

We now have these files in all our active repositories, and we auto-generate by having an agent analyze the repository’s structure, modules and dependencies. But this file isn't primarily for the AI. It captures the conversations many engineering teams have never written down.

Repository conventions, API boundaries and decisions about which authentication library to use and why often live in people’s heads rather than in the codebase. The agent-ready file forces you to write those decisions down, version-control and keep them current. Instead of relying on a document engineers must remember to consult, the repository itself becomes the source of truth guiding the agent’s behavior.

Five Questions Technology Leaders Need To Ask

1. Do our most important repositories have a context file committed at the root?

2. Does it explain, in plain language, what the system does and who uses it?

3. Does it name the files or systems an agent shouldn't modify without human approval?

4. Do we have reusable, shared procedures for the workflows engineers run repeatedly?

5. Are the rules modular enough that only the relevant ones load for each task?

If the answer to any of those questions is no, your AI rollout will likely underperform regardless of which model, harness or training program you choose. Every engineer will pay an orientation tax during every session—a cost an organization should pay only once.

This isn't an elaborate technical project. We auto-generated our initial files using an internal skill that takes a couple of minutes per repository. The harder part was agreeing on what the conventions were.

That conversation turned out to be valuable independent of AI. It exposed inconsistencies and disagreements that teams had been working around for years.

What agent-ready codebases produce is visible in a team that had been working this way before the agentic rollout began. Our design system team used these same agent-ready foundations to accelerate delivery. The team shipped all its planned design components three quarters ahead of the original schedule. Its output reached six times their prior baseline with no additional headcount. The agent didn't replace the designers or engineers on that team. It expanded what they could ship in a day. That kind of compounding is only possible when the agent enters a codebase it can understand and navigate effectively.

There's also a benefit that has nothing to do with AI. A repository that can brief an AI agent effectively can also onboard a new human engineer faster. The first week a developer spends orienting in a new codebase costs real time. A well-maintained context file reduces that learning curve. It's infrastructure that pays the organization back twice.

Sequence Matters​

The most common mistake I see in AI rollouts is training people before preparing the technical foundation. Organizations train everyone on Monday and plan to prepare the codebases later. That sequence is backward. It creates high initial enthusiasm but mediocre sustained value. I think of it being "high on AI"—a burst of excitement without the foundation required to produce lasting value. Engineers may then conclude that AI is more hype than help because their early sessions feel disorienting and slow.

We took the opposite approach.

​We spent six weeks preparing the foundation and ran lighthouse teams for four weeks. Only then did we expand the agentic transformation across the full organization. By the time most engineers opened their AI coding harness, they were landing in codebases that were already prepared to work with an agent.

Twelve weeks later, 94% were still actively using the agentic stack. That wasn't because the tool was particularly easy or because our training was exceptional. It was because when an engineer sat down on day one, the environment was ready for them.

That preparation is the part most agentic AI transformation guides skip, and it's the difference between rollouts that generate temporary enthusiasm and ones that create durable adoption.


Forbes Technology Council is an invitation-only community for world-class CIOs, CTOs and technology executives. Do I qualify?