What Happened
The industry is converging on three practical trends: hardware specialization for agentic and video workloads, new low‑cost execution models and routing layers to reduce agent runtime cost, and cloud/platform offerings that push agents and governance into production environments.
- NVIDIA released JetPack 7.2.1 with agentic video skills and T3000 emulation for Jetson edge platforms, emphasizing multi‑camera capture, inference, overlay and encode pipelines for robotics and video analytics [2].
- NVIDIA introduced Nemotron 3.5 Lightning — an open 30B Mixture‑of‑Experts (3B active params) optimized as a low‑cost, low‑latency execution model for long‑running agent workloads — and promoted model routing via NeMo Switchyard to place work on the right model for each step [4][6][7].
- Cloud and platform vendors are building agent infrastructure primitives (runtimes, identity, observability, orchestration) and sandboxing patterns: Cloudflare’s Agents Week highlighted the need for execution layers, agent‑aware Internet controls, and secure ADLCs; Databricks and partners are integrating WASM sandboxes and language tooling for agent development and governance [12][1][9].
- NVIDIA and major financial partners announced compute financing platforms to mobilize third‑party capital for large AI compute deployments, signaling demand for new financing and amortization models for accelerated infrastructure [11].
- Power delivery and data‑center electrical architecture are rising bottlenecks as rack density and accelerator performance grow — improving raw wattage is insufficient without rethinking distribution and conversion (research note excerpt flagged this as the primary constraint) [3].
Why It Matters to Businesses
Decisions about where to run models (edge vs cloud vs private racks), which models to run (frontier vs specialized execution models), and which platforms to use (cloud providers, managed ML platforms, edge vendors) directly affect cost, latency, governance and security.
- Running frontier models for every agent step is expensive and slow; cheaper specialized execution models (e.g., Nemotron Lightning) can lower operational cost and latency for tool calls, validation and high‑volume subagent work [4][6].
- Edge compute (Jetson) enables low‑latency video/robotics processing and reduces cloud ingress costs, but it requires integrated hardware/software stacks and careful power/thermal design [2].
- Production agent stacks need new primitives — model routing, sandboxes (WASM/DB sandboxes), identity and telemetry — to maintain security and governance at scale [7][9][12].
- Financing and procurement models matter: firms can access third‑party compute financing to accelerate capacity buildouts, which changes TCO and deployment timelines for large GPU purchases [11].
Kimbodo Engineering Perspective
Engineering trade‑offs fall into three categories: model placement, infrastructure economics, and operational safety.
Model placement trade‑offs
- Use small, specialized execution models for always‑on agent internals and routing to more capable models only when necessary — reduces cost and improves throughput [4][7].
- Place high‑bandwidth video inference at the edge (Jetson) to avoid cloud egress and latency for real‑time applications; reserve cloud/cluster GPUs for large offline training, batch analytics, and heavyweight reasoning [2].
Infrastructure economics
- Balance capex (on‑prem racks) vs opex (cloud instances). For sustained, high‑density workloads, owned racks with financed compute can be cheaper but require attention to power‑distribution design and lifecycle management [3][11].
- Prefer hybrid models: burst to cloud for peak training, keep inference and execution layers on cheaper, specialized models or edge devices to control steady‑state costs [4][6].
Operational safety and governance
- Adopt sandboxing and strict data access boundaries for agents — WASM sandboxes and controlled DB access patterns are practical primitives to prevent exfiltration and preserve compliance [9][12].
- Instrument model routing, observability and provenance: record which model executed each step, input/outputs, and policy decisions to support audits and incident response [7][12].
How We Would Implement It
Below is a practical, staged architecture and implementation plan Kimbodo would use to deliver production agentic AI with cost, performance and security controls.
Core architecture
- Edge layer (Jetson or similar): handle video capture, pre‑processing, lightweight inference and encoding; run deterministic vision pipelines and small agent execution tasks locally to meet latency and bandwidth constraints [2].
- Execution layer (cluster or cloud): deploy a low‑cost, high‑throughput execution model (e.g., Nemotron 3.5 Lightning class) to serve agent internal steps and tool orchestration with autoscaling and queuing [4][6].
- Reasoning layer (larger LLMs in cloud or private racks): invoked selectively through a model switching/router (NeMo Switchyard pattern) for complex planning, hallucination mitigation, or tasks requiring high reasoning capacity [7].
- Platform and data plane: manage model lifecycle, observability, and governance on a managed platform (Databricks for model ops and language tooling; Snowflake or equivalent for governed, queryable enterprise data) while enforcing access controls and audit logs [1][9][10].
- Network and edge controls: use agent‑aware network policies, identity and zero‑trust controls (Cloudflare’s Agent Cloud primitives) to constrain agent external communications and apply per‑agent controls [12].
Implementation steps
- Phase 0 — Requirements and cost modeling: profile workloads, measure inference/throughput needs, estimate egress, and compare owned racks vs cloud GPU pricing; include power distribution constraints for planned rack densities [3].
- Phase 1 — Build execution layer and routing: deploy Nemotron‑class execution model(s) for high‑frequency steps and implement NeMo Switchyard style routing to select models by cost/latency/accuracy [4][7].
- Phase 2 — Integrate sandboxes and data governance: deploy WASM DB sandboxes and tokenized DB proxies for agent access (Electric + Databricks pattern) and enforce least‑privilege data queries with audit logs [9][1].
- Phase 3 — Edge deployments and observability: roll out Jetson stacks for video pipelines where latency matters, instrument traces across edge→execution→reasoning layers, and add policy enforcement points at network/agent boundaries [2][12].
- Phase 4 — Cost scaling and financing: for large, sustained on‑prem expansion, evaluate compute financing partnerships or leasing to smooth capex and accelerate capacity [11].
Risks, Costs and Security
Key risks and mitigations Kimbodo emphasizes:
- Power and facility constraints: High‑density GPU racks require reworked power distribution. Mitigation: early electrical capacity planning, phased rack builds and vendor‑validated PDUs; factor revised power‑loss and cooling models into TCO [3].
- Cost of running frontier models continuously: Avoid running large models for every agent step; use specialized execution models and routing to reduce compute cost and latency [4][6][7].
- Data exfiltration and agent misuse: Agents increase attack surface. Mitigation: WASM sandboxes, DB proxies, strict ACLs, network egress controls and agent identity attestation as part of the ADLC [9][12].
- Operational complexity: Multi‑layer stacks (edge, execution, reasoning, data platform) increase operational burden. Mitigation: standardize deployment primitives, use managed services where acceptable, automate model deployment and rollback, and centralize observability [1][7][12].
- Financing and supplier risk: Leasing or third‑party financed compute reduces upfront cost but adds contractual and vendor concentration risk. Mitigation: diversify suppliers, retain portability across clouds and on‑prem through container/WASM and model‑agnostic routing layers [11].
In short: adopt small, efficient execution models and model‑routing primitives for steady‑state agent work; keep heavy reasoning models gated and auditable; run high‑bandwidth video/robotics pipelines at the edge; and plan power, procurement and governance early to avoid surprise technical and financial constraints [2][4][6][7][9][11][12].
Where Kimbodo Comes In
Kimbodo builds and operates this in production for businesses — see our AI Infrastructure & MLOps practice. Wondering what it would cost for your organization? Get a preliminary range, timeline and architecture in about a minute.
Sources
- [1] Open-sourcing Metals v2: Databricks’ Java and Scala language server for multi‑million line codebases
- [2] NVIDIA JetPack 7.2.1 Adds Agentic Video Skills and T3000 Emulation
- [3] Why Scaling AI Compute Performance Requires a New Power Architecture
- [4] NVIDIA Nemotron 3.5 Lightning Delivers Fast, Accurate Specialized Task Execution for Long-Running Agents
- [6] NVIDIA Nemotron 3.5 Lightning and NeMo Switchyard Deliver Faster, Smarter, More Efficient Agentic AI
- [7] Route AI Agent Workloads Across Models with NVIDIA NeMo Switchyard
- [9] Electric joins Databricks to bring WASM Postgres to AI agent sandboxes
- [10] How to ground Genie Agents in both structured data and documents without losing governance
- [11] NVIDIA Partners With Apollo, BlackRock, Blackstone, Brookfield, Goldman Sachs and KKR to Establish AI Compute Infrastructure Financing Platforms to Mobilize Over 0 Billion of Third-Party Capital
- [12] Everything we launched during Agents Week