Nicholas

HTML is the new Markdown: How Anthropic engineers are building with Claude Code | Thariq Shihipar

Nicholas

Thariq Shihipar is an engineer at Anthropic working on the Claude Code team. He’s spent the past several months experimenting with HTML as a replacement for Markdown in planning and implementation workflows, discovering that richer visual formats lead to better human engagement—and, ultimately, better products. In this episode, filmed at Anthropic’s Code with Claude event in San Francisco, Thariq demonstrates how to use HTML artifacts to create interactive plans, build throwaway UIs for specific problems, and maintain living design systems that travel with your codebase. What you’ll learn: Why HTML has replaced Markdown as the ideal format for AI agent communication and planning How to brainstorm in HTML to get visual mockups and interactive demos instead of text lists The technique for building throwaway micro-UIs to edit specific parts of your plan How to create a living design system in HTML that lives in your repo and travels with every project Why “complexity has to earn its keep” and how HTML helps you stay in the loop without over-constraining Claude The prompting technique that gives Claude flexibility while ensuring that you get what you need Why 99% of your AI-generated tokens should go to planning, interfaces, and communication—not production code — Brought to you by: Celigo —Intelligent automation built for AI Persona —Trusted identity verification for any use case — In this episode, we cover: (00:00) Introduction (02:39) HTML as the new Markdown (04:30) The compute allocator mindset (05:51) How HTML makes specs more engaging

Published
Published May 18, 2026
Uploaded
Uploaded Jun 12, 2026
File type
POD
Queried
0

Full transcript

Showing the full transcript for this episode.

AI-generated transcript with timestamped sections.

0:00-1:29

[00:00] Markdown became a really popular way of interacting with agents, but the plans are so long, I honestly have stopped reading them. And this is honestly a mistake. I think that you still need to be really in the loop. Plans matter. PRDs matter. Spec matters. When you say, okay, Claude can run for eight hours, what you're really saying is Claude can spend 500 bucks. All of us are becoming these compute allocators now, right? And so you have to decide what is worthwhile spending the compute on. People ask me all the time, Claire, you said product management is dead. What's next? [00:30] allocator, babe. That's the job now. HTML is a lot easier to read. And so it's just a richer communication medium between you and Claude. Instead of saying, here's a markdown document, it was like, what's the best way to convey this information? So you can actually engage with it and pick something. This is the plan. It's purely in HTML. This is something that I will actually read. This is not even personal software. It's like micro software on top of micro software. [01:00] Welcome back to How I AI. I'm Clara Vaux, product leader and AI obsessive here on a mission to help you build better with these new tools. Recently, I was able to attend Code with Claude, Anthropics' first developer conference. And as part of that, I got to spend a little time with Tharik, who works on Claude code and taught me something that has blown my mind ever since I heard it. HTML is the new markdown. He's going to show us how to use Claude code to generate rich artifacts that both

1:30-3:05

[01:30] agents can enjoy working on. Let's get to it. This episode is brought to you by Celigo. Every company today wants AI to improve how work gets done. The fastest way is building it directly into everyday business processes, automating employee onboarding, keeping customer data accurate, managing orders and inventory, or resolving finance and operations issues. When AI lives inside the flow of work, it can update records, trigger approvals, route work, and kick [02:00] systems. That's how teams operationalize AI and deliver measurable results. Soligo makes this possible. And now, with Soligo Aura, it's never been easier. Soligo Aura gives you access to the entire platform through natural language, connecting your systems and turning intent into action. All of it under your control. [02:21] Companies like Databricks, PayPal and Olipop rely on Soligo to run critical business operations at scale. [02:27] Ready to operationalize AI? Visit celigo.com slash howiai. That's C-E-L-I-G-O dot com slash howiai. [02:40] Welcome to How I AI. [02:42] Thanks for having me. I am so excited to be here at Code with Claude in San Francisco. There's a lot of exciting things that were announced, and we'll get to that in a little bit. But you told me something I was not expecting to hear today. [02:54] which is, you heard it here first, [02:56] HTML is the new markdown. [02:59] tell us more i mean i think markdown became a really popular way of interacting with agents especially like

