Build Anything With ChatGPT, Here’s How

  Рет қаралды 1,082,287

David Ondrej

David Ondrej

Күн бұрын

Пікірлер: 421
@DavidOndrej
@DavidOndrej 9 ай бұрын
A lot of people have asked for the Custom Instructions I used, so here they are: value.davidondrej.com/video01
@moe3060
@moe3060 9 ай бұрын
Elon is that you? did Elon Musk build a time machine finally?
@QuaK3RRR
@QuaK3RRR 7 ай бұрын
someone who dont know what a variable is couldn't code this xD but ure right chatgpt helps with learning if u use it right! Btw. next time just disable the autopilot xD
@Zvezdan88
@Zvezdan88 11 ай бұрын
This is exactly my approach. I started a year ago and made myself a bunch of small tools. I learned so much about Python, PyQt, and programming in general. It's the greatest time to be alive!
@fredrickenelamah4805
@fredrickenelamah4805 11 ай бұрын
This would be me in 1 year.
@DavidOndrej
@DavidOndrej 11 ай бұрын
I love to hear that! :)
@OrlieJohn
@OrlieJohn 11 ай бұрын
same thing here chatgpt is like my personal teacher
@Zvezdan88
@Zvezdan88 11 ай бұрын
@@lan92034If you are asking me, no. But I am not looking for a programming job, I am working in the gaming industry as a 3D Artist. I just always wanted to learn how to code.
@bvc1922
@bvc1922 11 ай бұрын
Do you think, it can help you teach you everything about programming?
@143DeepakDas
@143DeepakDas 6 ай бұрын
I am a manual tester from last 15 years and stuck in a company with no opportunity outside for manual testing. I was thinking something like this and this video appeared in my timeline. This video gave me a hope. I want to move towards automation testing. Thanks for making this video.
@sicboy3749
@sicboy3749 6 ай бұрын
I work in the same field & was thinking how do I use python & Chat GPT to do regression script testing for software
@brianbrooks4448
@brianbrooks4448 5 ай бұрын
@@sicboy3749 The trouble is that this will change the competition. Anyone will be able to learn to create programs and test scripts. This has the ability to turn the whole industry on it's head.
@legelf
@legelf 9 ай бұрын
for all the ppl that want to get into coding as complete newbies: get at least the fundamentals down like variables, if else statements, loops etc before using this because AI is imperfect still and can make mistakes that you will have to catch and fix, this is where your basic knowledge of code will come to use
@gecn9685
@gecn9685 8 ай бұрын
Nah.
@latenightenjoyer
@latenightenjoyer 5 ай бұрын
even with having basics, it all comes down to what prompt they use and how smart they will be about using the responses it gives them. and oh boy it's going to hallucinate when they start to ask too complex questions xD
@fonzoo_4920
@fonzoo_4920 4 ай бұрын
@@gecn9685 then dont waste your time and do something erlse
@herbertduncan5838
@herbertduncan5838 4 ай бұрын
What programming languages can this help you with?
@martijnzondervan
@martijnzondervan 9 ай бұрын
a great solution to the space problem you had was to set the ' ' = '/', so that every words gets separated by a slash. This makes it really clear and easy to read
@lindseyb1445
@lindseyb1445 10 ай бұрын
I feel like you just gave me new inspiration & a path to take to grow my programming skills and hopefully build projects to break into tech. Thank you!
@DavidOndrej
@DavidOndrej 10 ай бұрын
No, thank YOU for such a positive comment! You just gave me inspiration to make more videos like this and to hopefully help more people :)
@waldbeer3535
@waldbeer3535 11 ай бұрын
Just for clarification. Any application that is aiming to be sold has a very complex file structure to ensure safety of user data. This is programming on the very first level and chat gpt is not even close currently to actually create and change data structures for large scale applications. It’s a good help though if you understand the structure yourself
@TTeaSett
@TTeaSett 10 ай бұрын
Could you talk to me more about it? or pointing me where can I learn about that? I was thinking using chat gpt to make an android app.
@waldbeer3535
@waldbeer3535 10 ай бұрын
@@TTeaSett It would be best if you just codealong a couple of full stack apps. freecodecamp offers a lot of very recent SaaS (Software as a Service) tutorials, where you can learn everything about the data structures needed in such a project. In the beginning might be a lot of info to wrap your head around, so go step by step and you will have great results
@paca3107
@paca3107 10 ай бұрын
yes gpt sucks at debugging and more complex tasks than to do list.
@tnamr5652
@tnamr5652 10 ай бұрын
Copy paste from internet is not programming Misleading people
@denis4096
@denis4096 10 ай бұрын
@@TTeaSett First learn how to code and get basic knowledge about the programming concepts. I recommend Flutter as a good starting point to create Android Apps, the learning curve is low and u get good results with a minimum effort. From there dig deeper and switch to Android Studio and Kotlin/Java for native Andrroid Application Development. BTW Flutter is Crossplatform wich mean that u need only one code base to compile for Android, IOs, Web and Windows. Try it, it's really fun and a breeze to create Apps in a quite short amount of time.
@berndhase4399
@berndhase4399 4 ай бұрын
Your interaction with copilot hurrying you along is hilarious 😂. Thanks for breaking it all down as you do 👍.
@Crypto.Vantage
@Crypto.Vantage 9 ай бұрын
00:02 Programming with ChatGPT is easy and fulfilling 02:17 Creating custom instructions for a project 06:42 Build programs without programming knowledge using ChatGPT. 08:59 Creating a dictionary to map English characters to Morse characters. 13:35 Creating a basic empty function to handle text translation 15:55 Use AI to improve your skills and enhance yourself, not outsource everything to AI. 20:01 Using ChatGPT to generate mapping of English to Morse code. 22:18 Automate boring tasks with ChatGPT 28:11 Adding a mapping of a space in Morse code requires one space into three right. 30:12 The next step is to write a function to use the user input and print the result. 34:47 The video discusses how to convert text to Morse code by splitting it into characters. 37:26 Build reusable functions to avoid code repetition 41:27 For loop is preferred when the length of the loop is known 43:24 Updating the more string with the mor code for each character in the text 47:48 Handling the issue of adding extra space bars 50:27 Learn how to use the reserved keyboard in Python to make a function give back a new Morse string. 55:05 Handling spaces in Morse code conversion. 58:07 Improvement of the Morse code translator 1:03:40 Updating the dictionary to include colon and smiley face 1:06:26 Handle exceptions using try-except block for better error handling. 1:11:45 Removing extra characters and spaces in Morse code. 1:15:12 Building a Morse code character initialization in Python is a good option 1:20:53 You can build anything with ChatGPT without any prior programming knowledge. 1:22:46 Build anything with ChatGPT using custom instructions
@RandomEcom
@RandomEcom 4 ай бұрын
g
@borisvaiser
@borisvaiser 10 ай бұрын
Great video! I've been experimenting with Bing Chat. I asked him to write a .bat file (batch file). The task was: There is a folder with 100+ subfolders like 001_Love Under The Sun, 002_Eliza,003_Coming,... I asked Bing Chat for every subfolder to replace _ with 0_ in it's name. And I provided him a testing Folder at first. He wrote a program, but he screwed up twice. Every time I explained him the problem, and he made the program better. The third time was a charm, and I applied his code to a real folder. Batch file is convenient because you can ran it on windows right away with no extra software to download. Once again, test it first in a test area. He tried to weasel out, telling me that it's better to use something more specific, but I insisted to continue.
@jaroshus
@jaroshus 8 ай бұрын
I created a program with gpt that sorts everything in a folder it is in. So it takes everything out of an existing folders, deletes empty folders, then sorts everything, and creates folders inside those to sort even further. For example, pictures folder contains years, and then year folder contains month. Ive sorted over one TB of hard drive in just a couple of minutes. I have never been coding, so this is just a magic show
@zukanyed8633
@zukanyed8633 6 ай бұрын
Please share how. maybe a Git repository or anything like that?
@jaroshus
@jaroshus 6 ай бұрын
You just ask what you want to make, any ideas to gpt, and it will creater script for you, you start to test it and making shure everything works how you wanted it, thats it. GPT is a blessing for those who has creative ideas, but no knolwlage in to coding. @@zukanyed8633
@jaroshus
@jaroshus 6 ай бұрын
import os import shutil from datetime import datetime def organize_files(): current_directory = os.getcwd() script_path = os.path.abspath(__file__) folders = ["Documents", "Images", "Videos", "Music", "Other"] for folder in folders: folder_path = os.path.join(current_directory, folder) if not os.path.exists(folder_path): os.makedirs(folder_path) total_moved = 0 total_size = 0 folder_details = [] for file_name in os.listdir(current_directory): file_path = os.path.join(current_directory, file_name) if os.path.isfile(file_path) and file_path != script_path: category = get_file_category(file_name) if category: destination_folder = os.path.join(current_directory, category) moved, size = move_file(file_path, destination_folder) total_moved += moved total_size += size print(" Summary:") for folder in folders: folder_path = os.path.join(current_directory, folder) count = len(os.listdir(folder_path)) size = get_folder_size(folder_path) folder_details.append({"folder": folder, "size": size, "count": count}) folder_details.sort(key=lambda x: x["size"]) # Sort by size in ascending order print(f" Total moved: {total_moved} files\t\tTotal size: {total_size:.2f} MB") write_summary_to_file(folder_details, total_size, total_moved) organize_by_date() def organize_by_date(): current_directory = os.getcwd() pictures_folder = os.path.join(current_directory, "Images") videos_folder = os.path.join(current_directory, "Videos") # Add Videos folder for media_folder in [pictures_folder, videos_folder]: if not os.path.exists(media_folder): continue for file_name in os.listdir(media_folder): file_path = os.path.join(media_folder, file_name) if os.path.isfile(file_path): modification_date = get_file_modification_date(file_path) if modification_date: year_folder = os.path.join(media_folder, str(modification_date.year)) month_folder = os.path.join(year_folder, modification_date.strftime("%B")) for folder in [year_folder, month_folder]: if not os.path.exists(folder): os.makedirs(folder) destination_folder = os.path.join(month_folder, file_name) shutil.move(file_path, destination_folder) print(f"Moved: {file_name} to {destination_folder}") def get_file_modification_date(file_path): try: modification_time = os.path.getmtime(file_path) return datetime.fromtimestamp(modification_time) except Exception as e: print(f"Error getting modification date for {file_path}: {e}") return None def get_file_category(file_name): image_extensions = [".jpg", ".jpeg", ".png", ".gif", ".bmp", ".tif", ".arw", ".NEF"] video_extensions = [".mp4", ".avi", ".mkv", ".mov"] document_extensions = [".pdf", ".doc", ".docx", ".txt"] music_extensions = [".mp3", ".wav", ".flac"] file_extension = os.path.splitext(file_name)[1].lower() if file_extension in image_extensions: return "Images" elif file_extension in video_extensions: return "Videos" elif file_extension in document_extensions: return "Documents" elif file_extension in music_extensions: return "Music" else: return "Other" def move_file(source_path, destination_folder): destination_path = os.path.join(destination_folder, os.path.basename(source_path)) if not os.path.exists(destination_path): shutil.move(source_path, destination_path) print(f"Moved: {source_path} to {destination_path}") return 1, os.path.getsize(destination_path) / (1024 * 1024) else: print(f"File {os.path.basename(source_path)} already exists in {destination_folder}. Skipped.") return 0, 0 def get_folder_size(folder_path): total_size = 0 for dirpath, dirnames, filenames in os.walk(folder_path): for filename in filenames: file_path = os.path.join(dirpath, filename) total_size += os.path.getsize(file_path) return total_size / (1024 * 1024) def write_summary_to_file(folder_details, total_size, total_moved): desktop_path = os.path.join(os.path.expanduser("~"), "Desktop") file_name = f"Cleaner_{datetime.now().strftime('%Y%m%d_%H%M%S')}.txt" file_path = os.path.join(desktop_path, file_name) with open(file_path, 'w') as file: file.write("Cleaner Summary ") file.write("-" * 50 + " ") file.write(f"{'Folder':
@Masicka4Dem
@Masicka4Dem 4 ай бұрын
This is the most basic program ever, you could've just learnt to program 🤣
@jayakrishnanp5988
@jayakrishnanp5988 11 ай бұрын
You are the exact guy I was searching for all this months 😂❤❤
@TreantBG
@TreantBG 11 ай бұрын
yeah i see the value of writing 80 lines of code in 1 hour 30 minutes .... chatgpt is multiplicative tool that will take your skill and increase the speed and quality but if you have no skill to begin you cant do much else with it in other words build solid foundation
@decouple
@decouple 9 ай бұрын
chatgpt using gpt 4 is great both as a coding assistant and teacher when using common languages, frameworks, and libraries. Less common environments and larger projects are it's downfall, but it's really come a long way.
@Chris-xo2rq
@Chris-xo2rq 8 ай бұрын
Yes, as a firmware engineer who writes fully custom hard-real-time operating systems it is practically useless since it has no knowledge of my codebase. I use it a lot for when I'm writing Windows and Android applications though.
@lucagethmann7682
@lucagethmann7682 8 ай бұрын
@@Chris-xo2rq which environment or language would you recommend to use together with Chat-GPT?
@noname-vw5qw
@noname-vw5qw 6 ай бұрын
​@@Chris-xo2rq would you ever even use AI generated code for that? Using AI for any mission-critical software seems really spooky.
@Chris-xo2rq
@Chris-xo2rq 6 ай бұрын
@@noname-vw5qw A lot of what I use it for is boilerplate stuff that is just a lot of typing I want to avoid. I can feed it a collection of nested C++ classes for example and it can generate serialization and deserialization functions for them. Conceptually easy task that just takes a long time to do manually.
@antikoerper256
@antikoerper256 7 ай бұрын
One of the greatest benefits of open and free AI of such sorts is the educational - I, too, am self-learning programming with GPT and it's amazing
@prawtism
@prawtism 10 ай бұрын
I think you can easily let ChatGPT give you the code as well, just afterwards ask what every section does and how. And you can ask for different ways to do the same thing to get even more out of it. Depends on your motivation. If you're making a video, you have a bit more motivation than someone sitting at home and studying.
@AmazingWondersTV
@AmazingWondersTV 8 ай бұрын
I’m sure you are motivated enough to conquer the world. Keep growing.
@joaopinheiro8197
@joaopinheiro8197 10 ай бұрын
Bro thank you for expanding my mind on how to approach ai, communication is the future!!!
@David.Alberg
@David.Alberg 11 ай бұрын
I would say its good timing since tomorrow OpenAI will present a system on how to build anything with Chatgpt even better and faster ^^
@holdthetruthhostage
@holdthetruthhostage 11 ай бұрын
Thank you this will help with game design for sure, the future with Ai is removing the latency between mind & body actions
@Tonedefff
@Tonedefff 8 ай бұрын
Just wanted to leave some constructive feedback [hopefully!] on this video (I use GPT4 quite a bit to generate Python and C# code). The title of the video is "Build Anything With ChatGPT, Here’s How", but then you use your own skills and knowledge of Python to start writing code by hand, and teaching the viewer about the code (like writing a function def, and the += operator). This seems to defeat the purpose of using GPT to build the app. You can just tell GPT: "Write a complete Python script that prompts the user to input a string of English text, and then it translates that text into Morse Code and prints out the Morse Code representation of the input string." And it generates a fully-functioning script that worked for me on first try. I then asked it: "Add functionality so the script then prompts for Morse Code from the user, and it translates that back into English." And it gave me a new version of the script, but that new version failed and gave an error. I told GPT and pasted it the full error, and GPT gave me a new version of the script with the error fixed. The whole script then worked properly, and it only took me about 5 minutes total to get it up and running. For a viewer with no programming/Python knowledge at all, this method seems more intuitive and efficient than using GPT for some of the code, and typing other code by hand.
@elijahbrazier3219
@elijahbrazier3219 3 ай бұрын
While yes the title says how to create anything with GPT, the main focus of the video is using GPT to help you *understand* how to build better projects. He mentions this multiple times throughout the video. The title says create *with* GPT, not "How to tell GPT how to make something for you." I think the main audience for this video is programmers who want to learn more, not outsource everything. However, GPT is indeed very valuable for someone who does not want to write code. At the end of the day though that will not help you learn anything.
@iamcuriouswithai
@iamcuriouswithai 10 ай бұрын
Great work explaining this and going out the box with it, love the passion and seeing past limitations!
@pauldad1
@pauldad1 10 ай бұрын
You teach in a very inspiring and encouraging way - great job, keep going!
@Ryder-King
@Ryder-King 7 ай бұрын
You are the exact guy I was searching for all this months
@DavidOndrej
@DavidOndrej 7 ай бұрын
Wow, thank you Ryder for such a lovely comment! ♥
@crizkeeth
@crizkeeth 10 ай бұрын
I love the tutorial interweaved with the excitement about AI. I feel the same way.
@elijahbrazier3219
@elijahbrazier3219 3 ай бұрын
This video is amazing. It has opened my eyes to what a powerful education tool AI, specifically chatGPT, is. I started my tech programming journey about 3 weeks ago and just finished learning the basics of HTML and CSS. My focus is expanding my Front-end developing knowledge, but this video made me want to learn so much more bout other aspects of programming! ChatGPT is definitely a tool I will use in that journey. Thank you so much for sharing this
@samisosa9105
@samisosa9105 8 ай бұрын
Thank you once again for a great video. Keep them coming.
@DavidOndrej
@DavidOndrej 8 ай бұрын
Wow, you have no idea how much this means! ♥
@samisosa9105
@samisosa9105 8 ай бұрын
@@DavidOndrej And you have no idea how much your video has helped me. Best of luck to you ✌
@elpatotengu31
@elpatotengu31 3 ай бұрын
Somehow, watching this video made me feel productive even though I did not do nothing or plan to start building nothing. Great video!
@TheOnlyEpsilonAlpha
@TheOnlyEpsilonAlpha 10 ай бұрын
Great video, one improvement recommendation: You can include the „just give me hints“ instruction into the custom instructions so you won’t need to type it each and every time 🐻❤️
@samisosa9105
@samisosa9105 8 ай бұрын
This is probably one of the absolute best videos I have watched so far on this subject. Thanks a million! Also, I'm curious as to why you don't have the "Super thanks" enabled?
@DavidOndrej
@DavidOndrej 8 ай бұрын
I didn't enable it because I didn't think anyone would like my videos that much! Because of your comment I went ahead and turned it on. If you do end up sending me a Super Thanks, then I will be honored :)
@vivek73
@vivek73 7 ай бұрын
When you don’t know what you are doing and go ahead and do it. Well best of luck my friend.
@jenot7164
@jenot7164 10 ай бұрын
The problem with using ChatGPT as a beginner, is that it will spit out buggy and inefficient code. You still need to know what you are doing.
@circulartext
@circulartext 9 ай бұрын
true but once you get past the bugs its pretty easy to navigate its capabilities
@jenot7164
@jenot7164 9 ай бұрын
@@circulartext I agree, copilot and ChatGPT is perfect for boilerplate code.
@shafialanower3820
@shafialanower3820 9 ай бұрын
@@jenot7164so do you use chat gpt for to learn programming? Do you give it multiple prompts?
@_artemixx
@_artemixx Ай бұрын
In this stage of AI, I thnk it's better to use it as a tool rather than an entire guide, because the amount of possible mistakes it can generate simply doesn't make it worth using it like that. I do however get a strong feeling that AI will be advanced enough that it'll be possible to calibrate it with IDEs in such a way that would allow creating projects in ways different than what we're used to now, with CoPilot and all.
@damianzielinski71
@damianzielinski71 10 ай бұрын
Awesome video and your focused mind. Thank you❤ Greetings from Poland 🇵🇱
@deckyfx2188
@deckyfx2188 6 ай бұрын
If you maps space into two spaces instead of three, you can eliminate the need of using IF in your translation function
@patrickhallermann3844
@patrickhallermann3844 5 ай бұрын
This is awesome bro, love your content. I have been learning by doing projects for my job (not programming or IT related), simple things really, but using chat gpt and other llm as a tool. up my skills like you said. great introduction to the tool set and always, thanks for showing how i can use it.
@TadeasF
@TadeasF 11 ай бұрын
Yeah, I follow the same approach. I've improved a lot by combining solid foundation (mostly Arjan Codes videos, he covers software design basics which are easy to understand) together with chat gpt. I know I am able to write anything chat gpt writes for me. But its so much easier. Especially big refactoring and such stuff, breeze
@omarbarron1767
@omarbarron1767 10 ай бұрын
This is awesome 😎 I’m studying for my A+ and also want to learn python and java for myself. Chat gpt is awesome the more I learn to utilize it. Great video! Thanks.
@drunkspartan711
@drunkspartan711 8 ай бұрын
May i ask why A+?
@Millie-Nielsen
@Millie-Nielsen 7 ай бұрын
Just for clarification. Any application that is aiming to be sold has a very complex file structure to ensure safety of user data. This is programming on the very first level and chat gpt is not even close currently to actually create and change data structures for large scale applications. It’s a good help though if you understand the structure yourself
@hydoffdhagaweyne1037
@hydoffdhagaweyne1037 11 ай бұрын
Please make a video on making mobile apps using AI tools, thanks.
@ajarivas72
@ajarivas72 11 ай бұрын
Please make a video of how to use ChatGPT to control the lights of the house and interact with Alexa.
@DavidOndrej
@DavidOndrej 11 ай бұрын
I probably will make a video like that soon ;)
@hydoffdhagaweyne1037
@hydoffdhagaweyne1037 11 ай бұрын
@@DavidOndrej omg! Please, do it. That video will go viral.
@Rex88282
@Rex88282 10 ай бұрын
Please make a video how to create a backend and then show me the bills coming
@LaurenFowler-h6j
@LaurenFowler-h6j 7 ай бұрын
I am a java tech lead . I also use chat gpt , perplexity etc on a daily basis .have you ever tried to generate a complex project like airline traffic control using chat gpt
@trikztr
@trikztr 10 ай бұрын
nice video man, didnt know about custom instructions until now, thanks!
@DavidOndrej
@DavidOndrej 10 ай бұрын
Glad I could help!
@strikerwow2011
@strikerwow2011 8 ай бұрын
Nice video man, thanks for the initiative.I think it would be very interesting trying to build something big with the help of chat gpt. It would be interesting to see how you would handle bad or maybe not so concise answers from caht GPT :D
@kuhteel
@kuhteel 7 ай бұрын
this video was a blessing from the gods I have experience in python and this just made me like 50x more powerful tysm
@RicanPradaG
@RicanPradaG 6 ай бұрын
I build dayz servers and used chat GPT to help make me python scripts to convert and create mass quantities of code for types, traders etc
@Global_Dawah1
@Global_Dawah1 Ай бұрын
I would say this can get you very far , but at some point you need to be able to ask the right questions to get what you want out of gpt and for you to do that you need to know at least a decent amount on how these languages work and web development at a whole is carried out
@prawtism
@prawtism 10 ай бұрын
laughed out loud when the copilot just showed the full function :D
@moritzburn6694
@moritzburn6694 9 ай бұрын
Very great for writing automation scripts that can do all kinds of stuff, CI/CD and environment syncing, kuberentes automations etc. Sadly its not as great at writing extensive code that relies on custom functions and classes in different files. Sure a useful tool, saved me hours while working on stuff I did not know anything about
@communicationfirst1599
@communicationfirst1599 8 ай бұрын
are you Elon Musk's brother?
@Twtgod
@Twtgod 4 ай бұрын
Yes
@Instant_news00
@Instant_news00 4 ай бұрын
😂😂
@Yourslushy
@Yourslushy 3 ай бұрын
😭 brother from different mother
@tonygaming3429
@tonygaming3429 3 ай бұрын
i bet he is
@fwgtv3821
@fwgtv3821 2 ай бұрын
😂😂😂😂
@SkylineHero970
@SkylineHero970 10 ай бұрын
I learned a lot faster learning to code without using chat gpt. To be exact, chat gpt hindered my growth because it was always the easy way out, which is not a good way to build a solid understanding of the programming. Everyone learns differently, but I learned a lot more with trial and error without using chat gpt as a crutch.
@jenot7164
@jenot7164 10 ай бұрын
Me too, and using ChatGPT also somehow took the fun out of it. Learning how to efficiently debug your code is such a rewarding experience.
@prawtism
@prawtism 10 ай бұрын
For me, I accidentally used a colon : instead of an equals sign = for a variable. Already got angry that ChatGPT was telling me that I typed an assignment operator wrong :D but I wouldn't have noticed that so fast myself and maybe would have given up for that evening.
@hatetracyy
@hatetracyy 9 ай бұрын
why did you type a colon lol @@prawtism
@Masicka4Dem
@Masicka4Dem 4 ай бұрын
​@prawtism thats why you have a document to read that goes through the syntax 💀
@ye8013
@ye8013 4 ай бұрын
i love this guys energy
@robivlahov
@robivlahov 9 ай бұрын
i got my co2 sensor , an arduino a few reley boards and made code to run it all in 30 minutes with chat gpt, with no prior coding knowlage, but some automation knowlage... easy as
@IndianGermanDiaries
@IndianGermanDiaries 11 ай бұрын
David you’re not fully correct , yea its possible to create anything with GPT4 but for doing that you need to know atleast Basic debugging skills. Since gpt4 spits out buggy code as well. If your usecase is simple you can simply copy paste but a little bit advanced stuff would require manual intervention as well Thanks
@kizigamer6895
@kizigamer6895 11 ай бұрын
Plus gpt 4 is paid and many can't buy stuff
@Sulayman.786
@Sulayman.786 11 ай бұрын
Can it not debug?
@sovereignberserk1346
@sovereignberserk1346 11 ай бұрын
@@Sulayman.786 not quite from the get go. But actually there are mutliple projects out there already that utilize chatgpt and other llms to work with instances of each other. For example langchain can be used to create two python aware agents that are collaborating on the task you hand them. this leads to constellations where the agent that produces buggy code is being corrected by the other one and so on…
@Marcusbreum
@Marcusbreum 11 ай бұрын
This is insane. Thx David
@Jemacaza
@Jemacaza 10 ай бұрын
Excellent video David, very informative, thank you very much.
@Leobynight
@Leobynight 5 ай бұрын
Thanks 💯
@rabbitears333
@rabbitears333 11 ай бұрын
Great approach with ChatGPT. I love Ghact GPT the possibilibies of the language are endless. Please teach more reagding charp GPT
@circulartext
@circulartext 9 ай бұрын
this is exactly what our programmers do
@scottmcdonaldAAL211
@scottmcdonaldAAL211 9 ай бұрын
so clearly explained in perfectly enunciated English...
@subramanianchenniappan4059
@subramanianchenniappan4059 8 ай бұрын
I am a java tech lead . I also use chat gpt , perplexity etc on a daily basis .have you ever tried to generate a complex project like airline traffic control using chat gpt 😂😂😂
@Leron_T
@Leron_T 11 ай бұрын
You forget to tell people that they still need to know the fundamentals of whatever programming language they're using
@DavidOndrej
@DavidOndrej 11 ай бұрын
I think you don't need to know anything - ChatGPT can teach you all of that as you build the project. Simply decide to make something and start doing.
@bazio5592
@bazio5592 10 ай бұрын
@@DavidOndrejSure 😂😂
@jenot7164
@jenot7164 10 ай бұрын
@@DavidOndrejIt will work out fine until you reach a bug, which ChatGPT can’t solve for you. Then you need to start debugging on your own and if you don’t understand the fundamentals this process will be straining.
@TimothyNyota
@TimothyNyota 10 ай бұрын
@@jenot7164Nope
@shafialanower3820
@shafialanower3820 9 ай бұрын
⁠@@jenot7164this is 100% true based on experience. It can’t solve bugs of complex problems with multiple layers especially
@DemsRNutless
@DemsRNutless 7 ай бұрын
As a veteran IT guy all I can say is be very careful what you wish for in automated coding because you will have to maintain the spaghetti mess. I predict that the maintenance costs will far outweigh the benefits of generated and poorly commented code.
@paikountv4065
@paikountv4065 11 ай бұрын
Can I create a website using GPT where I can upload my stories chapter by chapter for readers?
@Daaboo
@Daaboo 9 ай бұрын
I'm using it and when the code in Laravel. Yeah, sometimes I'm lucky but sometimes the Ai can't even fix simple bootstrap issues!
@furycorp
@furycorp 11 ай бұрын
lol I don't know about coding "literally anything"! chatgpt is super helpful but its completely stupid if you need to ask it something that it doesn't have piles of training data for. without the eyes of an experienced dev on nontrivial or novel tasks it writes code with major gaps in security, performance, etc. that is usually fundamentally broken.
@Invertedworldx
@Invertedworldx 4 ай бұрын
bro, this rabbit hole has now changed my focus from playing games
@PAFBEAST
@PAFBEAST 2 ай бұрын
How?
@pocoso
@pocoso 11 ай бұрын
First comment!! You have great videos man
@DavidOndrej
@DavidOndrej 11 ай бұрын
Hey, thanks!
@adammottram7146
@adammottram7146 7 ай бұрын
Hi David, I really like your set up with ChatGPT that I haven't seen on other tutorials, what extensions did you use in VS to get that?
@Mr__Altair
@Mr__Altair 7 ай бұрын
Great video bro appreciate the work you do here
@Hardcoreismorethanmusic86
@Hardcoreismorethanmusic86 5 ай бұрын
Good guy, exactly what I looked for
@alibahadraksoy1362
@alibahadraksoy1362 9 ай бұрын
how your vs code knows what will you do? does it work with chat gpt? which extension did you use in vs code?
@DOCTOR-FLEX
@DOCTOR-FLEX 11 ай бұрын
Any possibility you could build a web scraper or a game in your next video? Wonderful video. Thanks for your assistance.
@DavidOndrej
@DavidOndrej 11 ай бұрын
I already have both of these on my ideas list - so it's very possible that I'll make those videos! :)
@TheSozeone
@TheSozeone 8 ай бұрын
As an Offensive security specialist I find the ethical censorship on chat gpt super annoying when it comes to writing reverse shell scripts, have you been able to find any work around with the custom instructions?
@RandomgooberNGoobie
@RandomgooberNGoobie 8 ай бұрын
Deserves more likes honestly
@DavidOndrej
@DavidOndrej 8 ай бұрын
Thank you! :)
@radicalaim
@radicalaim 9 ай бұрын
Title: Build Anything with ChatGPT Video: Build anything using copilot
@440s
@440s 10 ай бұрын
I use it for help but always end up asking about technical things that will not help le but are interesting to know 😂
@Sulayman.786
@Sulayman.786 11 ай бұрын
Awesome, thanks!
@ralphiemelphie
@ralphiemelphie 6 ай бұрын
The problem with this is that you get a lot of code that usually runs poorly. Since Chatgpt got most of its data from pages like stackoverflow where problems and solutions are being explained so users understand whats going on. While that is helpful, it doesn't create the most efficient code.
@EROSNERdesign
@EROSNERdesign 7 ай бұрын
Here is the future of Coding....expect greatness.
@azeruxx2362
@azeruxx2362 10 ай бұрын
Na to, že jsi čech, je tvoje angličtina šíleně dobrá good job
@phil8899
@phil8899 10 ай бұрын
Motivation to keep going is the hardest thing. You could build anything before CHATGPT.
@johnward8356
@johnward8356 10 ай бұрын
You could also ask for beginner, intermediate, and advanced projects.
@Lositosantos
@Lositosantos 10 ай бұрын
What happens when technology becomes so easy to understand that there is no longer any need for comprehensive guides?🤯
@MelodyJD
@MelodyJD 6 ай бұрын
I know 1% programming I understood about 45-50% of what was happening in this video minus the technical lingo back fire back forth in your workflow thoughtprocess. we are living in an age that blows my mind every single day.
@cortezforever
@cortezforever 11 ай бұрын
David, I am trying to build an AI content writer, can you help so i can build and deploy a basic version?
@DavidOndrej
@DavidOndrej 11 ай бұрын
Interesting video idea - I'll definitely consider this
@cortezforever
@cortezforever 11 ай бұрын
@@DavidOndrej Thanks for your consideration. With the new GPT 4 Turbo update "2 minute papers" shows "@Mckay Wrigley" generating the code from a UI design. I have a UI designer, do you think that method could work?
@KubaSobecki
@KubaSobecki 7 ай бұрын
3:53 it worked. I did subscribe ;)
@chrisg9343
@chrisg9343 9 ай бұрын
I have extremely basic python knowledge and this year ive made two Power BI dashboards using gpt. The one I made for work had everyone impressed 😂
@YousefHaidary
@YousefHaidary 8 ай бұрын
You can make power BI dashboard with Python?
@nj-bz8pv
@nj-bz8pv 2 ай бұрын
I wrote a pretty advanced trading Algo with chat and one zero to hero pythonfree class
@ctrlshifti255
@ctrlshifti255 9 ай бұрын
70 lines in 1.24h for program simple like that. That's crazy.
@LibNinja
@LibNinja 7 ай бұрын
i just came across to your channel, its superb. and i totally agree with you, im doing a project right now building chatbot with chatgpt, can you help me out or make another content regard to it. thank you
@holotrout
@holotrout 9 ай бұрын
My exact approach as well
@Nubbley
@Nubbley 2 ай бұрын
I’ve been using chat gpt for coding in pygame and it’s melting my mind. Nothing works.
@HalkerVeil
@HalkerVeil 7 ай бұрын
My experience lately with GPT4 is that it became lazy and does not do what we ask anymore. I have to constantly tell it to write it in code or it just explains the process now. Even after giving it instructions to ALWAYS write code. It's gotten so bad. Used to be great though.
@noname-vw5qw
@noname-vw5qw 6 ай бұрын
Apperently AI gets worse if it uses its own outputs as training data. And there is a ton of generated text online now.
@thierry-le-frippon
@thierry-le-frippon 8 ай бұрын
Ok, all this is basic programming... Can it produces a very complicated program for me without coding just by asking my requirements. Like a program that would need tens of thousands of lines of coding?
@alenpasnikov
@alenpasnikov 11 ай бұрын
Ok, go build me a real life house.
@handysteve
@handysteve 10 ай бұрын
So wild that we can just screenshot code and GPT understands
@DavidOndrej
@DavidOndrej 10 ай бұрын
yep, GPT-V is amazing
@wildniscamper7276
@wildniscamper7276 7 ай бұрын
small project with no clue of programming is ok, but bigger projects..i guess it's not working out.. even getting pointers and classes handeld is not that easy and it can be very tricky fast..
@BendaCZ
@BendaCZ 10 ай бұрын
Super video! Já ChatGPT používám nerad, protože dělá dost chyb a připadám si špatně a líný... 🤣
@Core034
@Core034 4 ай бұрын
dekuju za video :)
@David-bg7xb
@David-bg7xb 8 ай бұрын
Which programs i need to download for programming or to do this ? :)
@ottawadigs
@ottawadigs 3 ай бұрын
I tried chatgpt python and it could not provide working code, it couldn't even debug it's own code properly to function. Here is the prompt I used: "provide a python 3.12.4 script to serve and visually render an html file using pyside6. The script must include an asynchronous function to communicate back and forth between the server and client in javascript." The code it generates looks great but is non functional and produces nothing but errors when run. Asking it to fix the error messages results in changed code and more errors. And they want you to pay $20 a month for this?
@abhinaykatta
@abhinaykatta 9 ай бұрын
All the real devs laughing in the corner.
@0xAA55
@0xAA55 9 ай бұрын
Right?
@shreyashsaxena9748
@shreyashsaxena9748 6 ай бұрын
Been a dev for 6 years, I too use Gpt In a similar way to build from Tech stack I don't know
Build Any Website With ChatGPT, Here’s How
1:28:42
David Ondrej
Рет қаралды 15 М.
ChatGPT-o1 Created A Programming Language...
19:45
Conner Ardman
Рет қаралды 74 М.
The Joker wanted to stand at the front, but unexpectedly was beaten up by Officer Rabbit
00:12
Watermelon magic box! #shorts by Leisi Crazy
00:20
Leisi Crazy
Рет қаралды 77 МЛН
Good teacher wows kids with practical examples #shorts
00:32
I migliori trucchetti di Fabiosa
Рет қаралды 7 МЛН
Career Advice For A World After AI
23:07
Varun Mayya
Рет қаралды 201 М.
You’re using ChatGPT wrong
9:31
Jeff Su
Рет қаралды 419 М.
Top 10 Best ChatGPT Plugins That Will Change Everything!
10:20
Run your own AI (but private)
22:13
NetworkChuck
Рет қаралды 1,5 МЛН
When you Accidentally Compromise every CPU on Earth
15:59
Daniel Boctor
Рет қаралды 835 М.
Build Anything with AI Agents, Here's How
29:49
David Ondrej
Рет қаралды 298 М.
I Tried Every AI Coding Assistant
24:50
Conner Ardman
Рет қаралды 809 М.
The Joker wanted to stand at the front, but unexpectedly was beaten up by Officer Rabbit
00:12