AI Summary
This video humorously critiques the flood of 'make money with ChatGPT' content by attempting to build a live ASCII art dollar sign that ticks up income per second. The creator spends most of the time manually coding in Python, with ChatGPT providing minimal useful help, ultimately producing a silly animation that mocks the unrealistic promises of such schemes.
Chapters
The creator notes that many videos claim you can make thousands with ChatGPT by churning out content, but ChatGPT can't guarantee accuracy or make you an expert, so you'd be charging for crap.
The plan: ask ChatGPT to create a dollar sign ASCII art and generate a live counter showing 10-20k per month, iterating every second. The creator admits it's more real and useful than most grifts because it involves Python skills.
The creator uses an ASCII art generator website to create a dollar sign symbol, then writes Python code to print it as a multi-line string.
Asking ChatGPT to create a large dollar sign ASCII art results in a 'lame' output. The creator then asks for a Python function to calculate income per day/hour/second, which works better.
GitHub Copilot auto-completes the income calculation code, while ChatGPT struggles. The creator builds a live money ticker loop using random income between 10k and 20k per month.
The creator asks ChatGPT to make the dollar sign spin, but it fails. They then try to feed a list of symbols and ask ChatGPT to predict the next ones, but that also fails after 10 minutes.
After half an hour of failing with AI, the creator manually writes an animation loop that refreshes every 0.1 seconds, combining the dollar sign with the money counter.
The program runs, showing a spinning dollar sign and money ticking up. The creator sarcastically says it's as successful as any other ChatGPT money-making program and tells viewers to use it responsibly.
The video is a satirical take on the 'make money with ChatGPT' trend, demonstrating that real coding skills are needed to create even a simple animation, and that ChatGPT's output is often unreliable.
Clickbait Check
10% Legit"Title promises making money with ChatGPT, but the video is a joke that shows ChatGPT failing and the creator doing all the work."
Mentioned in this Video
Study Flashcards (5)
What is the main criticism of 'make money with ChatGPT' videos according to the creator?
easy
Click to reveal answer
What is the main criticism of 'make money with ChatGPT' videos according to the creator?
ChatGPT cannot guarantee accuracy or make you an expert, so you'd be charging for low-quality content.
00:25
What does the creator use to create the initial dollar sign ASCII art?
easy
Click to reveal answer
What does the creator use to create the initial dollar sign ASCII art?
An ASCII art generator website.
02:07
Which AI tool helped more with coding in this video?
medium
Click to reveal answer
Which AI tool helped more with coding in this video?
GitHub Copilot, which auto-completed the income calculation code.
08:41
How long did the creator spend trying to get ChatGPT to animate the dollar sign?
medium
Click to reveal answer
How long did the creator spend trying to get ChatGPT to animate the dollar sign?
Approximately half an hour.
25:02
What is the final refresh rate of the animation loop?
hard
Click to reveal answer
What is the final refresh rate of the animation loop?
Every 0.1 seconds.
26:01
💡 Key Takeaways
Critique of ChatGPT money-making schemes
Summarizes the core argument that ChatGPT cannot replace expertise, making such schemes fraudulent.
00:25GitHub Copilot outperforms ChatGPT
Shows a practical comparison where Copilot provides useful code completion while ChatGPT struggles.
08:41Manual coding wins over AI
Demonstrates that traditional programming skills are still necessary when AI fails.
25:02Sarcastic final verdict
The creator's deadpan conclusion that the program is as successful as any other ChatGPT money-making scheme.
27:07Full Transcript
[00:00] hello everyone sunyan here and in this video we're going to learn how to make money with chat GPT um I've been binge watching chat GPT content like lots of you lately and lately I've just been inundated with
[00:13] with the 13 ways to make money side hustles 150 a day 743 and a cent I mean the guy makes an extra Cent per day 10 000 and so on and so on and so on and
[00:25] the premise here seems to be that you could just bump out content like and make online courses uh that met you thousands of dollars with Chachi PT there's a couple of holes in this Theory never mind the fact that je GPT doesn't
[00:40] guarantee any accuracy it can't make you an expert in the field then ultimately you're going to be putting out some crap that it's totally responsible to be charging anyone for however as promised we're actually going to be
[00:54] making money we're going to be making 10 to 20 000 and here's how we're gonna do the program is it's gonna work I'm gonna ask chiji PT to create a dollar sign
[01:07] animation and then we're going to ask it to generate 10 to 20 000 a month and have a live account that's going to iterate every second so you're gonna
[01:19] have some dollar art and there's going to be money that's going to be coming in every second and it's going to be more real and useful at least involves some python skills than most of these grifts that are at today uh this is live I
[01:34] won't edit it at all so we'll actually see Chad GPT I'm sure struggle at times and I'm sure we're going to manually program some things but should be fun so I got the idea for this yesterday um I wanted to get chat GPT to make
[01:53] ASCII art and actually it just doesn't do a great job if you don't know what ASCII art is we can ask key uh generator there's a there's a bunch of websites that do it
[02:07] if you work with the terminal you're gonna see more of the seat type something so if I type a dollar that's gonna that's gonna be the dollar symbol however
[02:22] if we increase this and we can test all this is going to do like 317 different ways of drawing a dollar sign
[02:34] so I will either use this website or use charging but look at these dollars they're beautiful they're beautiful so I think I think that one's really nice so yeah we're gonna write uh we're gonna
[02:50] create this animation in Python I'll show you what that could look like and then maybe I'll put some code into charge EPT and ask it to improve it
[03:02] maybe I'll ask jet GPT in different ways how to animate it but I think what I'm going really what I'm going for is this so if you create a symbol it could do it as a list in Python where like you've got
[03:18] one like a one item in a list is a line or you could do it as a multi-line string but this is pretty cool so if I um if I write
[03:37] print symbol so still we're not using Chad gbt here um
[03:52] the thing that I want to try now in charge GPT is create a dollar symbol uh using ASCII
[04:04] art so far I mean it said large dollar sign that that was one fail then it did like
[04:16] written fails but let's see maybe it's going to be more successful at my money making program
[04:40] okay that's pretty lame let's try something else let's just say um write a python function that takes in
[04:57] um as an input a monthly income the function should return
[05:11] how much money that is each day each hour and each second
[05:26] let's see chat GPT in its money making schemes
[06:16] sometime today
[06:33] okay income per month monthly income days per month beautiful seconds per minute oh
[06:48] this okay okay so we're gonna we're gonna we're gonna run this we're gonna run this we're gonna run this
[07:01] so where's my um vs code so we've got that we're gonna leave the symbols at the bottom and maybe we'll have like a Cascade or something maybe I'm gonna modify the symbol and try to make it spin or something like that
[07:17] so that is so it returns like that's a that's a dictionary so it returns a dictionary and then it has a sample usage
[07:32] so where is it I really should only have one window running here esquia generator
[07:46] copy code income equals to ten thousand oh it's kind of realistic with its income ten thousand a month
[08:03] Silicon Valley salaries let's go let's go okay so
[08:16] if I run this hmm what are you doing to me
[08:29] so that returns income per day so these are all variables so ah see so far doing much better than
[08:41] chaji PT is GitHub co-pilot it's just nicely Auto completing my code and look at that income per day why don't we add income per oh wait it's got income per second 0.03 um
[08:57] so one thing that could be cool is we could actually
[09:14] we could actually have some type of a live money ticker and a dollar sign that like iterates every second because we have income per second here
[09:30] you enter a monthly income and what did we say 10 to 20 000 so income equals to random.brand then ten thousand comma twenty thousand
[09:47] income per second is going to be the variable I'm actually going to use that's the only one that I'm gonna care um and then I'm going to write a loop
[10:08] yeah import random gets a t import random look at that
[10:25] and we have income per second and so yeah this code might be a little bit messy but I can now run a live Loop and we can import time [Music]
[10:41] and so we could say while true
[10:55] so while true we can time dot sleep for a second and we can have some variable called money
[11:07] that could be zero and then it could be money plus equals income per second and then we could print money and
[11:26] we can do something like money from chat jpt and I mean sadly this is mostly me programming there was a little bit you
[11:41] know Chachi PT did help um money from GPT we need a comma here uh we need to maybe round up
[11:54] some of that money like how many decimal places this is maybe where we can use some more AI uh around the
[12:10] variable money to five decimal places come on that's it I wasn't sure how to use the round function and why don't we well import OS
[12:31] we're gonna clear screen clear screen I'm also going to print symbol
[12:46] think think and I'm gonna print symbol
[13:00] so Ctrl C I got to stop this thing Ctrl D run oh because symbol is defined after I ran the loop no problem sir backspace we're
[13:15] gonna do it here I'm also gonna yep look at that money from GPT that there you go
[13:30] now if I could somehow I mean if I could make this symbol spin if I could make this symbol spin that would be um
[13:42] that would be amazing and I don't know one two three
[13:59] let's try let's see I don't I have a feeling Chad GPT is gonna fail me again but um let's see where is my thing it's here
[14:15] below prints out a to the
[14:28] symbol symbol add a Loop to the program that
[14:46] runs once per second and animate the symbol so that it appears to spin
[15:03] spinning is the first thing we're going to try we're gonna try moving it I mean so what am I going to give it what code am I going to give it um where is my vs code
[15:17] so if I have yeah I'm just gonna give it this come on there we go
[15:33] come on
[15:45] and we wait
[16:18] gbt it's not spinning it's not doing anything all right I have an idea
[16:31] given that this is a an AI it's ultimately good at making predictions right so I'm going to make a list of like three symbols where it begins to spin and then I'm going to ask Chachi PT to keep going right to predict the next
[16:45] three items in the list Maybe if you understand how chat GPT Works maybe we could do better so why don't I just I don't know create a new file or call This symbols.pi And in here
[16:59] [Music] I'm going to create a list of symbols I'm going to call Sim pulse that's a list and
[17:11] in here I'm going to where was my money money money money money I'm gonna imp stop and importing this one
[17:23] and uh if I look at symbols I'm going to paste this this is the first entry that's going to be separated by a comma and then I'll paste another one and so the next one is gonna I mean I'm gonna get rid of like
[17:39] the central in everything
[18:06] and I'm gonna do this once again once more once more and so then I'm gonna ask cha GPT to predict the next expand the list predict you're making tens of thousands of dollars a day for other people you can't
[18:23] make me a spinning dollar sign come on come on I believe in you AI is the future and all that see I'm backspacing even the empty empty
[18:37] empty space because you never know it's probably going to read it we have this sort of narrowing dollar sign and
[18:52] if I feed it this if I feeded this now I will also Google something because I need to make sure pasting code into chat
[19:07] GPT how to code no no no no no how do I paste code writing code snippet
[19:21] maybe just knows all right whatever so did I um this list has three items predict that
[19:40] next then items and expand the list to 13 items
[19:53] okay I should say this python list come on
[21:16] foreign
[22:05] and oh that wasn't so good um it took me a crash of my screen capture and about 10 minutes messing around to figure out that this is absolute crap so um
[22:19] so far our money maker is is doing okay you know like it's it's uh it's letting how slow things go if you're gonna make you know 10 to 20 000 a month
[22:34] but I just figure I need to animate this somehow and I'm not gonna give up I am not gonna give up and I'll see if I can get Chachi PT to do it I mean the simplest animation I can think of maybe is if we give it the dollar symbol like
[22:47] just one right if we give it that if we copy the code and
[23:00] if I ask it to animate this symbol so that each second the top and the bottom line of the string
[23:16] this up here
[24:50] okay that was approximately half an hour of failing to get either get up co-pilot or chat gbt to give me an animation some more or less have to
[25:02] come up with one myself and here it is and so we're gonna actually combine that with my money making thing and then we're gonna be done with this very unfortunate program that I'm gonna publish because because why not
[25:17] so that was the animation right here I think I can just um paste it more or less that's going to be a loop there the money um
[25:33] and the lines so this is going to go in back into the for Loop which is correct however the money is going to be printed
[25:47] just underneath where we print the lines oh and since I'm actually refreshing this every point one second
[26:01] Hmm this should be this should be quite interesting so I think I've got the same symbol and where's my animation test.pi so lines are going to be symbol.split
[26:18] so everything happens in this for Loop we are going to print money every 0.1 seconds
[26:33] OS system.clear should happen at the very end so we're going to leave the money in money income per second income per second now is in the same program
[26:54] Alliance is going to be that money from cha GPT that's all gone and let's see this is how you make money with chat GPT
[27:07] watch look at the money actually yeah that's about as successful as any other money making program I've seen so far which had GPT
[27:21] enjoy and uh yeah use it responsibly by all