---
title: "Infrastructure with AI Agents for Dummies"
url: https://daily.dev/posts/infrastructure-with-ai-agents-for-dummies-8zgryqkvy
source_url: https://www.youtube.com/watch?v=_j4epp_MqF4
type: video:youtube
source: "DevOps Toolkit"
published: 2026-06-22T16:10:36.128Z
updated: 2026-06-22T17:57:25.690Z
tags: ["ai-agents", "ansible", "argocd", "crossplane"]
reading_time: 26
upvotes: 1
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Infrastructure with AI Agents for Dummies

**[DevOps Toolkit](https://daily.dev/sources/devops-toolkit)** · 26 min read · 1 upvotes · 0 comments

## Summary

AI agents are powerful force multipliers, but only if you know what you're doing. This video walks through the full journey of using an AI agent to manage real cloud infrastructure, starting with the worst possible approach (letting the agent run loose with CLI tools it found on your machine) and ending with a production-grade setup built on GitOps principles. Along the way, you'll see exactly why an agent happily creating a publicly accessible database with the password stored in a temp file isn't a success story. It's a disaster waiting to happen.

The video makes a compelling case for the right stack: Crossplane Managed Resources over imperative CLIs, Crossplane Compositions as the backbone of an Internal Developer Platform that hides complexity behind a clean interface, and Argo CD to enforce GitOps so that Git becomes the only entry point for any change. The core message is clear — AI doesn't replace the need to understand what you're building. It amplifies whatever you bring to the table. Use it to hide your ignorance, and you get chaos at scale. Use it to learn, ask why at every step, and you get something genuinely great.

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Sponsor: Coursera
🔗 https://imp.i384100.net/c/7308658/1164545/14726
🔗 IBM DevOps and Software Engineering Professional Certificate: https://imp.i384100.net/xJz5Nk
🔗 Developing a Google SRE Culture: https://imp.i384100.net/QY2n6Y
🔗 Generative AI for Software Development Professional Certificate (DeepLearning.AI): https://imp.i384100.net/5k1Z7n
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

#AIAgents #Crossplane #GitOps

Consider joining the channel: https://www.youtube.com/c/devopstoolkit/join

▬▬▬▬▬▬ 🔗 Additional Info 🔗 ▬▬▬▬▬▬
🔗 Crossplane: https://crossplane.io

▬▬▬▬▬▬ 💰 Sponsorships 💰 ▬▬▬▬▬▬
If you are interested in sponsoring this channel, please visit https://devopstoolkit.live/sponsor for more information. Alternatively, feel free to contact me over Twitter or LinkedIn (see below).

▬▬▬▬▬▬ 👋 Contact me 👋 ▬▬▬▬▬▬
➡ BlueSky: https://vfarcic.bsky.social
➡ LinkedIn: https://www.linkedin.com/in/viktorfarcic/

▬▬▬▬▬▬ 🚀 Other Channels 🚀 ▬▬▬▬▬▬
🎤 Podcast: https://www.devopsparadox.com/
💬 Live streams: https://www.youtube.com/c/DevOpsParadox

▬▬▬▬▬▬ ⏱ Timecodes ⏱ ▬▬▬▬▬▬
00:00 AI Agents for DevOps
01:10 Coursera (sponsor)
02:32 AI Agents with Cloud CLIs
09:05 Ansible vs Terraform vs Crossplane
16:03 Internal Developer Platforms with AI Agents
22:25 GitOps with AI Agents
25:06 AI Amplifies You

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=_j4epp_MqF4>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#ai-agents](https://daily.dev/tags/ai-agents), [#ansible](https://daily.dev/tags/ansible), [#argocd](https://daily.dev/tags/argocd), [#crossplane](https://daily.dev/tags/crossplane)

[View this post on daily.dev](https://daily.dev/posts/infrastructure-with-ai-agents-for-dummies-8zgryqkvy)
