← all topics

🏗️ AI Infrastructure

GPU clusters, training stacks, autoscaling inference, data pipelines, feature stores, observability for AI workloads.

83 videos · agentsinfrastructureobservabilitydurable-executiondistributed-systemsreliability

The workflow

flowchart LR
    A[Workload] --> B{Stage}
    B -->|Train| C[Multi-GPU cluster<br/>NVLink / RDMA]
    B -->|Serve| D[Autoscaling fleet<br/>spot + reserved]
    B -->|Data| E[Lakehouse +<br/>feature store]
    C --> F[Observability<br/>traces + metrics]
    D --> F
    E --> F
    F --> G[Cost / perf<br/>tuning loop]

Training is bursty; serving is steady; the bill is paid by serving.

Key takeaways

Export controls have not stopped Chinese compute scale-up, and Middle East gigawatt-scale builds are reshaping where frontier training happens.
Agent-driven development needs a continuous-compute substrate that replaces PR-centric CI/CD with high-throughput, machine-paced merging.
Enterprise AI data centers need rail-optimized, isolated backend GPU networks tuned for job-completion time, sized differently for training vs inference.
Applied Compute scales enterprise RL by trading off policy staleness against throughput in asynchronous pipeline RL — the efficient frontier between speed and learning stability.
Run AI-agent-generated code inside lightweight microVMs with snapshot/restore rather than containers — speed and isolation both matter at agent scale.
Build a centralized AI platform (models, vectors, connectors, observability, eval monitoring) so feature teams don't each reinvent rag-ops and governance.

Videos (83)

From fork() to Fleet: Designing an Agent Sandbox Cloud — Abhishek Bhardwaj, OpenAI

Design agent sandbox clouds around isolation, persistent state, and the distinct performance needs of training and products.

82.5K views · Jul 13, 2026

Thinner Agents on a Smarter Substrate: The Ontology-based Semantic Layer — Emil Eifrem, Neo4j

Move shared business-to-data mappings and execution knowledge into a governed semantic layer so agents can remain simpler.

50.5K views · Jul 22, 2026

The Production AI Playbook: Deploying Agents at Enterprise Scale — Sandipan Bhaumik, Databricks

Define measurable success, traceable behavior, reliable data, and operational ownership before scaling enterprise agents.

37.3K views · Jun 18, 2026

The Geopolitics of AI Infrastructure - Dylan Patel, SemiAnalysis

Export controls have not stopped Chinese compute scale-up, and Middle East gigawatt-scale builds are reshaping where frontier training happens.

27.6K views · Jun 19, 2025

AI-Native Organisations Run on Skills: How to Structure and Scale Them — Imad Touil, QuantumBlack

Scale agent adoption by managing skills as shared software assets that encode the organization's real workflows.

22.2K views · Aug 28, 2026

Why Your Enterprise Tech Stack Isn’t Ready for AI Agents — Christopher Lovejoy & Saul Howard

Design production agents around auditable state and enterprise controls from the start instead of adding them after a promising demo.

19.6K views · Aug 19, 2026

Agentic SDLC at Uber — Uday Kiran Medisetty & Adam Huda, Uber

Scaling agentic software delivery requires shared gateways, ready execution environments, governed skills, and centralized context.

19.6K views · Aug 21, 2026

CI/CD Is Dead, Agents Need Continuous Compute and Computers — Hugo Santos and Madison Faulkner

Agent-driven development needs a continuous-compute substrate that replaces PR-centric CI/CD with high-throughput, machine-paced merging.

17.5K views · May 13, 2026

The Rise of CaaS: Context-as-a-Service for Agentic AI — Omer Primor, Bright Data

Useful web context combines fresh discovery with structured entities and historical data tailored to a domain.

15.8K views · Aug 14, 2026

How to Build Your Own AI Data Center in 2025 — Paul Gilbert, Arista Networks

Enterprise AI data centers need rail-optimized, isolated backend GPU networks tuned for job-completion time, sized differently for training vs inference.

15.6K views · Apr 27, 2025

WTF Is the Context Layer? The Missing Infrastructure for Production Agents — Prukalpa Sankar

Treat shared business knowledge, expertise, and update propagation as infrastructure for a coordinated team of agents.

14.5K views · Jul 14, 2026

Anthropic's Applied AI team on the Evolution of Agentic Surfaces

