21 Powerful Use Cases for Claude 3.5 Sonnet (FREE)
27:39

21 Powerful Use Cases for Claude 3.5 Sonnet (FREE)

The AI Advantage 05.07.2024 57 685 просмотров 1 604 лайков обн. 18.02.2026
Поделиться Telegram VK Бот
Транскрипт Скачать .md
Анализ с AI
Описание видео
Find all the prompts and links here: https://aiadvantage.notion.site/Claude-Sonnet-Use-Cases-d3809a1c85b1400590e35bbe85d8b284?pvs=4 In this video, I'll show you why Claude 3.5 Sonnet is arguably the best AI in the world, and I'll teach you some of the best ways to get the most out of it. Chapters: 00:00 Claude 3.5 Sonnet Beats GPT 4o 01:19 Image to Animations 04:05 Data Visualization Expert 07:59 PDF to Website 10:51 Interactive Quiz Website 12:04 PDF to Interactive Dashboard 12:44 Create Visualization Web Apps 16:45 AI Summarizer Web App 19:10 Travel Planner App 20:47 Create Games #ai #claude Free AI Resources: 🔑 Get My Free ChatGPT Templates: https://myaiadvantage.com/newsletter 🌟 Receive Tailored AI Prompts + Workflows: https://v82nacfupwr.typeform.com/to/cINgYlm0 👑 Explore Curated AI Tool Rankings: https://community.myaiadvantage.com/c/ai-app-ranking/ 🐦 Twitter: https://twitter.com/TheAIAdvantage 📸 Instagram: https://www.instagram.com/ai.advantage/ Premium Options: 🎓 Join the AI Advantage Courses + Community: https://myaiadvantage.com/community 🛒 Discover Work Focused Presets in the Shop: https://shop.myaiadvantage.com/

Оглавление (10 сегментов)

  1. 0:00 Claude 3.5 Sonnet Beats GPT 4o 305 сл.
  2. 1:19 Image to Animations 678 сл.
  3. 4:05 Data Visualization Expert 1010 сл.
  4. 7:59 PDF to Website 670 сл.
  5. 10:51 Interactive Quiz Website 299 сл.
  6. 12:04 PDF to Interactive Dashboard 155 сл.
  7. 12:44 Create Visualization Web Apps 979 сл.
  8. 16:45 AI Summarizer Web App 593 сл.
  9. 19:10 Travel Planner App 376 сл.
  10. 20:47 Create Games 1698 сл.
0:00

Claude 3.5 Sonnet Beats GPT 4o

all right so as you probably heard claw 3. 5 Sonet is freely available with limited usage and it beats chat GPT 40 across many categories the one that is absolutely undebatable though is code generation and not just code generation their artifact feature allows you to see that code in action as it generates it making this a unprecedented development in the AI space what does this mean practically you can create websites you can create games you can create visualizations and so much more there's a ton of use cases and actually really took my time with this video and researched this across the past week since Sonet came out and I compiled all of them for you in one video the beautiful thing here is though as opposed to the GPT 40 use case video that I did a lot of these use cases you can try you can replicate you can use for yourself today because Sonet 3. 5 and its capabilities are not some sort of announcement or promise of things that are yet to come it's available today and we'll be looking at all the various ways you could use it today if you want more details on the model itself I created a separate video for that this video is going to be all about how you can put it to work which is going to be a combination of examples of how other people put it to work and prompts that I crafted myself some simpler some a little more intricate all of the prompts that you'll see here I'm providing to you for free in the description of the video if they're too long in the description I'll probably just have to link this notion page that you can freely access just like a website okay
1:19

Image to Animations

