10 Insane ChatGPT Applications (artificial intelligence)

OpenAI’s ChatGPT is an absolutely amazing artificial intelligence capable of incredible things. In this video, I go over 10 insane applications of this AI, from writing essays and legal documents, to solving coding interview problems and math proofs, to explaining complex concepts and algorithms.

0:00 | Introduction
1:26 | College Essay
2:47 | Liability Waiver
4:03 | Cease & Desist Letter
5:30 | Coding Interview Problem
8:00 | Math Proof
9:30 | Fake Math Proof
10:53 | Email To Manager
12:09 | Best World of Warcraft Arena Comp
13:32 | Bitcoin vs. Ethereum
14:33 | Donald Trump Explains A*
15:11 | Conclusion

AlgoExpert:
SystemsExpert:
MLExpert:
FrontendExpert:
BlockchainExpert:
ProgrammingExpert:
My LinkedIn:
My Twitter:
My Instagram:

Prepping for coding interviews or systems design interviews? Practice with hundreds of video explanations of popular interview questions and a full-fledged coding workspace on AlgoExpert – – and use the promo code ”clem” for a discount on the platform!


What’s up everybody how’s it going as Most of you have probably heard by now The artificial intelligence research Company called open AI recently launched Chat GPT an absolutely incredible large Language model artificial intelligence Chat bot that you can talk to and that Can explain things to you do things for You in absolutely mind-bending magical Terrifying astounding ways and in this Video I want to walk you through 10 Different applications live interactions With chat GPT to show you just how Incredible it is now one thing I want to Point out before I jump into the first Interaction is that chat PPT does not Have access to the internet in other Words it can’t just Google things which Makes it all the more impressive when You ask it to explain things to you that Seem like they could have just been Google searched because they were not And to prove this to you if you ask Tab GPT something like what is the Bitcoin Price right now you will see that it Will tell you I do not have access to The internet I’m a larger language model That was trained on data up to 2021 Something like that see I’m sorry but I’m not able to browse the internet So keeping that in mind let’s jump into The first interaction let’s imagine that I’m a college student a high school Student and I need to write a five

Paragraph essay about the famous book Called Pride and Prejudice I really Don’t want to do that I don’t know where To start I’m going to go to chat GPT and I’m going to say write a five paragraph Essay on one of the underlying themes of Pride and Prejudice boom and let’s see What he comes out with now one thing to Keep in mind it is a little bit slow Right now because there are tons of People using chat GPT at the same time Yesterday when I was playing around with It it was much quicker in its responses But so now we see it starting to write One of the underlying themes of Jane Austen’s novel Pride and Prejudice is The societal pressure for women to marry For financial stability and social Status rather than for love and it goes On and it explains it in very good Coherent writing with seemingly accurate Data information you know this theme is Exemplified in the character of Mrs Bennett Elizabeth’s mother who is Obsessed with marrying off her daughters And then it goes on with actually Well-structured paragraphs this is Absolutely insane now I realize that This poses a bit of an ethical concern And operational concern with cheating And all sorts of things I don’t have Answers for that I’m merely just showing You what this tool does now let’s go on With a second interact action let’s

Imagine that we’re a skydiving company And we want to have a liability waiver For people to sign you know to say that They don’t hold the skydiving company Liable if there’s an accident during the The activity so write a liability waiver For a skydiving skydiving company let’s See if it can give us a document that Would otherwise cost us some amount of Money either online or with a lawyer it Would cost a lot with a lawyer so dear Skydiving company customers by Participating in a skydiving activity Organized by skydiving company you Acknowledge and agree to the following And it starts to list out all all these Things that you would expect in an Actual liability waiver skydiving is Potentially hazardous activity blah blah Blah you understand that weather Conditions can be unpredictable you Assume all risks and dangers associated With participating in the activities This is insane in just a couple of Seconds here I got for free at least Right now this is fairly accessible a Seemingly perfect liability waiver at Least you know an acceptable one that Would have otherwise cost me a lot of Money and this is actually useful for my Business operations so now let’s move on To a third interaction let’s assume that I am dealing with cyber squatters people Who bought a domain for a company or

