Ingka Group acquires Locus! Built for the real world, backed for the long run. Read here>Read the full story>
Ingka Group acquires Locus! Built for the real world, backed for the long run. Read the full story
locus-logo-dark
Schedule a demo
Locus Logo Locus Logo
  • Platform
    • Transportation Management System
    • Last Mile Delivery Solution
  • Products
    • Fulfillment Automation
      • Order Management
      • Delivery Linked Checkout
    • Dispatch Planning
      • Hub Operations
      • Capacity Management
      • Route Planning
    • Delivery Orchestration
      • Transporter Management
      • ShipFlex
    • Track and Trace
      • Driver Companion App
      • Control Tower
      • Tracking Page
    • Analytics and Insights
      • Business Insights
      • Location Analytics
  • Industries
    • Retail
    • FMCG/CPG
    • 3PL & CEP
    • Big & Bulky
    • Other Industries
      • E-commerce
      • E-grocery
      • Industrial Services
      • Manufacturing
      • Home Services
  • Resources
    • Guides
      • Reducing Cart Abandonment
      • Reducing WISMO Calls
      • Logistics Trends 2024
      • Unit Economics in All-mile
      • Last Mile Delivery Logistics
      • Last Mile Delivery Trends
      • Time Under the Roof
      • Peak Shipping Season
      • Electronic Products
      • Fleet Management
      • Healthcare Logistics
      • Transport Management System
      • E-commerce Logistics
      • Direct Store Delivery
      • Logistics Route Planner Guide
    • ROI Calculator
    • Product Demos
    • Whitepaper
    • Case Studies
    • Infographics
    • E-books
    • Blogs
    • Events & Webinars
    • Videos
    • API Reference Docs
    • Glossary
  • Company
    • About Us
    • Global Presence
      • Locus in Americas
      • Locus in Asia Pacific
      • Locus in the Middle East
    • Analyst Recognition
    • Careers
    • News & Press
    • Trust & Security
    • Contact Us
  • Customers
en  
en - English
id - Bahasa
Schedule a demo
  1. Home
  2. Blog
  3. System of Record or System of Execution in 2026: Drawing the Decision-Authority Boundary in Logistics Automation and Orchestration

General

System of Record or System of Execution in 2026: Drawing the Decision-Authority Boundary in Logistics Automation and Orchestration

Avatar photo

Aseem Sinha

Aug 26, 2026

15 mins read

Key Takeaways

  • Logistics automation and orchestration projects fail at the boundary rather than at the edges. The integration usually works; the question of which system holds authority over a given decision is left implicit.
  • A system of record owns the truth about the state. A system of execution owns decisions about action. Trouble starts when both believe they own the same field.
  • Four failure modes recur: split-brain state, undefined write-back authority, non-idempotent re-decisioning, and silent precedence where whichever system wrote last simply wins.
  • A decisioning layer needs a different integration contract from a reporting layer. Read access and a webhook are sufficient to display; they are not sufficient to decide and act.
  • PwC found only 37% of operations leaders are comfortable assigning AI agents to execute full end-to-end processes. That discomfort is usually an unresolved authority question, not a capability doubt.

The sentence in every orchestration deployment that nobody unpacks

Read enough logistics automation and orchestration case studies and one sentence appears in nearly all of them, in some variant: the orchestration platform runs as the system of execution, while the ERP and WMS remain systems of record.

It is a good sentence. It reassures the steering committee that nothing is being ripped out, it clarifies that the incumbent stack keeps its job, and it sounds architecturally settled. It is also almost never specified further, and the gap between that sentence and a working integration is where a substantial share of orchestration programmes quietly go wrong.

Here is the problem in one question. An order arrives with a delivery date the OMS committed and the ERP recorded. Mid-morning, the orchestration layer re-decides and the realistic delivery date moves by three hours. Which system now holds the delivery date? If the answer is the ERP, the customer-facing systems reading from it are wrong. If the answer is the orchestration layer, then the ERP is wrong, and every downstream process reading the ERP inherits that error. If the answer is both, you have two dates and no rule for which is correct.

Nothing in the sentence about systems of record answers that question. And for a CTO, that question is the architecture.

Gartner’s research points at the same seam. In a 2026 survey on scaling AI in supply chain, 56% of chief supply chain officers cited integrating AI with legacy systems and processes as a major challenge, and 50% reported limited internal expertise to implement and manage it. Those numbers usually get read as a connectivity problem. In practice the connectors are rarely the hard part. Deciding what the connected systems are each allowed to decide is.

