← Back to Blog
Strategy10 min read

A Coder's Gonna Code — Why AI Dev Tools Won't Fix Your Operations

The AI industry is obsessed with helping developers write more code. Nobody's asking whether you needed more code in the first place. This is an operations problem, not an engineering problem.

By John Hynds · May 16, 2026

There's a pattern playing out right now in businesses across the country, and it's costing them real money. It goes like this:

A CEO reads about AI. They get excited. They turn to their engineering team and say, "We need to do something with AI." The engineers — smart, capable people — do what engineers do. They start coding. They spin up Claude Code or Cursor or Copilot. They build things. They build them fast. And six months later, the company has a bunch of new internal tools that nobody in operations actually uses.

A coder's gonna code. That's what they do. Give an engineer an AI-powered development tool and they will write more software, faster than ever before. But here's the question nobody's asking: was more software the thing your business actually needed?

The AI Developer Tools Boom — and Its Blind Spot

Between 2024 and 2025, the AI industry poured billions into tools that help software developers write code faster. GitHub Copilot, Cursor, Claude Code, Windsurf, Replit — the list goes on. And they're genuinely impressive. An engineer who used to write 50 lines of code per hour can now write 500.

But here's what three decades across 11 industries taught me: most operational businesses don't have a code problem. They have an operations problem. And those are fundamentally different things.

A manufacturer in Spokane doesn't need a custom React application. They need their quoting process to stop taking four days. An insurance company doesn't need a bespoke machine learning pipeline. They need their claims processing to stop requiring three people to re-enter the same data. A field service company doesn't need another internal dashboard. They need dispatch, scheduling, and invoicing to actually talk to each other.

When You Give Engineers a Hammer

I've watched this play out at companies large and small. The CEO says "use AI to improve operations." The engineering team hears "build AI software." So they build. They build custom chatbots. They build internal tools. They build dashboards, APIs, data pipelines, and automation scripts. Each one is technically sound. Each one solves a narrow problem in isolation. And none of them connect to the actual operational workflow that generates revenue.

This isn't the engineers' fault. They're doing exactly what they were trained to do — write software. But the fundamental misdiagnosis is treating an operations problem like an engineering problem. It's like hiring an architect when your issue is that the plumbing doesn't connect to the kitchen.

I saw this pattern at Boeing. I saw it at Polycom. I saw it at Xylan during our scale from startup to a $2B acquisition. The companies that transformed successfully weren't the ones that wrote the most code. They were the ones that understood their operations deeply enough to know exactly where technology would create leverage — and where it would just create overhead.

The Real Problem Isn't Engineering. It's Operations.

Here's what I mean by that. At most mid-market companies, the bottlenecks that cost real money look like this:

  • A quote takes three days because it requires information from four disconnected systems
  • Customer follow-ups don't happen because nobody owns the communication workflow
  • A $40/hour employee spends 10 hours a week copying data between spreadsheets and software
  • Institutional knowledge lives in one person's head, and they're retiring next year
  • The CRM, the scheduling tool, and the accounting system each tell a different story about the same customer

None of these problems require more custom code. They require someone who understands operations to design an integrated system that connects the existing pieces. That's a fundamentally different skill than software engineering — and no amount of AI-assisted coding tools will bridge that gap.

"But Can't Our Developers Just Build Agents?"

This is the pushback I hear most often, and the honest answer is: yes, they can. Your developers absolutely can build AI agents that automate quoting, handle customer communication, manage scheduling, and process documents. With today's tools, a good engineer can stand up an agent in a weekend.

But here's what happens next.

That agent needs to be hosted somewhere. Now you have an infrastructure problem. It needs a database to store state and history. Now you have a data management problem. It needs to connect to your CRM, your accounting system, your email. Now you have an integration problem. And six months from now, when the LLM provider changes their API, or the framework pushes a breaking update, or the hosting platform deprecates a feature — someone has to go in and touch every single agent to fix it.

Every line of code your team writes is a line of code your team has to babysit. Forever. That agent they built in a weekend? It's now a maintenance commitment that competes with every other priority on the engineering roadmap.

