DevOps Videos

Why Your AI Strategy Is Failing: The AI Paradox of Optimizing Coding Alone
VideoMay 18, 2026

Why Your AI Strategy Is Failing: The AI Paradox of Optimizing Coding Alone

The video explores the "AI paradox"—organizations rush to automate coding while neglecting the rest of the software development lifecycle. Andrew Hashka, Field CTO for GitLab in APJ, argues that focusing solely on code generation creates new bottlenecks in testing, security,...

By Tech Lead Journal
Copilot CLI Tutorial #2 - Commands
VideoMay 18, 2026

Copilot CLI Tutorial #2 - Commands

The tutorial explains Copilot CLI’s slash (/) commands—prebuilt shortcuts for actions like login, exit, change-log, copying output, delegating sessions to cloud, diffing, toggling experimental features, and sharing sessions. The instructor demos using change-log with a summarize flag, the copy and...

By The Net Ninja
I Can’t Believe This Trial Is Real...
VideoMay 15, 2026

I Can’t Believe This Trial Is Real...

The federal courthouse in Oakland opened closing arguments in the high‑profile lawsuit where Elon Musk seeks $134 billion from Sam Altman, OpenAI and Microsoft, alleging the nonprofit was hijacked into a for‑profit behemoth. The case hinges on Musk’s 2015 donation of $38 million,...

By Fireship
Harness Engineering: The Most Important New Skill in Enterprise AI
VideoMay 15, 2026

Harness Engineering: The Most Important New Skill in Enterprise AI

The video introduces “harness engineering” as the emerging discipline that underpins reliable enterprise AI agents. It likens the harness to an operating system that surrounds a model, controlling how the agent interacts with tools, data, and business processes. The concept...

By Analytics Vidhya
Inside the Code Factory: Ryan Carson Live with Tim O’Reilly
VideoMay 14, 2026

Inside the Code Factory: Ryan Carson Live with Tim O’Reilly

In a Code Factory episode, Tim O’Reilly talks with veteran entrepreneur Ryan Carson about his newest venture, Untangle, an AI‑powered divorce assistant built and operated entirely by artificial‑intelligence agents. Carson recounts how he re‑learned full‑stack development with ChatGPT, launched a minimal...

By O’Reilly Media
How to Watch the Watcher: Investigating Vulnerability Scanner Reports 101
VideoMay 14, 2026

How to Watch the Watcher: Investigating Vulnerability Scanner Reports 101

The session walks through vulnerability scanner reports, explaining how scanners generate CVE data, the metrics they expose, and why platform engineers must interpret them correctly. Neil Carpenter illustrates common pain points: one scanner flagged 673 vulnerabilities while another showed only two,...

By Platform Engineering (community)
GRPC vs HTTP Explained in 3 Minutes
VideoMay 14, 2026

GRPC vs HTTP Explained in 3 Minutes

The video explains the differences between gRPC and traditional HTTP APIs, emphasizing that gRPC is built on top of HTTP/2 rather than replacing it. It highlights HTTP/1.1’s limitations—single‑request connections, costly TCP/TLS handshakes, and head‑of‑line blocking—then shows how HTTP/2 solves these with...

By KodeKloud
Building AI Agents That Survive Production
VideoMay 14, 2026

Building AI Agents That Survive Production

The Seattle AI agents conference opened with Demetrios Brinkman introducing Union AI CTO Hayam, who framed the session around building AI agents that can survive real‑world production. Hayam highlighted the gap between lab‑tested prototypes and the harsh realities of deployment—memory...

By MLOps Community
Why Every AI Agent Needs Its Own Computer | Ivan Burazin (Daytona)
VideoMay 14, 2026

Why Every AI Agent Needs Its Own Computer | Ivan Burazin (Daytona)

The conversation centers on Ivan Burazin’s claim that every AI agent needs its own sandboxed computer – a dedicated, isolated environment that functions like a personal workstation. He frames agents as digital knowledge workers, arguing that without a full‑featured computer...

By Data Driven NYC
Skills, Tools & MCP – Connecting Your Agent to the World
VideoMay 14, 2026

Skills, Tools & MCP – Connecting Your Agent to the World

The webinar introduced agent skills and MCP as a way to connect AI agents to real‑world tasks, presented by Quasian Koma, lead AI solutions at Samberonova Systems. Skills are composable, lazy‑loaded modules defined in a skill.md file; they replace ad‑hoc...

