ArcFlow
Company
Managed Services
Markets
  • News
  • LOG IN
  • GET STARTED

OZ brings Visual Intelligence to physical venues, a managed edge layer that lets real-world environments see, understand, and act in real time.

Talk to us

ArcFlow

  • World Models
  • Sensors

Managed Services

  • OZ VI Venue 1
  • Case Studies

Markets

  • Sports
  • Broadcasting
  • Robotics

Company

  • About
  • Technology
  • Careers
  • Contact

Ready to see it live?

Talk to the OZ team about deploying at your venues, from a single pilot match to a full regional rollout.

Schedule a deployment review

© 2026 OZ. All rights reserved.

LinkedIn
  1. Home
  2. Blog
  3. Why the Real Moat in AI Is Integration, Not Any Single Layer

Why the Real Moat in AI Is Integration, Not Any Single Layer

Article January 4, 2026

Share this post

"If you cut any one connection, the whole system degrades. That is not a design flaw. That is the design." Suresh Gohane drew five overlapping circles on a whiteboard (hardware, perception, spatial intelligence, runtime, production tools) and refused to draw them as the neat, separated boxes that every other stack diagram uses. An investor once asked him what OZ's moat was. His answer: not any single layer, but the conversation between all five. A competitor can hire brilliant engineers for each circle. What takes years, not months, is the trust, the shared vocabulary, and the cross-layer intuition that let those engineers optimize the whole system as one.

Why Layers Matter#

"Every AI company talks about their model," Suresh says. "Their detection accuracy. Their tracking precision. Their inference speed. And those numbers matter. But they are numbers from one layer. What happens when that model runs on hardware it was not designed for? What happens when its output feeds a spatial engine that was not built to handle its format? What happens when the runtime that schedules it was designed for cloud, not edge? Each layer boundary is a place where things can go wrong. And in production, they do go wrong, at the boundaries."

This is the insight that shapes how Suresh thinks about OZ. Not as an AI company that also has hardware. Not as a hardware company that also runs AI. As a system where five layers are co-designed to work together, and where the integration between layers is as important as the capability within them.

"The five layers are the hardware, the perception, the spatial engine, the runtime, and the production tools," he explains. "Each one is a serious engineering achievement. But the real achievement is that they talk to each other without translation, without adaptation layers, without middleware that patches over the gaps. They were designed together, from the beginning, by a team that understands all five."

Layer One: The Hardware#

"Rushikesh built hardware that solves problems most AI companies never think about," Suresh says. "The sealed enclosure. The passive cooling that works in summer heat and winter cold. The power conditioning that protects against voltage spikes from stadium electrical systems. The robotic gimbals that move with precision for five seasons without maintenance."

What Suresh adds to this picture is the connection upward. "The hardware is not just a container for compute. It is a partner in the AI pipeline. The thermal profile of the enclosure determines how much processing power Cortex can use at any moment. The optical characteristics of the camera lenses affect how the perception models interpret the image. The gimbal response speed defines how quickly the system can reframe a shot when the Action Manager makes a decision. Every hardware specification is an input to every software layer above it."

When Rushikesh designs a new cooling system, he does not optimize for thermal dissipation alone. He optimizes for what that thermal performance means for Cortex's processing budget. When he selects a camera sensor, he does not just look at resolution. He talks to Bhagyashree about how her models will process the specific way that sensor captures light. The hardware layer is not a foundation that other layers build on top of. It is part of a conversation.

Layer Two: The Perception#

"Bhagyashree's team built models that see things no human camera operator can see," Suresh says. "They track every player simultaneously. They detect events (tackles, passes, shots) from spatial patterns rather than single frames. They maintain identity across multiple cameras, so that a player who moves from one camera's view into another is still recognized as the same person."

The connection to Cortex is direct. "Her models run inside my runtime. Every scheduling decision I make affects her model's performance. If I give her detection model two milliseconds less per frame to accommodate a new tracking feature, she needs to know, because those two milliseconds might mean the difference between detecting a player at the edge of the frame and missing them entirely."

"We sit together and negotiate," he says. "Not in a formal meeting. In a working session where we look at the same data, the same timing profiles, the same edge cases. She shows me a failure case where a model missed a detection. I show her the timing trace and we see that the model was competing for processing power with the tracking pipeline. Together, we find a scheduling arrangement that gives both models what they need without exceeding the hardware's capacity."

This kind of cross-layer optimization is impossible when layers are built by separate companies, or even by separate teams that interact through formal interfaces. It requires people who understand each other's domains deeply enough to have a productive conversation at the boundary.

Layer Three: The Spatial Engine#

"Suresh built something that no one else in the industry has," Suresh says. "Not a database that stores spatial data. A spatial-first engine that structures the physical world as a live, queryable graph. The Venue Graph does not record events after they happen. It represents the state of the venue right now: where every entity is, how they relate to each other, what zones they occupy, what events are unfolding."

