How to build prototypes that actually look like your product | Colin Matthews (Product leader, AI prototyping instructor at Maven)
Colin Matthews is a product manager, founder, and hobbyist engineer. After spending the past eight years in healthtech, he recently left his role as a PM at Datavant to go full-time on building his own products. He is currently a top Maven instructor, helping PMs build their first AI prototype. In this episode, he shares a step-by-step workflow for creating component libraries from screenshots that stay true to your brand and reveals a clever Chrome extension trick for extracting code from any website to build reusable components. What you’ll learn: 1. How to create component libraries from screenshots that match your brand’s design system 2. A Chrome extension that can extract components directly from any website with a single click 3. Why forking prototypes is the key to efficient iteration without breaking your baseline 4. The structured prompting technique that makes AI tools actually listen to your instructions 5. How to introduce AI prototyping to your team without stepping on designers’ toes 6. The debugging approach that solves 90% of AI prototyping errors — Brought to you by: WorkOS —Make your app enterprise-ready today Notion —The best AI tools for work — Go deeper with Colin’s in-depth post in Lenny’s Newsletter: https://www.lennysnewsletter.com/p/how-to-get-your-entire-team-prototyping — Where to find Colin Matthews: LinkedIn: https://www.linkedin.com/in/colinmatthews-pm/ Tech For Product newsletter: https://colinmatthews.substack.com/ Tech For Product one-day team workshop: https://teams.techforproduct.com/
- Published
- Published Jun 30, 2025
- Uploaded
- Uploaded Jun 13, 2026
- File type
- POD
- Queried
- 00
- Source
- podcasters.spotify.com
Full transcript
Showing the full transcript for this episode.
AI-generated transcript with timestamped sections.
[00:00] - Can you show us how you get these prototyping tools to prototype your product? - So here's our component. All I have to do is click convert to component. [00:08] throw it into my chat purity library. And now it's going to import basically all of that styling and structure and regenerate it as like a proper component. So you can see the prompt here is basically all of the code from your website. You used to have to know how to code or get really good at Figma. And now we have unleashed the product manager with these chat based prototyping tools. You have this prompt that lets you extract those components out of a screenshot. So I'll say create a home page for Airbnb. [00:35] and basically assemble a homepage using those components. You want to match your existing design with a screenshot. You can paste that in to start. Then you add your new AI feature on top or whatever you want. Oh, look at this. [00:47] It's Airbnb. [00:48] These tools can be used by anyone on the team. Your operations team could prototype something and send it to you. Or customer success could use these tools. There's no limit on who's allowed to have ideas. [01:00] Welcome back to How I AI. I'm Claire Vo, product leader and AI obsessive here on a mission to help you build better with these new tools. Yeah, yeah, the word of the year is vibe code. But if I had to pick a close number two, it would be prototype.
[01:18] how they can take screenshots and turn them into component libraries for your favorite prototyping tool to use. Use a Chrome extension to rip your exact code to pull in to integrate with AI tooling and how to use a fork to bring some sanity to your AI prototypes and designs. [01:36] Let's get to it. [01:37] This episode is brought to you by WorkOS. AI has already changed how we work. Tools are helping teams write better code, analyze customer data, and even handle support tickets automatically. [01:49] But there's a catch. [01:50] These tools only work well when they have deep access to company systems. Your copilot needs to see your entire code base. Your chatbot needs to search across internal docs. And for enterprise buyers, that raises serious security concerns. That's why these apps face intense IT scrutiny from day one. To pass, they need secure authentication, access controls, audit logs, the whole suite of enterprise features. [02:16] Building all that from scratch? It's a massive lift. That's where WorkOS comes in. WorkOS gives you drop-in APIs for enterprise features so your app can become enterprise-ready and scale up market faster. Think of it like Stripe for enterprise features. [02:46] today. [02:48] Colin, thanks for being here. Yeah, super excited to join.
[02:51] So one of the things product managers love right now is they are super empowered to prototype. You used to have to know how to code or get really good at Figma. And now we have unleashed the product manager with these kind of chat based prototyping tools. But one of the problems that I found is somebody who is trying to bring these prototyping tools into a larger company is they're not, at least in my experience, particularly good at replicating your brand, your design system, [03:21] And so you sort of annoy the product managers and engineers first by doing all this work that no one asked you to do. And then two, you're not giving them assets that match the brand and the design system. But you seem to have figured this out. So can you show us how you get these prototyping tools to prototype your product? The concept here is actually pretty simple. Comes kind of from the design world of having a component library. So you can see here I have kind of a mock one of Airbnb. [03:51] this approach is applicable to any tool. So it's not like a V0 thing or a bold thing or anything like that. It's just the idea of basically creating these components first rather than starting with your views. [04:02] So I'll talk a little bit about how I actually go about accomplishing this in V0. And then we'll talk about some other tools that maybe like streamline this process a little bit for us. [04:09] First things first is I just have a prompt that I typically use. And I'm happy to share this with the audience as well. Later on, I have a little prompt library for myself. [04:19] And this prompt is a prompt to create a component library. So I tell the AI model that is tasked with creating this component library based on a screenshot using a set of technologies, I kind of outline
[04:29] what the behavior should be and what we want as a result. Sometimes it listens, sometimes it still tries to replicate the view. And so sometimes you really have to push it on like only create the components. I want the page to be a list of components. I don't want you to recreate the views because I think these tools have kind of been on a pre-trained to create the views instead. [04:48] And so that's pretty much it. I take this prompt [04:52] and I throw in an initial screenshot. And if I scroll back a little bit here in my chat, you'll see that a lot of my requests to this particular project are just screenshots in the prompt, please continue adding components. And so I very literally go through and once I kind of have this initial setup, so I have my component library, it starts adding a couple of components. I start just sending in screenshots, one kind of page at a time. [05:17] And for people listening, just to call out kind of what you're seeing here is it seems like you're taking screenshots from different parts of the app. This example is Airbnb. And you're actually pulling out things like the logo, the search bar, navigation of category items, how ratings work, property cards. So these foundational UX elements that compose this very complex app. And you have this prompt that lets you extract those components out of a screenshot. [05:46] Yeah, that's exactly right. And there's kind of two main benefits to this. So obviously right now we don't have what I'd consider to be a prototype. But what we can do is very easily turn this into a prototype. So we can keep this kind of visual consistency, not only in our own prototypes, like if I'm doing two different ideas, but also like if you're working with me, I can share this component library with you. And now across the team, our prototypes all have a very similar style or visual consistency. And so I can just run through how to do that. It's pretty simple.
[06:16] We're going to use this fork feature up in the top right hand corner, which basically creates a copy of the project. [06:22] So it'll import all of the same files that we had in the original. And this allows us to not make any changes to the component library, but still use all those files. And then from here, you know, we basically ask it to build us something. So I'll say, you know, create a homepage for Airbnb and it will take all of that existing code that we have. So all of these files that represent our components. [06:45] and basically assemble a homepage [06:47] using those components. [06:48] And if there's something missing, right, like some UI element that it wants to add that doesn't exist in the components, it will create them as needed. But generally speaking, it will just inherit those existing components. [07:00] Got it. And just looking here at the list of components you were able to generate in that prompt, it looks like you have two dozen different components, everything from the logo to what the reserve button looks like, host information. And so you've been able to very quickly get the building blocks of Airbnb and matching the brand, matching the UX style because you've used the screenshot and now you're taking those different Lego pieces and... [07:25] and composing it into something new for the product. [07:30] Yeah, exactly. And then we can kind of continue from there the same way we normally would with prototyping, right? So if you want to match your existing design with a screenshot, you can paste that in to start. It'll use all these components. Then you add like, you know, your new AI feature on top or whatever you want. [07:44] Look at this. It's Airbnb. There we go. So yeah, works pretty good. So we have the Airbnb logo, we have the search bar that we'd expect, we have all the various components.
[07:57] that we're used to, right? And there are a lot of components that didn't end up getting used here. So for example, if I ask it to build a detail screen, [08:07] then it's gonna continue, right? To use the components. So it's selecting the relevant components to use. It's not just gonna import, you know, my 30 components into the homepage, just for fun. Lots of these, like the amenities section, the bedroom card, [08:19] the booking card, these are all things that we need in the listing page. And you can see right at the top here, [08:24] It's just listing out all of the components it's importing for that detail screen, right? [08:30] And what I would say is something like Airbnb is a well-known brand, well-known UI, and this is pretty close. But are you aiming for pixel perfect? What are you trying to get when it comes to building this component library? [08:44] Yeah, typically not pixel perfect. It is still a little challenging. You'll notice that like, some of the icons are not like their particular set of icons. The images are a little bit off. And so usually it's not exact matches. The goal is typically to represent the product in a way that, [09:01] doesn't make people feel like you're talking about a different topic, right? Like they want to be able to look at it and be like, oh yeah, that's Airbnb. And now you're showing me, you know, the new AI experiences feature where it's going to plan my whole trip for me. [09:14] right? And so we're focused really on whatever it is you're prototyping, but we just don't want to distract people with a UI that looks nothing like the product. Yeah, and if I think about kind of these prototyping tools out of the box, I tell people they're great wireframing tools in that they tend to come pre-baked with these monochrome, very clean, nice to use and accessible UI components, but rarely matches the unique brand that you have. And so this is almost like
[09:41] better than a wireframe. It's not a pixel perfect spec, but it gives you the sense of how the UI might look with your brand attached and some familiar elements. [09:53] yeah exactly so hopefully we can give this a try i think we've wrapped up and if i click on this or perhaps i go to a um [10:00] I didn't set up the routing. That's one of those small things. Often it'll be very specific. So we can ask it to set up the routing here as well. But I'll try just throwing in a number and see if that brings us to... [10:11] a property yeah so we have to go property and then page so let's try that property and one [10:20] and hopefully we get our listings page. So this isn't quite right. Some of this is a little bit off, but we can see we have our booking card component and a lot of the other components. [10:29] on that we have, which make this look almost the same as Airbnb, right? Like it's pretty close. [10:33] That's amazing. That looks... [10:35] really good. And all those components look very familiar, very consistent. [10:42] uh airbnb team look at this we we did some we did some work for you and and i think this solves a [10:48] actually a very big problem for adoption of these tools inside Teams, which is [10:54] Teams don't want to look at prototypes that don't look like their own... [10:59] product and you're showing sort of a third party product. But obviously this is something that an APM or design team can set up for themselves. Yeah, exactly. And I agree on the adoption side. The other thing is just like,
[11:12] If you do a decent job, so you put a little bit of effort into those components, these tools seem to do a good job of stitching them together. So I find that I get many fewer errors because I have this kind of modular structure already. It's already broken down. And really all the code is doing is stitching them together. And so, again, from an onboarding perspective, like it just feels like a kind of a level up in terms of the product itself, the prototyping product. [11:36] And are there other tools? I mean, this is [11:39] was so fast. So it's hard to complain about the process. But you showed that you had to do some prompting to continue to generate components. So there are other tools that you use to do this kind of work. Is V0 your favorite? How do you think about it? Yeah. So there's one other tool that I'm currently in love with, which is Magic Patterns. And I did work with this team. I did a little bit of advising with them for about a month. But they've been working on this problem [12:09] founders are both engineers who are very design-forward, are design-centric. And yeah, they built something really special here, I think. So I'm going to show you a demo first, and then I'll show you how it works. [12:17] So you'll notice that in the bottom right hand corner here, it says using chat PRD. I'm going to explain what this is in just a minute. Uh-oh. But we're going to start by just saying, let's say, create pin AI chat that can help me with my PRDs. Oh no, there's no moats. Yeah, potentially, at least not on the design side. So, [12:41] What it's going to do here is follow a very similar structure to what we just went through.
[12:45] You don't see it, but behind the scenes, there's a bunch of components that I have pre-built in order to kind of very similarly, like inject them into the background here. And I'll highlight specifically in the UI where you see that happening, but it's going to assemble those components and again, add kind of anything else it needs in order to make this work. So you'll see it is actually installing these components from its own kind of repository of code. And then it's creating a new component called chat interface that [13:13] kind of wraps everything up together. [13:15] Were these components created in a similar fashion to what we saw before with screenshots or they can create it in a different way? Yeah, created in a different way. And I'll say probably like a more convenient way. And I'll definitely show you how to do that. [13:29] So... [13:29] We'll give this one second to wrap up here and then we'll be able to hopefully see something similar to ChatPRD. [13:36] Yeah, I mean, you'll see like the length of kind of how far you can go to make it look like your product is pretty far. I mean, that's generally her. I will say... [13:48] My colors are a little bit more subtle on some of the pieces, but you got it pretty right. [13:54] Yeah. So there's, I don't know why this picture of this man here, but that's okay. So yeah, just to go over really quick, you can see here we have a sidebar component, we have a chat message component, message input options menu, and so on. So basically all of these predefined UI elements that we want to work with.
[14:24] trying to hear it of him anyway. He's stubborn, apparently. But yeah, so this is the gist. And obviously from here, we continue as normal in terms of the prototyping. This episode is brought to you by Notion. Notion is now your do-everything AI tool for work. With new AI meeting notes, enterprise search, and research mode, everyone on your team gets a note-taker, researcher, doc drafter, brainstormer. Your new AI team is here, right where your team already works. [14:54] I've been a long time Notion user and have been using the new Notion AI features for the last few weeks. I can't imagine working without them. AI meeting notes are a game changer. The summaries are accurate and extracting action items is super useful. [15:09] For stand-ups, team meetings, one-on-ones, customer interviews, and yes, podcast prep, Notion's AI meeting notes are now an essential part of my team's workflow. The fastest growing companies like OpenAI, Ramp, Vercel, and Cursor all use Notion to get more done. Try all of Notion's new AI features for free [15:31] by signing up with your work email at notion.com/howiai. [15:38] So let's talk a little bit about like how I actually put this together. [15:42] The process is relatively straightforward. So let's actually head over to chat PRD and I'll just log in really quick. [15:49] And you know, I'm on the home page here. And let's say I want to head over to documents.
[15:54] And I want to kind of take a look at this table here. Maybe I'll do chat so we have some content in it. [15:59] So, [16:00] what I can do is use the Magic Patterns Chrome extension, [16:03] Select the UI element. [16:05] Click it. [16:06] and just pull it out. [16:08] For those that are listening, I just made my patented Scream face on screen because that is quite clever. Yeah. So here's our component. All I have to do is click convert to component, throw it into my chat PRD library of components. [16:24] And now it's going to import [16:27] basically all of that styling and structure [16:30] And regenerate it as like a proper component. So you can see the prompt here is basically all of the code from your website, the HTML. Yep. And then rebuild it into a real component that can, you know, have data inserted into it because it's a table. [16:43] And then we can reuse that as much as we want. [16:45] That's like the workflow, right, is go to your website, [16:49] Click the button in the top right corner and start extracting stuff. [16:52] build out your component library and then reassemble your Legos however you want. Yeah, I'm thinking about, you know, how teams are trying to bite this off today, which is they're like pretty please design engineer or front engineer. [17:04] Can you give me this code or create all these components and put them in a way that my AI can extract them? And no front-end engineer wants to go do that work to extract these components, extract the functionality out of them. Because I found that's often part of the challenge with importing components into prototyping tools is the components often contain logic that the prototype doesn't. And you want to, like, pull all that out. You really just want the styling and visualization.
[17:34] for themselves in creating not pixel perfect, but approximate code. And so this is a really interesting flow I haven't ever seen before where you just [17:42] browser plugin, [17:45] copy, select and import some code and then again use AI to reassemble it. [17:51] Yeah, exactly. So we have our component here. We'll go ahead and publish it. And this gets into like another section of maybe a little bit more advanced of like versioning. So [18:01] um let's go back to this prior example here and take a look at the code we can actually see that we have these component imports [18:08] If we wanted to, we could put more effort into these components, continue to change them over time, and then just click upgrade to latest. [18:14] to get the new component in the old things that we prototyped. [18:18] So I would argue like the further down this path you start to go, which is turning everything into [18:23] individual components and managing them that way. [18:25] kind of like the more leverage you get, right? [18:28] You can even put someone in charge of like making sure that these components are really high visual fidelity and you don't lose that work. It's not like stuck in one prototype. Right. It's it's an asset your team can use. Yeah, I heard somebody recently say with more text based work, they never think about improving the output. They always think about improving the prompt. And this is the kind of prototyping version of it is like don't think about improving the composed application. Actually think about improving the content. [18:55] the components, and then the composed application can follow downstream from that. So it's a really interesting way to think about what are the primitives of the
[19:06] of prototypes and how you can iterate on both the primitive and the composition. Right. And then what we end up with is a state where [19:16] the prompting doesn't actually matter as much. [19:19] Right. Like we can start to move away from if you say like the right incantation of magic words, you get you get a great output. And if you don't, you know, it's just a mess because we have these primitives that are getting assembled. And so the AI has less heavy lifting to do because we've done some of that pre-work. [19:36] Well, and, you know, we're all good citizens, and I'm sure people aren't out there using this Chrome extension to copy other people's components. And yet, if there is a design system that really inspires you, and you don't know how to recreate it, you know, you want something that looks like this or works like this, it's a new way to kind of clip different UX inspiration. [20:06] meets your own user needs, but that can take inspiration from other sites and interaction patterns. [20:12] Yeah, exactly. [20:13] And then, yeah, I just kind of have one last thing to show you. So we talked a lot about components and I showed you how [20:18] forking works with the component library over in v0 we have a very similar function here in magic patterns and so we're going to talk a little bit more about like [20:26] the overall idea of using forks for prototyping. So I'm going to start actually by adding this to a project. [20:34] this again is a feature that's somewhat unique so we'll call this one chat prd
[20:39] where it basically puts your chat on a visual canvas [20:43] And so it makes it easier for you to see more than one chat at the same time. [20:47] So you can see I have now this chat here and if I want to hop back into it, I can just click on this little kind of code icon here, a little small. [20:53] But hop back in there. [20:54] and so let's say that this isn't quite the best baseline but let's say that this was my baseline i'd put a little bit of effort into it and like this is a good representation of the product as it is today [21:04] Then what I can do is I can just create a copy. [21:07] Right? [21:08] And now I've created a copy that has all my components and I'm not starting from scratch again. So again, we have the visual consistency. [21:15] I can hop into the copy. [21:17] And I can start to, you know, prompt on top of this one. So I can say, you know, like implement a functional chat because we're missing that right now. [21:23] And... [21:24] start from this point. So again, as kind of as a team, what you can have is your set of baseline prototypes. [21:31] which is the starting point. [21:33] assembled from your components, [21:35] And then when you want to prototype anything, [21:37] it turns out that your prompting goes down to like one or two messages, right? Because you're already starting from such a great place. Well, and for the designers listening, that visual canvas that the prototype was on looks very similar to Figma in that you have this open board. You have a frame that encapsulates the prototype and a little screenshot of the prototype. And then you really can duplicate not just the... [22:01] the screenshot, the actual full chat, full functionality, et cetera, and fork it. [22:09] you know, create a little branch off of it, fork it and continue to iterate there. And then I'm presuming you could bop back and see those two different versions side by side.
[22:18] yeah exactly so i'll try to get this working here we'll say have the new chat button route to our functional chat [22:27] Thank you. [22:27] We'll see if we can get something kind of working as a demo. I'll be exactly right. So at any point in time, we can just head back over to the project and we're going to have those two kind of two options available. And so what I do, and I'll show you in just a minute, is I actually labeled them. I labeled the first one as a baseline. [22:42] And then I label with the following ones as like var1, var2, var3. [22:45] with another kind of description beside it. And so I can say like, OK, for this feature, [22:51] that I'm interested in, like here's maybe like one or two ways to explore this feature. And it makes it extremely easy to kind of go down that path of exploration. And again, I think designers in particular are very used to that. I was a designer back in the day when we did things truly in files, no Figma, and you had like design, v1, v2, final, this one, copy final, really this one. So you're just, you're giving me a little throwback to how iterative design used to work back in the day. [23:21] Yeah. [23:21] Right. So yeah, you can see we have our two side by side. And if I was to hop over to my baseline, [23:26] I would just label it like that, say baseline. [23:29] and then you know this would be like um whatever we wanted to bar one and then whatever let's say functional chat and so on and so you can continue this pattern kind of as much as you want um you know and have whatever sets of baseline prototypes you want to start from yeah and just you know maybe a tip for folks [23:47] Coming to some of these AI tools, whether you're a product manager or designer or engineer, some concepts you want to think about understanding and building into your workflow are concepts of like checkpoints, versions and forks. So when you've got something that works, the number one mistake is to keep vibe coding without a checkpoint or a commit or a version. And then it's very hard to wind yourself back to what you like. So anytime you think you found something that you like.
[24:16] Make a checkpoint, make a copy when you want to explore, but are sure where that exploration is going to take you fork it so you don't break break your kind of main thing. And then if you want to share a baseline again, I like this concept of like a baseline chat, a baseline prompt, a baseline prototype that you can share with your team and they can iterate and explore without breaking. [24:38] your stuff as well. Yeah, exactly. And it kind of goes back again to that like onboarding experience, because I know some people like they open up Bolt or V0 to type something in and they just get error after error after error. Right. And it's like not the best experience for your team. And so instead, you're kind of equipping them to actually be successful with the tool without having to try to figure it out themselves. Right. Like. [24:58] It's going to look like the product that you're giving them a set of UI elements that they're familiar with. And then they ask like, hey, can you add this thing? And it just works. So you've shown us you can replicate Airbnb, very complex, beautiful consumer user experience. [25:11] You can replicate the impeccable chat PRD, at least to some fidelity here. You can iterate. You've taught us what a component is. You know, and this is all coming from you from a product background. From an organization perspective, I have a couple questions for you. You've shown us how to do this technically. [25:30] How do you pull this off in a team with egos and roles and responsibilities? How do you approach that part? [25:37] Well, if there's any designers listening, you'll probably appreciate this. I think it just starts with empathy, to be honest. [25:42] So I've had this question come up a lot and usually my recommendation is to not
[25:48] go and prototype like a whole new feature and then hand to your designer and be like, hey, could you clean this up for me? Like I already, you know, kind of did the work. And usually it starts with like the understanding that these tools can be used by anyone on the team. [26:01] It can even be used by people outside of product. Like your operations team could prototype something and send it to you like, Hey, this is what I thought would be useful for like our internal tool or customer success could use these tools to talk to you a little bit about this customer thought and, you know, do some live prototyping. Like there's no limit on who's allowed to have ideas. And then from there, like. [26:20] kind of bringing the whole team along to make sure that, you know, the designer understands that, you know, this isn't replacing their role. It's basically just a way to communicate internally. Same with engineering. Like, you do have the ability to sync this code to GitHub if you want, but it's just a starting point. If they want to use it, they can. If it's not useful, then they shouldn't. And so I think it's really more about, like, [26:40] enabling people to [26:42] do their jobs faster, better, be a little bit more inclusive with the set of people who can actually communicate their ideas effectively and hopefully just get to the right [26:51] outcome earlier on. [26:54] And my second question is, you are a very structured [26:59] prototyper here, probably one of the most structured one I've seen. But do you ever let yourself ride the wave of vibe coding and let the components take you where they will? Where do you decide to go with the exact structure and where do you decide to be a little bit more freeform? [27:14] In the prompting techniques, no, I'm very structured in how I approach it. Like even in cursor, you know, I have my cursor rules files and all that stuff. Like I have everything set up the way that I like and very like clean code structures, because I find that when I don't do it that way, I spend more time debugging than like kind of going down the path that I want to go down. In terms of actual features, definitely like from more of like a product perspective and less of an implementation perspective, I will go and like test an idea.
[27:43] and see if it works. And if it doesn't work, then I kind of give up. So like one idea I had a while back was kind of like a wrapper around prototypes where you could collect analytics data. [27:54] Kind of like a like post hog or amplitude, but specifically for prototypes. [27:58] And so I built that in cursor. [28:00] I tried it out. I tested it with a few folks. It didn't really resonate. [28:03] And so I threw it away. And so like that's the way I think I explore more, less so on the actual prompting side. Got it. OK, so you are you're I mean, I can tell you've got your notion workbook of prompts. You've got your components. You're a man that likes structure. I am very different. I want to just go where the LLM takes me. [28:24] Ride the wave of the tokens. [28:26] generate what we will. Okay. And then my final question. [28:30] Love to ask everybody this. You're structured, so you probably don't have this problem. But [28:36] when AI does not listen, when it will not delete this dude off of my... [28:41] prototype who he's still there sitting on the the fake chat purity prototype what's your prompting tactic do you have like a mean prompt in your prompt library that you pull out of your pocket no unfortunately not i'm actually very nice today just in case um no so usually it is uh like asking it to explain what's happening so actually we'll go through a quick example here so this is my most common prompt is explain to me why this is happening don't write any code um literally [29:11] AI to first [29:13] Tell you.
[29:14] what's happening and then secondly implementing a solution I have found is the most effective way to [29:20] you know, basically get it to behave. So I'll do that here. I'll kind of click on our friend once again, add into the chat and say, I tried to delete this, but it didn't work. [29:32] Can you explain why? And then don't code. And again, like I use this for errors. So if there's an error, I copy paste the error. Say, can you explain what's going on here? Go into the code. Any type of like literally any type of problem that I come up against. This is the same pattern that I use and. [29:49] I think it makes sense because like we know that the planning step is important. [29:54] Like when you're prompting, it's kind of just continuing that pattern while you're talking. Right. So making sure you have a plan while you're making your changes. Yeah, I use a very similar prompt when dealing with errors where I say, explain why this error is happening and give me your top three hypotheses on why. [30:11] in priority order because, and don't code. I also say, and don't code. These AI agents are very eager to write code. So you have to often instruct it not to. That's a really great prompting technique. So again, you probably, your response to it not listening is another well-structured, well-flow problem. Yeah, that's right. Well, Colin, this has been very fun, super useful. I'm going to take this into my team and we're going to go build out a big component
[30:41] find us and how can we be helpful to you? [30:43] Yeah, so a couple of places. One, I am teaching on Maven. So if you want to take a course on this topic, I kind of go through, you know, all the tips and tricks on this as well as getting a little bit more technical. I think that's one of the things that differentiates folks and their skill here is actually being able to communicate to the LM effectively, which requires a little bit of technical knowledge. So that's the course over on Maven AI prototyping for PMs. And then recently, I've actually kind of stood up offering directly for teams that want to start going down [31:13] So over at teams.techforproduct.com, I have like a one day, six hour course. You can bring your whole team and then you'll end up with those assets that we talked about. So you'll leave kind of with a good idea about who's doing what, the component libraries, and then your baseline prototypes kind of hit the ground running. So yeah. And then finally, you know, LinkedIn, Substack, if you were just looking for more casual stuff. [31:34] Great. Well, Colin, thanks for showing all this. It's awesome. [31:37] Yeah, no problem. Happy to be here. [31:46] You can also find this podcast on Apple Podcasts, Spotify, or your favorite podcast 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 at howiaipod.com. See you next time.
Want to learn more?
Ask about this episode