3:05-4:50

[03:05] you know, Opus 4 and Cloud 3.5, where, you know, they have a plan and the plan is like how to do this feature. And maybe it's like 50 lines of code and you can edit it, right? Like I think back then you were still like reading all the outputs and editing the markdown and making it right. But [03:20] As the agents have gotten longer and longer running, when you have Opus 4.5 and 4.7, they're running for an hour or something. And the plans are so long, I honestly have stopped reading them. And this was honestly a mistake. I think that you still need to be really in the loop. We really need to understand what the agents are doing. But a thousand-line markdown file, I don't even edit them anymore. I just ask Claude to edit them instead. [03:50] that we're using HTML files instead. [03:53] And so HTML is like, the models are still very good at it. They have a lot more context now, so you can spend the more extra tokens. And they, like, it's a lot easier to read. Like they can have a lot more information, [04:06] They're a lot more scrollable. And when you're talking about implementation, [04:12] Like, you know, sometimes you see Claude make these, like, little ASCII markdown things where you're like, oh, like, here's a little, you know, little mockup and it's trying really hard. In HTML, it doesn't need to try nearly as hard, right? Like, it can actually draw, like... [04:26] things that you can look at. And so it's just a richer communication medium between you and Claude. [04:31] And before we go further into HTML specifically, I do have to pause because I do have a vested interest in this. Sure. Which is, you are saying for the people who are not listening, listen up. Yes. Plans matter. PRDs matter. Spec matters. Even as these models get more intelligent, you still feel like that's a really important part of the process? Oh, 100%. Yeah. I think that...

4:50-6:20

[04:50] You know, everyone has different views on how it'll go, but I think that this will just forever be the thing. Because when you say, okay, Claude can run for eight hours, what you're really saying is Claude can spend... [05:02] like 500 bucks you know what i mean and and so if you're spending 500 bucks or like i think all of us are becoming these compute allocators now right and so you have to decide like what is worthwhile spending the compute on yep and i think that is happens in the spec and planning phase right you have to really understand like what do you want and sometimes you don't know sometimes you have to like [05:24] pull it out of yourself by chatting with Claude. Sometimes you have like unknown unknowns you need to figure out. But yeah, I think this is like the whole thing now is just like really getting in sync with Claude about what's building. I love what you said because people ask me all the time, Claire, you said product management is dead. What's next? I'm going to say you're a compute allocator, babe. Like that's that's the job now. You're still doing the same thing, though. You're writing documents to decide whether or not something else should do do work in the shape of [05:54] HTML is the future. And I like how you said this. It's not that it is necessarily harder or easier for the agents to read. They're very smart. They can read all sorts of code. But in fact, what you're finding is that HTML makes it easier for you to engage with the content, which then up levels the quality overall because you're not your eyes aren't crossing looking at a bunch of raw markdown being like, whatever, it's probably good.

6:24-7:56

[06:24] document or the plan and then interacting it with a way that upgrades the quality and then you can ultimately build something better. Yeah, that's right. Okay. So you're building something with the agent so the agent can manage you. You know, I'm not sure if manage me is the right word exactly, but you know, I just, I care a lot about being in sync with the agent. This is sort of like the features that I built in Cloud Code have been like that, you know, like how can I get to know you better? So yeah. Okay, great. Well, we have, we have Cloud Code up. So let's walk through how [06:54] like a little bit before we started. And so I like to talk with Claude just as a human, you know, and like I always start with brainstorming. It's so much easier to brainstorm once you like, you know, once you have a partner. So I was literally like, look, I'm on a Clairvro podcast. [07:10] I want to do a demo, you know? And can you brainstorm some ideas in an HTML file, right? And this is literally the prompt I gave it, right? Like, there's not... [07:18] It's not complicated. And so here you can see the eight visual demos that it made for me. And it has these little mockups as well. Right. So like PRD to working prototype. Right. Like it searched you up. Right. You saw that with a web search. Right. Whiteboard sketch to working UI, which I thought was really cool. [07:37] This is such a cute little thing. It is extremely cute. And what's really funny is just this morning, a ChatPRD user messaged me. And they're like, [07:46] I love the mockups in ChatPurity. And I'm like, what in the world? What are you talking about? Because I have something very similar to this in code review right now.

