ChatGPT-o1 Created A Programming Language...

Поділитися
Вставка
  • Опубліковано 28 січ 2025

КОМЕНТАРІ • 215

  • @perfectionbox
    @perfectionbox 4 місяці тому +786

    AI will be ready when you type "make an app that tracks finances" and it says "Nah, that sounds really boring."

    • @catdisc5304
      @catdisc5304 4 місяці тому +33

      We were at that point a while ago where chatGPT would refuse to do things because they seemed too tedious

    • @Spiderfffun
      @Spiderfffun 4 місяці тому +20

      @@catdisc5304 i actually believe they trained the AI that way to save computing power

    • @saladnoob
      @saladnoob 4 місяці тому +1

      and it integrates an api in the app 💀💀

    • @ZypherionRBX
      @ZypherionRBX 3 місяці тому +3

      And then you gotta convince it💀

    • @dk4kja8
      @dk4kja8 3 місяці тому +1

      @@Spiderfffun probably lmao

  • @Bregylais
    @Bregylais 4 місяці тому +931

    The end of the statement should have been 'fr fr'.

  • @CROXoDyLE
    @CROXoDyLE 4 місяці тому +143

    Glow up and glow down for increment and decrement has to be the biggest w for gpt so far

  • @skills697
    @skills697 4 місяці тому +117

    Perfect summary at the end. Until we can just unit test its output and trust it to be able to work through it's bugs on its own, then we must take the time to understand everything it writes which is often not saving us much time or energy in the end.

    • @jaythecoderx4623
      @jaythecoderx4623 4 місяці тому +2

      you could also automatically feed the output back into the ai

    • @themikecaselles
      @themikecaselles 3 місяці тому

      Check out Pythagora

    • @camric7
      @camric7 3 місяці тому +4

      For this reason I actually find it to be a great tool. I am great at problem solving and getting things done when I know what I'm doing, I just have difficulty finding a starting point, so something like this that can give me such a starting point that I can then expand on is a huge time saver

    • @jaythecoderx4623
      @jaythecoderx4623 3 місяці тому +2

      @@camric7 at that point it's just generating a template though

  • @Akjjf6628
    @Akjjf6628 3 місяці тому +36

    4:34 the fact that one of the suggested prompts is "how many rs are in strawberry" is hilarious

  • @asiamies9153
    @asiamies9153 4 місяці тому +329

    yap: comment
    beta: mutable variable
    sigma: immutable variable
    Data types
    vibe: boolean
    stack: integer
    sauce: double
    quote: string
    squad: array
    facts: dictionary
    Conditional statements
    vibe check: if
    bro did not pass: else
    Loops
    bussin': while
    hits different: break
    hot take: continue
    body count: loop iteration variable name (best practice)
    Functions
    main character: main function
    dms: function
    slide into dms: function call
    slide back: return
    understood the assignment: program completed successfully / return 0
    Input/Output
    flex: print
    left on read: user input
    Operators
    drip: +
    lack: -
    combo: *
    ratio: /
    no cap: ==
    cap: !=
    Classes
    squad goals: class
    blud: friend class
    highkey: public member
    lowkey: private member
    guarded af: protected member
    cook: create an instance
    cooked: deallocate an instance
    Exceptions
    yeet: throw
    red flag: error
    send it: try
    caught in 4k: catch
    last chance bro: finally

    • @GreenifiedXD
      @GreenifiedXD 4 місяці тому +25

      underrated comment

    • @michealman264
      @michealman264 4 місяці тому +32

      Brainrot language 😂

    • @berkormanli
      @berkormanli 3 місяці тому +6

      this much keyword in a brainrot lang would cause my heart to stop. please never let this happen...

    • @ImTarekA
      @ImTarekA 3 місяці тому +5

      “Else: Bro did not pass” is hilarious lmao

    • @Tipsy-Poker
      @Tipsy-Poker 3 місяці тому +3

      skibidi: toilet

  • @Cxrruptwd
    @Cxrruptwd 3 місяці тому +46

    o1 > 4o because o1 can actually read your whole prompt and not literally get dementia. 4o just goes like uhhhhhhhhhh.. nah bro

    • @brusdhdfhdalt1003
      @brusdhdfhdalt1003 3 місяці тому +4

      4o mini: dementia
      4o: smarter still dementia

    • @StreetDawg55
      @StreetDawg55 3 місяці тому

      @@brusdhdfhdalt1003
      4: no memory
      3: no response

    • @Cxrruptwd
      @Cxrruptwd 3 місяці тому +1

      @@brusdhdfhdalt1003 true

    • @fieryr
      @fieryr 3 місяці тому +1

      people when the word predicter predicts wrong:

  • @Krmpfpks
    @Krmpfpks 4 місяці тому +12

    The ideas it had for a programming language were hilarious. Plus points for creativity. It didn’t get the interpreter, but honestly most juniors would have a hard time doing that too. It is at the level of a junior developer who read a lot about coding but is not really good at coding. This is super useful sometimes. I am an experienced developer who has to touch many different areas - if I have to do something where I am not really proficient in it is much easier to ask ChatGPT instead of googling and reading docs. E.g. I can ask “what would be the idiomatic way of solving X in language Y with library Z” and it would give me an answer in seconds that would take me minutes to google.
    It doesn’t go deep, but it does have a broad knowledge.

  • @khaihoang7420
    @khaihoang7420 4 місяці тому +55

    I had gpt to explain an rxjs code snippet the other day and it got it entirely wrong. The problem was that it was very confident in its answer. I had to end up learning the concept by myself

    • @Fermion.
      @Fermion. 4 місяці тому +2

      Which model did you ask?

    • @Donttouchthesnow
      @Donttouchthesnow 3 місяці тому +3

      How did you know it was wrong if you didn’t understand it yourself? 😂

    • @brawldude2656
      @brawldude2656 3 місяці тому +1

      @@Donttouchthesnow research after gpt?

    • @alpaknolgun4366
      @alpaknolgun4366 3 місяці тому

      Yeah shit happens all the time, i give him a code snippet of jsx or tsx and he starts making shit up his ass to explain a random point in the code that either doesnt matter or just straight up wrong, when you ask him to solve the problem he just created he just fucks up more and more, at the end gives you a pile of frankensteined garbage shit that you cannot even develop anymore because dependencies coincide with eachother

    • @foqsi_
      @foqsi_ 3 місяці тому +1

      No, not learning a concept all by yourself? Goodness... What ever will we do?

  • @deleted-u5g
    @deleted-u5g 4 місяці тому +72

    i think the "i growUp" statement needed a "periodt" at the end, that's where the issue must have been.

    • @kronostitananthem
      @kronostitananthem 4 місяці тому +8

      Agree, and the AI's second debugging response actually recognized this, but failed to fix it. This is why you take the time to read the manual. Edit: Conner said in another comment that this also didn't work

  • @fefefefefefhhhjyj
    @fefefefefefhhhjyj 3 місяці тому +4

    Periodt is a slang way of saying Period with a "tuh" or "t" sound at the end.. in very diverse environments you'll hear this saying used predominantly by younger women. It's another way of saying something is final. For example, Girl A: "Her outfit looks great!" Girl B: "Periodt!" meaning to strongly agree. It reinforces: to strongly affirm or agree without any opposing argument(s). And typically is said after the sentence to further emphasize what it's reinforcing. In that the girl is slaying her outfit or killing-it, respectfully.

  • @lio1234234
    @lio1234234 3 місяці тому +10

    Would love for you to try this again when o1 gets fully released instead of just o1-preview.

  • @collimarco
    @collimarco 4 місяці тому +13

    The conclusion is correct, I have the same feeling. Right now, AI can be good to get ideas, but if it does something wrong, most of the time is stuck... and at that point is much faster if you wrote the code entirely, instead of debugging its code (which can include many issues)

  • @tnypxl
    @tnypxl 4 місяці тому +47

    I NEED ZLang.

    • @sp.n7401
      @sp.n7401 4 місяці тому +10

      We already have that it's called bussin

    • @kittl29fujam1
      @kittl29fujam1 4 місяці тому +2

      no cap fr fr

  • @MrUbister
    @MrUbister 3 місяці тому +1

    squad Car being an "extra Vehicle" makes too much sense god damn it lmao

  • @wartem
    @wartem 4 місяці тому +108

    Code with GPT, debug with Claude

    • @iRazvan2745
      @iRazvan2745 4 місяці тому +13

      exactly, and make the frontend with v0 :))

    • @trcsyt
      @trcsyt 4 місяці тому +7

      backend with Devin! >XD *_MUAHAHAHA!!!_*

    • @catdisc5304
      @catdisc5304 4 місяці тому +10

      Sure, Claude, because I like to wait 5 hours after 3 messages or spend a fortune per month because I need access to all the models...

    • @localscripted
      @localscripted 4 місяці тому

      @@catdisc5304 same bro!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! fun!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    • @localscripted
      @localscripted 4 місяці тому

      buy me claude, pl0x!111!!11!!1!!!1!!!

  • @seanc1105
    @seanc1105 4 місяці тому +6

    Can you tell it to execute its own examples and update the interpreter or example as needed to get a final product that works?

    • @picklesandcheese4970
      @picklesandcheese4970 3 місяці тому

      it cannot execute anything, chatgpt is a word predicter. it doesnt do that, it literally works by predicting what the most accurate response would be to a prompt.

  • @DASPRiD
    @DASPRiD 3 місяці тому

    I made pretty much the same observations as you did. For simple code snippets, AI is adequate most of the time. But once you demand something more complex, there are inevitably issues coming up, and the AI almost always fails to solve it. It gets even worse when it starts hallucination functions or properties which simply don't exist, and mentioning that to the AI usually just leads down a rabbit hole.
    At that point it's usually best to work with what you got initially, and do the followup steps yourself. Maybe still keep asking the AI for help with smaller sections, but do not trust it with the entire task :)

  • @jenot7164
    @jenot7164 4 місяці тому +6

    How long did it took you to write the interpreter yourself? A while can be everything from 30 minutes, to hours to days.

    • @ConnerArdman
      @ConnerArdman  4 місяці тому +5

      It was a while ago, but I think it took a day or two (although while also filming, getting constantly distracted, etc.). Getting the basics to work was pretty quick, but some of the edge cases like recursion took a bit of time IIRC.

  • @DrewWalton
    @DrewWalton 3 місяці тому

    This is really interesting. Using a combination of Claude 3.5 Sonnet and GPT-4o via ChatGPT, I was able to write some rudimentary but very functional 3D rendering code in Rust. Even included a simple lighting/shading system.
    Now I'm tempted to recreate using o1.

  • @asaadbelarbi621
    @asaadbelarbi621 4 місяці тому +4

    probably should have used o1-mini, it s better at coding, but anyway I think that all the models (Claude, gpt..) have the same issue , it generates amazing code mixed with dumb mistakes, and once it fails on something, it gets stuck in an infinite loop of attempting to fix => failing or breaking another thing.... and as a developer you would need to spend a lot of time to do a manual intervention as you are not familiar with the code, and probably even with the concepts it uses... so I think that writing code yourself and using ai as a tool to help speed up is better than prompting

    • @cdmichaelb
      @cdmichaelb 4 місяці тому

      Why is mini better at coding?

    • @asaadbelarbi621
      @asaadbelarbi621 4 місяці тому

      @@cdmichaelb it s fine tuned for coding specifically

    • @SlyNine
      @SlyNine 4 місяці тому +4

      I generate dumb mistakes mixed with a little bit of code

    • @BlunderMunchkin
      @BlunderMunchkin 4 місяці тому +1

      I got garbage out of o1-mini.

  • @AlexJemanIXI
    @AlexJemanIXI 3 місяці тому

    Got the ad for your site before watching this video 😂

  • @BlunderMunchkin
    @BlunderMunchkin 4 місяці тому

    When debugging, you have to be more helpful. For example, ask 4o to add trace statements so you can give it a more detailed error report. Once you have the trace, go back to o1

  • @daltonb
    @daltonb 2 місяці тому

    bop being a for loop is by far the funniest.

  • @user-eg2oe7pv2i
    @user-eg2oe7pv2i 4 місяці тому +4

    i think you have to start fresh , if you just copy and paste over the other it will remember bad habit one

    • @AnthonyBerlin
      @AnthonyBerlin 3 місяці тому +3

      Yeah. Somtimes the data in the context window is the issue. Ive started doing this as well and it is getting stuck way less often.

  • @amirulmh6057
    @amirulmh6057 Місяць тому

    i never know that making a programming language based on gen z slang would be on my list of next-thing-to-do

  • @KyleParkin-z9j
    @KyleParkin-z9j 4 місяці тому

    Whats really cool with something like this is using with with cursor. I have found most of the time gpt or claude or any other ai tends to get you about 70% there. Then you place your code into cursor and with the context of your codebase cursor will really fast find the errors and be able to get it fully functional so you can build off of it.

  • @HarryDrew-vo5ei
    @HarryDrew-vo5ei 3 місяці тому

    The first thing you’ve asked, it is something I asked ChatGPT almost daily exact same one time I was even able to get it to make a Settings add music to it and a dark mode and an AI difficulty mode so you could say easy, medium or hard when you’re playing against it

  • @swyftpain
    @swyftpain 4 місяці тому

    At the last code example you used, could have tried adding "periodt" after the "glowUp" maybe. Second thing that makes me wonder, if it enforces "periodt" after parenthesis too, hence the previous error. Maybe it's requiring "semicolons".

    • @ConnerArdman
      @ConnerArdman  4 місяці тому

      I tried this off camera and it still didn’t work 🤷‍♂️

    • @BlunderMunchkin
      @BlunderMunchkin 4 місяці тому

      Or at the end of the bop loop.

  • @ZeKermet
    @ZeKermet 3 місяці тому +4

    Making humans obsolete Alpha 0.1.1

  • @MaxHF
    @MaxHF 4 місяці тому +2

    I'd love to see it make a game of chess or something more complex. Incredible

    • @ConnerArdman
      @ConnerArdman  4 місяці тому +2

      Just tried chess out of curiosity, it's pretty similar to the result in the video. It almost works, but it would probably take me more time to debug it than to do it myself. It was able to generate the board perfectly and piece movement mostly works. But capturing pieces doesn't seem to work correctly, and some other rules like not being able to move into check aren't working properly. Pretty impressive regardless though.

    • @MaxHF
      @MaxHF 4 місяці тому

      @@ConnerArdman I also tried with the o, not o1 and was something similar.

  • @potaatobaked7013
    @potaatobaked7013 4 місяці тому +6

    as someone who is mid gen z, I have never heard periodt before and don't know what it means, but I assume its like saying 'period' at the end of a sentence

    • @Mysticscubing
      @Mysticscubing 3 місяці тому

      i think periodt is supposed to just be period

    • @camric7
      @camric7 3 місяці тому

      @@Mysticscubing "periodt" is literally saying period yes, but it is unfortunately the correct way of spelling the slang and is pronounced "period-tuh", just adding a t sound right after the d sound

  • @adnaneafifi1450
    @adnaneafifi1450 3 місяці тому

    It's a periodt missing after the closing bracket of the loop } periodt . It needs a periodt equivalent to ";" at the end of each line of code .

  • @BalancedByte
    @BalancedByte 3 місяці тому

    I expect these models to get much better once they're able to autonomously write, run, and test the code piece by piece.
    Writing an entire program and only begin testing when every feature is implemented, makes it nearly impossible to debug.

  • @kdpro3493
    @kdpro3493 3 місяці тому

    u should try creating a new chat and giving the code to debug if the ai blocks itself. this always works for me

  • @FelixNielsen
    @FelixNielsen 3 місяці тому +2

    Think BEFORE acting?! Ah, c'mon, you must be kidding. You don't seriously believe this is the norm among Home Devolvus, especially these days, not that it ever really was. What really separates us from the animal is that we have some comprehension regarding our own existence, abilities and indeed flaws, but more importantly, we are able to convince ourselves that we are better than we are, much better.

    • @NathanWoyessa
      @NathanWoyessa 3 місяці тому

      you need to take your meds man

  • @iRazvan2745
    @iRazvan2745 4 місяці тому +5

    gpt 4o is a big leap, it supported attachments like zip files and images

    • @ConnerArdman
      @ConnerArdman  4 місяці тому +2

      That’s fair, although for the purpose of general coding I didn’t notice a huge difference. It has more use cases, but it didn’t seem to get significantly better at its existing ones in my limited testing.

  • @ARKGAMING
    @ARKGAMING 4 місяці тому

    I would check if periodt after glowup was even right, cause you might have sent it to debug the wrong problem. I can easily see it misdiagnose the error cause itself and the trying to use solutions that aren't in the right direction

  • @r0o0di.
    @r0o0di. 4 місяці тому +6

    "periodt" is actually pronounced just like "period" btw

    • @ConnerArdman
      @ConnerArdman  4 місяці тому +8

      Well that just seems like an inefficient use of characters 😂

    • @catdisc5304
      @catdisc5304 4 місяці тому

      ​@@ConnerArdmantell that the Germans, the word for city for example is "Stadt" which is pronounced the same way as "statt" (instead) and similar to "staat" (state/country)
      All three of this are pronounced (almost) the same and have redundant characters

    • @charlieshanowsky6103
      @charlieshanowsky6103 4 місяці тому +3

      @@catdisc5304 Your comment is straight-up off. You're just throwing words into a vacuum. First of all, those words clearly imply the plural forms: Stadt → Städte, Staat → Staaten. If you mess up the singular, you'll mess up the plural too. There are rock-solid West-Germanic rules for this, trust me. And oh yeah, for some weird reason, it’s the same in Dutch: stad → steden, staat → staten. Don’t even get me started on English spelling-full of unnecessary silent letters!

  • @StellarWeb008
    @StellarWeb008 2 місяці тому

    Well it's indeed good at CSS animations & timing functions

  • @ryanevertz8455
    @ryanevertz8455 3 місяці тому

    Semicolons are needed in a for loop in javascript, right?

    • @ConnerArdman
      @ConnerArdman  3 місяці тому

      Yeah the two after the initialization variable and the condition are both required

    • @ryanevertz8455
      @ryanevertz8455 3 місяці тому

      @@ConnerArdman ah yeah i was confused since you said in JavaScript they weren't necessary.

  • @Cart1416
    @Cart1416 3 місяці тому

    I've always wanted to do this with chatgpt

  • @Woodman3
    @Woodman3 3 місяці тому

    Frontend web devs are not even cooked at this point, they are BURNT

  • @termisher5676
    @termisher5676 3 місяці тому

    Bdw it always has been reasoning.
    It just does it in process of recursions where it asks itself reasoning couple times and answers until it finds firing answer
    It is slower then making it Into infrastructure of the model so gpt5 will once again most likely instantly respond with better architecture...
    Or it will also think but faster and better

  • @coppertones7093
    @coppertones7093 3 місяці тому

    “decent error handling”
    *has no line numbers*
    my guess would be that it’s expecting the last statement in a for loop to have a ‘periodt’, so it’d be ‘i glowUp periodt)’

  • @SirusStarTV
    @SirusStarTV 4 місяці тому

    What this ai generates is like me quickly making working game or interpreter that works on the surface but will quickly end in bugs.

  • @TheArcticProgrammer
    @TheArcticProgrammer 4 місяці тому

    I was scared before it failed the interpreter prompt

  • @murashian
    @murashian 4 місяці тому +1

    Hey brothet i came here from your (if j could startover) video and i watched the whole thing. And my teacher always use vue.js at school. What about vue.js?and react native is for app development and react js or react id for web development right?

  • @mohammad9754
    @mohammad9754 3 місяці тому

    I wonder how o1-mini would have performed, given that its supposed to specialized for coding

  • @eiadtaha1604
    @eiadtaha1604 3 місяці тому

    ur mic sounds really good whats the name ?

    • @ConnerArdman
      @ConnerArdman  3 місяці тому

      Thanks! It’s a Shure SM7B, the same mic most major podcasts use.

  • @Sheikhhamiz
    @Sheikhhamiz 4 місяці тому +2

    It doesn't think mate. It's based on reinforcement learning its searching solution.

    • @ConnerArdman
      @ConnerArdman  4 місяці тому

      It might not think in a completely human way, but it is making some form of decision before starting to give its answer. It’s just semantics, but I’d call that thinking.

    • @atsoit314
      @atsoit314 4 місяці тому +1

      We actually have no idea exactly how it works. Nobody does. OpenAI doesn’t even know. Their lead researchers have said themselves that the machine learning is beyond their entire understanding at this point

    • @Sheikhhamiz
      @Sheikhhamiz 4 місяці тому +3

      @atsoit314 is that you, Sam? Why are you using a different username blud?

    • @MrMMVPP
      @MrMMVPP 3 місяці тому

      ​@atsoit314 , soo they are incompetent or lying?

    • @atsoit314
      @atsoit314 3 місяці тому

      @@MrMMVPP neither. You just don’t understand

  • @Raccoon5
    @Raccoon5 3 місяці тому

    This is the equivalent of "everything evolves into crabs".
    I have also tried to create gen Z programming language called "genZ++" when o1-preview it came out.
    I wonder how many others have done the same.
    I went with more of a pythonic syntax since brackets are cringe.

  • @ImOnlyHereForTheZipline
    @ImOnlyHereForTheZipline 3 місяці тому

    I wonder if its inaccurate from stackoverflow questions

  • @Pwebi
    @Pwebi 3 місяці тому

    What app is that that u use with the HTMl, JS and CSS file ? Ty for you’re answer ❤ 17:34

    • @ConnerArdman
      @ConnerArdman  3 місяці тому

      It’s just Codepen if you mean the website I use to test the code

  • @Drk.
    @Drk. 3 місяці тому

    How can I get access to this?

  • @MarkTzyML
    @MarkTzyML 3 місяці тому

    Hi, can you make a video to integrate OpenAI API to analyze and explain pdf, docx, images and other files using javascript?

  • @trcsyt
    @trcsyt 4 місяці тому +1

    me whos stuck with gpt4o:
    _sobs in dumbness_

    • @RafiRo1
      @RafiRo1 3 місяці тому

      prompt engineering entered the chat.

  • @SmallguyZ
    @SmallguyZ 3 місяці тому

    why do I feel like gpt o1 has been coded with chatGPT? i've coded alot with gpt and gpt o1 wauld be a type of script chatGPT wauld make like "Humand normally think so lets integrade that" And then how it says "thought for 12 seconds" hm

  • @kkollsga
    @kkollsga 4 місяці тому

    It will take a while before LLMs can completly replace human coders and do standalone projects. For now they can manage simple to medium complex tasks under strict guidance. There’s a reason they are called AI coding assistants.

    • @atsoit314
      @atsoit314 4 місяці тому +1

      It will take less than 5 years

    • @miloslazic3636
      @miloslazic3636 4 місяці тому +1

      @@atsoit314 no chance. its obvious you are not a programmer.

  • @Zhiizy
    @Zhiizy 3 місяці тому +1

    Alex age 21 reminds me of techno, ik he wasnt 21 when he died, but still.

  • @HasenGamer2022
    @HasenGamer2022 3 місяці тому +1

    3:59 Bro the hell did you just draw 🙏💀

  • @Handsomeskull
    @Handsomeskull 4 місяці тому +1

    *writes code*
    yeah!
    *try the code and dont work*
    hey, this error came up?
    *write the code in the most repetitive way you know how*

  • @vuk5001
    @vuk5001 3 місяці тому

    Why javascript, all languages that you use are made in assembly, some high level are made in C or C++ but no language is made in js and assembly is the fastest

  • @Code_himanshu
    @Code_himanshu 3 місяці тому

    Gpt creating Languages : I'm cooked

  • @bluepixlefx7743
    @bluepixlefx7743 4 місяці тому +3

    Why does he look like Culture35??

    • @ConnerArdman
      @ConnerArdman  4 місяці тому +1

      I’ve never seen us in the same room 🤔

  • @llamatronian101
    @llamatronian101 15 днів тому

    Pretty sure I've seen the original video for that language that it ripped off. As esolangs go it's funny, but lacks the deeply messed up mechanics that OG esolangs have.

  • @bigepicunicron
    @bigepicunicron 3 місяці тому

    Zlang has actually been a thing for a long time

  • @OpenSource03
    @OpenSource03 4 місяці тому +1

    you should try claude

  • @XxbakabakabakaxX
    @XxbakabakabakaxX 4 місяці тому +1

    The else statement should have been "cap" not "no cap".

  • @robert_2866
    @robert_2866 4 місяці тому +1

    great to start things with o1. no way it can start from finish for me...
    it will be a good study/research partner... but a colleague to do work together, please avoid to do so...

  • @TheBypasser
    @TheBypasser Місяць тому

    Not Z tho, but I demand comments to start with 'sike'! Also comment sections start with 'jk' and end with 'fr'. Kidding, as I frequently type 'sike' in my comments :P
    On a serious note, though, probably it is a language choice consequence (well, Java as a backend language...), but although this is a joke interpreter it is still an interpreter - and AI shot itself so hard in the leg writing it! What you normally have with a script, a console handler or anything like that (console is a single-command script, right)? A caller routine, that just scans through "some" command list, and fires "some" command callbacks! And a state machine to scan inside the lines. Here, though, we end up with a hard-coded list of command names it is such a huge pain in the rear to add anything to I'd say it added more work instead of helping with the one you initially had to do.

  • @SuperLlama88888
    @SuperLlama88888 4 місяці тому

    Not bad from reading 190,000 books!

  • @RyanSingh-f7u
    @RyanSingh-f7u 2 місяці тому

    yup im cooked imma jus re think my entire future rn

  • @Bhoppings
    @Bhoppings 3 місяці тому

    may i have the code to the tic tac toe game? i need to for something.

  • @the_gobbo
    @the_gobbo 3 місяці тому

    o1 mini should be better for code than preview

  • @johnconnor9787
    @johnconnor9787 4 місяці тому

    What about a new video about whether it worth to learn php in 2024 and language tiers where all suck except for JS? WE ARE WAITING🙏🙏🙏

  • @TheCollectiveHexagon
    @TheCollectiveHexagon 3 місяці тому

    5:29 all of the 'gen z' slang is just aave

  • @atharvajoshi1252
    @atharvajoshi1252 4 місяці тому

    Brooo i was having a same idea 😅

  • @nibur_games4384
    @nibur_games4384 3 місяці тому

    you didnt saved the js bro

  • @Germisstucklmao
    @Germisstucklmao 3 місяці тому

    Try catch should have been fuckAround and findOut

  • @Pyraptor
    @Pyraptor 3 місяці тому

    It just created an interpreter

  • @AD-wg8ik
    @AD-wg8ik 4 місяці тому +2

    its pronounced "periodt" not "period-t" lol

    • @nerdboy628
      @nerdboy628 4 місяці тому

      period-T looks like the only way to pronounce it

    • @migsy1
      @migsy1 4 місяці тому

      @@nerdboy628just say period. Periodt is supposed to sound like you’re putting more emphasis on the end, thus making it more definitive sounding

    • @nerdboy628
      @nerdboy628 4 місяці тому

      @@migsy1 ok so kinda like periot

  • @venkataratnamalapati6757
    @venkataratnamalapati6757 3 місяці тому

    Ok here what I thinks about 1
    %=5(add 5 = 3 5 )

  • @floramsi
    @floramsi Місяць тому

    no way

  • @mrfashionguy1
    @mrfashionguy1 3 місяці тому +1

    Nah, the best programmers are riddled with ADHD. We do, then think. We're fine..

    • @mrfashionguy1
      @mrfashionguy1 3 місяці тому +1

      Honestly, crafting a response and then crafting a clear response is kinda autistic. You do write the body first, then make it sounds better. Maybe we are in trouble..

  • @nokhinsiu7210
    @nokhinsiu7210 3 місяці тому

    x>0:cap=1/0frfr

  • @dk4kja8
    @dk4kja8 3 місяці тому +1

    js is nasty

  • @mndtr0
    @mndtr0 4 місяці тому

    Looks like AI soon will replace programmers

  • @gttmone
    @gttmone 3 місяці тому

    The "Gen Z" programming language ChatGPT "came up with" is actually a copy of a UA-camr's programming language called "bussin". You can check it out. Turns out, chatgpt is not that creative

  • @kuzeyrl
    @kuzeyrl 3 місяці тому

    kewl

  • @hi12167pies
    @hi12167pies 4 місяці тому

    cool

  • @NotePortal
    @NotePortal 4 місяці тому

    I hate that GPT even understands the meanings of the slang terms/references

  • @Heavy_Lvy
    @Heavy_Lvy 3 місяці тому

    loops being bop is crazy, i didnt think gpt would say sum like that, ig it doesnt know the meaning

  • @pepicdaster7358
    @pepicdaster7358 2 місяці тому

    Z lang ...

  • @rame.
    @rame. 3 місяці тому

    meow meow meow meoooow meow meow meow meooow meooooow meow meow meoow meooow meooooow

  • @_P1RO_
    @_P1RO_ 3 місяці тому

    Skibidi

  • @sadge6430
    @sadge6430 3 місяці тому

    dsa

  • @Germisstucklmao
    @Germisstucklmao 3 місяці тому

    Looks like I'm out of a hobby

  • @andreaskrbyravn855
    @andreaskrbyravn855 4 місяці тому

    Gen lazy lol

    • @asiamies9153
      @asiamies9153 4 місяці тому

      Are forest harvester operators lazy as well? I mean, they could just use axes like back in the good times. Same goes for farmers

  • @銃翼
    @銃翼 3 місяці тому

    i need to learn zlang 😂