so let's get into it there's a lot to cover and I could have actually quite easily made a video titled the 50 most mind-blowing use cases but the thing is not all of them are created equal some are more impressive than others and some are more practical than others so I use my personal judgment and experience to pick the use cases that I figured you might find really interesting here because we're going to be visualizing data as an animation this is something the code interpreter aka the data analysis tool in GPT 40 cannot do so namely The Prompt I'm using here is act as a data visualization expert create a real-time dashboard to effectively represent the spread of a disease over time across various countries and this is one of the first capabilities I want to highlight it's really good at creating these dashboard type websites we'll be looking at more example shortly here but look from this simple little prompt it writes the answer and then here you have the artifact that essentially is all of this code but you don't even see the code in the first view it just writes that in the background and it gives you this interactive preview and you can look at the little app look how great this is I didn't even give it any data it just came up with some mock data for me and I can switch between the different countries and it has several features like it simulates real time updat so you could hook this up to API with code that provides it with real-time data and it will be updating as it goes quite simple right but if we go further in this conversation I'll present you with by far my favorite follow-up prompt here it's so simple yet so effective by simply saying make it better it will interpret what you mean by better it will look at the context so far at what it created and come up with a list of iterations that would make it better in claud's eyes that is but it turns out it's really good at figuring out what would make it better so by simply saying make it better it came up with this dashboard with way more information at the top you have the base data it added a bar chart option and there's a global map view and here we get to the first important caveat this will write code for you that might not be executable within the artifacts feature but if you bring this over to something like Visual Studio code and run it you can have additional packages that are not available in here just as a recap for non-technical people which by the way is what I assume for this video you don't need to know code to follow or recreate these use cases that I show you a package is a set of functions and instructions that do a specific thing with code usually they're more advanced functions that by using a package you don't have to bother with so in this case it's a package that represents maps of the world really well but this package is not available in here yet Cloud will still create this for you because it assumes it'll probably take the code and host it elsewhere this is just a preview right so this is something to be aware of because sometimes the more advanced prompts that I'll show you will use packages that are not accessible in here but if all you want to do is stay in here and use the artifacts feature you can absolutely do that we'll talk about the nuances of that once that comes up but as you can see by simply saying make it better it really improved this dashboard it added this global map view that is not accessible in here because it's a package that's not in here as I outlined and that's the very first use case but
4:05

Data Visualization Expert

it doesn't stop there I actually went in and used some of the prompt engineering skills that I've been teaching on this channel and I crafted a prompt that helps improve some of these use cases and the result of it is this it's this larger prompt that goes into all the details of the data visualization that I'm looking for this is something similar to Sam The Prompt creator that I showed you on the channel about a week ago but this is for the use case of creating projects using artifacts and sonnet so what I'll do in this video is I'll give you all the use case prompts but this Improvement prompt we're refining that in the community we're actually hosting a weekly challenge right now where all the community members get to use that prompt to flesh out their own use cases so in the spirit of the advantage Channel I'll say what I always say is that these videos are always there to give you fish but then the community exists to teach you how to fish so you can catch them yourself and in this case the fish that I'm giving you is this flesh out prompt so if you copy paste it into here and simply run it you will see that it does a few things first of all you have manual control over the various features in here okay so instead of having a quick oneliner and it assuming a lot of things you tell it exactly what you want and if you're building a visualization like this that represents the spread of disease over time across various countries then it might be really good to have manual control over these things because here you can go into the prompt and you can actually edit you can actually see what decisions have been made rather than telling Claud bro figure it out yourself and here is the result and look I kept it like this on purpose because here we ran into our first problem there is an error message right this generated code includes unsupported life lies date FNS and calendar as calendar icon from Lucid react you don't need to know these packages you don't even need to know what this means you just have to know that this is an error message and what you can do in cloud and in gbt 40 every time is just copy the error message and paste all of this back into it you could also copy just the error message in the middle but this works like a charm just paste it in there and it apologizes to you and it will rebuild the app without those packages now you want to do this if you want to stay inside of the artifact feature if you want to bring this outside if you want to host this yourself on the internet you don't mind these packages will probably do something even better than you can do it here in these artifacts but if you want to stay in this web interface just take the error messages that it gives you throw them back in and there you go here's the improved app you can see there's various improvements different views you have an option to share the page export the data and all we did is lead with the more advanced prompt and then if you want to stay inside of the artifact feature we just paste the error message and it readjusts it so that it works in here just be wary that will usually result in worse code objectively so if you want to host this elsewhere take the first version and also the obvious question eigor how do I host this elsewhere well this is not a technical tutorial on how to host websites or web apps on the internet but what I did do and in my prompt I included the block that tells it to give you a step-by-step guide on how to host it so if you look at the bottom of its output it doesn't just give you the artifact that the website that works but also here at the bottom it tells you to fully implement this dashboard in a production environment you would need to add a proper date range picker Implement real API calls add proper error handling implement the sharing and data expert functionalities it tells you all the steps that you could then communicate to a developer or work with Cloud to guide you through it and also what you'll see in the first result it gives you a step-by-step guide on how to host this yourself so this app goes offline as soon as you close the tab and you can share it with the world for others to use it but if you follow this step-by-step guide that comes from the initial Advance prompt I'm confident that if you take some time and use cla's assistance in it you will be able to get this up and running it's not easy but with the assistance of something like Cloud it's not that hard either and then beyond that I have a more advanced example Le of a visualization here on Twitter by Lu batala and it took him 5 minutes and a couple of iterations that's what it takes sometimes right if it doesn't work you got to follow up you got to tell it what you don't like what it should change and he just visualizes a pendulum with a bunch of random numbers in between it then it generates a bunch of other pendulums and look you get this visualization I'm not exactly sure how you practically use this but you can do things like this and while the options might not be infinite there's so much you can do which just wasn't possible a month ago if you want the final prompt on the Tweet links are in the description as per usual all
7:59