By Data Science Dojo
Docker Hardened Images
VideoMay 14, 2026

Docker Hardened Images

Hardened Docker images are minimal container images curated to reduce attack surface by including only the runtime and essential files required to run an application. Unlike typical images that bundle package managers and shells, hardened variants may omit npm, Yarn...

By Bret Fisher Docker and DevOps
AWS Full Course 2026 | AWS Tutorial For Beginners | AWS Solution Architect Full Course | Simplilearn
VideoMay 13, 2026

AWS Full Course 2026 | AWS Tutorial For Beginners | AWS Solution Architect Full Course | Simplilearn

The video presents Simplilearn’s comprehensive AWS Full Course, a structured curriculum designed to take beginners from cloud fundamentals to advanced solution‑architect expertise. It outlines twelve modules covering core services, compute, storage, networking, databases, security, monitoring, automation, serverless integration, real‑world architectures,...

By Simplilearn
Claude Code for Beginners Tutorial
VideoMay 13, 2026

Claude Code for Beginners Tutorial

The tutorial by Jeremy Morgan from CodeCloud walks developers through installing and using Claude Code, an npm-based CLI that integrates Anthropic’s Claude AI into local development environments. It covers prerequisites (Node.js 18+ and an Anthropic/Cloud subscription), global installation, authentication via...

By freeCodeCamp
AI in QA  - Scripts to Context Using ContextQA | Honest Conversation | Webinar Summary
VideoMay 13, 2026

AI in QA - Scripts to Context Using ContextQA | Honest Conversation | Webinar Summary

The webinar hosted by Naveen Automation Labs, featuring Context QA CEO Deep Barat, examined how artificial‑intelligence is reshaping quality assurance. With developers deploying tools like GitHub Copilot at unprecedented speed, the session asked a stark question: if AI writes code,...

By Naveen AutomationLabs
Mark Cavage on Agentic AI, Sandboxing & Enterprise Security | Ep 10
VideoMay 12, 2026

Mark Cavage on Agentic AI, Sandboxing & Enterprise Security | Ep 10

In episode 10 of Future of Data and AI, Docker COO Mark Cavage talks about the rise of agentic AI, the need for sandboxed “yellow mode” execution, and how enterprises can secure autonomous agents. Cavage describes AI agents acting as virtual...

By Data Science Dojo
Software Verification in the Age of Artificial Intelligence
VideoMay 12, 2026

Software Verification in the Age of Artificial Intelligence

The webcast, presented by Bertrand Meyer, examined how artificial intelligence reshapes software verification and the broader engineering workflow, arguing that AI must serve as an assistant rather than a replacement for human programmers. Meyer outlined an ecosystem of specialized AI agents—handling...

By ACM (Association for Computing Machinery)
Design Centralized Logging System
VideoMay 12, 2026

Design Centralized Logging System

The video walks through building a centralized logging pipeline for a Kubernetes deployment of over a hundred microservices, each emitting structured JSON to stdout. Logs are harvested by Fluent Bit running as a DaemonSet on every node, which reads the node‑level...

By KodeKloud
From Notebook to Production: Building End-to-End AI Systems - Mariano Semelman
VideoMay 12, 2026

From Notebook to Production: Building End-to-End AI Systems - Mariano Semelman

The interview centers on Mariano Semelman’s work building end‑to‑end AI solutions for OLX’s marketplace, where the team automates media creation to help sellers list items more effectively. By leveraging generative models, the platform can turn a static image set into...

By DataTalks.Club
Why AI Agents Shouldn't Replace Your Fraud Models
VideoMay 11, 2026

Why AI Agents Shouldn't Replace Your Fraud Models

The talk centered on why AI agents should augment, not replace, fraud detection and other high‑stakes ML systems. Ferran Sanoyan highlighted Chronon, an open‑source data‑foundation platform originally built at Airbnb to streamline feature engineering, and described how it now powers...

By MLOps Community
The 4 Generations of AI Code Review Explained #short
VideoMay 10, 2026

The 4 Generations of AI Code Review Explained #short

The video outlines how AI‑driven code review has moved from simple snippet suggestions to sophisticated multi‑agent platforms, labeling the stages as generations one through three‑point‑five. Generation 1 mimics early “tap‑tap‑tap” tools, offering isolated recommendations. Generation 2 expands to full‑pull‑request analysis, while Generation 3 scales...

