Loading summary
A
Warp is pretty magical, but you can add to the magic and make it work more smoothly.
B
You're talking about setting up little micro agents that do little tasks for you. Either one off ones like we saw in Warp, or recurring and triggered ones. And then this is making your life just easier.
A
As soon as I started using it for certain things like managing Azure, giving Azure subscriptions and stuff like that, then I was hooked. I was like, man alive, this, this is a really capable tool.
B
Until you start working with these agents, you don't really discover all the things that you can do with command lines. But I think once you start to test those, then it kind of opens up your mind to what is really possible. Welcome back to How I AI. I'm Claire Vel, product leader and AI Obsessive, here on a mission to help you build better with these new tools. Today I have Marco Cassilania, VP of Core AI products and AI futurist at Microsoft. Marco is going to speed run through five AI use cases where micro agents can reduce the friction of getting little tasks done, whether they're technical or not so technical. Let's get to it. Meet Rovo, your AI teammate. Connecting knowledge, people and workflows so teams can work smarter and move faster. It helps people find answers, make decisions and automate work securely and with context through search, chat, agents and studio. Rovo runs on the teamwork graph, Atlassian's intelligent layer that unifies data across your first and third party apps. So no knowledge gets left behind and you always get personalized AI insights from day one. And the best news, it's already built into Jira Confluence and Jira Service Management paid subscriptions. So the power of Rovo is already at your fingertips. Know the feeling when AI turns from tool to teammate. If you Rovo, you know, discover Rovo AI that knows your business. Powered by Atlassian. Get started@rovo.com that's R O V as in victory o.com Marco, thanks for joining how I AI I am excited because we're going to see a tool warp that we haven't yet seen on the podcast and we're going to see you use it for maybe not its primary pitched use case which is kind of agentic coding, but for some sort of more ancillary support use cases that you found to be really useful. So before we get into them, like why have you hooked so deeply into
A
Warp in particular, I started using Warp ironically because our own, one of our own teams here at Microsoft tuned me into was our PowerShell team and they were like you should try this Warp thing. It automates PowerShell really well. And so I tried it, and as soon as I started using it for certain things like managing Azure and giving Azure subscriptions and stuff like that, then I was hooked. I was like, man alive, this is a really capable tool.
B
And if you're looking for the sexiest episode of how I AI it is this, because we are going to show you how to manage Azure resources with AI, which actually, I'm making a joke because I think it's so funny, but these are the kinds of things that if you are a software engineer or an engineering leader or just building something, you are spending so much time on, DevOps, admin, configuration, IAM, all that kind of stuff takes all your time and you don't actually get to the fun part of coding with AI. So show us maybe that specific use case and why you think Warp was such a good fit for that and what the pain was before you had a tool like this.
A
Yeah, let's do this. So I was working with my colleague Govind the other day, and I needed to assign him access to a number of applications, Azure resources, and, you know, you give them granular roles. So here I needed to give him Azure AI User and Azure AI Project Manager. And this was part of a big project that Govind and I are working on now to do this. It's actually not that easy, to be honest, to do this in Azure, and especially if I do it with the web interface, there is a web portal where I can go in there and for each individual role, I can go find the role and assign it to Govan, and then the next role and assign it to Govan. And it's not very efficient. If I were for all the roles I needed to give Govind, I mean, this would have taken me an hour. So instead I do stuff like this. This is my prompt. I say, you know, I found Govind's email address in here to begin with. And then I'm like, okay, now give him Azure AI User and Azure AI Project Manager on this subscription that I'm looking at. And here it does it right? So it will call az. AZ is this command line interface. And this is Warp's superpower. Aside from being a coding agent, which as I know, you know, a lot of people use it for, and I mostly don't actually, I actually use it more like this. Whenever there's a command line interface, a CLI that can do something. Warp is freaking great at that. And so it will call AZ repeatedly until it runs at the Ground now here. I think it made a mistake somehow. Whatever it was doing at A.Z. roll this one. It kind of made a mistake here. And then it got right back to it and it did it and it's like, okay, I'm done. And then I say, okay, actually I needed to give him contributor role on the whole subscription. And it does that too, no problem. And so I use this for all kinds of stuff here, but you know, for Azure administration and close your ears Microsoft people. I have also used this to administer GCP work just as well with GCloud, the GCloud CLI. So it's great at this stuff.
B
I was going to say if you have been victimized by aws, Azure or GCP admin interfaces for assigning roles, this is exactly the kind of, kind of workflow you want to see and a meta thing I want to call out for people because I've worked in DevTools for quite some time and one of the challenges as a product person and an engineer working on dev tools is exposing a GUI on these very complex, very interactive sets of permissions, capabilities, configurations. It's actually a really hard design problem. It's like a very hard front end design problem. And what I love about AI having access to CLI tools, APIs, MCPS, all these ways to more programmatically access these capabilities is you can actually abstract away all of that front end stuff and just let a user kind of query the system and get what needs to get done. And so if you're on the other side of this, you're not the user, but you're the builder of something like Azure. This makes it so much simpler to expose a quote unquote like user interface to someone like you who needs to get the a job done. And then I have to call out a second thing which is you're also doing what what I would. I used to, sorry, rip stack overflow a little bit but you know, I used to like Google how do I kill all processes for Adobe and then like find the command line, you know, the command and then paste it in and then you know, you get the error and you paste it back into search and you try to find it. And what I love about these more agentic processes that have access to the terminal and the command line is you can just do that all in one, all in one interface.
A
Totally. Yeah, exactly. Now I will tell you though that there is a trick to making this stuff work. I mean Warp is pretty magical to be honest, but you can add to the magic and make it work. More smoothly. And there's a couple of ways you could do that. I mean, if you think about what I did with az, really, if you look at my MCP servers, well, this one's off right now, but I do connect this to the Microsoft Docs MCP server when I'm doing like Azure administration. Because sometimes, you know, in this case, I knew exactly what roles I wanted to give Govind, but there are times when I have no idea what role somebody needs to do something. Like, I'll be like, give this person whatever role they need to use Azure Document Intelligence and like, you figure it out. Right. But rather than leaving it to its own devices, I can do as I'm doing here. I can connect it to the Microsoft Documentation MCP server, which is a pretty good MCP server, and then it'll go look it up and that makes it work much better. Another piece of this, and we'll see it again in a moment, is the rules. So now originally, like out of the box when I, when I, when I tell it so I give it these rules. And so like, if I'm giving rules on a resource group, roles on a resource group, I should say I do need to activate my owner access first. So this is one of the common problems that I have is that I have not activated my owner access, which is like a hurdle I have to go through. And so I make Warp remind me and Warp will be like, so, hey, did you activate your owner access before I start doing this? Because otherwise it's going to fail. So you can give it these rules and MCP servers that kind of help it along and help it use this stuff. Of course that's useful for coding as well, but you know, I find it super useful for these kinds of things that I use it for.
B
Well, and what I will call out, and this is no shade, but this is not the most sophisticated prompting I've ever seen in my life. It's just like, hey, when you're trying to do this, remind me to do that. If you're waiting on me, like, pop open a browser, like, wait for me to do the thing. And then you always use the CLI tool. And so I actually love looking at your prompting here because it's very conversational and I think people get like wrapped around the axle on like, my prompts have to be in this specific format and have to be these like very gracefully designed things. And honestly, for most stuff, just taking the step of writing, like two or three steps that you need a system to follow are what makes things More, more effective. And then speaking of kind of like step by step processes, one of the other things I love about what you're doing with Warp is you're just taking again, I think these things that you could do in a UI and they would be annoying to do and not fun and just having a, you know, smart technical agent do them on your behalf. So you want to walk us through how you did, how you did that with your, your daughter's homework?
A
Yeah, let's, let's talk about that. My daughter is studying for a math test right now and it's tomorrow and her teacher gave her a practice test and I decided to scan that in because sometimes what I'll do is she'll take the test, but I'll, I'll take the practice test, I'll scan it in and then I feed it to ChatGPT and I'm like, make me variants of these problems and it will do it like inequalities and things like that. It'll make other inequalities that are similar but different so that she gets a little bit more practice on these things. So I needed to scan this in. Now my scanner has a feeder and so it sucks in the pages, but this was a two sided practice test and so I needed to scan the odd pages and then I needed to scan the even pages and then I needed to put it together. So what do I do? I go to Warp here and I say it exactly. Scan the documents from the feeder and save it to this directory as this file name. And it does, it totally does do that. And so it figures that out and done. It's done.
B
Wait, can I, can I pause you really quickly? Did this activate the scanner?
A
Absolutely. It does.
B
What?
A
Okay, yeah, if I were, if I were home right now, which I'm in the office right now, but if I were home right now, I would do this again and you would see, my scanner would wake right up and start scanning.
B
So you didn't even have to press the little button and pop open the thing and you just.
A
All I had to do was put the sheets in the feeder and as soon as I typed this thing in, boom, there it goes.
B
So for, for the youths listening and watching this show, as a, as a parent, you spend a lot of time with a scanner and a printer. I don't even know if you all know what that is, but this is, this is peak, peak efficiency. Efficiency for me is being able to just remotely start the scanner from, from my AI coding tool.
A
And I'm not gonna lie like I scan, like her birthday cards and like the Valentine's Day cards and things like that. Like, I am deathly afraid that one day there will be a fire and all of these historical documents that she's made will be destroyed. And so I scan those in too, because it's easy, right? It only takes me a second. Then I type this in here and now there it is.
B
Okay, so you scanned one side, I scanned one side.
A
Now, Warp is kind of bimodal, so it works both as an agent, as a not agent. So then I just pressed the up key. So you see, the second time I did this, it had generated this command line here. Oh. And when I pressed up, it just go, go straight to this command line. And so I'm like, well, I. I'm basically doing the same thing again, but now I'm doing the even pages. So I just changed ODD to even over here and it just did that. So it didn't even need to call the large language model to do this. But then I wanted to put it together, so I said, now put together the odd pages and the even pages and just make the math practice test out of it. And so now it wrote some Python to do this. Actually, I guess it installed PyPDF 2 and it wrote a little Python file and ran it and then it removed it. So, I mean, in a sense, I am using here Warp as a coding agent, ironically sideways. But, you know, it did it. I mean, in the end, absolutely. It most certainly did create a unified thing.
B
Now I have to give these AI coding tools and IDEs, etc a little print product feedback, which is I want like a time to task little timer here, and I want it to say, hey, you did this in 112 seconds. And give me like confetti. Because again, this is one of those things. I just think about how you would have done it before, which is you would have walked over to your scanner, which I have one right here. I would have pulled up the terrible native scanner software, you know, if you know it. If you know, you know, and I would have like scanned the thing and downloaded the PDF and then flipped it and scanned the thing and download the PDF and then like found some PDF opener and then like dragged and dropped the pages in the right, the right order and then saved that file. And it would have been so, so, so annoying. And instead you get to sit where we all want to live right now, which is in the terminal, in the terminal in dark mode, and just ask it to do this thing. And I think something that, you know, maybe Less technical people don't appreciate is if you look at this and you look at these commands, warp are generating a lot of stuff on your computer you're able to do programmatically, right? And until you start working with these agents, you don't really discover all the things that you can do with command lines. But I think once you start to test those, then it kind of opens up your mind to what, what is really possible.
A
Well, what's interesting is it caused me to look for ways that I could do things for the command line. So this scanner thing, this wasn't magical. There is, as far as I know, not a way in Windows to CLI invoke a scanner unless you install NAPS 2. So if you look at my rule for this and what I said is when you're in Windows and I tell you to scan something, use NAPS 2 to do it. And I gave it the location of where I installed this thing called NAPS 2, which is this scanner CLI. It's an open source scanner, CLI for Windows. So I installed this, I made a rule for it, knowing that I scan things so frequently that this would save me a vast amount of time. So, you know, again, like it's magic, but it's not entirely magic. You do have to do a little preparation for this trick to work.
B
This episode is brought to you by Lovable. If you've ever had an idea for an app but didn't know where to start, Lovable is for you. Lovable lets you build working apps and websites by simply chatting with AI. Then you can customize it, add automations and deploy it to a live domain. It's perfect for marketers spinning up tools, product managers prototyping new ideas, or founders launching their next business. Unlike no code tools, Lovable isn't about static pages. It builds full apps with real functionality. And it's fast. What used to take weeks, months or even years, you can now do over the weekend. So if you've been sitting on an idea, now's the time to bring it to life. Get started for free at lovable.dev. that's lovable.dev. i am just laughing because again, I think my pitch at the beginning of this podcast, which is this is the most glamorous episode of how I AI, which is we're going to do Azure role assignment. We're going to do drivers for your scanner that can be run via the cli. And then you have one more use case, which is as somebody who does a podcast and works with A lot of videos is really useful that I thought maybe you could walk us through.
A
This one is for you. So I record a lot of videos myself, actually, and I have my little YouTube channel, although I can't say I have a podcast. It's not as regular as yours, but yesterday I used the game bar thing, the Xbox game bar thing, to record a video off my screen. I said, maybe I'll try this, see how it goes. Well, for 10 minutes of video, this thing recorded a 1.7 gigabyte file. I don't know what it was doing, but I mean, it was insane. And I was recording this new tool that we're working on called opal. Anyway, so I was like, what is up with this? To Warp, as you can see in my prompt here, I say, why is this file so big? Use FFMPEG to re encode it. Still keeping it at 1080p because I didn't want it to like nestify the resolution and make it more normal size. FFMPEG is a CLI that you can use to edit videos. And I use this all the time. I use it to strip audio off of videos. One day my coworker sent me a video where like from 7 seconds to 17 seconds, it suddenly went really quiet and then it went back to normal. So I said to Warp, I'm like, use FFMPEG to like make the sound 300% from 7 seconds to 17 seconds. And it totally does. But here it looks at the file and it's like, okay, the video is 1.7 gigs because it has a huge bit rate and it's at a huge resolution for some reason. And then it followed my instructions. It ran FFMPEG with whatever the switches were to re encode this thing. And it did re encode this down to 13 megabytes, which is what you would expect for like a 10 minute video of a screen. Share. Thank you.
B
Yeah. And so again, like, I think this is one of those things that in an alternative world somebody would have like gone to search and say like video compression software, tried to open something and like export and compress and figure this out. And instead in just a couple seconds you can use this more technical tool and get a lot of stuff done and also sort of understand the root cause. You know, another thing that I think people don't really appreciate about AI enough, and we had an episode with a producer from Ken Burns Documentary Production Agency is files are very rich with information. And giving an agent access to a file, you can tell a lot about that file. And then if you layer on an LLM, you can tell a whole lot about that file. And so I do think file manipulation is a real underappreciated use case. Like we do so much file generation, but I actually think file manipulation is a really underappreciated use case of AI Right now.
A
If you think about what I'm really doing with Warp, the way that I'm using Warp, I characterize it in a certain way. I call this an ad hoc agent because effectively each one of these things that I'm doing, you know, when I'm assigning the Azure roles, or when I'm scanning the stuff, or when I'm doing stuff with the videos, I'm kind of creating a little mini agent, an unnamed agent on the fly to do something for me. And that's becoming a trend. Like this is a thing that's starting to happen not just in Warp, but in lots of different types of general purpose agents.
B
Yeah. And what I would say is also what I love about AI and what I would recommend to people with AI is like, just get used to ephemeral stuff, like just toss it, like if you ever need to compress a video again, don't save this script. Don't like, just, just come back and do it again, probably with a better model at some point. And it's going to be just as cheap and just as easy. And so I think a lot of people get stuck in their head about like, oh, how do I make this a product? Or how do I get this production? It's like, don't get it to production, just next time do it over, do it over again. Maybe save a rule so you're not rediscovering the steps, right. But like, you don't need to build a whole thing here.
A
And that's, that's exactly the right idea. Right. So when it, you know, for example, like it happened once that it tried to call NAPS 2 the scanner thingy and failed because it couldn't figure out what the path to NAPS 2 was. And so that's why I made that rule. That's like when I tell you to scan, here's where NAPS 2 is. When I tell you to scan from the feeder, this is the switch to scan from the feeder instead of the flatbed scanner thing. And now that it has that rule, it has never done it wrong since then, right? It does it right every single time. Even though I'm scanning to a different directory, a different file, maybe a different format, it does it right every single time.
B
You Know, I'm not saying I love AI more than humans, but sometimes it would be really, really nice to be able to get that consistency. The people around me, you know, perhaps my, my, my children who, who are not loaded with rules in context all the time and consistent output. Well, let's switch over to maybe some less technical use cases, but ones I think are really interesting. Again, thinking about ad hoc agents and workflows, how you're using sort of more administrative task based workflow, workflow based things to kind of be prepped for the work you need to do in a day.
A
Yeah, well, I mean here I am in M365 copilot. So this is Microsoft's general purpose agent for business. And a lot of people think of it like this, like I can ask it a question, what am I doing? How I AI. And it shows it here. Here you go. It knows my calendar and that's cool. But what's happening now is that this and many general purpose agents like it are becoming agent builders. The line between consuming an agent and building an agent is blurring. So this is the new workflows agent and this is an agent that builds an agent. So I'm going to kick this thing off and what I said here is when I get an email from Clarvo requesting a meeting at a certain time, check my calendar, if that time is free, send her a 30 minute meeting invite for that time and it will start to build this agent. Now, for the sake of time, I actually ran this in advance here so I can show you what it will build in a second here. And what it has built is an agent. It's a triggered agent, it's an email triggered agent. And so an email comes from you and it will extract the time from it. It knows enough to extract it in ISO8601 format, which is the format that the API takes with the Outlook API. It will check my calendar and it'll create the meeting invite. And if I save this thing, this becomes a triggered agent that is now associated with my Outlook. So if you send me an email and you're requesting a meeting, you're going to get an invite from me.
B
If I'm free, I'm not going to abuse it, but I do, I do love it. What I would say is really interesting here is the ability to set up synchronous response to asynchronous requests. Meaning, you know, probably when I email you, you are busy, you are in a meeting you do not have. I mean I'm, I'm I'm projecting now, but like, you don't have the time to look at your calendar. Say, does this time work for me or not? But you know, when you have five minutes, you know, like, oh, I'm supposed to meet with Claire and she needs to be at the top of my queue because we want to get this podcast done. And so I'm going to set up the system. So as soon as she's ready, I'm ready. And I think that's a really nice flow. Again, I call this like burning down your anti to do list, which is if you can get yourself out of the critical path of doing a task and get AI into that path instead, you can be highly responsive and not drop stuff, which I think is, is really useful. And I will say we got this thing scheduled quite well. So if you ran this on me, it was really good.
A
Well, you know, you're a priority, Claire.
B
So you know, he knows how to flatter the ghost. Or flat flatter the ghost. Oh my God, you know how to flatter the host. It's that. It's that Halloween podcast we did. It's still.
A
That's right. That was such a fun podcast that you're still feeling the ghosts of it today.
B
I am. Okay. And then so this is sort of a more kind of reactive style agent that you built. What about a sort of like more cron based, like timeline based one? Because you showed me how to do this in ChatGPT as well.
A
Yeah, to do this. Yeah. So like what if you don't have M365 copilot now this same kind of function is showing up in the consumer general purpose agents also. So let's say that again, you are a priority, Clare. And so if you have a new podcast, I really, really want to know. So I can actually set ChatGPT now to do this. I can say every day, look, to see if there's a new podcast by Clairvaux and notify me if there's a new one. And lo and behold, it absolutely does do it. It will daily at 9am I didn't actually even say what time to do it, but it decided on 9am Every day at 9am it's going to check for new podcast episodes by you. And if I want, I can actually turn on desktop notifications so it will notify me on my desktop like, boom, new Clairvaux podcast. But once again, I have effectively built a little ad hoc agent here. This is an ad hoc agent that's triggered in this case on recurrence. It's like, as you say, a cron job. It, it runs every day and it will do whatever it needs to do to check to see if there's a new podcast by you.
B
I, I love it. And so, you know, just looking back at, you know, the theme of this show, you're talking about setting up like these basically these little micro agents that do little tasks for you. Either one off ones like we saw in Warp, or recurring and triggered ones like we saw in Microsoft and ChatGPT. And, and then this is making your life just easier. So let's jump into lightning round questions. I have a couple of questions for you, which is one, you know, now that you have this kind of army or constellation of agents working for you, how has it changed how you spend your time?
A
This saves me many minutes a day. I mean, just think about last night. I was scanning, as I said, my daughter's homework, my daughter's practice test. And I set Warp to running that. You know, I said, okay, Warp, you know, go scan that for me. And while it did that, she and I worked on one of the math problems themselves. So rather than me fumbling with the scanning software, the crappy thing that says now feed this and it's letter size and all that stuff, I just told Warp to do it. It did it and I did something else. Warp, while these agents are doing whatever it is I need them to do
B
well, and the only, you know, only your only physical job was literally flipping the paper. So you still had, I mean you still had a role. Very important part of this I needed
A
to do in this case.
B
Yeah, yeah, I, I agree. And I, I think you would probably agree that the tasks that you do end up spending your time on are higher leverage, more intellectually stimulating, more strategic. All those things where we want to spend our time versus like digging through roll docs trying to figure out is it like project owner or project admin that has the right permissions for this particular, you know, part of our stack. So I think, I think just spending your time differently is such a high impact, high impact effect of AI. What about. Actually, you know, my second question is, you know, what about your kids? I, you and I have done, we did a little mini episode on Halloween about Halloween app you did. You know, you've talked a lot about helping your daughter with homework. Do your kids have any interest in this? Are you teaching them how to do this or is it still daddy, you know, facilitating the, the AI tooling in your house?
A
Well, I only have one daughter and she is not like me. I mean, I'm a tinkerer, so I will try these things over and over again. And if I fail today, I'll try it again tomorrow. Because in this world, AI changes every day, and what didn't work yesterday may well work today. So I will absolutely hammer away at this thing until it works. She is more, I. I would say a mainstream user. She's certainly capable of using this stuff. And in fact, she is a wizard at canva, I tell you. And like the canva tool, the canva, the agent that's built into that, she's really good at that stuff. She could design something up just like that, much better than I can, frankly. But she's not a tinkerer like me, so she. She doesn't proactively try these AI things, so I don't really need to teach it to her per se. I feel like these are things that she is learning for herself and learning how it benefits her for herself.
B
Okay, and then my last question for you is, and I'm really interested to see this, because again, I think you're a pretty casual prompter. If I put you on the spectrum, a formal to casual prompters, you are a casual prompter. What is your tactic when AI is not listening, when it is not giving you the output you want? What do you do?
A
I mean, I sort of am. In which I will often be like, you moron. I specifically told you not to check in my ENV file, and you did it anyway. Now, again, in Warp, there are rules you might have noticed in my Warp rules, if you look closely, there is a rule there that says never check in the ENV file. You know that environment file that sometimes has keys and stuff in it. Yeah, this is my. My pet peeve with all coding agents everywhere is that sometimes they just check in your ENV files without you asking them to do that. But, you know, another one of the things that I do, though, you know, I make rules in Warp, but not all of the AI tools that I use have rules. Now, sometimes, for example, I get these kinds of questions that I need to fill out, and I want to limit them in terms of their characters. So I also will pre program certain types of prompts. And so here, let's say MBR5. So I have all these shortcuts like this, and I can say answer from the perspective of Microsoft in 500 characters or less with no bullets or formatting if I just want to give a quick answer to some question. And so I use this in a way that's repeatable to get these AI tools to do what I want them to do. That is by the way, autohotkey that I have running there. So I have all these kinds of shortcuts that I can use with autohotkey that expand to repeatable problems.
B
Question did Warp help you make all those autohotkeys?
A
These I have I think made entirely myself.
B
I have never artisanally crafted.
A
That is true. Artisanal crafted, well tested.
B
I love it. So you've created a library of yourself, of little snippets that you know are effective that you can hotkey into your AI tools that you know you're going to get exactly what you want.
A
Precisely.
B
I love it. Marco, this has been so great. I just, I love the idea of again, just solving these minor points of friction with our, you know, genius large language models and supporting tools. Where can we find you and how can we be helpful?
A
Well, find me on LinkedIn. That's probably the easiest place so you'll see me. I'm Marco Castellina on LinkedIn and I really do look like my picture perfect.
B
And any anything exciting coming up or YouTube channel, any anything that we can do to be helpful to you,
A
just follow my LinkedIn channel. You see that I make blog posts and videos every few weeks or month and so you can see my new blog post and video there on my LinkedIn channel.
B
Amazing. Well, thanks for joining how I AI
A
thank you for having me.
B
Thanks so much for watching. If you enjoyed this show, please like and subscribe here on YouTube or even better, leave us a comment with your thoughts. You can also find this podcast on Apple Podcasts, Spotify or your favorite podcast app app. Please consider leaving us a rating and review which will help others find the show. You can see all our episodes and learn more about the show@howiaipod.com See you next time.
How I AI – Episode Summary
Podcast: How I AI
Host: Claire Vo
Guest: Marco Casalaina, VP of Core AI Products, Microsoft
Episode: How Microsoft's AI VP automates everything with Warp | Marco Casalaina
Date: March 23, 2026
This episode of How I AI features Marco Casalaina, VP of Core AI Products at Microsoft and AI futurist. Marco demonstrates how he uses Warp, an AI-powered terminal, not for its mainstream agentic coding use case, but to streamline a range of practical, often tedious, workflows—both technical and everyday. Throughout the conversation, Marco and Claire discuss the growing potential of micro agents, the abstraction of complex interfaces, and the power of ad hoc automations. The episode is packed with real-life demos, time-saving tips, and insights into the way modern AI tools can drastically reduce friction in routine tasks.
az and gcloud CLIs.Use Case:
Key Moments:
Efficiency Realized:
Use Case:
Notable Quote:
Insight:
Claire calls file manipulation "a real underappreciated use case of AI," with Marco agreeing that providing agents access to rich files (plus LLM reasoning) unlocks a new level of capability. (19:19)
| Timestamp | Segment/Topic | |------------|------------------------------------------------------------| | 02:44–03:57 | Why Warp for automation: The Azure experience | | 03:57–06:01 | Pain points of cloud admin—how command line saves time | | 06:01–07:54 | Abstraction: AI, APIs, and break from Stack Overflow | | 07:54–09:42 | Enhancing agents with rules, MCPS, and documentation | | 10:56–15:34 | Scanning and merging documents with Warp (live demo) | | 17:40–20:25 | Video file manipulation, ffmpeg, and file intelligence | | 20:25–22:51 | Ad hoc agents and ephemeral workflows | | 22:51–27:17 | Building workflow agents in Copilot and ChatGPT | | 27:17–28:32 | Personal impact and time saved by AI agents | | 29:37–30:30 | AI use with Marco’s daughter: teaching and learning | | 30:53–32:48 | Prompting tactics, fixing stubborn LLMs, and hotkeys |
This episode spotlights automation at the ground level—reducing friction in both professional and personal tasks with AI-powered command line agents and workflow automations. Marco’s practical, “ad hoc agent” philosophy shows the future is less about building elaborate, persistent tools, and more about leveraging ephemeral, fit-for-purpose agentic helpers. This is a must-listen for anyone interested in actionable, real-world uses of next-gen AI toolchains.
Find Marco on LinkedIn for more updates, blog posts, and video content.