PDF to Website

right next up we'll be using a new chat and this is a very simple prompt yet again create a narrative driven website from a PDF that weaves together unexpected visual elements and storytelling techniques to reinforce the information in the PDF this one comes from my personal prompt Library I have various interesting and esoteric prompts that I like to play around with here and there this was a variation of one of it and I used its ability to convert PDFs into websites and combined that with these really powerful llm keywords like storytelling techniques and unexpected visual elements and what do I need to do here of course I need to Pro provided a PDF otherwise it will be a little lost this is a PDF I shared on the channel before it's one of Now 60 or 70 AI Advantage Community guides and it's this m Journey technique where you can generate screens with green screens in them which makes it really easy to create custom marketing materials for your very own brand because it's really simple to replace the green screens in either with a chroma key effect in a video editor or by selecting that one color inside of Photoshop canva or similar anyway the point is that this is a stepbystep guide and we're going to try to visually represent this and just run this prompt and see what we get now this one is so interesting because the concept here is not the idea of turning a journey tutorial PDF into a website it's the idea of transforming any PDF into a different medium llms are essentially Transformers that generate various outputs right to generate text image even video now with Gen free and dream machine or with cloudon it they create web apps websites and games or interactive visualizations now look this is a very simple prompt and I just gave it the PDF without any additional context and it creat this website for me and as you can see it is narrative driven chapter one The Discovery and it turns my little tutorial into a story driven website isn't that interesting you could enter the mid Journey prompt here generate the image obviously you would need to hook this up to the API to actually work with mid journey and mid Journey doesn't have a API so you would need to do stable diffusion or something else but you get the point here there's placeholder images in the background look at these scrolling elements this is not your typical website powerful little prompt right there that you can play around with yourself here's the formula of how to do it and then here at the bottom we should have the different use cases we always make a point out of including use cases at the bottom of the community guides and there you have a few of them there's an epilog with a little motivational message very interesting isn't it and if you take this a step further and you flesh out this prompt into this yet again The Prompt is available right here it fleshes out all the details of what we want on the website and in this case it's interesting because this is actually less creative and less unexpected the more guidelines you give it in the prompts the less room it will have for interpretation so in this case maybe going with the more open-ended prompt of narrative driven web it that weaves together unexpected visuals and storytelling and then figure out all the details of that cloud might be a better option than going with this Advanced one nevertheless I just wanted to give you the options this looks certainly more formal but does the trick this menu on top jumps to the various sections of the website and it's just a very powerful way of turning any PDF into an interactive website and there you go you created the website from a PDF in
10:51