7:56-9:41

[07:56] And haven't shipped it. And I'm like, did I? Like, did I act a clawed accidentally do this? And it was that, like, cute little ASCII, you know, wireframe. So this is definitely the dream. Yes. But... [08:09] But now you're telling me I'm going to build it. So it's giving you basically instead of saying here's a markdown document of the [08:20] Kind of like what you should talk to Claire about some descriptions of things you could do. Instead, it was like, what's the best way to convey this information so you can actually engage with it and pick something? And it used HTML to make this visual guide of a potential agenda or a set of demos. And you just get like a much richer... [08:39] Expression. Yeah, exactly. Like, I think, like, another... Like, for brainstorming, one of my... [08:44] like sort of rules of thumb is that I'm not going to read a longer output than the screen on cloud code, you know, so like if I... [08:50] If you gave me eight ideas, I'm just not going to see all of them. But with HTML, I'm definitely I scroll through all of these, you know, and yeah, the diagrams just make it so much more evocative for me to like sort of understand what's happening. Right. The slash command starter pack, five code of feature flag dashboard. [09:09] Yeah. PRD diet. [09:11] And the one I ended up liking the most was the CSV to interactive dashboards. We love a dashboard. Yeah. I used to say when I was in enterprise, I guess I still am in enterprise software, dashboards equals dollars. So I like this one. Yes. Okay. So you use Cloud Code. You said brainstorm, but brainstorm in HTML. Give me a couple of things that I can talk about. It gave you eight ideas, including visuals and this lovely like why her, what the visual is. And then I like the risk. It's like it could go sideways as all good demos.

9:41-11:21

[09:41] Yeah. Cam. Yeah. And so you're going to pick one and then you're going to show us how you pull this through to a full plan on on on this idea. That's right. Yeah. So I think that what I like about HTML is like really Claude really understands this. And so my next prompt here was really like. [09:58] OK, I asked it to make some mockups in the follow up prompt. And then I was like, I asked it to interview me about number eight. Right. And so this is something that like, you know, similar to specs and PRD is right. Like finding out my unknown unknowns. What do I want it to do? I answered a bunch of questions. [10:16] And now I'm like, OK, create an HTML file as a plan that helps me visualize what the implementation plan is, include excerpts, mockups, code, whatever is needed to give me like maximum context, right? [10:27] And so then it made me this HTML file here. Yeah, you can see now this is this is the plan. But it's it's purely in HTML. It's got like it started scripting out the podcast itself, which, you know, maybe I didn't need all of that. But like, you know, we're making a skill. And so it, you know, fleshed out the file system. It gave me like an excerpt of the skill.md. [10:52] um it put together like a mood board as well some example components um some of the logic here [11:01] um yeah insights and templates [11:03] Helper scripts, right? And like helping me get a sense of like, what's the important things for me to know here? Yeah, this is something that like, I will actually read. Yeah. Yeah. And I want to go back to Claude Code really quickly, if you don't mind, which is, you know, people.

11:22-12:42