What each system actually owns

The clean way to draw the line is by asking what kind of question each system answers. Systems of record answer questions about state: what was ordered, what is in stock, what was promised, what was invoiced, what happened. Systems of execution answer questions about action: who delivers this, in what sequence, on which vehicle, via which carrier, and what to do now that something changed.

State is durable and should have exactly one authoritative home. Action is perishable and needs to be re-decided continuously, which is a fundamentally different data lifecycle. Most boundary failures come from treating a perishable field as though it were durable.

ObjectAuthoritative ownerWhy
Order contents, customer, addressSystem of recordDurable commercial fact, changes only by exception
Inventory positionSystem of recordSingle source required for allocation and finance
Promised delivery windowSystem of record, set at commitThe commercial promise, and what you are held to
Predicted delivery timeSystem of executionPerishable, recomputed continuously against live state
Route, sequence, vehicle, driverSystem of executionRe-decided many times per day by definition
Carrier allocation per orderSystem of executionDepends on live capacity and cost, not on stored state
Proof of delivery, exception eventsSystem of execution, written backCreated during execution, consumed as durable record
Invoice, settlement, GL postingSystem of recordFinancial truth, audited

The distinction that matters most in that table is between the promised delivery window and the predicted delivery time. They are different fields with different owners, and collapsing them into one is the single most common design error in these integrations. The promise is a commercial commitment that should not silently change because a route slipped. The prediction is an operational estimate that should change constantly. An operation that stores only one of the two either cannot detect that it is about to break a promise, or quietly rewrites its promises to match whatever it is currently doing.

Also Read: TMS, WMS, and ERP Integration Architecture: A 2026 Guide

Four failure modes at the boundary

Split-brain state. Two systems hold the same field and diverge. The orchestration layer re-sequences and knows the parcel will arrive at 4pm; the ERP still says 1pm; the customer portal reads the ERP. Nobody is lying and everybody is wrong. This surfaces as a customer service problem long before anyone recognizes it as a data ownership problem, which is why it typically survives for months.

Undefined write-back authority. The orchestration layer decides something and needs the decision reflected elsewhere. Which fields may it write? Under what conditions? What happens if the target system rejects the write, or accepts it and a batch job overwrites it forty minutes later? Teams often discover there is no answer because the question was never asked, and the effective policy becomes last-write-wins. Last-write-wins is not a conflict resolution strategy; it is the absence of one.

Non-idempotent re-decisioning. This one is specific to orchestration and catches teams who have only integrated reporting systems before. A decisioning layer re-decides continuously, which means it emits many messages about the same order during a single day. If downstream consumers are not idempotent, a busy afternoon of re-optimization produces duplicate tasks, duplicate customer notifications, and duplicate carrier tenders. The integration passed testing because testing sent each message once.

Silent precedence. Two systems both act on the same order and neither knows about the other. The ERP allocates the order to a carrier on its nightly run. The orchestration layer reallocates it at 9am on live capacity. At 11am an ERP-triggered process references the original allocation. No error is raised anywhere, because from each system’s perspective it behaved correctly. These are the hardest boundary defects to find, because they produce no exception, only cost.

All four have the same root cause: authority was described in prose and never encoded. The remedy is specification per field rather than per system.

Also Read: Why TMS Migrations Fail: 7 Architecture Mistakes That Kill Digital Transformation in 2026

The integration contract a decisioning layer needs

Most enterprise logistics teams have integrated a visibility or reporting tool before, and they reasonably assume an orchestration layer is a bigger version of the same job. It is not, and the difference is worth stating precisely because it changes the work estimate.

A reporting layer needs read access and acceptable latency. It consumes state and displays it. If it is wrong, someone sees a wrong number. A decisioning layer needs read access, write-back authority on a defined field set, idempotency guarantees on every consumer, live state rather than periodic snapshots, and a conflict-resolution rule for every field two systems can touch. If it is wrong, a vehicle goes to the wrong address.

RequirementReporting layerDecisioning layer
Data accessRead, periodicRead, live or event-driven
Write-backNone, or annotationsDefined field set with explicit authority
Freshness needFast enough to displayFast enough to decide before the window closes
IdempotencyNice to haveMandatory on every consumer
Conflict rulesNot applicableRequired per shared field
Failure impactA wrong number on a screenA wrong physical action
Audit requirementWho viewed whatWhich decision, on what inputs, by what authority
RollbackRefreshCompensating action in the physical world