Interactive Quiz Website

seconds and here's another interesting capability you have this menu at the top right here and you just got to realize that you can always add to these web pages add to these projects it's just because I show you how to do things in one prompt doesn't mean that you can't have a conversation with it I'll just go in here and paste this prompt here add a tab with an interactive quiz I featured this many times on the channel creating little quizzes questionnaires flashcards it's all LMS are really good at that and we can use that capability and our awareness of that capability in a little prompt like this by adding a tab with a quiz that consists of five multiple choice questions I'll just run this and it will update this project here for me all I have to do is wait for a few seconds the funny thing is with gbd4 I usually had to stop and wait for a minute until it's finished and then we cut the recording but here I'm just talking over this happening a few moments later okay fair enough we had to fast forward a little bit just because generating the code for all the multiple choice questions took a while but look at that we have a little tab with a multiple choice quiz you could submit that quiz you can ask Claude how to implement this practically and there's some console messages that I could now take and paste back and this is the way you want to work with it you want to add your ideas and something doesn't work and you get error messages you just paste them back in and then it will improve on it by itself and here I want
12:04

PDF to Interactive Dashboard

to highlight another use case here from Sabo shubman on X and what he actually did he gave it the Tesla earnings report for the first quarter of 2024 and because that is very well formatted he gave it a simple prompt like this come up with a detailed analysis and summary with stock recommendations by carefully reading the attached earnings report put together a nice interactive and highly detailed but visual appealing dashboard and here you have the dashboard keyword again very useful if you just want to create overviews of something and here it is he transformed a PDF into a website this is just another use case after the step-by-step guide that I showed you could do this with any PDF just try it out I mean it's free to use isn't that crazy sure there's a limitation of only a few messages but you could just try all of this yourself
12:44

Create Visualization Web Apps