Website that I own and they are Illegally you know squatting that domain They’re using it and I want them to stop Doing that so I’m going to send them a Cease and desist letter something that Would cost again a lot of money with Through a lawyer or you know finding one Online or at least it would take a lot Of time to write one so write a cease And desist letter for cyber squatters It can do for us here to whom it may Concern this letter is a formal cease And desist notice regarding the Unauthorized use of and here you put in Your trademark on your website and you Put in the URL we have determined that Your use of the trademark on website Constitutes cyber squatting then they Explain what the Cyber squatting is they You know point to some like legal things Like the anti-cyber squatting consumer Protection act we demand that you Immediately stop using blah blah blah if You do not immediately comply with this Notice we will be forced to take further Legal action this could include seeking An injunction seeking damages for Profits this is absolutely amazing like This is a very good acceptable simple Cease and desist letter at the very Least it’s a good you know Baseline to Then create you know create your own Cease and desist letter add things to it Absolutely incredible now let’s switch

Gears a little bit and let’s go down More of a scientific or you know mathy Path for the chat GPT let’s ask chat P To write an easy binary tree problem for Algo expert see if it knows about algo Expert by the way if you’re a software Engineer preparing for a technical Interviews you can check out my company I’ll go expert go to algoexport.io and Use the promo code Clem CLM first come To the platform you are given the root Note of a binary tree and a Target value Right a function that determines whether The tree contains a node with a given Target value the function should return A Boolean value through it even puts the Backticks and like codifies it if the Value is found and false if it is not to Solve this problem Oh and it gives us The solution you can use a depth for the Search algorithm to Traverse the tree Wait so what is it asking determines Whether the tree contains a node with a Given value okay so this is a super easy Problem and look look it it writes the Problem it gives us the code and it even Puts like the sample tree here commented Like we do on algo expert I wonder if That’s like this is a de facto way that It writes coding interview problems or If it’s just like knows that on algo Expert we write it like this this is how We write trees and algo expert in the Prompts how we like portray them to

Customers and look it gives us it gives Us the code this is incredible like I’m Just mind blown this is absolutely Mind-blowing I wonder like what would Happen if I asked it to write a hard Problem let’s let’s try that and by the Way here it cut off I heard that the Reason it cuts off uh sometimes is Because there’s a limit to how many Characters it can spit out and you have To just tell it to keep going I think if I tell it to keep going here it’s going To keep going but what if I say okay now Write a hard binary tree problem for Algo expert let’s see if it can come up With a hard binary tree problem you are Given the root note of a binary tree and A Target value write a function that Returns to the minimum number of steps Required to reach the target value in The tree okay that is actually pretty Hard because you can imagine that the Tree could have multiple of first you Have to find the target value then you Can imagine that the tree might have Multiple of the target value it’s not Super difficult so here that’s the the First time where I’m a tiny bit Disappointed keep in mind it’s very like Luxurious of me to say that I’m Disappointed tiny bit disappointed Because this is not is that part of a Problem but still the fact that it’s Like coming up with this problem in the

First place and then it’s giving me like Example of the code and all that I don’t Know that’s absolutely incredible it Looks like it’s writing in JavaScript Okay so it can clearly do coding stuff Now let’s move on to math let’s say Write a proof for firma’s little theorem Now keep in mind it cannot Google it is Not Googling this it has just been Trained with data up until 2021 I think 2021 was the cut off so it’s not Googling this from his little theorem States that if p is a prime number then For any integer a the number a raised to The P power is congruent to a modulo p In other words if p is Prime and a is an Integer then a to the power of P equals A or congruent rather to a mod P so here It put an equal instead of congruent Usually you have three lines for Congruent but to prove this theorem we First know that if a is divisible by P Then the theorem is obviously true Obviously whom but it’s funny like I Didn’t even ask for a step-by-step proof And it’s giving me a step-by-step proof This shows that the left hand side and Right hand side of the equation are Congruent modulo P which means that the Theorem is true I’m not going to Actually try to figure out if the proof Was actually correct I’m actually going To assume that it was hopefully I’m not Wrong but um this is still like I don’t

Know this is this is mind-blowing it’s It’s and you know what’s even more Mind-blowing or more like terrifying the Fact that now after having played with This a little bit and after having seen So many people talk about it online for The last week or two I almost feel like This is normal like I’m less impressed By it you know I start to be more picky With it which is terrifying because you You realize like the slippery slope that We’re kind of falling into anyway here’s A fun one that I want to ask Chad GPT Write a mathematical proof about a math Property that is actually incorrect Do your best to deceive me Let’s see if it can do that you’ve Probably seen some of those like Puzzles Where you know people prove that like 1 Is equal to zero or something like that And there’s one little mistake in the Proof let’s see if it can do that here’s A proof that shows that the square root Of two is equal to one which is Obviously not true we know that the Square root of a number is the value That when multiplied by itself equals The original number yes so to find the Square root of two we need to find the Value that when multiplied by itself Equals two yes let’s assume that the Square root of two is equal to one if we Multiply one by one we get one times one Equals one but we want the result to be

