Skip to content
How I AIHow I AI

How Microsoft's AI VP automates everything with Warp | Marco Casalaina

Marco Casalaina, VP of Core AI Products and AI Futurist at Microsoft, demonstrates how he uses AI tools to automate administrative tasks that typically consume valuable time. Rather than using Warp as a coding assistant (its primary marketed purpose), Marco leverages it to manage Azure resources, scan documents, compress videos, and more. He shows how these “micro-agents” can reduce friction in everyday workflows, allowing him to focus on higher-value activities. Marco also demonstrates how Microsoft 365 Copilot and ChatGPT can create triggered workflows that respond to emails or check for information on a schedule, highlighting how the line between consuming and building AI agents is blurring. *What you’ll learn:* 1. How to use Warp to manage Azure resources and assign permissions without navigating complex web interfaces 2. Techniques for automating document scanning and processing directly from the terminal 3. Methods for analyzing and compressing video files using AI-generated FFmpeg commands 4. How to create simple rules that dramatically improve AI performance for specialized tasks 5. Ways to build triggered workflows in Microsoft 365 Copilot that automatically respond to emails 6. How to configure ChatGPT to perform scheduled tasks like checking for new content 7. Strategies for creating consistent AI interactions using AutoHotkey shortcuts *Brought to you by:* Rovo—AI that knows your business: https://rovo.com/ Lovable—Build apps by simply chatting with AI: https://lovable.dev/ *In this episode, we cover:* (00:00) Introduction to Marco Casalaina (02:14) Why Marco chose Warp for administrative tasks (03:57) Demo: Using Warp to manage Azure resources and permissions (06:00) How CLI tools eliminate GUI friction for complex tasks (07:18) Creating rules to improve AI performance for specialized tasks (10:28) Demo: Document scanning automation (13:00) Combining odd and even pages using a Python automation (15:04) The value of ephemeral AI solutions vs. permanent tools (17:12) Video compression using FFmpeg commands (20:22) The concept of “ad hoc agents” for specific tasks (22:31) Demo: Creating triggered workflows in Microsoft 365 Copilot (25:51) Demo: Setting up scheduled tasks in ChatGPT (27:17) How AI automation changes time management (29:14) Teaching AI skills to the next generation (30:30) Strategies for improving AI performance with AutoHotkey *Detailed workflow walkthroughs from this episode:* • How Microsoft's AI VP Automates Everything with 5 Micro-Agent Workflows: https://www.chatprd.ai/how-i-ai/microsofts-ai-vp-automates-everything-with-5-micro-agent-workflows • How to Create an Automated Meeting Scheduler with Microsoft 365 Copilot: https://www.chatprd.ai/how-i-ai/workflows/how-to-create-an-automated-meeting-scheduler-with-microsoft-365-copilot • How to Scan and Merge Two-Sided Documents into a Single PDF with AI: https://www.chatprd.ai/how-i-ai/workflows/how-to-scan-and-merge-two-sided-documents-into-a-single-pdf-with-ai • How to Automate Azure User Role Management with AI in the Terminal: https://www.chatprd.ai/how-i-ai/workflows/how-to-automate-azure-user-role-management-with-ai-in-the-terminal *Tools referenced:* • Warp: https://www.warp.dev/ • Microsoft Azure: https://azure.microsoft.com/en-us • Azure CLI: https://learn.microsoft.com/en-us/cli/azure/ • Microsoft 365 Copilot: https://www.microsoft.com/en-us/microsoft-365/copilot • ChatGPT: https://chat.openai.com/ *Other references:* • NAPS2: https://www.naps2.com/ • PyPDF2: https://pypdf2.readthedocs.io/ • FFmpeg: https://ffmpeg.org/ *Where to find Marco Casalaina:* LinkedIn: https://www.linkedin.com/in/marcocasalaina/ *Where to find Claire Vo:* ChatPRD: https://www.chatprd.ai/ Website: https://clairevo.com/ LinkedIn: https://www.linkedin.com/in/clairevo/ X: https://x.com/clairevo _Production and marketing by https://penname.co/._ _For inquiries about sponsoring the podcast, email jordan@penname.co._

