Ship AI

Manav Gupta

From 0 to Production. Practical tips, tricks, and best practices to make AI useful for production in the real world!

  1. 28 Jul

    Sumeet Vaidya | AI Driven SDLC

    Guest: Sumeet Vaidya, Co-founder & CEO, Crafting (previously Facebook, Uber, Discord) Sumeet joins Manav to argue that the industry is optimizing the wrong half of the software lifecycle. Code generation is nearly free; validation is where the real engineering now lives. What we cover: The model debate is a distraction. Claude Code vs. Codex vs. Cursor matters tactically for an IC picking a tool today, but it's the wrong question for an engineering leader deciding where to invest. The right question is resilience — can your organization absorb the next wave without being locked in? Resilience has two meanings. First, the boring one: if your primary provider goes down, does your engineering org stop? We learned this lesson with cloud providers and auth providers; AI infrastructure deserves the same treatment. Second, the harder one: if engineers increasingly don't touch code, how do you retain a deterministic way to evaluate and resolve failures in a probabilistic system? Harnesses are mostly markdown. Sumeet's sharpest critique: the average "harness" is a pile of markdown files with no real contract, no true guardrails, and no answer for credentials, dependencies, or access. Loop engineering has the same gap — "check if it works" is doing enormous heavy lifting and getting glossed over. Spec-driven development, honestly assessed. It serves the purpose architecture docs used to: forcing the orchestrator to refine the ask. It does not put hard guardrails on the agent. A beautiful spec that passes human scrutiny can still fall apart in execution. Useful, not a silver bullet. The test taxonomy collapses. With the right infrastructure, the distinction between unit test, integration test, and CI/CD stops mattering — a test simply verifies something works, whether that spans one service or a hundred. Manav pushes on a pattern he sees repeatedly: engineers fooling themselves with high unit-test coverage while integration remains the weak point. The compounding math. Even if loops cut regression probability in half, 10x more code shipped means roughly 5x more outages. Production-monitoring agents that detect and patch errors are another band-aid. Every step of that chain gets resolved upstream by real infrastructure investment. Enterprise reality. Crafting deploys into customer clouds — no data leaves. Shared pre-production clusters, sanitized DB snapshots, credential injection via Vault, network interception for shared staging. Named customers include Brex, Fair, and Webflow; larger regulated logos are in flight. What enterprises actually ask about: security, visibility, and — increasingly — cost. Token maxing is blowing through budgets across the board. Productivity, measured soberly. Not 100–200% gains. Double digits. Anyone counting PRs has lost the plot. Sumeet expects a winnowing of the middle layer of engineering, particularly outside Silicon Valley, alongside genuinely new demand — every dental office and clinic plausibly supports one engineer. For new grads: CS isn't dead, it's changing. Someone who has relearned AI tooling four times in six months may be more adaptable than a senior engineer optimized for the old stack. The closing question for your organization: When an agent's change passes every check and is still wrong in production — what's your blast radius, and who's accountable? If you can't answer cleanly, that's your roadmap.

  2. 21 Apr

    John Capobianco | VibeOps, NetClaw & Network Automation

    John is Head of AI & Developer Relations at Itential, a Google Developer Expert, former Cisco AI Technical Leader, former Senior Network Architect for the Parliament of Canada — and a fellow Canadian. He's the creator of NetClaw, an open-source AI agent that lets you talk to your network infrastructure in natural language, and the founder of VibeOps Forum, which grew from zero to 400+ members in weeks. His thesis: after a decade of network automation evangelism, 70% of enterprise networks are still not meaningfully automated. But he no longer thinks they'll catch up the old way — because AI agents are changing the on-ramp entirely. In this episode, Manav and John cover: — Why VibeOps will eventually just become Ops (just like vibe coding became coding) — How to build graduated trust with agents before giving them keys to your live network — NetClaw: what it is, how it integrates with Cisco, Meraki, ACI, NetBox, Aruba and more — How to generate a real-time 3D network topology using Blender via MCP — What governed, enterprise-grade agentic ops actually looks like — Spec-Driven Development: the next evolution after vibe coding — John's bold prediction: by 2030, network engineers become HR managers for agents If you lead infrastructure, run a network team, work in telco, or just want to understand what AI is about to do to IT operations — this episode is for you. Find John: linkedin.com/in/johncapobianco | automateyournetwork.ca NetClaw on GitHub: github.com/automateyournetwork/netclaw Ship AI: https://manavgup.github.io/shipai/state-of-ai/

About

From 0 to Production. Practical tips, tricks, and best practices to make AI useful for production in the real world!