By Tech Lead Journal
Container Interview Question
VideoMay 9, 2026

Container Interview Question

The video tackles a common Docker interview puzzle: why a container built with a CMD of python app.py shows only a Bash shell when launched with docker run -it myimage bash. It explains that docker run always starts a fresh container, and any command...

By KodeKloud
The Future of Code Review Is a Dashboard, Not a Diff #short
VideoMay 9, 2026

The Future of Code Review Is a Dashboard, Not a Diff #short

The video argues that traditional line‑by‑line diffs will be replaced by a comprehensive dashboard that aggregates hundreds or thousands of pull‑request workflows. Instead of scrolling through raw code changes, engineers will see a high‑level view where AI‑generated rules flag only...

By Tech Lead Journal
AWS Amazon S3 Files Explained
VideoMay 9, 2026

AWS Amazon S3 Files Explained

AWS introduced Amazon S3 Files, a service that lets customers mount an S3 bucket as an NFS file system, letting legacy Linux applications read and write files without code changes. Traditional architectures copy objects from S3 to an EFS volume, incurring...

By KodeKloud
Agent Security Gaps, DXC’s AI IT Platform and NVIDIA’s Backyard Data Centers | Techstrong Gang
VideoMay 8, 2026

Agent Security Gaps, DXC’s AI IT Platform and NVIDIA’s Backyard Data Centers | Techstrong Gang

The TechStrong Gang episode spotlights a growing security blind spot: autonomous AI agents. While the discussion briefly mentions DXC’s AI‑powered IT platform and NVIDIA’s edge data‑center strategy, the core focus is on how agents—software entities that can ingest data, access...

By Techstrong TV (DevOps.com)
NEO: The AI Agent That Builds AI Models, Agents & Apps From One Prompt
VideoMay 8, 2026

NEO: The AI Agent That Builds AI Models, Agents & Apps From One Prompt

The video introduces Neo, an AI‑powered VS Code extension that acts as an autonomous machine‑learning engineer, letting users create data pipelines, train models, and ship applications from a single natural‑language prompt. Neo scans the current workspace, proposes a task plan, and if...

By AICodeKing
How to Find the Agent Failures Your Evals Miss [Scott Clark] - 767
VideoMay 7, 2026

How to Find the Agent Failures Your Evals Miss [Scott Clark] - 767

In this episode, Scott Clark, co‑founder and CEO of Distributional, explains how enterprises are moving from pre‑deployment testing to post‑production analytics to surface hidden failures in AI‑driven agents. He frames observability as a three‑tier hierarchy—telemetry for raw logs, monitoring for...

By TWiML AI (This Week in Machine Learning & AI)
On Stream: Agent Sandboxes
VideoMay 7, 2026

On Stream: Agent Sandboxes

The video dives into the emerging practice of sandboxing AI‑driven agent harnesses—tools like Claude, Copilot, and other terminal‑based assistants. By confining these agents to isolated environments, developers can control file system and network permissions, preventing rogue actions such as unwanted...

By Bret Fisher Docker and DevOps
Manual Changes Break Security
VideoMay 7, 2026

Manual Changes Break Security

The video stresses that any manual alteration of production infrastructure undermines security and operational stability. It advocates a strict "no‑snowflake" policy, insisting that every server, database, and network component be defined as code, typically in YAML files, to guarantee uniformity...

By Paul Asadoorian
Open Models Coding Essentials – Running LLMs Locally and in the Cloud Course
VideoMay 7, 2026

Open Models Coding Essentials – Running LLMs Locally and in the Cloud Course

The video introduces Andrew Brown’s "Open Models Coding Essentials" course, which examines how to run open‑source large language models (LLMs) both on‑premises and in the cloud for software‑development tasks. Brown outlines the landscape of available models—Gemma, GLM, Kimmy, Quen—and the...

By freeCodeCamp
AI SREs, Chat With Your Infrastructure with Anyshift
VideoMay 6, 2026

AI SREs, Chat With Your Infrastructure with Anyshift

The Agentic DevOps podcast introduced Anyshift.io, a startup delivering an AI‑powered Site Reliability Engineer (SRE) platform that lets engineers converse with their infrastructure. By aggregating read‑only keys from cloud providers, GitHub repositories, monitoring and logging services, Anyshift creates a persistent,...

