PATH A · BUILD THE SYSTEM · 90 DAYSDay 0Empty schemaDay 30Entities · Workflows · PagesDay 60First agent in shadowDay 90Live agents · ProductionDSL + NO-CODE AI BUILDERAuthors metadata: Entities, Views, Workflows, Pages, Frames, Process TemplatesA new System of Record + AI Agent Workforce on topGoverned by construction · Audit-complete · L4 from day oneConfiguration replaces code. The runtime is already built.
← Blog|Path A · Legacy Modernisation SeriesMay 2026· 13 min read
Post 5 of 10 · Path A Sub-pillar

From Legacy Custom-Built ERP to AI-Native SOR in 90 Days

Half the enterprise world runs on something that is not SAP or Oracle. For these enterprises, modernisation has historically meant a five-year custom rebuild. Path A makes it a 90-day metadata exercise — because the runtime is already built.

VW
Editorial — VoltusWave
Platform & SOR Generation

The previous post in this series walked Path B — what it looks like to layer an AI Agent Workforce on top of an existing SAP, Oracle, or Salesforce estate. This post walks the other path, Path A, the case where the existing System of Record is not worth keeping and the right answer is to generate a new one as part of the agent deployment.

This is the path most enterprise software vendors do not want to talk about, because the only honest version of the conversation requires admitting that you can build a new System of Record in 90 days, not five years. The economics of every traditional ERP vendor are built around the five-year programme. The economics of AI-Native Modernisation are built around the metadata-driven 90-day deployment.

The two are incompatible, and one of them is now winning every honest CIO conversation.

Who Path A is actually for

Path A is the right answer when at least one of the following is true.

1. The vertical never had a modern operating system

Some industries have had no industry-standard ERP for thirty years. Freight forwarding is the canonical example — the vertical was running on a patchwork of email, spreadsheets, port-authority portals, and homegrown apps. Layering AI agents on that substrate would have failed within hours. So we generated the substrate first.

2. The existing custom ERP is genuinely end-of-life

Many enterprises run on homegrown ERPs from the 1990s or early 2000s. The original developers are long gone. The technology stack is not recruitable. Every change takes six months. The data integrity is poor. Adding agents to such a substrate is impossible — the agents inherit every problem the existing system already has, plus the new ones AI brings.

3. The enterprise is launching a new business line

A new line of business with no incumbent ERP, no historical data baggage, and no integration debt is the cleanest possible Path A scenario. Generate the SOR, deploy the agents, and start operations on AI-Native infrastructure from day one.

4. The cost of extending the legacy system exceeds the cost of replacement

The classic case where the legacy custom-built system is “working” but every new feature, regulation, or integration consumes three months of engineering. The system is not on its knees, but the marginal cost of every change has become unacceptable. At some point, the linear cost of changing the legacy system exceeds the one-time cost of regenerating it.

Why this used to take five years

The historical reason custom ERP rebuilds took multi-year programmes is structural. The team was building three things at once.

  • The runtime engines. The form rendering engine, the workflow engine, the rules engine, the audit subsystem, the multi-tenancy layer, the authentication and authorisation layer.
  • The business application. The Entities, the Views, the Workflows, the Pages, the Frames, the Process Templates — the configuration layer specific to the customer's vertical.
  • The integration to upstream and downstream systems. Email, supplier portals, payment gateways, government systems, accounting, reporting.

Doing all three from scratch is what produces five-year programmes. Most of the time goes into the first item — the runtime engines — which has nothing to do with the customer's business at all. It is generic infrastructure that the team rebuilds every time because it is not commercially available as a metadata-driven runtime.

Why it now takes 90 days

Path A is fast because the runtime is already built. The team is not rebuilding the form rendering engine, the workflow engine, the rules engine, or the audit subsystem. Those exist as platform-level capabilities. The team is authoring metadata that the runtime engines read.

This is the difference between writing a recipe and writing the chemistry textbook the recipe sits inside. Custom ERP development used to require both. AI-Native Modernisation only requires the recipe.