today all right next up I'll be using another one of my prompts create an interactive dashboard with editable sliders and text fields to visualize population growth in the US over time and mind you we're not giving it any data here so far right we're just telling it to create in another dashboard but what I did here is I took a screenshot from this website worldom meters. info you can take your data from wherever you want but because it can recognize images I want to show you this capability of you feeding it images and using the various dashboard website game generation capabilities that we have here to create something that might be useful to you so all I did is screenshotted a part of this data that is relevant to what we're doing here here's the screenshot and I'll just drag and drop it onto Cloud now I uploaded the content and as soon as it's uploaded I can run this and it will generate this dashboard based on the data that I gave it right you could also run it without the data then it will just invent some random stuff for tell you to connect it to API later on so this time we're not doing PDF plus prompt but we're doing image plus prompt and we're creating an interactive dashboard from that and again this should happen so fast that maybe we don't even need to fast forward or cut too much it's already working on it it's already generating code it's going to open up this little IDE over here and as you can see here I love this you can see how it populates every single year you can always double check that but the vision capabilities of cloud as I talked in my summary video they're also Best in Class when it comes to the benchmarks and practically that's the case too so now it packages all of that it finishes up the prompt and we should be presented with a visualization any second here let's have a look there's a little bit of loading oh and I'm out of messages okay I'll have to wait another 20 minutes that is okay but look at this wonderful dashboard that it created in the very first try here I can actually adjust these sliders like what is the range they want to go from 9055 to 2024 now here I would maybe like a second button here where I can readjust it I could just follow up prompt this if I had more messages this very second but I think you see the point here by the way I'm on a PID plan and I've been testing like crazy over the past days and especially today as I finalized all the research for this video but no worries in 20 minutes we'll be back and as you can see this works as expected and we have an interactive graph that we easily generated from a screenshot and a simple prompt like this pretty amazing and I want to highlight one more thing in the original chat it cut off some numbers here for me I didn't like that so I just told it the numbers are cut off if I go into billions make it more visual appealing you unique and better in this example I didn't even give it the data so it just invented some but as you can see by following up with your feedback with your human feedback as it would be giving it to your assistant or another human that works for you with you it makes these adjustments on the go but now there's a graph missing so I say include a graph and then it creates a graph but what is this graph this is more graph than website the heck this is some mutant graph I don't like it I simply told it this graph is crazy fix it and then it interprets Crazy by itself okay this prompt might be a bit ambiguous going against what I teach on this channel but hey you got to have fun sometimes too and then eventually after telling it that it should fit on the screen being more specific than just telling it it's crazy that didn't work it does this for me which I think is a fantastic end result considering I give it what like three sentences in total incredible okay here's the same use case but with the flash. prompt that we show you how to do in this week's Community challenge so by copy pasting this prompt into here you get this artifact generated for you and as you can see from The Prompt straight up I didn't even edit the prompt right I just ran it from my little workflow there I get something that is immediately usable there's a lot of details like export data and it's just the more advanced version with more customizable building blocks in here but this is pretty great I get multiple ways to visualize this I export button and so much more and it all works in one shot so this is what I say in some of my other videos if you dare to give it feedback and if you know what you expect it's fine to have short and simple prompts but if you want reliable results or you're going to automate it away delegate the prompt to somebody else you want one prompt that contains it all because that eliminates room for error and provides you with consistency the results from this prompt will be way more consistent then from a prompt like this just because we're nailing down all the various variables and telling it exactly what we want rather than letting it figure out everything itself all
16:45

AI Summarizer Web App

right for the next use case we'll be creating a web app and concretely we'll be creating an AI powered web app now this is something that won't fully work in here just because you can't link to API endpoints from within the artifacts feature this you would need to copy over to some IDE or host it yourself on something like versal but by simply telling it create a summarizer tool that links to the claw API include a field to paste text and a field to add the prompt and you get this here you paste the text you want to summarize here you have the option for a custom prompt and all you do is hit summarize and it will give you the summary good but then I'll follow up with the good old make it better what do we get well we get a better version it figures out what better means in this context itself concretely here it adds an advanced mode where you can actually adjust the max tokens and the temperature and beyond that it gives you the free different clot options to choose from so if you want to be using sonnet you can pick that it's going to be faster cheaper again this won't work by itself as it outlines here in the prompt you will need to go into the code and you'll need to replace your API key here with your actual API key if we head on over to the code this shouldn't be hard to identify you can always just command of API uncore and here it is this is what you would need to replace with your very own API key I showed you that about 20 times before on this channel just look up one of the chatbot building tutorials to retrieve your opening ey API key or just ask Claude where you can find it now beyond that I continued in the conversation by telling it to make it more aesthetic and look at these simple little prompts make it more aesthetic make it better or in some cases make it more unique also works really well and it does that it makes it more aesthetic look at that it adds this universal symbol for AI that the internet seems to have agreed on at this point it's kind of funny and then here we have the advanced features now it's not perfect there's a bit of padding missing on this but again we could follow up on this and I just want to highlight this is not supposed to build 100% perfect apps it's just the best llm we ever had for building applications like this and it allows non-technical users to actually build things which before wasn't really the case you need to download IDE install python make sure you have all the packages that are needed I covered this on the channel before matter of fact there's one video that teaches you how to build a basic chatbot it's the first one in the chatbot building playlist on the adantage channel and that teaches you how to set up a local environment for you to copy this code into where it will work it's about building a chat GPT chatbot with python but most of the setup steps and retrieving the API Keys Etc are all the same so check out that video if you want a detail step-by-step tutorial on how to use this code yourself anyway it's time to move on to
19:10

