
As the AI Infra Summit approaches, TechArena has been chatting with the builders of AI infrastructure about how their requirements are changing as deployments scale.
We sat down with Marc Austin, CEO and co-founder of Hedgehog, a company that builds open software-defined networking for AI clusters. Hedgehog’s approach is mattering more now, as AI infrastructure spreads from single racks to multiple sites and a single misconfigured switch can leave GPUs across a cluster waiting on the network.
We talked about how Hedgehog’s software replaces switch-by-switch network engineering with a declarative operating model, why the company holds reference architecture validation from both NVIDIA and the Open Compute Project, and what it takes to keep job completion times down as clusters scale across sites. Here’s what we learned.
A: It turns the network from a monthslong engineering project into a product you deploy.
Designing an AI network from scratch means making thousands of interdependent decisions (topology, QoS, congestion control, failure domains) and then keeping them consistent across hundreds of switches by hand.
With Hedgehog, an operator declares the cluster they want, and the fabric handles Day-0 through Day-N automatically: provisioning, lossless Ethernet tuning, congestion-aware routing and failure recovery, all through Kubernetes-native operations.
That’s what lets a lean cloud team network like a hyperscaler.
A: At NVIDIA GTC 2026, we announced support for NVIDIA Spectrum-X Ethernet and the NVIDIA Cloud Partner reference architecture. At the 2026 OCP EMEA Summit, our AI training and inference fabric designs became OCP Accepted: 100% open source, hyperscaler reviewed, with complete BOMs available today on the OCP Marketplace.
An operator can standardize on Spectrum-X, deploy a fully open SONiC-based fabric on OCP hardware, or run both, and keep a single declarative operating model across all of it. No other network vendor gives operators that freedom at the architecture layer.
A: The metric that matters is job completion time, and the network defends it or destroys it.
The fabric has to get five things right at once: lossless Ethernet with properly configured RoCEv2 QoS; congestion-aware routing; rail-optimized topology; dual-plane resilience, so a single failure never stalls a training run; and telemetry with automated recovery, so problems are fixed faster than a GPU can starve.
In a closed, manually operated network, each of those is a specialist tuning exercise repeated per deployment. Any one misconfigured switch quietly taxes every job on the cluster. Hedgehog ships them as validated defaults in the reference architecture and enforces them continuously in software so that the fabric stays out of the GPUs’ way.
A: Composability is fundamentally a network abstraction problem, and hyperscalers already showed the answer: open networking plus VPC abstractions. Hedgehog brings that same model to AI clusters.
Tenants get VPCs that can span multiple accelerator types and pods, with policy-based multitenant isolation, composed and recomposed in software rather than recabled. We’ve proven this live with disaggregated inference: NVIDIA GPUs handling prefill, SambaNova RDUs handling decode and Intel Xeon orchestration, all running across one Hedgehog fabric with no network penalty.
Because the whole thing is operated through a declarative, Kubernetes-native model, AI infrastructure can be run with a small team.
A: Network software has to scale in two directions at once: up and out.
“Up” means prescriptive scale-out designs, with our OCP reference architectures defining Open Pod Group scalable units from 64 to 1,024 xPUs and a roadmap to Ultra Ethernet as the interconnect evolves.
“Out” means treating many pods, clusters, and sites as one operable system, with hybrid multicloud routing and multitenant security built in rather than bolted on.
Open reference architectures are what make that repeatable: Instead of every operator rederiving the design math, validated architectures with complete BOMs are published on the OCP Marketplace for anyone to build from. Everyone gets to network like a hyperscaler, and the industry scales without redesigning the network from scratch each time.