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.

    • Marco’s role at Microsoft and interest in practical AI automation
    • Episode theme: micro-agents for small, high-friction tasks
    • Warp positioned as an automation interface beyond coding
    • Goal: speed-run multiple real-world automation use cases
  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.

    • Warp recommendation came internally from the PowerShell team
    • “Hooked” after using it for Azure subscription/resource administration
    • Warp excels when there’s an existing CLI (PowerShell/AZ/etc.)
    • Primary benefit: compressing multi-step admin actions into simple requests
  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.

    • Assigning granular Azure roles via the portal is time-consuming
    • Warp invokes the AZ CLI repeatedly to apply roles
    • Agent recovers after a command mistake and continues
    • Adds subscription-wide Contributor access as a follow-up
    • Works similarly with other clouds (e.g., GCP via gcloud)
  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.

    • GUI design for IAM/config is a hard product problem
    • AI + CLI/API access can replace many brittle GUI flows
    • Agents replicate the old “search → paste command → debug” loop in one place
    • Framing: AI as an interface layer over programmatic capabilities
  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).

    • Connect Warp to Microsoft Docs MCP server for role/permission lookups
    • Use rules to remind about prerequisites (e.g., activate Owner access)
    • Rules guide behavior without needing complex prompt formatting
    • Same approach applies to coding and non-coding workflows
  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.

    • Use case: scan homework/practice tests for generating variants later
    • Warp can trigger scanning directly (no button-clicking in scanner software)
    • Workflow reduces dependence on clunky native scanner apps
    • Personal archiving: scanning kids’ cards and keepsakes for safekeeping
  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.

    • Warp produces a reusable CLI command for repeat runs (up-arrow replay)
    • Odd/even scanning workflow for duplex documents using a feeder
    • Agent writes and runs a temporary Python script to combine PDFs
    • Ephemeral automation: create what you need, run it, discard it
  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.

    • Automation depends on having CLI hooks (e.g., NAPS2 for scanning)
    • Rules include tool path and flags (feeder vs flatbed)
    • Once rules exist, the workflow becomes repeatably reliable
    • Reframing: AI is powerful, but good tool plumbing matters
  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.

    • Problem: 10-minute recording becomes a 1.7GB file
    • Warp inspects media properties to diagnose the cause
    • Uses FFmpeg switches to re-encode while keeping 1080p
    • Outcome: compression down to a normal-sized file (e.g., ~13MB)
    • Broader use: targeted audio fixes (boost volume within a time range)
  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.

    • Definition: ad hoc agents = unnamed, task-specific agents created on demand
    • Trend: general-purpose agents increasingly support this style
    • Ephemeral scripts are fine; don’t over-invest in ‘making a product’
    • Save durable ‘rules’ when you repeatedly hit the same failure mode
  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.

    • Shift: business copilots becoming ‘agent builders’
    • Trigger: email from Claire requesting a meeting
    • Steps: extract time (ISO 8601) → check Outlook calendar → send invite
    • Value: fast responsiveness without being manually in the loop
  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.

    • Recurring trigger: daily run (ChatGPT chooses a default time)
    • Task: monitor for new podcast episodes and alert the user
    • Optional desktop notifications for proactive awareness
    • Pattern: cron-style automation is spreading to mainstream assistants
  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).

    • Time savings: parallelize tasks (agent works while you do higher-value work)
    • Kids: different adoption styles—tinkerers vs mainstream users
    • Reliability: rules to prevent repeated mistakes (e.g., never commit .env)
    • AutoHotkey shortcuts for reusable prompt templates (e.g., ‘500 chars, no bullets’)
    • General tactic: create a personal library of proven constraints and instructions

Get more out of YouTube videos.

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