Travel Planner App

the next use case which in this case is something that me and the team found on Reddit and this one is incredible let me tell you now look before you even look at this I just have to clarify this is not something you will get from one prompt this must have took a lot of iteration and as you can see this is not hosted inside of the artifacts features so you have to bring the code out host it somewhere and then you can get something like this as you can see this is hosted on the internet these more advanced prompts that I include in tutorial always give you a step-by-step guide on how to host plus there's a plethora of tutorials across the Internet it's not too hard almost everybody can figure that out in an afternoon but as you can see this is a web hosted app and it's this travel planner and I think it's absolutely incredible it includes images which were obviously added it includes a link to Google Maps and all of this was set up by Claude is there additional steps after Claude does the generation yes absolutely but can CLA son it guide you through every step of the way also yes you can provide screenshots of your progress as you work for something and tell it what kind of problem you have and it will act as a tutor for you in implementing it too but look at that you can search for various locations across B with custom images it gives you the different points on the map Incredible use case right there and here's another one from Sabo Schuman where he actually took a screenshot of the chat GPT interface and he let CLA 3. 5 Sonet recreate chat GPT kind of rude isn't it everybody stay calm but it did exactly that it wrote the entire code for a cat gbt 40 clone with the prompt presets with all of that you could hook that up to the GPT 40 API and have yourself built chat GPT 40 clone just like that again the links to all these posts are below you can check out more details there if you're interested
20:47

Create Games

