When Architecture Fights Gravity, Operations Pay the Tax.

Why “unified namespace” is a polite way of pretending data has no mass, and what the three forms of data actually let you move.
Key takeaways 6 min read
    • Storage-embedded stacks assume data will come to the namespace. The forces acting on an enterprise estate say it won’t.
    • The “unified namespace” pitch is a bet against the three forms of data.
    • The architectural tax is structural: pipeline ownership, reconciliation debt, schema coupling, governance double-bookkeeping, cost opacity.
    • External forces (regulation, application coupling, contracts, ownership) make the tax permanent, not transitional.
    • A federated control plane operates on data where it lives — and only moves it when moving it is the right answer.

If you’re evaluating AI data platforms, the line items on the quote are not your only costs. The real bill shows up later — in the pipelines you have to build, the people you assign to keep them alive and the optionality you give up every time data has to move just to be usable.

Data has gravity, the real enterprise estate is full of distortions that hold data in place, and “data” itself isn’t one substance — it’s three forms (data, metadata and vectors), each with different characteristics and requirements. This post is about what happens when an architecture pretends those laws don’t apply.

The architectural assumption under every storage-embedded stack

Storage-embedded AI stacks, with VAST AI OS being the most visible example, are built on a single architectural assumption: the AI services will run on data that has already landed in the platform. They have to be in the platform. Anything outside the namespace is, from the platform’s point of view, invisible.1,4

So, the platform ships with tools to bring data in. It ships with a story about how centralizing data simplifies operations. It ships with a unified UI that, in the demo, makes the whole estate look like one clean thing.

That story is internally consistent. It is also a bet against the structural forces acting on real enterprise estates.

The three forms say you don’t have to move the heavy data

What enterprises call “data” is really three distinct things:

    • Data — Heavy. Stays where it is. Files, records, images, video, telemetry, regulated tables.
    • Metadata  Lightweight. Cheap to propagate. Lets every AI see every asset, anywhere.
    • Vectors  Locality-sensitive. Carry meaning across the estate without carrying the data itself.

Architectures that treat all three as the same substance default to one bad answer: move everything. Architectures that treat them as distinct can leave the heavy data governed where it lives, propagate metadata across the estate and let vectors do the cross-environment reasoning AI actually needs.

A unified namespace is a coherent answer if the only form you recognize is data. It is the wrong answer the moment you accept that metadata and vectors exist as first-class citizens.

The architectural tax of pulling the estate inward

When an architecture is built around the assumption that data must arrive before AI can touch it, every external force in your enterprise becomes an operational obligation:

    • Pipeline ownership. Every source, including Snowflake, SharePoint, S3, Kafka, third-party storage, SaaS, needs a sync job.1 Every sync job has a human behind it.
    • Reconciliation debt. Every copy drifts from its source. Schema drift, regional latency spikes, silent truncations when a source field length changes and nobody told anyone. Somebody has to detect and correct that drift, forever.
    • Schema coupling. When source systems change, downstream copies break — and the AI services depending on them break with them.
    • Governance double-bookkeeping. Access controls, retention policies, regulatory holds and audit trails have to be maintained twice — in the source and in the copy.
    • Cost opacity. Your FinOps team is now tracking data movement, storage duplication, and egress across an architecture that was sold as consolidation.

None of this is hidden in bad faith. It’s structural. It’s what happens when a closed, storage-embedded model meets an open, distributed data estate and tries to pull the estate inward.1,4

The vendor language matters here. “Sync engine is free” and “syncing is free” are not the same sentence. A sync job is not a one-time migration. It’s a permanent relationship between two systems that have to be kept consistent forever: against schema changes, network events, permission changes, retention policies, regulatory holds and the occasional outage on either side.4 Multiply that by every source system your AI workloads touch, and you have not simplified your architecture. You’ve added a new, vendor-specific copy plane running underneath it.1

The external forces make the tax permanent