Marco CasalainaguestClaire Vohost
Mar 23, 202634mWatch on YouTube ↗

CHAPTERS

  1. Meet Marco Casalaina: Microsoft AI VP and “micro-agent” mindset

    Claire Vo introduces Marco Casalaina (VP of Core AI Products at Microsoft) and frames the episode around “micro-agents” that reduce friction in everyday work. The focus is less on coding and more on automating administrative and file-based tasks using agentic tools.

  2. Why Warp became Marco’s go-to tool for admin work

    Marco explains he adopted Warp after the Microsoft PowerShell team recommended it. He quickly found it especially valuable for repetitive administrative workflows where a CLI exists but the GUI is slow and tedious.

  3. Demo: AI-assisted Azure role assignments via AZ CLI

    Marco shows how he grants a colleague multiple Azure roles quickly using Warp to drive the Azure CLI. The tool iterates through commands, recovers from an error, and completes multi-role permission changes far faster than the Azure portal.

  4. Why CLI-first automation beats complex GUIs for IAM and configuration

    Claire highlights that GUIs for permissions/configuration are inherently hard to design and painful to use. Letting AI operate through CLIs/APIs abstracts the complexity and enables a simpler natural-language interface for users and builders alike.

  5. Improving Warp reliability with MCP servers and “rules”

    Marco explains that Warp becomes significantly more dependable when you provide it with the right context. He uses MCP servers (e.g., Microsoft Docs) for accurate lookups and adds rules to prevent common failures (like missing prerequisite access activation).

  6. Demo: Scan documents from the terminal (NAPS2 + Warp)

    Marco demonstrates scanning his daughter’s two-sided practice test by asking Warp to run the scanner directly—no manual scanner UI. Claire reacts to the “hands-off” workflow: load the feeder, run a command, and let automation handle the rest.

  7. Bimodal workflow: re-run generated commands and merge PDFs with ephemeral Python

    After the first scan, Marco reuses the generated command (without re-invoking the LLM) to scan the even pages. Then Warp writes a short throwaway Python script (PyPDF2) to interleave/merge odd-even scans into one PDF and deletes the script afterward.

  8. The non-magic behind the magic: installing CLIs and encoding them as rules

    Marco clarifies that effective automation often requires prep: finding/installing the right CLI tool and teaching the agent how to use it. He installed NAPS2 because Windows lacks a built-in scanner CLI workflow and then added Warp rules pointing to its path and switches.

  9. Demo: Compressing huge screen recordings with FFmpeg via Warp

    Marco shows how Warp analyzes a massive Xbox Game Bar recording and re-encodes it while preserving 1080p. Warp identifies bitrate/resolution as the cause and runs FFmpeg to shrink the file dramatically for practical sharing and storage.

  10. Ad hoc agents and the case for ephemeral solutions over “productionizing”

    Marco names his approach “ad hoc agents”—mini, on-the-fly agents created to solve a specific problem immediately. Claire argues most of these shouldn’t become permanent tools; it’s often better to redo quickly later, saving only lightweight rules for recurring pitfalls.

  11. Triggered workflows in Microsoft 365 Copilot: email → calendar check → invite

    Marco demonstrates M365 Copilot’s Workflows building an agent that reacts to specific emails. The workflow extracts a requested meeting time, checks calendar availability, and automatically sends a 30-minute invite if the slot is free.

  12. Scheduled automation in ChatGPT: daily checks and notifications (cron-like agents)

    Marco shows a consumer-side analogue: setting ChatGPT to check daily for new episodes of Claire’s podcast and notify him. This illustrates recurring agents that run on a schedule and can push desktop notifications.

  13. Impact on time management, teaching the next generation, and prompt-control hacks

    In the lightning round, Marco explains these micro-agents save minutes daily by removing him from low-leverage steps (e.g., scanning while helping with math). He discusses how his daughter learns tools differently, and he shares how he enforces consistency using rules plus AutoHotkey prompt snippets (e.g., character limits, formatting constraints, avoiding .env check-ins).

Get more out of YouTube videos.

High quality summaries for YouTube videos. Accurate transcripts to search & find moments. Powered by ChatGPT & Claude AI.

Add to Chrome