Agent infrastructure must evolve with model capabilities, and obsolete workarounds should be removed as models improve.

13.5K views · Aug 11, 2026

Efficient Reinforcement Learning – Rhythm Garg & Linden Li, Applied Compute

Applied Compute scales enterprise RL by trading off policy staleness against throughput in asynchronous pipeline RL — the efficient frontier between speed and learning stability.

10.8K views · Dec 09, 2025

Why Eval++ Is the Next Great Compute Primitive — Sunil Pai & Matt Carey, Cloudflare

Persistent agent coordination and lightweight isolated code execution form complementary building blocks for agent infrastructure.

9.5K views · Jun 08, 2026

Arrakis: How To Build An AI Sandbox From Scratch - Abhishek Bhardwaj, OpenAI

Run AI-agent-generated code inside lightweight microVMs with snapshot/restore rather than containers — speed and isolation both matter at agent scale.

8.5K views · Jun 03, 2025

AI Platform Engineering: Patrick Debois

Build a centralized AI platform (models, vectors, connectors, observability, eval monitoring) so feature teams don't each reinvent rag-ops and governance.

8.5K views · Dec 31, 2024

Rishabh Garg, Tesla Optimus — Challenges in High Performance Robotics Systems

High-performance robotics depends on pipelined, synchronized comms threads — and most 'bad policy' bugs are actually CAN/thread timing bugs you can only see with bus-level logging.

8.0K views · Aug 25, 2025

Productionizing GenAI Models – Lessons from the world's best AI teams: Lukas Biewald

In GenAI, the learnings (not the code) are your IP — track every experiment automatically so iteration time, not feature velocity, becomes your competitive edge.

7.4K views · Oct 23, 2024

The Missing Primitive for Agent Swarms — Lou Bichard, Ona

Scaling coding agents requires explicit coordination and dependable execution environments in addition to the agents themselves.

7.3K views · May 23, 2026

Can LLMs Write Fast Multi-GPU Kernels? — Simran Arora, Together AI

Fast multi-GPU code requires reasoning about communication topology and data movement, which need dedicated evaluation beyond single-device kernel performance.

7.1K views · Aug 27, 2026

We accidentally made an AI platform: Jamie Turner

A reactive backend platform turned out to be the right substrate for shipping AI apps with confidence, with vector indexes and component libraries as natural extensions.

7.0K views · Oct 08, 2024

Agents Are Where Microservices Were in 2015 — Roberto Milev & Uday Kanagala, Navan

Production agents need explicit runtime, memory, context, and observability layers.

6.8K views · Aug 29, 2026

Two Roads to Durable Agents: Replay vs. Snapshot — Eric Allam, CEO, Trigger.dev

Durable agents need either replay-style journaling (Temporal) or snapshot-style state capture; replay's determinism constraints make it awkward for LLM-driven workflows.

6.8K views · May 10, 2026

Unlocking Developer Productivity across CPU and GPU with MAX: Chris Lattner

Framework fragmentation is the bottleneck for production GenAI; MAX targets one runtime spanning CPU and GPU to bridge research and prod.

6.8K views · Jul 25, 2024

AI Agents Are Just Distributed Systems Now — Salman Munaf, TikTok

Apply distributed-systems controls around agent decisions, especially where actions change external state.

6.3K views · Aug 29, 2026

Building LinkedIn's GenAI Platform — Xiaofeng Wang

LinkedIn's GenAI platform evolved through three generations to support multi-agent systems with distributed orchestration, a skill registry, layered memory, and OpenTelemetry-based observability.

6.2K views · Apr 16, 2025

The Half Life of Agent Infrastructure — Ben Kus, Box

Design enterprise agent infrastructure to accommodate rapid replacement of models and orchestration patterns.

6.2K views · Aug 29, 2026

Road to 5 Million Tokens: Breaking Barriers in Long Context Training — Max Ryabinin, Together AI

Reusing and offloading activation memory can extend context-parallel training beyond limits reached by standard techniques.

6.0K views · Jun 08, 2026

Your agent architecture has a half-life of 6 months — Dan Farrelly, CTO, Inngest

Decouple durable execution from fast-changing models and ephemeral compute to reduce architecture rewrites.

5.9K views · Jul 21, 2026

Lobster Trap: OpenClaw in Containers from Local to K8s and Back — Sally Ann O'Malley, Red Hat

