Your Organization Has AI. So Why Isn't Productivity Improving?
Organizations are spending heavily on AI (new models, copilots, agents, training programs), and the expectation is clear: do more, do it faster, reduce cost, improve quality. Yet many are still struggling to turn that spending into meaningful, measurable results.
So what is really going wrong? Is it a lack of AI skills? Release pressure? A rush to adopt before understanding the problem? A trust gap? Or is AI already in active use, sometimes quite effectively, but with no clear way to measure the outcome? Or is something deeper happening?
🏎️ The speed paradox
Imagine a team under pressure to deliver the next release. Management says “use AI to improve productivity.” The team gets an AI coding assistant. But the requirements process, architecture reviews, approval gates, tests, and deadlines all stay the same. Now AI is expected to make everything faster.
We have given the team a faster engine while keeping the same road, traffic, and speed limits.
AI can help an individual write code faster. But changing how an organization designs, reviews, tests, and releases software is a completely different problem, and productivity gains don’t automatically show up until we fix that.
🪤 The “just use AI” trap
A lot of organizations buy AI tools first, and figure out where to use them afterward. And on the team side, we don’t always stop to ask whether it’s actually the right tool for the work, or whether we had any real say in choosing it. So teams end up making do with whatever they’ve been given.
The better question is the other way round: what problem are we trying to solve, and where could AI actually change how we solve it? We often end up measuring how much AI is being used, not what it’s producing. That’s what decides whether AI becomes a real productivity lever, or just another tool sitting in an already crowded stack.
🧠 But do people have the right skills?
Yes, AI skills matter, but knowing how to prompt an LLM is only a small part of it. The harder skills are knowing what to ask AI to do, what not to ask it, how to validate the answer, how to catch the confident-but-wrong one, and how to integrate the output into a real engineering process.
A lot of these are turning into real disciplines of their own: prompt engineering, context engineering, retrieval and knowledge graphs, evaluation frameworks like RAGAS, agent design, and more. None of them are things you pick up in an afternoon, and giving someone an AI tool without those capabilities is a bit like giving them a powerful IDE without teaching them software engineering.
There’s also a structural mismatch. Organizations are pushing hard on AI adoption, but the measurement systems, team norms, and expectations often haven’t caught up. People are being asked to learn new ways of working while still being measured against the old way. Experiment with AI, but don’t slow down. Learn, but still hit the release date. That’s a hard environment for real transformation to happen in, and it takes proactive teams and leads to navigate it.
🤝 Then comes trust
An AI can generate code in seconds. But who signs off on it, and who owns the decision if it turns out to be wrong? In a safety-critical product, the question gets even harder: “can I trust this enough to put it into production?” That’s the tension: AI can become useful before it becomes trusted.
Part of what makes trust hard is that LLMs are inherently unpredictable. The same prompt can produce different answers on different runs, and small changes in phrasing or context can shift the output in ways that are hard to predict. Before we can trust these systems in real workflows, we need the setup and the framework to actually measure how they’re doing: consistency across runs, faithfulness to the source material, accuracy of the answer, grounding in real facts. Without those measurements, “we trust it” is a feeling, not an engineering position.
That’s why, in most organizations right now, humans stay in the loop by default. Not because humans are always better, but because we don’t yet have the measurement infrastructure to trust the machine on its own.
⚖️ Human in the loop: safety net or bottleneck?
We often say: “AI will do the work, humans will validate it.” That sounds reasonable. But if AI generates 80% of a solution and the validation process stays exactly the same, have we really transformed the workflow, or have we just added another review layer?
📚 The layer everyone forgets: data, knowledge, and context
Organizations are investing in models, platforms, and agents. But what information is the AI actually working with? In most enterprises, the answer is messy. Requirements, architecture decisions, code, tests, incidents, and design rationale all live in different systems, different documents, and mostly in people’s heads. Some of it is outdated, some duplicated, some contradictory, and much of the most valuable knowledge isn’t structured at all.
Then we ask AI “give me the best answer.” But what context are we actually giving it?
Context, not just data
An organization can have petabytes of data and still be context-poor. More data does not automatically mean better AI. AI needs the right information, at the right time, with enough context to understand relationships, history, constraints, and intent. That’s why the data layer isn’t an AI afterthought. It is part of the AI system.
We routinely change the model, change the prompt, try another tool, run benchmarks, and declare winners, while quietly avoiding the harder question: “are we just testing which model is best at guessing from incomplete truth?” The model may be capable. The context may be the constraint.
Organizational memory and convincing garbage
Ask a developer “what impact will this change have?” A generic LLM understands code and patterns and can produce a plausible answer. But does it know which modules depend on this component, which regulations apply, or why a design decision was made five years ago? That’s what turns a generic AI answer into a context-aware enterprise answer, and most of it lives in people’s heads or is lost entirely. When AI answers without it, it isn’t just missing edge cases. It is missing organizational memory.
We’ve heard “garbage in, garbage out” for decades. AI doesn’t remove that problem. It upgrades it: garbage in → fluent, structured, authoritative-sounding output. Wrong answers now look correct, and the better the model gets at language, the harder it becomes to detect the absence of truth.
We like to frame this as an integration or governance problem, but the deeper issue is that few organizations, and few teams inside them, have actually stopped to decide what knowledge should exist in a usable, connected, trustworthy form. Doing so would expose things we prefer not to confront: outdated docs, unresolved contradictions between teams, and decisions that live only in “who remembers.” AI doesn’t create these problems. It makes them visible.
🌊 AI is disrupting more than technology
The real resistance to AI may not be “people don’t want AI.” It may be “AI is beginning to challenge how we have organized work for years.” It challenges who creates the first draft, who performs analysis, who reviews code, who owns knowledge, and how managers measure productivity. Whenever technology changes responsibilities and power structures, resistance is natural.
AI isn’t just entering the workplace. It is entering the operating model.
🕰️ What about legacy products?
For long-lived products, AI exposes uncomfortable truths: poor documentation, undocumented dependencies, tribal knowledge, weak automated testing, technical debt. A team may discover that generating code is no longer the hardest part. Understanding the existing system is. The question quietly shifts from “can AI generate code for our product?” to “does our product contain enough structured knowledge for AI to understand what it is supposed to change?” That’s a much harder problem.
💸 The AI investment paradox
Organizations often spend heavily on AI platforms while underinvesting in the foundations AI depends on. They buy the engine but forget the fuel, and they deploy copilots without fixing the knowledge those copilots are supposed to work with. Then they ask “why does AI still feel unreliable?” The answer often isn’t “the model isn’t good enough.” It’s “the AI doesn’t know enough about us.”
There’s a second tension. Money invested demands results, and “show me the productivity improvement” pressure arrives quickly. But real transformation takes time: people need to learn, processes need to change, trust needs to develop, and some experiments will fail. Companies want AI transformation, but often without the experimentation period transformation actually requires.
🔭 The bigger picture
Put these together and a pattern emerges. The problem isn’t simply AI adoption. It’s the tension between the AI promise and the organizational reality.
And perhaps the biggest tension of all: we want the benefits of AI without necessarily changing the way we work.
✅ What the teams getting it right do differently
Not every team is stuck. Some are quietly getting real results (cycle times dropping, defect rates improving, review effort shrinking), and what separates them isn’t a better model. It’s how the team and their leads have approached the problem around the AI.
They treat AI as a shift in the operating model, not a bolt-on tool. They redesign workflows around what AI can do well, instead of asking AI to slot into the old process unchanged. They invest in the skills of using AI well (prompt engineering, context engineering, how to validate, how to catch the confident-but-wrong answer) as seriously as they invest in the tools themselves. They put real effort into building a knowledge foundation, a connected and trustworthy view of their systems, decisions, and history, so the AI has enough context to be more than a fluent guesser. They set up proper evaluation using frameworks like RAGAS, TruLens, or DeepEval, so they can actually measure consistency, faithfulness, and grounding instead of eyeballing the output. And they measure outcomes, not usage: cycle time, defect rate, rework, time to understand a legacy area.
A lot of this doesn’t come top-down. The organization may be pushing for AI, but it’s often the team and their leads who have to proactively figure out what “using AI well” actually looks like for their specific work. That takes initiative, curiosity, and a willingness to change how the team works.
None of that is about better AI. It’s about creating the conditions in which AI can be reliable.
⏳ What happens if we don’t adopt?
The risk of waiting isn’t that competitors suddenly become AI-powered overnight. It’s more gradual: one team learns faster, another reduces cycle time, another builds better internal knowledge systems, another redesigns its SDLC around AI. The gap starts small, and then learning compounds. The competitive advantage may not come from having better AI. It may come from learning how to work with AI faster than everyone else. The risk is falling behind on the learning curve, not on a particular tool.
🎯 The question we should be asking
We often think the AI transformation journey starts with choosing the right model. It probably starts much earlier, with questions most of us would rather postpone. What problem are we solving? What knowledge does AI need to solve it? Can we trust that knowledge? Where does human judgment still matter? And most importantly:
Old question
How do we add AI to our workflow?
New question
What should our workflow look like now that AI exists?
That question changes everything. AI may not simply be another productivity tool. It may be a catalyst for redesigning how knowledge is created, how decisions are made, and how software is engineered. The teams and organizations that benefit most won’t be the ones that use AI the most. They’ll be the ones willing to rethink how work gets done.
The real AI transformation may begin when we stop asking what AI can do, and start asking what we should stop doing the old way.
Was this useful? A quick tap tells me what to write more of.
Anonymous. No accounts, no tracking beyond a per-browser vote guard.