[11:22] are going to ask, how did it know exactly what to put into the spec? And I just, I want to go back to your prompt was very simple. And it's so funny. I've done... [11:31] I don't know, 75 of these How I AI episodes and they get incredible outputs and everybody's prompts like make the thing. Hopefully it's good. Yeah. Kind of nice. And so I love that this prompt is literally just create an HTML file with a plan. Help me visualize. You misspelled excerpts. I did. And you're like excerpts, mockups, code, et cetera, whatever is needed. Yeah. And so I do want to encourage people, you know, don't stress so much about what should go in the thing. And in [12:01] change. [12:02] initiative to initiative, it might be slightly different to engage you with the work, but like identifying what you want to get. [12:09] And then letting... [12:11] claw and letting the model do [12:14] what it needs to do, will do a very high-quality research. [12:17] job. Yeah, I think with prompting, it's like this fine balance of like, I think you want to give enough information that you get what you want, but you don't want to over constrain Claude, you know? And so sometimes when I see people with a lot of like, overbuilt skills, kind of like, you know, you're an expert planner or something, right? Like, that is usually like outsourcing too much and constraining it. But in this case, for example, like I really did want it to make sure

12:47-14:32

[12:47] do that you know but this was really important but then i always need to give claude an out you know i always needed to be like okay like you asked me for this but you know like there's something else i want to give you and so whatever is needed to give me maximum context is like my way of saying like hey claude like i i trust you here i want to just like be in the loop with you yeah i i love what you say which is i trust you because my new [13:11] ending prompt is not make no mistakes love make no mistakes but that's not it i i literally like [13:17] I believe in you and trust you, exclamation, exclamation, exclamation. I'm like, truly, I know you are capable and I believe in you to make these decisions. And so I think leaving that open ended sort of like whatever you got to do, I trust your judgment. At least it makes me feel like I get better outcomes. Yeah. I mean, I've loved the like recent twist on this where it's like make mistakes, Claude, you know, like fall in love, you know, like, you know, make some bad decisions. [13:47] in our life. Okay, so you built this thing. Another thing that I want to walk people through, if you pull up the plan... [13:53] Because I think about this a lot and I get people that ask me this a lot, which is like, what's the future of the PRD? What's the future of the tech spec? Are these things separate? Are they together? And I think what's nice is... [14:05] They whatever you want. Right. And whatever you want for the audience. So you are a single builder in the instance of this demo. You want it all in one piece. You want the product idea. You want the I guess you want a 12 minute walkthrough of how you're going to demo it. You want code snippets. You want style guide. You want that all in one thing because this is a self-contained little project that's easier to have it all at once. But what I can imagine in larger organizations is like.

14:32-16:15

[14:32] be like, put the PRD in one tab and put the tech spec in the second tab because maybe separate people would be reviewing that information. And so you can really... [14:42] kind of like craft a ideal spec package to whatever you want with HTML in a way that markdown is a little bit more constrained. It has to either be like one megafile or [14:55] Or like separate files. And I think this is just nicer from that perspective. Yeah, I think that's right. You have a lot more interactivity. I haven't asked it to make tabs here or something, but you can easily do that. It's like all the same to Claude, right? Yep. I think one of the things on like the specs and PRDs is like, I think you're trying to find like the boundary of like what you need to know with Claude. [15:14] And for example, if you're doing something very technical, I like to do the type interfaces. So this is like, you know, just like understanding what the types are so that I don't often care about the actual implementation of it. I'm just like, okay, like the types help me understand what we're building. [15:29] And then I might edit those. Right. And that's like the boundary I want to interface that. And yeah, like across the problem, right, like from the arc of the podcast to mockups, where do you want to interface? Yeah. One one other thing on this types is sort of an important input is I think types are really great. And then really a validation criteria and set of tests or other ways to see if you can get what you intended to get. [15:59] which is really focused on this like [16:02] Kind of goal oriented. You need to achieve this thing. Do whatever you need to do. And I think that is a piece that most product managers, at least, are not used to writing like the technical success criteria of a feature.

16:16-18:05