The connection to Cortex is the data pipeline. "My runtime produces structured detections (coordinates, identities, confidence scores) and feeds them into Suresh's Venue Graph at frame rate. If Cortex hiccups, the Venue Graph receives incomplete data. If the Venue Graph's ingestion slows down, Cortex has to buffer output. The two systems must run in lockstep, at the same speed, with the same reliability guarantees."

"Suresh and I designed this interface together," Suresh says. "Not a generic API. A purpose-built data contract with guaranteed delivery semantics. Every detection that Cortex produces arrives in the Venue Graph within a defined window. No exceptions. No 'best effort.' This contract is what makes real-time spatial queries possible. The Venue Graph can answer questions about the physical world at any moment because it trusts that its data is current, complete, and correct."

Suresh Gohane

Suresh Gohane

OZ Cortex / AI Stack Lead

AI Runtime & Cortex

“If you cut any one connection between our layers, the whole system degrades. That is not a design flaw. That is the design.”

Layer Four: The Runtime#

"This is my layer," Suresh says. "Cortex, the AI runtime that orchestrates everything on-site. It schedules every model, manages every resource, enforces every timing guarantee, and adapts to conditions in real time."

But he immediately connects it to the layers around it. "Cortex is not a standalone system. It is the conductor of an orchestra. It only works because the instruments (the hardware, the models, the spatial engine) are designed to be conducted. If Rushikesh's hardware did not report thermal data in real time, Cortex could not do heat-aware scheduling. If Bhagyashree's models were not designed for graceful degradation, Cortex could not manage processing budgets. If Suresh's engine did not accept data with guaranteed delivery semantics, Cortex could not make timing promises."

"I sometimes describe Cortex as the layer that makes promises on behalf of the whole system. The published performance guarantee (the system responding faster than a human blink, every frame, every match) is a Cortex promise. But I can only make that promise because every other layer keeps their promises to me."

Layer Five: The Production Tools#

"Sunil built the tools that production teams actually touch," Suresh says. "OZ Studio, OZ Designer, the Spatial API. These are the surfaces where a broadcast director, a deployment engineer, or a data analyst interacts with everything underneath."

"The connection between Sunil's layer and mine is trust," he says. "When a director in OZ Studio sees six live camera feeds with AI-selected framing and real-time graphics, they are trusting that Cortex is delivering those feeds reliably. They are trusting that the Venue Graph data powering the graphics is accurate. They are trusting that the Action Manager's camera suggestions are based on real spatial intelligence, not approximations. Sunil's job is to make that trust invisible. The director focuses on their creative decisions, not on whether the infrastructure is working."

"And it works the other direction too," Suresh adds. "When a director overrides the Action Manager's camera selection, that override flows back through the Spatial API, through the Venue Graph, and into the playbook that Cortex executes. The director's creative judgment becomes training data that improves the AI's decisions at the next match. The production tools do not just consume intelligence. They contribute to it."

Why Integration Cannot Be Assembled#

Suresh returns to his whiteboard diagram, the five overlapping circles.

"A competitor could, in theory, build each of these layers independently. Buy edge hardware from one vendor. License detection models from another. Use an open-source spatial database. Build a runtime on top of existing AI serving frameworks. Create a production interface with standard web technology. Each box would work. The stack would look similar on a slide."

"But the connections would not exist," he says. "The thermal-aware scheduling that links hardware performance to AI model selection. The purpose-built data contract between runtime and spatial engine. The cross-layer optimization sessions where Bhagyashree and I negotiate processing budgets at the millisecond level. The feedback loop between production tools and the AI pipeline. None of that comes from assembling best-of-breed components. It comes from a team that designed all five layers together."

Vertical integration is not just a product strategy. It is a team strategy. Each layer boundary in OZ's stack is a place where two team members have a working relationship deep enough to optimize across the boundary. This cross-layer knowledge (the thermal engineer who understands AI scheduling, the perception scientist who understands hardware constraints) cannot be assembled from separate vendors. It can only be grown from a team that builds together.

The People in the System#

Suresh circles back to the team, the part of the story that, for him, matters most.

"I talk about layers and connections because that is the architecture. But behind every connection is a conversation. Rushikesh and I arguing about thermal margins on a conference call. Bhagyashree and I staring at timing traces at one in the morning. Suresh and I designing data contracts on a shared document. Audur reminding all of us that the commissioning playbook cannot tolerate ambiguity. Sunil reminding all of us that the production director doesn't care about our architecture; they care about whether the camera follows the ball."

"That is what makes this work," he says. "Not the technology. The conversations between the people who build the technology. Each person understands their own layer deeply. And each person understands enough about the adjacent layers to have a productive conversation at the boundary. That cross-layer knowledge is what makes the system coherent."

He pauses, then adds the line that connects the technical story to the business story.

"An investor once asked me what our moat was. I said: the moat is not any one layer. It is the conversation between all five. A competitor can hire brilliant engineers for each layer. What they can't do (what takes years, not months) is develop the trust, the shared vocabulary, and the cross-layer intuition that allows those engineers to optimize the whole system as one. That is what we have built. And every match we run makes it deeper."


This interview is part of the OZ Interview Series, profiling the team building the world model for the physical world.

All InterviewsAll with SureshLearn more about OZ