Container packaging gives agent deployments familiar tools for isolation, portability, secret handling, and state recovery.

5.4K views · May 22, 2026

AI Kernel Generation: What's working, what's not, what's next – Natalie Serrino, Gimlet Labs

AI agents can already deliver double-digit kernel speedups on real workloads by iterating compile-run-profile loops, but struggle on the most complex kernels — promising for cross-hardware porting.

5.3K views · Dec 17, 2025

x402 isn’t good (yet) — Jan Curn, Apify

Agent payments unlock paid tools, but x402 adoption still requires realistic expectations about an emerging protocol.

5.2K views · Sep 01, 2026

Gadgets: Personal app vibe coding that is actually safe — Kenton Varda, Cloudflare

Personal software needs independently customizable app instances and reusable code templates.

5.0K views · Aug 05, 2026

Agent Spending Without Controls — Rodrigo Coelho & Pranav Maheshwari, Edge & Node

Enterprise agent payments need a financial control layer alongside access to paid tools.

5.0K views · Sep 01, 2026

Productionizing LLM Gateways: Architecture, Tradeoffs and Hard Lessons — Kanish Manuja, Twilio

Production gateways need configurable failure policies and per-route observability rather than generic retries.

4.9K views · Aug 28, 2026

The Pipeline Is Dead - Iris ten Teije, Sky Valley Ambient Computing

Adaptive software requires architectural boundaries that make individual customization isolated and reversible.

4.8K views · Jul 07, 2026

GPU-less, Trust-less, Limit-less: Reimagining the Confidential AI Cloud - Mike Bursell

TEE-based confidential AI plus a decentralized marketplace (Super Protocol) enables training and inference on sensitive data without trusting any cloud provider.

4.8K views · Jun 03, 2025

When AI Agents Pay and Sellers Monetize: Building x402 Apps on AWS — Anil Nadiminti, AWS

Machine-readable payment flows can connect agent access to content monetization with less manual setup.

4.3K views · Sep 01, 2026

Why Your AI Agent Needs a Wallet: USDC and Nanopayments — Harshal Bhangale, Circle

A wallet with enforced spending limits can let an agent independently use paid services needed for a task.

4.3K views · Sep 01, 2026

Why, and how you need to sandbox AI-Generated Code? — Harshil Agrawal, Cloudflare

Always sandbox AI-generated code with capability-based security — V8 isolates for fast lightweight execution, containers when you need a full Linux environment.

4.2K views · Apr 08, 2026

What Breaks When You Build AI Under Sovereignty Constraints - Bilge Yücel, deepset GmbH

Design sovereignty into data flows and component interfaces early, because retrofitting it exposes hidden dependencies throughout the stack.

4.0K views · May 19, 2026

Scaling the Next Paradigm of Heterogeneous Intelligence — Adrian Bertagnoli, Callosum

Match each subproblem to suitable models and hardware to improve the cost-performance frontier of agent systems.

4.0K views · May 24, 2026

Production software keeps breaking and it will only get worse — Anish Agarwal, Traversal.ai

Autonomous incident debugging requires fusing causal ML, semantics and custom agent control flow — neither AIOps, plain LLMs nor ReAct agents alone can do it.

3.9K views · Jul 10, 2025

Deterministic Infra for Non-Deterministic AI Agents - Nishant Gupta, Meta Superintelligence Labs

Keep probabilistic decision-making inside deterministic infrastructure that bounds failures, cost, and authority.

3.9K views · Jun 29, 2026

Compilers in the Age of LLMs — Yusuf Olokoba, Muna

A Python compiler with LLM-assisted verification can turn AI inference code into portable native binaries that run anywhere, sidestepping container-based deployment.

3.9K views · Nov 24, 2025

Why We Don't Need More Data Centers - Dr. Jasper Zhang, Hyperbolic

Distributed GPU marketplaces are a faster, cheaper way to satisfy AI compute demand than waiting 7+ years for new hyperscale data centers.

3.6K views · Aug 01, 2025

The Agent Behind the Curtain: Building the Oz Cloud Agent Platform — Safia Abdalla, Warp

A cloud-agent platform should absorb infrastructure complexity while exposing composable primitives and preserving developer choice.

3.5K views · Aug 22, 2026

Scaling AI Agents Without Breaking Reliability — Preeti Somal, Temporal

