D2DO301: Actually Implementing AI
Independent consultant Enrico Teodi shares 14 months of hands-on AI implementation experience at a software company, detailing how agentic workflows combining codebase access, production database replicas, and analytics tools dramatically accelerated debugging and product insights. He argues that curiosity and product understanding—not raw coding speed—determine who thrives in the AI era, and warns against giving AI excessive permissions or deploying code without proper testing and acceptance criteria.
Summary
Enrico Teodi, an independent consultant with 25 years of software experience spanning engineering and product management, joined the Day 2 DevOps podcast to share concrete, real-world AI implementation stories from a 13-14 month engagement at a software company. He was originally brought in to address software quality issues, including poor test coverage and brittle unit tests that gave false confidence without genuine integration testing.
His first major AI discovery was connecting tools like Windsurf to the full application codebase rather than just the database schema. This allowed the AI agent to reason about business logic encoded in enums and application code, not just table definitions—dramatically expanding the quality of questions it could answer. He then escalated this by connecting the agent to a read-only production database replica via Kubernetes port forwarding, enabling root cause analysis on real production data rather than local test data.
Enrico described several concrete use cases: debugging a record ordering bug where the agent initially concluded the ordering was correct before being redirected to find a missing ORDER BY clause in a polymorphic table; and diagnosing a slow page load by combining MCP-connected tools including Sentry for performance monitoring and PostHog for analytics, only to discover that the slow feature had been clicked by just three people in four months, two of whom were likely developers testing it. This multi-tool agentic approach compressed what would have been hours of manual investigation into approximately five minutes.
He raised strong concerns about AI permissions and trust, explicitly stating he does not trust AI with write access to production systems. He advocated for read-only database access, isolated VMs for tools like Open Claude, and tightly scoped permissions that expand incrementally. He warned that system prompts are ineffective guardrails and that AI makes poor decisions when given admin-level permissions.
On the human side, Enrico argued that the developers who succeeded were not the fastest coders but those who understood the product, asked precise questions, and recognized when the AI was wrong. He expressed concern about 'AI slop'—code generated without clear acceptance criteria, proper testing, or human oversight. He recounted an analyst who burned $800 in hours by bypassing the company's AI gateway with a direct API key, and another who ran Cloud Code against a disconnected local environment for hours using CI failures as feedback, ultimately failing to deploy a working feature.
He framed the current moment as requiring tighter product-engineering collaboration, stronger definitions of 'done,' and test-driven development as a non-negotiable foundation. He compared the current AI shift to the rollout of Microsoft Office—a moment that democratized powerful tools but required new literacy to prevent catastrophic misuse. He also expressed optimism about local models eventually reducing dependence on expensive third-party frontier model services, viewing AI as simply the next abstraction layer above previous programming paradigms.
About this episode
Kyler and Ned are joined by Enrico Teotti, an independent consultant with over 25 years of experience. Enrico has worked with clients on real-world AI implementations, and he’s here talk about what he’s learned, including using AI to query databases, and for debugging and performance analysis. They also touch on the importance of using AI<a class="excerpt-read-more" href="https://packetpushers.net/podcasts/day-two-devops/d2do301-actually-implementing-ai/" title="ReadD2DO301: Actually Implementing AI">... Read more »</a>
Key Insights
- Enrico found that connecting an AI agent to the full application codebase—not just the database schema—allowed it to reason about business logic encoded in enums and application code, which he described as the first moment that genuinely astonished him about AI's power.
- Enrico argues that combining a read-only production database replica with codebase access and analytics MCPs allowed him to compress multi-hour debugging investigations into approximately five minutes, citing a specific case where a slow page feature turned out to have been used by only three people in four months.
- Enrico explicitly states he does not trust AI with write permissions, advocating for incrementally scoped read-only access and warning that system prompts are 'a wet paper bag of a guardrail' that cannot reliably prevent AI from making destructive decisions.
- Enrico observed that the development team's existing unit tests were so brittle and low-level that they provided false confidence—tests passed in CI but features broke in production—and he argues that meaningful integration tests are now more critical than ever given the speed at which AI generates code.
- Enrico claims that the developers who succeeded during his engagement were not the fastest coders but those who understood the product, asked precise questions, and knew when the AI was wrong—a conclusion he drew directly from observing team performance over 14 months.
- Enrico recounted an analyst who burned approximately $800 in a few hours by bypassing the company's AI gateway and using a direct OpenAI API key for local testing, illustrating that AI cost management requires proactive architectural controls, not just awareness.
- Enrico argues that the increased speed of AI-assisted development makes tighter product-engineering feedback cycles more necessary, not less—comparing the ideal to Pivotal Labs' practice of having domain experts pair-programming on-site daily to shorten iteration loops.
- Enrico contends that people who will be displaced by AI are not necessarily those in technical roles, but those who lack curiosity and resist adapting—drawing an analogy to gas station attendants and supermarket cashiers, roles eliminated not by malice but by indifference to evolving context.
Topics
Transcript
I think the people that are going to a better place are people that are not curious or people that are kind of like sitting on a cushy job and they don't want to change anything. Welcome to Day 2 DevOps, where the DevOps is in the details. I'm Ned Belvant and I'm joined by my convalescing co-host, Kyler Middleton. Hi, Ned. Guiding us through actual AI implementations is our guest, Enrico Teodi. He's an independent consultant with over 25 years of experience in the industry. Without any further ado, let's jump in. Well, Enrico, thank you so much for joining us today on Day 2 DevOps. We're very excited to hear from you. You actually reached out to us…
Full transcript available for MurmurCast members
Sign Up to AccessMore from The Everything Feed - All Packet Pushers Pods
HW083: Inside the WLAN Pros Toolbox – A Free, Multipurpose App
Keith Parsons introduces the WLAN Pros Toolbox, a free cross-platform app containing over 100 Wi-Fi tools, calculators, and references available on iPhone, iPad, Mac, Android, and web browsers. Built using Flutter and AI-assisted development, the app is intentionally free with no ads, subscriptions, or data collection because Parsons believes essential professional tools should be accessible to all engineers worldwide.
NB582: Infoblox Adds Network Observability with Kentik Buy; Satellite Data Centers vs. the Environment
Network Break covers major tech news including Infoblox's acquisition of Kentik for network observability, alarming electricity consumption by data centers (especially in Ireland), security advances in AI agent detection, and developments in space infrastructure including Rocket Lab's acquisition of Iridium and environmental concerns about orbital data centers.
TCG079: Why Your State File is Actually a Distributed Systems Problem
Malcolm Matalka argues that Terraform's value lies not in its HCL syntax but in its state management, which is fundamentally a distributed systems problem inadequately solved by file-based locking. He discusses how StateGraph reimagines infrastructure state as a database rather than a JSON file, enabling concurrent operations, better queryability, and solving the scalability issues that plague teams as they grow.
NAN126: Fine-Tuning Open Source LLMs for Network Engineering
Edward Tuharu, founder of VXpert AI, discusses his career pivot from pursuing CCIE certification to building AI-powered NOC/SOC systems after recognizing the transformative potential of transformer architecture in 2022. He outlines the progression of AI technologies from prompting to RAG to fine-tuning to agentic systems, drawing parallels with networking protocol evolution and emphasizing the importance of domain-specific knowledge and fundamentals.
D2DO306: Platform Engineering in the Agentic Era (Sponsored)
Jad Elzane and Miles Gray from VMware by Broadcom discuss how platform engineering evolved from DevOps to address developer cognitive overload, and how Platform Engineering 2.0 must now accommodate AI agents as consumers alongside human developers, requiring new security guardrails and observability controls.