The reason this tax doesn’t fade over time is that the forces creating it are not transitional. They are structural features of the enterprise:

    • Regulatory and sovereign constraints. GDPR, HIPAA, data-residency law, export controls. Some data must be processed where it lives. The sync job that crosses a sovereign boundary is the sync job that becomes a compliance incident.
    • Application requirements. Source-of-truth applications such as ERPs, CRMs, EHRs and transactional systems are coupled to their owners. They were not designed to feed a vendor namespace. They were designed to run a business.
    • Contractual friction. Hyperscaler egress fees and proprietary formats make data more expensive to extract than to leave in place. Pulling data out to land it somewhere else is a cost line your CFO will eventually find.
    • Organizational dynamics. Two business units claiming the same data, an acquired company’s estate dropped in overnight, a steward who won’t release governance — the org chart routinely overrides the architectural ideal.
    • Unknown or uncatalogued data. The data you know exists but can’t catalog. You can’t sync what you can’t find. And what you can’t sync, your AI can’t see, at least not in a storage-embedded model.

Every one of these forces is a permanent feature of the environment a real enterprise operates in. Architectures that depend on them going away will pay the tax indefinitely.

The federated alternative

Dell’s AI Data Platform is built on a very different premise. Rather than asking customers to copy data into a vendor-controlled namespace before they can use it, Dell’s approach is federated: a control plane that operates on data where it lives across PowerScale, ObjectScale, third-party storage, warehouses, SaaS and public cloud, and only moves data when moving it is actually the right answer.4,5

That single design decision is a direct application of the three-forms framing:

    • The data stays where it lives, governed by the teams that already govern it.
    • The metadata propagates everywhere, so every AI you choose sees every asset regardless of location.
    • The vectors carry meaning across the estate, so AI can reason about data without first relocating it.

It’s not that federated architectures never move data. They do, when it makes sense. But they don’t make data movement the precondition for getting value from the platform. And that single architectural choice eliminates most of the operational tax above — because the tax only exists if you’ve built your architecture around the assumption that data has to relocate before AI can touch it.4

It also preserves the thing the CFO cares about most: optionality. A federated control plane doesn’t trap the data estate inside a vendor’s namespace. It leaves the estate where it already is, governed by the teams that already govern it and makes it useful to AI in place.2,4

Independent analysts are increasingly calling this dynamic out. One recent piece noted that despite VAST’s support for open standards, its “unified architecture could create dependencies that make future migrations challenging” — a polite way of saying that the more data you sync in, the harder it is to ever leave.2 Another observed that VAST’s approach is “more analogous to the hyper-converged infrastructure model, delivering a tightly integrated, opinionated stack where VAST controls the full experience.”3 HCI taught the industry what happens when that model meets heterogeneity at scale. The same lessons apply here.

Three questions to ask before you sign

These go straight into your RFP.

    1. At steady state, how many pipelines will I be running into your namespace? Ask for a realistic estimate based on a data estate that looks like yours, not a reference architecture built around a greenfield. Map that against your regulatory and application-coupled estate.
    2. Who owns reconciliation when a source system changes? If the answer is “your team, using our tools,” that’s your operations cost. Price it.
    3. If I want to stop syncing a source in year three, what does that look like? The answer is a direct measure of how much optionality you’re giving up, and a direct readout of how much friction the architecture creates around exit.

The shorter version: don’t pay for the plumbing nobody told you you were buying.

What’s next

In the next post, I’ll go back to the data center floor, because the consequence of this architectural tax isn’t just an FTE problem. It’s a GPU economics problem. When data has to land before compute can run, the most expensive line item in your AI infrastructure is the one that pays the bill.


1 VAST Data, “DataSpace and SyncEngine” product documentation.

2 DataPro.news, “VAST Data: Revolutionary AI OS or Silicon Valley Hyperbole?” June 2025.

3 NAND Research, “How to Think about VAST Data,” February 2026.

4 Prowess Consulting, “Architectural and Operational Comparison: Dell AI Data Platform vs. VAST AI OS,” Commissioned by Dell, April 2026.

5 Dell Technologies, “Dell AI Data Platform with NVIDIA Supercharges Enterprise AI with Breakthrough Data Orchestration and Storage Innovations,” PR Newswire, March 2026.

About the Author: Jon Hyde

Jon Hyde leads Competitive Intelligence at Dell Technologies, where he draws on more than 21 years of experience in technology and business consulting, enterprise architecture, strategy and organizational leadership.

Over his 13-year tenure at Dell Technologies, Jon has built and led the company’s AI, as-a-Service and cloud enablement organizations and led its technology thought leadership, portfolio marketing and messaging teams. Before joining Dell Technologies, he helped build and operate a successful executive technology consulting practice in New England.