Multiply that by ten agents — one for quoting, one for dispatch, one for customer follow-ups, one for document processing, one for scheduling — and your engineering team isn't building anything new anymore. They're spending their time keeping the lights on across a sprawling collection of custom code that nobody else in the company can maintain, troubleshoot, or even understand.

And the really painful part? None of those agents talk to each other. Now, a smart engineering team will try to solve this — they'll build APIs between the agents so they can share data. That's the right instinct. But you've just created another layer of code debt. Every API is a contract between two systems. When anything changes on one side — a new data field, a different workflow, an updated model — someone has to go into every connected agent and update the integration. One change cascades across the entire network of custom code.

So now you don't just have a maintenance problem. You have a governance problem. Who owns the API contracts? Who tests them when something changes? Who's tracking the security surface of ten custom agents, each with their own database connections, API keys, and authentication flows? Every agent is a potential cyber risk. Every integration point is an attack surface. And every one of them needs to be monitored, patched, and secured — indefinitely.

Can your developers technically replicate what a platform does? Yes. But the total cost of ownership — upfront development, ongoing maintenance, infrastructure management, security governance, integration updates, and the engineering time that gets permanently diverted from building anything new — makes it one of the most expensive ways to solve a problem that a platform handles out of the box.

Here's the uncomfortable truth that nobody in your engineering department is going to volunteer: every custom agent they build is an agent only they can maintain. Every integration they hand-code is a dependency on their continued employment. Every line of custom infrastructure is a reason the company can't function without them. They're not building agents — they're building job security. And your company is funding it.

Can they do this? Yes. Should they still be doing this? Absolutely not.

The Platform Approach vs. the Code-More Approach

When an engineering team attacks operations problems with code, you get custom software that requires custom maintenance, custom debugging, and custom training. Every line of code is a future liability — something that needs to be updated, secured, and supported indefinitely. You've got a hosting problem, a code-debt problem, a database problem, and a maintenance problem — all before you've actually improved a single operational workflow.

When an operations-first team attacks the same problems with an integrated platform, you get connected systems that share data, automate workflows end-to-end, and evolve as the business grows. The platform handles hosting, updates, and infrastructure. When the underlying technology changes, the platform adapts — you don't send engineers into ten different codebases to patch ten different agents. The people who run the operation can understand and manage the system that supports it.

I spent 13 years at Polycom building the Polycom Assured Design framework — a system used globally that connected engineering, sales, and customer success. The power wasn't in the code. It was in understanding how those functions needed to work together and building a platform that enforced those connections.

What to Do Instead

If you're a business leader who's been told to "go do something with AI," here's my advice before you turn your engineering team loose:

1. Start with the operation, not the technology. Walk the floor. Map how work actually flows from lead to invoice. Identify the handoffs, the delays, the re-entry points. That's your transformation roadmap.

2. Ask "what decision is being delayed?" not "what can we automate?" The highest-value AI applications aren't about replacing people — they're about getting the right information to the right person at the right time so they can make better decisions faster.

3. Think platform, not project. A single AI project delivers a single improvement. A platform delivers compound returns because every component makes every other component smarter. Your CRM data improves your estimating. Your estimating data improves your scheduling. Your scheduling data improves your customer communication.

4. Put an operations person in charge, not an engineer. The person leading your AI transformation should be someone who understands how the business runs, what the bottlenecks cost, and what good operations look like. They can pull in engineering resources as needed — but the strategic direction needs to come from someone who knows the operation intimately.

The Bottom Line

Every AI dev tool on the market makes coders faster. Not one of them asks whether you needed custom code in the first place.

The businesses that are actually transforming with AI aren't the ones writing the most software. They're the ones that understood their operations deeply enough to build the right platform — and then let that platform do the heavy lifting.

A coder's gonna code. An operator's gonna fix the thing that's actually broken.

If you're not sure where your operation's biggest opportunities are, our free AI Operations Readiness Assessment takes five minutes and gives you a clear-eyed look at where AI can deliver the highest ROI in your specific business. No code required.

Ready to Take the Next Step?

See where AI can make the biggest impact on your operations with our free readiness assessment.