💡The metadata-driven approach. Entities define the data model. Views compose Entities into the user experience. Workflows attach state machines to Entities. Pages render the Views. Frames decompose the Pages. Process Templates orchestrate the multi-step business processes. All seven primitives are stored as data, not code. The runtime reads them and executes the application.
The configuration of an enterprise application is now a matter of authoring metadata, not writing code. The DSL plus the AI Builder makes that authoring fast enough to ship in 90 days.

The DSL (Domain Specific Language) plays a critical role here. Manual metadata authoring would still take many months for a complex enterprise application — the volume of Entities, Views, Workflows, and Process Templates in a real production system is large. The DSL compresses the metadata to the minimum information content needed, which is what makes it tractable for AI to author and modify. Builder Agents author into the same metadata tables that humans use through the No-Code AI Builder. The cost of new applications and new capabilities trends towards zero.

What the 90 days actually contain

Days 1–15: Domain modelling

Capture the business in metadata terms. What are the Entities — Customers, Vendors, Products, Orders, Invoices, Shipments? What are the relationships between them? What are the key Workflows — Enquiry-to-Cash, Procure-to-Pay, Order-to-Fulfilment? What are the Process Templates that span multiple Entities and Workflows? Most of this is captured in conversation with operations leaders, and the AI Builder converts the conversation into draft metadata.

Days 16–45: Application authoring

Author the Entities, Views, Workflows, Pages, Frames, Process Templates. Use the No-Code AI Builder; humans review and refine the AI-authored metadata; Builder Agents handle the bulk of the work. By day 45, the application exists end-to-end — users can log in, navigate menus, create records, run workflows, and see audit trails.

Days 46–60: Integration and data load

Activate iHub connectors for whatever upstream and downstream systems the application needs. Load reference data and historical transactions where relevant. Configure Service Roles, Pairing Rules, and Tags to express the customer's organisational responsibility model.

Days 61–90: Agent deployment

The application now exists as the System of Record. Configure the first agents against the highest-ROI workflows. Run them in shadow mode, validate against the human-driven baseline, switch to live. By day 90, the application is in production and the first agents are doing real work.

📋WorldZone — the production proof point. Freight had no modern operating system for the freight forwarding vertical. We generated the SOR — CRM, Enquiry-to-Invoice, multi-modal operations, accounting, KPIs — using the metadata-driven platform. AI agents went live on top, handling email parsing, rate optimisation, and booking orchestration. End-to-end, in months, not years. The result was a 70% reduction in quote turnaround time and 80% of document processing automated. Blueline Logistics is on the same trajectory; CBX Freight is also onboarding.

What “AI-Native by construction” means at the data layer

A System of Record built via Path A is AI-Native from day one in a way that an SAP retrofit can never quite be. Five things are present from day one rather than added later.

  • Universal UUID keys across all metadata. Cross-tenant references, clean data lineage, no MySQL FK collisions across schemas.
  • Row-level tenancy at the data model. Every row carries account_id, workspace_id, and control_unit_id. Tenant isolation is structural, not application-level convention.
  • Append-Only Event Logs capturing every configuration change. Configuration is promotable from Dev to QA to Prod via event-log replay — an SAP-style transport mechanism, but built into the platform from day one.
  • Decision Trace primitives ready for agents from day one. The first agent that goes live writes its reasoning into the trace; institutional memory begins compounding from week 9.
  • Service Role + Pairing Rule + Tag composition as the assignment fabric. Agents and humans share Workflow Task ownership under the same primitive, not under retrofitted role plumbing.

This is what the phrase “AI-Native by construction” actually refers to. The substrate was designed for an agent workforce. It is not an existing substrate that has been adapted for one.

What this looks like at the L1–L6 maturity arc

The most useful way to think about Path A is in terms of the maturity arc covered in Post 1. A traditional custom ERP rebuild lands the customer at L1 — Digital Foundation — and the rest of the maturity climb happens as separate programmes over the following years.

Path A on VoltusWave lands the customer at L4 by day 90. The runtime engines that power L1 also power L4. Process Orchestration is not a future feature; it is what the agents are doing on day 90. L5 (Living Intelligence) starts compounding the moment the first agent runs — every Decision Trace adds to the institutional memory.

L4 by Day 90
Path A on VoltusWave delivers L4 — Agentic Orchestration — at the end of the first quarter, not at the end of a multi-year roadmap. The same metadata that drives the application drives the agents.