The bottom two rows are where most CTOs find the real scope. Audit for a decisioning layer means decision lineage: the inputs, the rule or model version, the authority level under which it acted, and the downstream systems it triggered. And rollback is not a database operation. Once a driver has been re-routed, undoing the decision means issuing a new one, which means your orchestration layer needs compensating actions as a first-class concept rather than an exception path.

This is also where governance stops being a compliance topic and becomes an engineering requirement. Deloitte, surveying 3,235 leaders, found only 21% of organizations have a mature governance model for agentic AI, and separately that around 11% have agents in production against 38% piloting them. The gap between piloting and production is substantially this: a pilot can leave authority ambiguous because a human reviews everything, and production cannot.

Also Read: Agentic-Washing: How to Tell a Real Agentic TMS From a Rebranded Rules Engine in 2026

Also Read: What is an Agentic TMS? A Practical Guide for Enterprise Logistics Leaders in 2026

What to specify before signature

Eight items to settle in writing during evaluation rather than during implementation. None requires the vendor to build anything; all of them require the vendor to answer precisely.

  1. For every field two systems can touch, which system is authoritative, and is that encoded or documented?
  2. Are the promised delivery window and the predicted delivery time stored as separate fields with separate owners?
  3. Which fields will the orchestration layer write back into the ERP, WMS, or OMS, and under what conditions?
  4. What happens when a write-back is rejected, and what happens when a batch job later overwrites it?
  5. Are all downstream consumers idempotent, and how was that tested under repeated re-decisioning rather than single-message delivery?
  6. What does decision lineage capture, and can you retrieve the inputs and authority level for one specific decision from three weeks ago?
  7. How is a decision reversed once it has produced physical action, and is the compensating action automatic or manual?
  8. At which autonomy level does each decision class operate, and what is the process for changing that level after go-live?

Question two is the highest-yield question on the list, because a platform that cannot separate the promise from the prediction will either hide promise breaches or overwrite promises, and both are discovered late and expensively.

How Locus draws the decision-authority boundary

Locus, the world’s first Decision-Intelligent, Agentic TMS, is deployed explicitly as a system of execution alongside the systems of record an enterprise already runs, which is a boundary decision rather than a deployment convenience. Within DiSCO, the Dispatch, Capacity, Carrier, and Hub agents own the perishable decisions: sequence, allocation, vehicle, carrier, and re-decisioning against more than 250 real-world constraints per computation. The Customer agent owns the promise against its prediction, which is the separation the table above argues for. The Settlement agent writes execution outcomes back into finance systems as durable record. The ERP and WMS keep state ownership throughout.

The governance layer is what makes the boundary auditable rather than merely declared. Six mechanisms bound autonomous action: explainability, traceability, evaluation, autonomy levels, an execution sandbox, and human-in-the-loop override. Traceability is the decision lineage requirement in the integration contract above, autonomy levels are the per-decision-class authority setting, and the execution sandbox is where a change in authority gets validated before it touches production.

Locus has been recognized by Gartner for seven consecutive years, featured in the 2026 Hype Cycle for Supply Chain Execution and Logistics Technologies, named a Leader in TMS by QKS Group (SPARK Matrix), and ranked #1 in Route Planning on G2’s 2026 Best Software Awards. In October 2025, Ingka Investments, the investment arm of Ingka Group, the world’s largest IKEA retailer, acquired Locus. Locus continues to operate independently.

Two North American deployments show the boundary drawn deliberately, and one of them shows what happens when it is not.

A Fortune 50 parcel and logistics leader running more than a million freight shipments a year across a 120-country network is the clearest available illustration of the failure mode. The company had implemented a replacement freight platform that was meant to handle routing within its own stack. It could not. A system built to hold state was asked to make continuous operational decisions, and the mismatch surfaced only in production. Meanwhile mid-mile, hub, and warehouse operations sat in systems separate from pickup and delivery, so no layer owned the end-to-end chain. Locus was deployed as the all-mile decisioning layer alongside the new freight platform rather than instead of it, with the Orchestrator and Dispatch agents owning pickup, transit, and delivery decisioning, and Capacity and Carrier agents governing a 4,500-strong driver pool spanning captive fleets and third-party carriers under one policy. It integrates into the freight platform and the legacy estate including infosec, customs, timecard, and labor systems, with every autonomous decision logged for explainability, traceability, and human-in-the-loop override. Weekly execution across 51 service-centre locations moved from 75% to 92%, and a single-site analysis surfaced $565,000 in unused capacity that scaled past $14 million annualized across 25 sites.

