Satish Vutukuru

← All writing

What AI does to your systems of record

· 4 min read

Enterprise software has always had two distinct personalities.

One layer exists to be the source of truth: ERP, CRM, order management, billing. These systems capture transactions, enforce integrity, and provide the official record of what happened and when. They are conservative by design. Change is deliberate, schemas are fragile, and nothing gets deprecated quickly. They are the ledger of the firm.

The other layer sits on top. Data warehouses, BI dashboards, reporting pipelines, alert systems — these aggregate and analyze to support decisions, but they’re not the book of record. Historically, data flows in one direction: systems of record push to ETL pipelines, which feed the warehouse, which feeds the analysts. The intelligence layer reads. Occasionally someone acts on what they see. The record stays untouched.

Systems of recordSystems of intelligence
PurposeTransaction capture, source of truthAggregation, analysis, decisions
ExamplesSAP, Salesforce, NetSuite, ShopifySnowflake, BigQuery, Looker, Tableau
Change paceSlow, conservativeFlexible, experimental
DirectionWritten to by humansRead by analysts
Failure modeData loss, integrity errorsStale reports, missed signals

In that world, the boundary was clean: records were expensive but stable; intelligence was optional but valuable.

AI is erasing that boundary in a specific way.

Systems of intelligence are becoming agents

When an AI model can read a CRM record, determine that a deal has gone cold, draft and send a follow-up, log the outreach, and update the pipeline stage without a human in the loop, the intelligence layer is no longer read-only. It’s initiating state changes in the system of record at a frequency and granularity that no human team ever reached.

The pattern repeats across every domain. Inventory agents adjusting reorder quantities based on demand signals and writing back to the OMS. Finance agents categorizing transactions and posting journal entries. Support agents resolving tickets and updating case status in Salesforce. Each one reads, decides, and writes. Continuously.

The data flow hasn’t just reversed. It now runs in both directions, at machine speed, autonomously.

Why the bill goes up

When the intelligence layer starts writing back at scale, systems of record face pressure on four dimensions they weren’t designed for.

Higher machine traffic. API call volumes that used to be human-paced (thousands per day) become machine-paced: millions per day. Near-real-time syncs, micro-updates, enrichment jobs running continuously. Vendors who charge per API call or per event will see usage multiples that no human team ever generated.

Tighter performance requirements. Agents expect low latency and don’t tolerate flakiness. A human waits three seconds for a page to load; an agentic workflow times out and retries. That means more replicas, better indexing, and higher infrastructure tiers than the same workload driven by people.

Safer write paths. When a human edits a field in Salesforce, there is an implicit audit: a person made a deliberate choice. When an agent updates a thousand records based on a rule that quietly changed last Tuesday, you need explicit governance: finer-grained permissions, guardrails, change capture, rollback capability. None of that came standard.

Stronger auditability. Regulators and internal compliance teams will ask: what changed, when, which agent initiated it, under what policy? That is a new class of logging that most systems of record were not built to produce, and vendors will charge to provide it.

This is not a scenario for 2027. Enterprise vendors are already repricing toward it: usage-based models weighted toward API volume, “enterprise AI” tiers bundling governance features, and a quiet shift in what “production-ready” actually means.

AI reduces marginal human labor. But it increases the strategic weight of systems of record — and when something becomes more essential, it rarely becomes cheaper.

The common prediction runs like this: AI automates tasks, headcount stays flat or falls, software costs decline because you need fewer seats. That is probably right for seat-based tools. It is wrong for the infrastructure those tools run on.

The enterprises that plan for this will be the ones who renegotiated their ERP and CRM contracts before their agentic workloads hit production. Everyone else will find out in their next renewal conversation.


Related

Beating the benchmark was the easy part

When Microsoft shipped a coding model, it led with the tokens each answer cost, not the score. A small signal that the contest is shifting from beating benchmarks to beating them for less.

Scientific coding is the frontier

AI has mostly solved everyday coding, the kind where answers are cheap to check. Scientific coding is the harder and more consequential frontier, and history says the tools science forces into existence end up belonging to everyone.

The world has to grade itself

The scarce input to AI progress is no longer data. It is a world worth practicing in. But a world is far harder to come by than a dataset, because the property that makes an RL environment valuable pulls against the property that makes it trainable, and that tension is now the rate limit on how fast AI improves.

← All writing