in that but this brings me to my last category which is a bit of a tricky one because it is game creation and I do have some very basic prompts here but look I just have to sayate I'm not a game developer I might be an avid gamer always have been but I've never created games but with CLA you can get your feet wet and you can build your own interactive little games yourself and they actually work in artifacts featur so you don't have to bring them out host them anywhere they just work in there now is there limitations of course you won't be able to build GTA 6 in here let me tell you that but you can create simple little things like Pac-Man Beaman Tetris or the good old snake so we'll do that in a second here and I'll even show you how to create custom game assets yourself that you can then use in your very own game but before that I want to dive into the deep end of the pool and Shout out a friend of the channel Chris from All About Ai and this video that he posted on YouTube I think this is an absolutely incredible one if you care more about game creation and you want to see what you can do if you're ready to bring the code out and to do a little bit of code edting which does require some coding knowledge then check out this video you can also follow his project step by step and rebuild this game that he did but here in under 30 minutes he actually went through a step-by-step tutorial through all the asset Generations he generated these little flappy bird assets in eight bit that I'll show you something simil in a second here himself or maybe not himself maybe rather in tandem with Sonet 3. 5 but that's the you doing it by yourself I guess and then he just goes for all the step of adding various Sprites adding AI opponents yes that's something that Sonet can do really well adding music and sound and background and finishing up the game and then he is a fully functional game that he can actually play and he uses claud's new project feature to build it as he generates more assets and more code he adds it to a project and then he keeps talking to it and Sonet is aware of all the different code and all the different things that have been added to the game so if you're interested in building something more complex and you try the various use cases in this video then Chris's video here might be a fantastic next step and let me just note I forgot my table mount for this mic so I keep handing it off from one hand to the other cuz it's really heavy anyway let's get back to the video here so here you have a full project this is kind of as far as you can take it with a tool like this when it comes to game development today I mean I'm sure you could do a little more but this really shows you what is possible very well but again that does require some coding knowledge if you want to kind of just play around and have a good time then let me show you some other use cases before we build something ourselves because you could not just ideate but you could also build with CLA 3. 5 Sonet when it comes to games in this Reddit example Sir W tafu here made a simple 3D firstperson shooter touchcreen game right in the chat interface okay so all of this is created within the artifact feature in the game you shoot happy emojis at sad monsters to make them happy kind of a neat concept right by the way the ridiculous idea for this game is claws so you could first generate the idea for the game and then create it all you need to be aware of is the various things that you need which Chris's video here perfectly outlines you need opponents you need Sprites unique music sounds maybe a menu to navigate it Etc and as we're going through and exploring some of these ideas let me show you another one here because this one is all about adding AI players and this is something that got a lot of people excited because you can create single player games and add AI players to it really simply with CLA 3. 5 Sonet this was something that was a little tricky with GPT 40 and let me tell you from personal experience it just did not work reliably if you want all the prompts they're also here in this Reddit fret look he posted every single prompt and as you can see this is a 15 prompt sequence so don't expect to build some of these more impressive use cases and one or two prompts going to have to iterate a little bit but I hope that this video is enough inspiration and pointed towards enough resources that you'll going to be able to figure it out yourself or you join the advantage community and you can do it together with others Shameless plug okay here's another use case that you can build as I mentioned these basic games are easily buildable so here it combines a basic game and an AI enemy to build a checker game where you're playing against the AI and as you can see this is running in the browser on your phone okay so you don't need to host it externally you can build these things while you sit at dinner with your family and show them hey Mom I built a checkers game where you can play versus AI myself while you ate your appetizer actually thinking about it don't do that most people are going to consider that weird not me though I think that's kind of a badass move or here we have one more example from Ethan mullik before I show you the last two prompts I have here and he actually turned the academic research paper that he wrote himself you could do this any academic research paper into an interactive game and this is a 3D shooter that references Concepts from the paper to be used in the game again I can't say everything is possible in here but a lot is possible and my hope is that for examples like this that becomes clear so there we go finally my cloud usage actually reset and we're going to be able to do the thing that I've been waiting for all day and that is generate an image of a cat with a hat in the 8bit style okay if you're not familiar with 8bit in a second you'll see exactly what that is and you could see it writing the code to generate a little cat with a red hat is this a cat in a hat isn't that beautiful and then what I want to do here is I want to follow up with a prompt and I just want to show you this combo this is very basic right this is something you could figure out yourself but it's this ability to combine that you really need to become aware of because as I showed you some of the best things in here are built with 15 prompts or more so if I now say create a snake game with the cat with a hat as the player character you can create a snake game but you can use the little 8bit style Cat in SV format that we created before in the same conversation as your player character so let's see how it handles that it should be able to pick up the SVG write the code for snake that should be pretty straightforward and in just two prompts we should have a playable game if that's not the case I'll follow up further but let's see use the arrow keys to move the cat this is really great look and my little cat is getting longer and longer but like I'm missing one more thing right is it just me or do we want the cat to actually hunt hats so let me see if I can do this in one prompt create an image of a hat and 8bit style and use it as the food and then why am I saying food because I looked at what it wrote and I saw that it references to the thing that we need to eat up as food this is a very old trick but it's one of the most reliable ways to reduce ambiguity just reference the words that it uses itself can't go wrong with that and there you go the very first time on this channel we created a little snake game where a cat with a hat is hunting more hats and extending its Empire extending its body by finding more hats it might look basic from the outside but consider considering the fact that we just made this while I was talking in under a minute I think that's seriously impressive and this is the worst these tools are ever going to be I can't wait for the large model Claude 3. 5 Opus or open eyes response to this move I hope this video brought you some inspiration and some knowledge and if you want to get more into this if this sparked your interest I would again recommend this little playlist that is still relevant on how to build a custom chatbot with code without any coding knowledge it's the most popular long form tutorial on this channel for a reason and using something like vs code and installing various coding languages yourself on your own machine is The Logical next step to Bringing games like this to life yourself all right that's all I got for today see you soon

Ещё от The AI Advantage

Ctrl+V

Экстракт Знаний в Telegram

Транскрипты, идеи, методички — всё самое полезное из лучших YouTube-каналов.

Подписаться