[16:16] And then how to test your way into it. I do those two things as well. I care about the data model and the shape, the types, what's going in. [16:23] And then this is how you would test. [16:25] that you did it correctly. And with those two bookends, you can, like, everything in the middle is kind of gravy. So that's what I think about. I think that's right. We could have a whole podcast on testing, I think. Let's do it. Okay, round two. We're going to get it scheduled. Yes, yes, yes. Yeah, my... [16:41] tagline there is like verification is not testing. Yeah. And so I think there's a lot of like there used to be like unit tests and things like that. But now, yeah, verification can be like a rubric, like with managed agents and outcomes. It can be like have cloud record a video of what it did for you, you know. So there's a lot of depth there. [17:11] than we have moved forward. So I think there's just a lot of interesting verification and testing there. [17:16] mechanisms you can do now. We are going to, part two, pressure him to do it in the comments. Please, please tell us. This episode is brought to you by Persona. You're learning to build with AI, but there's an important question you need to ask. Who is actually using your product? Is it a legitimate user, a bot, or a fraudster? [17:36] Brex, Figma, Etsy, and Twilio trust Persona to answer that question. With Persona's identity verification platform, you can create branded experiences, automate fraud prevention, and know who is human online. That makes it easy to give good users an experience that makes them feel welcome and to stop bad actors from causing damage. And for those of you building in the AI agent space, Persona helps you verify the identities of people, businesses, and developers

18:06-19:37

[18:06] It's how companies like Lithic and Skyfire are pushing the frontier of agentic commerce. Learn more at withpersona.com. Okay, so you... [18:19] Have have built this. But here's here's the objection, which is Markdown is accessible. Right. I can like go into Markdown type in it and make edits. And so I think that is one reason is it has been so popular. It's bridged this gap between. [18:37] machine-writable and readable, [18:39] human-writable and readable at a very low level of sophistication, right? Yeah. [18:43] As soon as you understand, OK, these like hash signs mean headers, you're good to go on on Markdown. Yes. [18:49] how like I want to fix this. How do I how do I touch this? How do I edit? Yeah. Yeah. So I think that this is like a great point. Right. And I think [18:57] One thing I felt with Markdown was that [18:59] One, because I stopped reading them, I stopped editing them as well. And so I would end up asking Claude to edit them. And so that is the most basic form is just to be like, hey, Claude, I didn't like this part of the plan. Can you edit it? But let's say you want to get really in the loop and really get in depth. Claude can also do that for you. So the next prompt I had, and I forgot if it was here. No, it was here. I want to create an editable HTML artifact to help me define the decision rules. [19:29] on like okay how do you take data and turn it into you know a visualization and i think some of these are kind of arbitrary um

19:37-21:12

[19:37] And so I asked it, like, you know, to create an HTML artifact. I don't like the ones we have right now. Make this a custom UI that helps me with structure but gives me flexibility. Design the ideal interface for this problem. Yeah. I really wasn't quite sure what it would give me. And this is one of the fun parts of HTML2. It's just, like... [19:54] I just want to see what, what cloud like cooks up here. And, um, yeah, this was what it gave me. Right. So it's like a, my own beautiful custom interface. Um, I can sort of like, you know, edit any of these fields. Uh, I can, you know, like hide them. I can copy, I can, you know, add new fields here. Um, and it gives me a markdown to copy back. And so once I'm like, okay, I have this, I can copy it back into the, [20:22] Um, [20:23] Okay, I want to pause because people are going to totally miss what you just did. So I'm going to repeat it. Yes, totally. Which is you have this HTML plan. Yep. [20:31] And there's a section in the HTML plan that is a pretty like specific table of rendering and visualization rules per data type that you could predict would be in a CSV. Yep. [20:43] And you're like, I don't like it. No. [20:45] And instead of going back into cloud code and being like, I don't like it, let's go back and forth and edit it in the terminal. [20:53] You said there's probably a way for me to interact with this particular problem that's ideal from a user perspective. So basically build a throwaway UI for this very, it's like this is not even personal software. This is like sub, it's like micro software on top of micro software, which is like I've made this.

21:12-22:54