Temporal's decade-old durable workflow engine maps cleanly onto agent reliability needs and is now seeing Python SDK overtake others as agents go to production.

3.3K views · Jul 28, 2025

AX is the only Experience that Matters - Ivan Burazin, Daytona

Build tools for agents (Agent Experience) not for humans-with-AI — speed, API-first, agent-readable docs, and autonomy-by-default are the bar.

3.2K views · Jul 24, 2025

FinOps for AI Agents: Who Spent All the Tokens? — Tisha Chawla & Susheem Koul, Microsoft

Govern cumulative agent-run spending with attribution and active runtime controls.

3.2K views · Aug 22, 2026

The Hierarchy of Needs for Training Dataset Development: Chang She and Noah Shpak

Training-data infra is the bottleneck; Lance format + materialization service enables Character.AI's iteration speed by satisfying filter+shuffle+blob-stream simultaneously.

3.0K views · Oct 15, 2024

Platforms for Humans and Machines: Engineering for the Age of Agents — Juan Herreros Elorza

To make coding agents productive in enterprise, redesign internal platforms around self-service APIs with shift-left feedback so agents (and humans) can iterate without humans-in-the-loop.

2.5K views · Apr 08, 2026

I Run a Fleet of AI Agents Across Three Machines. Here's What Broke. - Kyle Jaejun Lee, KRAFTON

Durable state, isolated environments, and centralized review become essential as agent fleets spread across machines.

2.4K views · Jul 08, 2026

How Web Data Infrastructure Powers the Next Generation of AI — Patricija Žemaitytė, Oxylabs

AI data infrastructure must balance freshness, scope, latency, and reliability under actual collection conditions.

2.4K views · Aug 14, 2026

Building safe Payment Infrastructure for the autonomous economy — Steve Kaliski, Stripe

Keep payment authority in deterministic, auditable infrastructure with narrowly scoped credentials and enforced spending limits.

2.4K views · Jun 06, 2026

OpenLLMetry is all you need

OpenLLMetry brings the OpenTelemetry standard and ecosystem to LLM apps so you get vendor-neutral, drop-in observability across providers, vector DBs and agent frameworks.

2.2K views · Feb 22, 2025

Emulated: The Data for Fully Autonomous Software Engineers and Companies — Joseph Wang

Training autonomous engineers requires environments that capture ongoing operational responsibility beyond producing a patch.

2.1K views · Jul 31, 2026

Infrastructure for the Singularity — Jesse Han, Morph

Future agentic infra needs sub-second VM snapshot/branch/replicate primitives so agents can fork environments faster than humans can deploy them.

2.1K views · Aug 01, 2025

Taking Reinforcement Learning Cross Datacenter — Nan Jiang, Modal

Separating rollout capacity from the training cluster becomes practical when policy synchronization transmits compact exact changes.

2.0K views · Aug 10, 2026

GPU Cloud Deployment Without Leaving Your IDE — Audry Hsu, RunPod

Function-level cloud GPU execution can make model development feel like ordinary local iteration.

2.0K views · Jun 09, 2026

GTM Engineering: The Technical Bits — Everett Berry, Clay

Fast GTM execution depends on trustworthy, continuously maintained data and robust orchestration across fragmented tools.

1.8K views · Aug 26, 2026

Your Agent Didn't Fail. Your Harness Did. — Vinoth Govindarajan, OpenAI

Production agent reliability depends on durable state ownership, ordered mutations, and verifiable action receipts in the harness.

1.7K views · Jul 29, 2026

Stop Renting Your Cognitive Infrastructure - Thiyagarajan Maruthavanan, Kalmantic Labs

Evaluate inference ownership using workload economics, operational control, and reproducibility requirements as applications mature.

1.7K views · Jul 18, 2026

The Missing Layer in Agentic AI — Giedrius Šteimantas, Oxylabs

Web agents benefit from a validated, lightweight data-access layer that reserves browser interaction for tasks that need it.

1.7K views · Aug 26, 2026

Your Agents Need a Save Button - Hamza Tahir, ZenML

Checkpointing executable agent state turns production observations into repeatable experiments on models, tools, and policies.

1.6K views · Jul 18, 2026

Context Platform Engineering to Reduce Token Anxiety — Val Bercovici, WEKA

Treat agent context as a tiered storage problem and maximize KV-cache hit rate at the platform layer — that beats prompt-cache arbitrage and most other inference optimizations.