A leading North American retailer shows the boundary drawn cleanly from the start. Running a multi-hundred-store network supplied through several distribution centres and hubs, with a private fleet moving tens of thousands of deliveries a year across ocean, rail, and road, it had six disconnected systems and no end-to-end tracking. Locus was deployed as governed agents forming the decisioning layer while the retailer’s ERP and WMS explicitly remained systems of record. The Dispatch agents own routing across DC, hub, and last mile against 250-plus constraints; the Hub agent owns DC, yard, and ocean and rail transit orchestration; the Customer agent owns live status and store ETAs; and Settlement agents write freight billing and reconciliation back into the record systems. The result was more than $1 million in savings, on-time store delivery above 99%, exceptions resolved in under two hours, 95%+ route compliance, an 80%+ reduction in manual dispatch, and break-even inside the first year, with six legacy systems retired rather than six systems argued with.

Also Read: The Real-Time Decision Surface: A Framework for US CTOs Evaluating AI Logistics Orchestration

Specify authority, not just integration

The reason logistics automation and orchestration programmes stall after a clean integration is that connectivity and authority are different deliverables, and only the first one appears on the project plan. The connectors get built, the data flows, the dashboards populate, and then the operation discovers that two systems disagree about a delivery date and there is no rule that settles it.

None of this argues for consolidating onto one platform. The layered model is correct: keep durable state where it already lives and put continuous decisions where they can actually be made. But layering only works when the seam is specified. Draw the line field by field, separate the promise from the prediction, make every consumer idempotent, and require decision lineage before you require dashboards.

PwC’s finding that only 37% of operations leaders are comfortable assigning AI agents to execute end-to-end processes is usually read as a trust problem with AI. Read it again as an authority problem. Teams are not uncomfortable because the decisions are poor. They are uncomfortable because nobody has written down what the system is allowed to decide, what happens when it is wrong, and who finds out.

Book a Locus demo to walk the decision-authority boundary against your own ERP, WMS, and OMS estate before it becomes an implementation discovery.

Frequently Asked Questions (FAQs)

What is the difference between a system of record and a system of execution in logistics?

A system of record owns durable truth about state: orders, inventory, commercial promises, invoices. A system of execution owns perishable decisions about action: sequence, vehicle, carrier, driver, and what to do when conditions change. The distinction matters because the two have different data lifecycles. State should have one authoritative home and change rarely; action is recomputed continuously and cannot sensibly live in a system designed to store it.

Can an ERP or WMS act as the logistics orchestration layer?

Rarely, and the reason is architectural rather than a question of feature coverage. Systems designed to hold authoritative state optimize for consistency and auditability, while decisioning requires re-computing answers many times a day against live conditions. Enterprises frequently discover this after implementation, having expected a records platform to run dispatch inside its own stack.

Which system should own the delivery date?

Two fields, two owners. The promised delivery window belongs to the system of record, set at commit, because it is the commercial commitment you are held to. The predicted delivery time belongs to the system of execution, because it changes as the day changes. Storing only one field means either the operation cannot see that it is about to break a promise, or it silently rewrites promises to match current reality.

Why does idempotency matter more for orchestration than for visibility integrations?

Because a decisioning layer re-decides continuously and therefore emits many messages about the same order in a single day, where a reporting integration typically delivers one event per state change. Without idempotent consumers, an afternoon of re-optimization generates duplicate tasks, duplicate notifications, and duplicate carrier tenders. This defect commonly survives testing, since tests usually send each message once.

What should decision lineage capture in an orchestration platform?

Enough to reconstruct a single decision after the fact: the inputs it was made on, the model or rule version that made it, the authority level under which it acted, the resulting action, and the downstream systems it triggered. The practical test during evaluation is to ask the vendor to retrieve the full lineage of one specific decision from several weeks earlier.

How do you reverse an autonomous decision that has already caused physical action?

Not by rolling back a record. Once a vehicle has been re-routed or a tender issued, reversal means issuing a compensating decision, which the orchestration platform needs to support as a designed capability rather than a manual exception. Ask specifically whether compensating actions are automatic, what they cost, and how they appear in the audit trail.

Where do most logistics automation and orchestration integrations actually fail?

At the authority boundary rather than at connectivity. The connectors usually work. What is typically left unspecified is which system is authoritative for each shared field, what the orchestration layer may write back, how conflicts resolve, and what happens when a batch job overwrites a live decision. Those gaps produce split-brain state and silent precedence conflicts, which raise no errors and are found late.

MEET THE AUTHOR
Avatar photo
Aseem Sinha
Vice President - Marketing