This is the part most enterprises do not believe until they see it. The conventional mental model is that L1 takes years, then L2 takes years, then L3 takes years, before L4 is even on the agenda. The metadata-driven approach collapses the timeline because the higher-level capabilities are platform features, not future feature deliveries.

The honest comparison to a custom rebuild

If your team is currently considering a custom rebuild — the multi-year programme to replace the homegrown legacy ERP with a modern stack — the comparison to Path A is structural rather than feature-level. A custom rebuild produces, at the end of three to five years, a system that does roughly what the legacy system did, on newer infrastructure, with newer technology, recruitable engineering. Path A produces, at the end of 90 days, a metadata-driven SOR plus an AI Agent Workforce running on top of it.

The custom rebuild is at L1 the day it goes live. Path A is at L4. The five-year wait for the L4 features that the custom rebuild would eventually need is now the difference between being five years ahead and five years behind in operational capability.

🔴The reason custom rebuilds keep being chosen. Most enterprises that pick the custom rebuild do so because their IT organisation has more confidence in code than in metadata, and because the vendor ecosystem still defaults to the multi-year programme. The economics of the rebuild are obvious in retrospect. They are not always obvious during the procurement.

What to do this quarter

📋Step 1: Honestly diagnose whether your existing custom-built system is on Path A. The four conditions earlier in this post are the test. If at least one applies, Path A is the right path for that domain.

Step 2: Identify the smallest coherent application that would prove the 90-day cadence to your team. It does not have to be the whole ERP. It can be one workflow, one Entity, one Process Template.

Step 3: Treat the build as a configuration exercise, not a code project. The team is authoring metadata. The runtime engines are platform-level.

Step 4: Define the L4 outcome before you start. What agents will be running on day 90? What workflows will they own? What will the Decision Trace look like?

Step 5: Plan for compounding. The first 90 days produces L4. The next 90 days expands the workforce. The 90 days after that begins the L5 institutional memory accumulation. There is no static end state — the system gets smarter every day it operates.

Closing

For the half of the enterprise world that is not running on a modern SAP or Oracle, the next decade is going to be defined by which platform was used to replace the legacy custom-built system. The choice is between a five-year custom rebuild that lands at L1, or a 90-day metadata-driven deployment that lands at L4.

The economics no longer support the rebuild. The maturity arc no longer waits for it. The agents that the enterprise will need by 2027 cannot be deployed on a substrate that does not exist yet.

The next post in this series digs into the integration layer — iHub, schema-drift healing, and why integration is now the line item that quietly determines whether modernisation produces ROI or absorbs it.

If you are on Path A, you can ship in 90 days. The runtime is already built.

Build a New SOR in 90 Days

VoltusWave is the metadata-driven, AI-native platform that generates the System of Record AND deploys the AI Agent Workforce on top. WorldZone went live on freight in months, not years. Blueline Logistics is on the same trajectory. Configuration replaces code.

Continue the series

Legacy Modernisation · 10 posts

POST 01
Legacy Modernisation Is Dead. AI-Native Modernisation Has Replaced It.
The pillar that establishes the new definition of modernisation in the AI era.
POST 02
The Two Paths of Modernisation: Build, or Layer
Every modernisation decision in 2026 reduces to two paths.
POST 03
Why Rip-and-Replace Is the Wrong Question in the AI Era
The question that made sense in 2015 is now a category error.
POST 04
Modernising SAP Without Touching SAP
Path B in detail: the deadline that doesn't apply to you.
POST 06
The Integration Tax: Why iHub Replaces 18 Months of Connector Work
The line item that quietly consumes 40–60% of every modernisation budget.
POST 07
Modernising the Data Layer: Iceberg, StarRocks, Warehouse Choice
Why open table formats and customer-choice warehouses are now strategic decisions.
POST 08
Modernising Workflows with Agentic Process Orchestration
BPM is legacy. RPA is legacy. Agentic Process Orchestration replaces both.
POST 09
The CFO Case: AaaS Modernisation vs CapEx Modernisation
Modernisation budget is moving from capex to opex.
POST 10
Governed Modernisation: Boards and Regulators in the AI Era
Governance is now the single biggest determinant of modernisation success.