Agentic Coding Rewires SaaS Power

Agentic Coding Rewires SaaS Power

I have to set the stage and why this is front and center in my mind.  I'm writing this on a flight to Miami. Back in my home lab, three Claude Code instances are running on two small Ubuntu workstations behind my firewall. One is refactoring a project shared here early this year, another is generating a test plan and test fixtures for the project, a third is managing a process creating a model tuning dataset. A year ago, this just could not exist. It was imagined but felt far away. Last winter I was copy/pasting snippets into an IDE and wrestling with code that was, let's say, impressionistic. Today, coding agents talk to each other, talk to me, and execute against clear plans while I'm at 35,000 feet with spotty wifi.

The tools caught up to the ambition and creative calling. Imagine this impact globally; I am one of many people who are neck deep in getting things, lots of things, done with agentic coding. 

Agentic Coding and the Jevons Paradox

In the 1860s, William Jevons observed something counterintuitive: when steam engines became more efficient, coal consumption didn't drop. It exploded. Efficiency unlocked new uses, new users, new ambitions. Demand expanded faster than efficiency could compress it.

LEDs are the modern example. They were supposed to slash electricity bills because they use a fraction of the power of incandescent bulbs. Instead, we put lights everywhere. Under cabinets, in closets, on staircases, lining the yard, glowing from every smart device. We use more lighting than ever because the cost per lumen collapsed.

Agentic coding is doing this to software development itself. The "unit cost" of building integrations, workflows, and features is collapsing. But the result isn't fewer developers. It's more. Or more accurately, more people working with AI to write code, some of which never would have called themselves developers before. The barrier to building is dropping by an order of magnitude.

We are in the early days of a massive growth curve in the amount of code being written and the functionality being shipped. Anthropic is betting on this with Claude Code. So is OpenAI with Codex. 

They're not building tools to replace developers. They're building tools to create millions more of them.

What this means for SaaS

Here's where it gets interesting for anyone building or buying software platforms.

The whole SaaS model, the one that's driven enterprise software for decades, depends on a simple dynamic: integration is expensive and switching is painful. Once a customer is wired into your platform, the labor cost of migrating somewhere else is high enough that they'll tolerate a lot. They'll pay for the renewal. They'll live with a roadmap they didn't ask for. They'll work around the limitations. That friction isn't a bug in the business model. It is often core to the business model. Switching costs are where the margin lives.

But think about what happens when agents can generate idiomatic integration code in minutes.

If spinning up a new integration is fast, then ripping out an old one and replacing it is also fast. The migration that used to take six months of developer time? That's shrinking. Maybe it's a month now. Soon it might be a week. The labor cost that kept customers locked in was never really about the vendor's technology. It was about the human effort required to move. The risk of a migration, learning a new API/SDK/modeling approach.  These are non-trivial now however,  that effort is rapidly compressing.

This doesn't mean every SaaS company is in trouble tomorrow. The shift is emerging, not complete. But the companies that feel it first will be the ones whose value proposition was mostly friction. The ones who accumulated features without building genuinely hard primitives underneath. The ones whose competitive moat was really just "switching is painful."

Where the moats actually are

So what's still defensible? What's still hard?

The primitives. Data durability. Consistency guarantees. Query performance at scale. Security boundaries. Operational reliability. These are years of engineering problems. You can't prompt your way to a distributed consensus algorithm. You can't vibe code a storage engine that survives hardware failures gracefully.

The primitive layer is where real value lives. That hasn't changed.

What's changing is everything above it. The glue. The integrations. The workflows. The custom logic that connects a primitive to a specific business need. That layer used to be expensive, which meant vendors could charge for pre-built versions of it. Buy our workflow, save yourself the engineering time.

Now the engineering time is collapsing. "Buy the primitive, build the workflow" is becoming the default for more and more companies. Assemble, orchestrate, customize. Get exactly what you need without waiting for someone else's roadmap.

If agents are the new builders…

Here's the part I don't think most SaaS vendors have internalized yet.

If the "user" of your SDK is increasingly an agent rather than a human scanning documentation, taking training, getting professional services involved, then your interface quality matters in a completely different way. It's not about onboarding flows or dashboard polish or how pretty your docs look. It's about whether Claude Code or Codex can generate correct, idiomatic integrations on the first pass. It is about an agent having access to current, complete and very accurate docs and examples so from planning to implementation everything needed is exposed. Human readable docs are still important. That said, I discuss docs with AI directly these days. Often at great length however, reading docs is a bit old school in 2026. 

With a solid plan and implementation is underway, how many iterations does it take? How many hallucinated method calls? How many outdated code examples send the agent down a dead end?

This needs to be a new procurement question: "How agent compatible is this product interface?"

I don't think most vendors are ready for it. But customers are starting to feel it, even if they don't have language for it yet. They're noticing that some integrations just work when they point an agent at them, and others turn into frustrating loops of trial and error.

What agents actually need

Here's what I've learned running this workflow: there is no room for ambiguity. None.

I can orchestrate multiple agents against a well documented API with clear contracts and versioned examples. I cannot waste cycles on an SDK where the quickstart is dated, the error messages are cryptic, and the "simple example" leaves out three critical configuration steps that a human would eventually figure out through trial and error.

If optimizations are complex, not well documented and obscure, your platform is not agentic coding friendly.  Agents don't do trial and error well. They do clear instructions at scale.

The qualities that matter now:

Legibility. A clear model with few caveats.

Golden paths. Blessed patterns that agents can follow without improvising.

Machine ready docs. Clear and detailed and complete doc. Everything matters as AI will read considerably more than a human coder. Examples that compile, are versioned, and stay consistent.

Diagnosability. Errors with clear descriptions and attributions. Telemetry that points toward fixes, not just failures.

If your SDK documentation was written to hand hold a junior developer through their first integration, it may actually be worse for agents. They don't need the simplified view. They need the complete, accurate, machine parseable view.

The shift ahead

SaaS power is moving. Away from feature breadth plus friction rent, toward primitive strength plus agent friendly interfaces.

The vendors who win the next cycle will be the ones whose systems are easiest for agents to integrate correctly on the first pass. The ones where "point Claude Code at the API with a clear plan" just works.

Everyone else will feel the pressure. Not all at once. Not tomorrow. But steadily, as the labor cost of switching continues to collapse and customers realize they have options they didn't have before.

I don't know exactly what this looks like for every category. In my world, I don't know whether SQL's universality makes it the natural agent interface or whether its verbosity makes it a bottleneck. I suspect different primitives will evolve different answers.

But I know the question has changed. It's not "how good is your dashboard" anymore.

It's: when an agent tries to use and build with your platform, does it just work?

That's the bar now.

I was amazed by watching the Claude CoWork release video yesterday.

Totally agree on not ignoring it, but I’m more curious how teams are handling the QA and review process when AI-generated code starts blending into production systems.

Yep, ignoring it is career suicide at this point. The platforms that don't bake AI assistance into their dev tools are going to feel like flip phones in a smartphone world.

To view or add a comment, sign in

More articles by Rob Murphy

Others also viewed

Explore content categories