Aseem, leads Marketing at Locus. He has more than two decades of experience in executing global brand, product, and growth marketing strategies across the US, Europe, SEA, MEA, and India.

Related Tags:

Previous Post Next Post

General

Real-Time Visibility Without Lead Time: Why Control Tower Exceptions Still Surface Too Late in 2026

Avatar photo

Aseem Sinha

Aug 26, 2026

Your control tower shows every exception. The question is how much time it gives you before the exception costs money. Why aggregation adds latency, and what predictive exception detection changes.

Read more

General

The Hidden Cost of Fresh Produce SLAs: A Fall Harvest Capacity-Sourcing Playbook for North American Grocers

Avatar photo

Anas T

Aug 26, 2026

At harvest, the question is not how fast you can re-plan but which capacity pool absorbs the surge. Why shelf life inverts normal freight cost logic, and how to allocate across captive, 3PL, and spot capacity.

Read more

System of Record or System of Execution in 2026: Drawing the Decision-Authority Boundary in Logistics Automation and Orchestration

  • Share iconShare
    • facebook iconFacebook
    • Twitter iconTwitter
    • Linkedin iconLinkedIn
    • Email iconEmail
  • Print iconPrint
  • Download iconDownload
  • Schedule a Demo
glossary sidebar image

Is your team spending more time on fixing logistics plan than running the operation?

  • Agentic transportation management from order intake to freight settlement
  • Route optimization built on 250+ real-world constraints
  • AI-driven dispatch with automatic execution handling
20% Cost Reduction
66% Faster Planning Cycles
Schedule a demo

Insights Worth Your Time

General

Locus 2026 US Consumer Survey: Generative AI isn’t Just Changing How Consumers Shop, it’s Breaking the Demand Patterns US Retail Was Built On

Avatar photo

Ishan Bhattacharya

May 29, 2026

General

Embedded vs Bolted-On AI: The Architecture Question European Logistics Buyers Are Asking

Avatar photo

Aseem Sinha

May 21, 2026

General

Hybrid Fleet Management: How Owned, 3PL, Gig, ICE, and EV Capacity Actually Operate at Most Enterprises

Avatar photo

Aseem Sinha

May 7, 2026

General

US Returns Hit $850 Billion in 2025: Why US Retailers Are Restructuring Reverse Logistics in 2026

Avatar photo

Ishan Bhattacharya

May 7, 2026

SUBSCRIBE TO OUR NEWSLETTER

Stay up to date with the latest marketing, sales, and service tips and news

Locus Logo
Subscribe to our newsletter
Platform
  • Transportation Management System
  • Last Mile Delivery Solution
  • Fulfillment Automation
  • Dispatch Planning
  • Delivery Orchestration
  • Track and Trace
  • Analytics and Insights
Industries
  • Retail
  • FMCG/CPG
  • 3PL & CEP
  • Big & Bulky
  • E-commerce
  • E-grocery
  • Industrial Services
  • Manufacturing
  • Home Services
Resources
  • Use Cases
  • Whitepapers
  • Case Studies
  • E-books
  • Blogs
  • Reports
  • Events & Webinars
  • Videos
  • API Reference Docs
  • Glossary
Company
  • About Us
  • Customers
  • Analyst Recognition
  • Careers
  • News & Press
  • Trust & Security
  • Contact Us
  • Hey AI, Learn About Us
  • LLM Text
ISO certificates image
youtube linkedin twitter-x instagram

© 2026 Mara Labs Inc. All rights reserved. Privacy and Terms

locus-logo

Cut last mile delivery costs by 20% with AI-Powered route optimization

1.5B+Deliveries optimized

99.5%SLA Adherences

30+countries

Trusted by 360+ enterprises worldwide

Get a Complimentary Tailored Route Simulation

locus-logo

Reduce dispatch planning time by 75% with Locus DispatchIQ

1.5B+Deliveries optimized

320M+Savings in logistics cost

30+countries served

Trusted by 360+ enterprises worldwide

Get a Complimentary Tailored Route Simulation

locus-logo

Locus offers Enterprise TMS for high-volume, complex operations

1.5B+Deliveries optimized

320M+Savings in logistics cost

30+countries served

Trusted by 360+ enterprises worldwide

Get a Complimentary Network Impact Assessment

locus-logo

Trusted by 360+ enterprises to slash costs and scale operations

1.5B+Deliveries optimized

320M+Savings in logistics cost

30+countries served

Trusted by 360+ enterprises worldwide

Get a Complimentary Enterprise Logistics Assessment