[21:12] very personalized plan. And then I'm taking a module in the personalized plan and zooming into it using a very custom UI. Yes. That's going to engage me with the content to get to a higher quality. I also like that it's like kind of gamified. It's like very consumery. Yeah, yeah. Very consumery. And you said in the prompt, [21:33] Give me the ideal UI for this to help me engage with this. You built this. [21:39] Then you get the data right, and then you're just going to bop it back into the... [21:43] Into the file. Yeah, exactly. So fun. Is this how you're building now? Actually, it is. Yeah. And do you have any challenges with... [21:51] Like, how are you passing this around from a collaboration perspective? Or is it just like this is the way a single-threaded, [21:57] product or engineering leader can get something done. It's you're engaging with yourself and with the model. And so you feel like you can own things full stack. Or do you hit friction points with collaboration, like when somebody needs to give input on this? [22:09] Yeah. Or you want input. Sure. Yeah. I mean, I think on the scale of an implementation plan, it's way better. Yeah. Right. And I think that this is because you just like can upload it to like, you know, whatever, AWS or something. And then you just share the link around. And so definitely the like likelihood of like, I don't know, Kat or Boris like reading this is like a hundred times better. Right. And so I think that really helps me like present this. [22:39] Also, just [22:40] You know, somewhat related, I use it a lot in like collaborating overall. So for example, you know, I report to Kat. And so like every week I send her a weekly status update in HTML of everything I've done. I get caught to read my Slack.

22:54-24:39

[22:54] and just like create this message. [22:55] And like she actually gets to read it and I don't have to spend that much time on it. Oh, my gosh. New internal competition is showing up. It's not just who is building the best product. [23:07] It's who's building the best product, [23:09] That goes into building the best product. And like who is building the best product to represent themselves to the manager. But I mean, I think why you do that is not artificially for fun. It is that it is just a much more effective way. [23:23] to communicate across a company is with content that is engaging and at the right level of detail and consumable information. [23:32] And we're all pretty good at reading websites. Yeah, exactly. I think this is like when I think of like abundance, you know, and like, you know, we talk about like Javon's offer software, like, oh, like software gets cheaper. What do you do? I'd say like the amount of tokens I produce that go into production code are like extremely small. It's like 1% or something, you know, but like I'm generating so many more tokens like this, like my dashboards, my custom interfaces, like really trying to get a sense of like. [23:59] what do I want to do? And yeah, it's like, everything I'm interacting with is so beautiful. And I think my hope is that it also like translates into what I produce in the end, right? It's like more in the loop. It's more beautiful. It's more like, [24:13] you know, like what me and Claude working together. Yeah. And I like this because I've been in the product game for quite some time, many decades. And [24:22] People used to get so wrapped around the axle on like, what's our source of truth for specs and what's our source of truth for PRDs? And, you know, is all this information in some centralized place that we can all access it? And is it all in the same format? Is it all in the same template? And there were these arbitrary rules because...

24:39-26:15

[24:39] Creating this content was relatively expensive. Consuming it was certainly expensive. Finding it was really hard. And I think when all of that cost goes to like functionally zero, it's... [24:50] Although we're all paying her. I call them our quad chits. We're paying our quad chits. But you can kind of put stuff wherever, in whatever format, because we know these models are very good at using tools to discover the context that they need. And so I do think there's this fun moment where... [25:09] You really up you like up level the things that you should care about, which is like, what is the content? [25:14] of the plan? Is it a good idea? Do we feel like it's going to be executed well? As opposed to like, I can't put a interactive markdown document in our, you know, blessed document repository. And so I have to have like another asset somewhere else. And so [25:29] I like this idea of just-in-time documentation, very, very high quality, some throwaway software, which is nice. Like, it's cheap. Yeah. So you can... [25:37] toss it. And then I like, you know, the executive is like, what if we can't ever find this again? I'm like, oh, Claude can find it for us. It's fine. Definitely. And then do you feel like this results in better [25:50] products? Like, would you, how would you build off of this? Would you say, plan's good, let's go? Yeah, I think so. I didn't hit implement on this, but yeah, I would basically use this as an artifact. And so I would clear context and I would say, like, here's a plan, you know, implement it. You could also have, like, you can also use this as a source of checking the truth, right? And so,

26:20-27:57