By Bret Fisher Docker and DevOps
Introduction to AgentOps | Build Your First Project in 20 Minutes Using Flyte | Free & Opensource
VideoMay 6, 2026

Introduction to AgentOps | Build Your First Project in 20 Minutes Using Flyte | Free & Opensource

The video introduces AgentOps, a methodology that treats AI agents as conventional software services, and demonstrates how Flyte (formerly Flight) can operationalize them. By spinning up a local K3s cluster with the single "flight start devbox" command, developers gain a...

By Abhishek Veeramalla
The Real Reason Why AI Can't Predict DevOps Outages | Try This
VideoMay 6, 2026

The Real Reason Why AI Can't Predict DevOps Outages | Try This

The video explains why current AI assistants fail to reliably diagnose DevOps incidents, pointing to the fragmented and time‑sensitive nature of operational data. Logs, metrics, alerts and maintenance events live in separate silos, making a single AI query impossible. The speaker...

By Abhishek Veeramalla
LF Live Webinar: The Velocity Paradox: Syncing Database DevOps with AI-Scale Software Delivery
VideoMay 5, 2026

LF Live Webinar: The Velocity Paradox: Syncing Database DevOps with AI-Scale Software Delivery

The LF Live webinar tackled the "velocity paradox": AI tools dramatically speed up code creation, yet delivery pipelines are buckling under quality, security and reliability issues. Eric and Jesse highlighted that while developers can now generate code faster, the downstream...

By The Linux Foundation
How Ramp Built Self-Maintaining Software
VideoMay 5, 2026

How Ramp Built Self-Maintaining Software

Alex from Ramp Labs explains how the team created a self‑maintaining software pipeline for Ramp Sheets using an internal AI agent called Inspect. Inspect runs code in isolated sandboxes, integrates with GitHub, Datadog, Sentry and other tools, and can...

By Data Driven NYC
I Built a Tool to Manage Multiple AI Agents at Once
VideoMay 4, 2026

I Built a Tool to Manage Multiple AI Agents at Once

The video introduces a new workflow where software engineers shift from coding to managing a fleet of AI agents. By running several agents in parallel, developers assume roles traditionally held by project managers, tech leads, and product owners, supervising, directing,...

By The DevOps Toolkit (Viktor Farcic)
The Future of Code Review: Stop Reviewing Line-by-Line, Start Governing AI Agents #trailer #short
VideoMay 4, 2026

The Future of Code Review: Stop Reviewing Line-by-Line, Start Governing AI Agents #trailer #short

The video spotlights a paradigm shift in software quality assurance: moving away from line‑by‑line code reviews toward governing the AI agents that produce code. Itamar Friedman, founder of Codium, argues that the sheer volume of pull requests generated by AI—often...