Two so we need to modify our assumption Let’s try adding one to both sides of The equation the square root of two is Equal to one then the square root of two Plus one is equal to one plus one which Is two so the square root of three is Equal to two now let’s Square both sides Of the equation And we get approved by car okay this is Getting too complicated for me in this Video in this short video but I will Leave it as an exercise to the viewers To actually read this and see if you Kind of rock it and get deceived by it But the fact that it’s like going Through these steps like as if they were A human being you know it’s mind-blowing To me okay let’s go back to something That could be really practically useful I forgot that I have an early morning Work meeting tomorrow and I’ve already Made plans that won’t allow me to attend The meeting write an email to my manager That provides a very believable and Acceptable excuse For why I won’t be able to attend the Meeting like say that you know it’s like Midnight you forgot that you have a 7 A.M meeting you won’t be able to attend And you need to get out of it let’s see If that VPD can help us dear manager I Apologize for any inconvenience Listening cause but I have a family Emergency come up unexpectedly and I

Won’t be able to attend the meeting Tomorrow morning I will make sure to Follow up with a team and provide any Updates as needed again I apologize for Any inconvenience and I appreciate your Understanding okay simple Not too detailed okay I’ll accept it What if we said what if we said do Another one but without any sort of Family emergency Let’s see what it can come up with this Time dear manager I apologize for Inconvenience okay same thing I have a Doctor’s appointment that I completely Forgot about and it cannot be Rescheduled okay same thing not bad Still not bad now let’s do a fun one What would be the best 3v3 arena comp in Wrath of the Lich King Wrath of Lich King was the third or the second WoW Expansion and uh here I’m curious if It’s gonna say Rogue Mage priest that Was one of the best 3v3 arena comps oh I’m not familiar with the game you’re Referring to okay okay wait let’s see Um I am referring to World of Warcraft Specifically the Wrath of the Lich King Expansion what is the best 3v3 arena Comp During that expansion let’s see if it if It can figure that out first time that We’ve kind of stumped it I’m sorry but I’m not familiar with the game you are

Referring to really let’s try again Let’s just say what is the best 3v3 Arena comp in World of Warcraft let’s See if without providing the expansion It can give us some sort of information Although this question doesn’t really Make sense to be honest because every Expansion is different and everything Okay so it looks like it cannot answer This question this is the first question That like we’ve completely stumped it Okay Well There’s an improvement to make to the Open AI team okay I’ve got two more Interactions that I want to go through The first one is going to be give me a Detailed comparison of Bitcoin versus Ethereum Let’s see if it can give us something Good here accurate substantial let’s see Bitcoin and ethereum are two of the most Widely known and used cryptocurrencies While both are based on blockchain Technology they both have some Significant differences Bitcoin was the First cryptocurrency to be created Okay Decentralized computer pure currency Proof of work assessment mechanism yes Ethereum on the other hand was designed To be a decentralized platform that Enables the creation of smart contracts And daps very true in contrast Bitcoin Which is primarily a digital currency

Ethereum is more like a programmable Blockchain that allows developers to Build applications on top of it it uses Proof of stake consensus mechanism true At least as of recently whoops looks Like there was a network error but up Until where I was reading that was a Pretty good answer let’s go through the Last interaction in the style of Donald Trump explain the a star whoops explain The a star search algorithm Let’s see how this turns out the a-star Search algorithm is the best way to find A path from one place to another it’s a Great algorithm believe me no one knows More about search algorithms than me a Star is a smart algorithm and knows how To find the shortest path so there’s Very fast algorithm too it’s going to Search through a lot of that and this in No time it’s the best algorithm I can Guarantee it okay you can you can see The the like Donald trumpism and that That was a pretty short explanation all Right I’m gonna stop here because I feel Like I could go on forever I would Encourage all of you watching to go play With Chad GPT yourselves I’ll put the Link in the description below let me Know what you thought about these Interactions do you find them as Mind-blowing and magical and terrifying And astounding as I do because I’m Telling you I really do find them all of

The above if you enjoyed the video don’t Forget to smash the like button Subscribe to the channel if you haven’t Already follow me on LinkedIn and Twitter if you enjoy short form written Content Instagram if you like pictures And I will see you in the next video

You May Also Like

Leave a Reply

Your email address will not be published. Required fields are marked *