[26:20] I can have the verification agent check, like, hey, what did I intend to do? Yeah. Right. And what actually came out in the output. Right. So, yeah, I think this is, like, really... [26:32] Helps cloud being more in the loop. I've got some other examples of plans here that we can. Let's see it. Yeah, this is like a post I'm working on. So like it's just like different ways I'm using cloud code or sorry, using HTML with cloud code. And one of my favorites is this living design system. [26:50] And so it's this idea that like, you know, oftentimes when I am making, let's say, a new app in the Anthropic design system, right? Like Cloud Design does this very well. You link a GitHub repo and you like it will extract the design system from it. Right. And yeah, I saw Nate did that. I'm like, so smart. What this does is like basically I have an HTML file that represents my design system. Yep. [27:19] You can see the colors here, typography, spacing, radius. [27:23] core components, right? It's a fairly small one. But once I have this, I can basically start passing this around. So I go to a new project. I'm like... [27:32] design system dot html right instead of like design.md or something and it's got this like compressed understanding and you can literally just point clod at a folder in your thing and be like hey find a design system here create a html artifact and pass it around so i i love this i do this as well i will give you my um like advanced mode version of this which is i use

27:57-29:29

[27:57] both my marketing site repo and my app repo, which have like some expressions of the same design system in. [28:03] I say make the design system. Then I actually ask it to make a design system or a style guide, but I want it at the component level. And so we have like colors and all this stuff, but we also have components because there's some tweaks in how you want the design system implemented in particular components. And then I drop that into the repo. And then yes, I say exactly this, reference the design system. The advanced thing that I do that I think is really [28:33] have to interface with marketers is I have what I call a, God, what do I call it? It's like a component visualization page, which is like the 25 components of our app in action and interactable in a page. [28:51] So a marketer can go in and like, [28:54] get the component in the form factor, it needs to look quote unquote real. Yes. [29:00] And then you can download a transparent PNG and like drop it in a deck or drop it in a video. And I know you or we use that as a source of truth for like re-motion videos. And so. [29:10] I love this idea of like this living... [29:13] design system and this living design repository. It's great for code, but it's also great for marketers, for designers, because one of the hardest things is getting versions of your app that look real. And you can use HTML to do that.

29:29-31:01

[29:29] Yeah, exactly. I think there's also something here around like component variations, which I thought was exactly fun where it's like, yeah, like you create a component. You want to see like, oh, like what if I change the padding or what if I change the border, you know, solid things like that. Like these are like a pretty simple, like, you know, way of just playing with this. This is also Claude design like, right, like where you create these little components or these little knobs and sliders. [29:56] But yeah, you can imagine... [29:59] One, this is like the abstract of like, oh, like what's the interface for this thing that you're trying to do and how can you visualize it? And yeah, there's not a tradeoff between like being nice, pretty for you and understand being nice for Claude. You know, like they're they're really the same. Right. And you're making me think of one thing that I love in Claude design that I think you could bring into your plans. Again, it's one of these features that like sounds truly cuckoo bananas to build, but is totally possible and easy to do, which is I love in Claude design. [30:29] Once you have your design going, you can like comment, you can circle things. And there's no reason you can't do that in a plan. Right. I was like, oh, how would you interact with this? It's like, oh, just build an arbitrary like comment thing into it and say people are going to leave comments on any aspect of this. And when they do and then they submit like fix, it fixes the core thing. And so I think people getting really creative with what interaction models you can do between. [30:53] content and code is really fun. Yes. Yeah. I mean, you could easily imagine that you did this plan as like,

31:01-32:35