By Tech Lead Journal
Why GitOps Exists (And Why CI/CD Alone Wasn't Enough)
VideoMay 4, 2026

Why GitOps Exists (And Why CI/CD Alone Wasn't Enough)

The video asks why GitOps emerged despite the existence of continuous deployment pipelines. Traditional CD tools such as Jenkins or GitHub Actions push manifests to Kubernetes, but they leave no mechanism to verify that the live cluster still mirrors the...

By KodeKloud
Why Decoupling Release From Deployment Changes Everything #short
VideoMay 3, 2026

Why Decoupling Release From Deployment Changes Everything #short

The video argues that separating the act of releasing code from deploying it to customers reshapes how technology organizations operate. By decoupling these steps, engineering, product, and marketing teams can pursue their distinct objectives without stepping on each other's toes. Developers...

By Tech Lead Journal
Docker Under 60 Seconds | Introduction To Docker | Docker Tutorial | #Shorts | #Simplilearn
VideoMay 2, 2026

Docker Under 60 Seconds | Introduction To Docker | Docker Tutorial | #Shorts | #Simplilearn

The short video from Simplilearn gives a rapid overview of Docker, describing it as a containerization platform that bundles an application’s code, libraries, and configuration into a single, portable unit. It emphasizes that containers run the same way on any host,...

By Simplilearn
Getting Humans Out of the Way: How to Work with Teams of Agents
VideoMay 1, 2026

Getting Humans Out of the Way: How to Work with Teams of Agents

The conversation centers on how developers can "get humans out of the way" by building robust validation pipelines for AI‑driven coding agents. Rather than manually QA every feature, engineers define clear criteria—such as visual regression walk‑throughs and custom lint rules—so...

By MLOps Community
DevOps & AI Q&A
VideoMay 1, 2026

DevOps & AI Q&A

The video is an informal live Q&A featuring Scott and Brett, where they field audience questions about DevOps, AI, and emerging learning models. The hosts admit the format is unstructured, using humor and sound effects, but quickly pivot to discuss...

By The DevOps Toolkit (Viktor Farcic)
Python FastAPI Tutorial: Full Course for Beginners - Build a Full-Stack Web App
VideoMay 1, 2026

Python FastAPI Tutorial: Full Course for Beginners - Build a Full-Stack Web App

The video introduces a step‑by‑step tutorial for building a full‑stack web application using Python’s FastAPI framework. It starts by creating a project folder, installing FastAPI (with the standard extras) via UV or pip, and writing a minimal main.py that defines...

By Corey Schafer
How to Engineer AI Inference Systems [Philip Kiely] - 766
VideoApr 30, 2026

How to Engineer AI Inference Systems [Philip Kiely] - 766

The podcast episode with Sam Sharington and Philip Kiely focuses on the emerging discipline of AI inference engineering, highlighting how inference has become the most critical and fastest‑moving workload in the AI stack. Kiely explains that unlike model training, which can...

By TWiML AI (This Week in Machine Learning & AI)
Claude Code Hostinger Tutorial: How to Install Claude Code on a Hostinger VPS
VideoApr 30, 2026

Claude Code Hostinger Tutorial: How to Install Claude Code on a Hostinger VPS

The video walks viewers through installing Claude Code, an AI‑powered coding assistant, on a Hostinger virtual private server (VPS). It targets beginners, showing how to launch a pre‑configured Claude Code image on Ubuntu 24.04 and link it to a personal Claude...

By Metics Media
A Deep Dive Into Deutsche Telekom’s Telco Cloud
VideoApr 30, 2026

A Deep Dive Into Deutsche Telekom’s Telco Cloud

The interview introduces Deutsche Telekom’s new horizontal telco cloud, a production‑grade architecture deployed in its German network. Built on three layers—cloud infrastructure, a vanilla Kubernetes stack, and cloud‑native network functions—the platform adds a unified automation layer that supersedes traditional vendor‑specific...

By TelecomTV
Lecture 3.0.18: CICD & Cloud Cost Estimation Github Action
VideoApr 29, 2026

Lecture 3.0.18: CICD & Cloud Cost Estimation Github Action

The lecture reframes data‑science projects as medical devices, emphasizing three pillars: a reproducible scaffold, continuous integration/deployment (CI/CD) for safety, and a realistic cloud‑cost budget. By mirroring device housing, safety circuits, and manufacturing budgets, students are urged to treat codebases with...

By Universal Digital Health
What Durable Execution Changes for Developers | Temporal
VideoApr 29, 2026

What Durable Execution Changes for Developers | Temporal

The video launches a new Techstrong series in partnership with Temporal, focusing on "Workflow Orchestration Evolved" and the concept of durable execution. Host Alan Shiml introduces the panel—Tom Wheeler, principal developer advocate; Sergey Boff, principal engineer; and Maxim Fateev, Temporal’s...

By Techstrong TV (DevOps.com)
Can AI Agents Safely Become DevOps Engineers? - Sam Alba of Mendral
VideoApr 29, 2026

Can AI Agents Safely Become DevOps Engineers? - Sam Alba of Mendral

The podcast explores Mendral’s AI‑powered DevOps engineer, a tool designed to act like a junior DevOps professional by continuously scanning GitHub Actions, fixing flaky tests, and streamlining CI pipelines. Co‑founder Sam Alba explains that the platform ingests logs, workflow events,...

By Bret Fisher Docker and DevOps
How to Deploy Google AI Studio Websites Correctly - Step by Step
VideoApr 29, 2026

How to Deploy Google AI Studio Websites Correctly - Step by Step

The video walks viewers through a step‑by‑step process for taking a web app built in Google AI Studio and making it publicly accessible. It emphasizes that while building the site is straightforward, publishing it requires a hosting partner, and the...

By Metics Media