1.6K views · Nov 24, 2025

Keynote: The AI developer experience doesn't have to suck – why and how we built Modal

Sub-second container start + Python-native serverless makes Modal feel like local iteration while scaling to thousands of GPUs.

1.5K views · Feb 22, 2025

Serving 2 Million Models Without Melting: Scaling the Hugging Face Hub — Arek Borucki, Hugging Face

Separate storage responsibilities and optimize read paths while reserving the primary database for work that requires it.

1.4K views · Jul 28, 2026

Infra behind Krea 2: How to train and serve at scale — Gabriel Jorge Menezes, Krea.ai

Large-scale training reliability depends on detailed hardware and network metrics plus fast, frequent recovery checkpoints.

1.3K views · Aug 18, 2026

Conquering Agent Chaos — Rick Blalock, Agentuity

Agents need agent-specific infra — long runtime, stateful routing, framework-agnostic deployment — not stateless serverless.

1.3K views · Jul 01, 2025

Learned Execution Graphs for Anomaly Detection & Drift in APIs — Ritvik Pandya, JP Morgan Chase

Execution graphs make API anomalies actionable by locating deviations and distinguishing failures from legitimate workload drift.

1.1K views · Jul 23, 2026

Your LLM Stack Is a 2008 Database With Better Marketing — Lovina Dmello, NVIDIA

Production AI security depends on correctly configured infrastructure and practical defense costs as much as model-specific protections.

1.1K views · Jul 20, 2026

Infra that fixes itself, thanks to coding agents — Mahmoud Abdelwahab, Railway

Combine durable workflows with a headless coding agent (OpenCode) so infrastructure issues become reviewable pull requests instead of pages.

973 views · Nov 24, 2025

Research to Reality: Bringing Frontier ML Research to Production - Vaidas Razgaitis, Higharc

A clear research handoff document and repeatable service architecture help frontier ML prototypes become maintainable production features.

892 views · Jun 28, 2026

Accelerating Mixture of Experts Training With Rail Optimized InfiniBand Networking in Crusoe Cloud

Rail-optimized InfiniBand on green-powered Crusoe Cloud cuts the all-reduce communication penalty that otherwise idles GPUs for 25-30% of MoE training time.

855 views · Feb 12, 2025

Luminal - Search-Based Deep Learning Compilers - Joe Fioti

Reduce deep learning to ~12 primitives and let search-based compilers generate the fast code — a path to vastly simpler ML stacks that still hit peak hardware performance.

738 views · Jun 03, 2025

Privacy-Preserving Intelligence — Steve Korshakov, Bee (acq. Amazon)

Always-on personal agents can combine cloud execution with strong privacy controls by tying key access to attested, auditable workloads and limiting key lifetime.

690 views · Jul 20, 2026

How agents broke app-level infrastructure - Evan Boyle

Agentic workloads break Web 2.0 infrastructure assumptions about latency and reliability; we need durable execution layers built for seconds-to-hours requests.

577 views · Jun 03, 2025

Building Agentic Applications w/ Heroku Managed Inference and Agents — Julián Duque & Anush Dsouza

Heroku now ships managed inference + MCP-based agents + pgvector so apps can attach AI and tools the same way they attach Postgres.

536 views · Jun 27, 2025

Substrate Launch: the API for modular AI

Substrate runs multi-model computation graphs as a coordinated cluster, replacing many slow API calls with microsecond inter-node hops and reliable structured outputs.

500 views · Feb 06, 2025

Continuous Profiling for GPUs — Matthias Loibl, Polar Signals

Always-on sampled profiling with eBPF + NVML + GPU time attribution finally gives the GPU equivalent of CPU flame charts in production.

360 views · Jul 22, 2025

Building agent fleet architectures your CISO doesn't hate — Lou Bichard, Gitpod

For regulated buyers, the right agent-fleet architecture is a substrate: customer owns the workload + source code on their cloud, vendor manages the control plane via minimal telemetry — not pure SaaS or pure self-hosted.

307 views · Jun 27, 2025

Accelerate your AI journey with Azure AI model catalog: Sharmila Chokalingam

Azure positions itself as a unified catalog + serving layer letting enterprises prototype, optimize, and operationalize across 1,600+ models with consistent APIs and data privacy.

209 views · Feb 06, 2025