[31:01] a [31:02] Like almost a lightweight Figma dashboard or something where you just ask it to like, hey, make a canvas, make a bunch of things. Yeah. Let me comment on it and then give me a place to copy out my comments into something that I can paste back into cloud code. Yeah. And we did an episode recently with the Stripe team and they built their own vibe coding platform. And they said what they loved about it, which I think really applies here, is they have just a particular way they want to review products. [31:32] spec review. And by building it in HTML, [31:35] They can actually shape the tool to how they want the team to run, which I think is really compelling to people. I love this. [31:44] So just to wrap for people, pull up Cloud Code. [31:48] Ask it to make you, give you some ideas, brainstorm ideas, but brainstorm them in HTML. That's right. Pick an idea. Yep. Plan it in HTML. Pick a part of that idea you don't like. [31:59] Have it create a micro app to edit in HTML. And then some like bonus things is use Cloud Design, make a design system. But not only that, use HTML to encode that design system in your repo so it can be referenced at any time. Design.md is dead. Long live design.html. Did I get it right? [32:18] Yeah, I think that's right. I think that's right. I'm a pro at this. I'm pretty good. Okay. Well, this was so fun. Before we get you out of here, back to this amazing event. [32:26] Couple lightning round questions. [32:28] One, I have to, I ask everybody, there's three tabs in Claude desktop app. Yeah. One is your favorite tab.

32:36-34:22

[32:36] It's got to be code. I love the team as well. I'm really close friends with them. Yeah. Okay. So code. I thought it would be on brand. Okay. Second thing, we were at this amazing event. [32:46] What is the thing that you're most excited about or that you saw or heard today? I think obviously we had a big announcement at the start of the day, our partnership with SpaceX, bringing more compute online. I think... [32:57] Yeah, I'm excited for, you know, we also said we are thinking about orbital data centers. I love it. [33:04] yeah you know incredibly sci-fi and but could you know [33:08] It could actually happen. So, yeah. I know. We were watching this moon mission with my kids who are like kind of elementary school. And I'm like, would you want to work in the moon? Would you want to work in the moon mines? Because I think it's coming. Yeah. Orbital. Orbital. That's that'll be next year's demo. Right. You and I will come back and we'll do this. We'll do HTML. [33:28] We'll do testing and then lunar data modules. That's right. Perfect. Okay. And then my last question, very important. I love that you just talked to Claude like a person. Yeah. When Claude is not listening, not giving you what you want. Yeah. [33:42] What's your prompting technique? Do you yell? No one in athropic yells. That has been my experience so far. So you'd be the first to admit it. Yeah. No, I definitely don't. I think that like there are a couple of things here. I do sometimes message people and I'm like, hey, like. [33:56] Seems like you have a bug and you send me your transcript. And they're like... [33:59] It's not the best side of me. Yeah, yeah. You know? I think that, like... [34:03] yeah i don't i i don't yell at claude i think that like we've also done some interesting research recently about like emotions and in claude and just sort of like this idea that like once you when you say things with a certain emotional charge it also like activates different features inside of clock code i don't think anyone's done this like a b test of like which

34:23-35:28

[34:23] Like, you know, if you're mean to Claude, is it better than without it or not? But I'm just like, let's err on the side of like, you know, just not or like, what's the thing I prefer to exist? You know, I'd prefer if you're like nice and, you know, friendly to Claude that you get better output. Yeah. All I've seen is if you store a border on Stern to any of these models. [34:42] Their reasoning gets really sad. It's like, oh, the user is right to be so disappointed in me. I'm like, oh, I don't want to read that. I don't want to see that. Yeah. Thinking traces are tough. I usually give the model some privacy. I'm like, I'm not going to read the thinking traces. It's like none of your business. Yeah. Yeah. I had somebody else on. I feel like it was Hillary who was like, just like an employee, how you get your work done is none of my business. I don't even want to know. We just collapse those things. Well, this has been so fun. Thank you for showing us the way. Where can we find you and how can we be helpful? [35:12] Extremely online at X. Yeah, I'm at TRQ212. And yeah, just tag me if you have anything with Cloud Code. I'm happy to help. Perfect. I am living proof. This man is happy to help. Well, thank you for joining How I AI. Thank you. [35:28] Thanks for having me.

35:38-36:27

[35:38] 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. [35:57] Thank you.

Want to learn more?

Ask about this episode