ChatGPT Schools Laracasts Owner

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ก.ย. 2024
  • Here’s the thing: I’m a little tired of hearing about ChatGPT, too. But it’s all for good reason. Until 2022, few of us realized just how advanced AI had become. I thought it might be fun to let ChatGPT be my Laravel teacher for a day. Can it give me step-by-step instructions for implementing a new feature from scratch? Let’s find out!
    Watch thousands of videos, track your progress, and participate in a massive Laravel community at Laracasts.com.
    Laracasts: laracasts.com
    Laracasts Twitter: / laracasts
    Jeffrey Way Twitter: / jeffrey_way

ความคิดเห็น • 24

  • @ravisorathiya1756
    @ravisorathiya1756 ปีที่แล้ว +15

    Can't wait to see laravel 10 episodes from Jeffrey!

  • @daniellematheson3166
    @daniellematheson3166 ปีที่แล้ว +3

    Jeffery way is my best teacher, I always understand everything he teaches me, thanks for all you do Jeff.

  • @dankit-is5hp
    @dankit-is5hp 11 หลายเดือนก่อน +1

    At about 25:30 I found if you ask with a modifier like "using eager loading" the bot will produce better output. The bot can produce pretty good skeleton depending on what and how you ask it, amazing and scary. It is fun to ask the bot to produce Eloquent models and methods. It is a great tool indeed, until we are all assimilated by the Borg.

  • @MG-wx8yx
    @MG-wx8yx ปีที่แล้ว +1

    ChatGPT face to face with the legend himself, Jefrfey Way .🤣

  • @olivierperrier114
    @olivierperrier114 ปีที่แล้ว +4

    I guess the reason why chatGPT is giving you this weird Posts loop at some point is because it's based on existing code where unfortunately many people use this kind of not optimised method. The dangerous thing now is that using IA will make people using even more this kind of "bad code" and create even more maintenance on the systems for the futur. What do you think ?

  • @JulianStokesIt
    @JulianStokesIt ปีที่แล้ว +3

    It's very clever but you still need the knowledge to assess the quality of its advice.

  • @ihorchyshkala6325
    @ihorchyshkala6325 ปีที่แล้ว +1

    Actually this video looks like Jeffery makes a review of homework of beginner of Laravel or maybe Junior Dev. I love how Jeffery pronounce 'Thats a little weird' or 'This is interesting' 😁
    But my best is: "N+1 problem here, ChatGPT" 😁

  • @DaniSpeh
    @DaniSpeh ปีที่แล้ว

    chatGPT and the other upcoming AI engines are amazing. It's a tool. To use that tool you still need to know what you are doing. It will bring changes, huge changes. It's scary like every technology change was scary, but people adapt. I see it as the next step to an Utopia.

  • @cardhouse_
    @cardhouse_ ปีที่แล้ว

    So I also did a little probing in asking ChatGPT some questions about the extent to which it can help with Laravel, and it is worth noting that the training model only had information until 2021 so the latest known version is Laravel 8; so any code recommendations may not work well if you are running later versions.

  • @silveiradev
    @silveiradev ปีที่แล้ว

    Great class! chatgtp is a great tool and can help in pontual doubts but there is a long way to domine the web development

    • @DaniSpeh
      @DaniSpeh ปีที่แล้ว

      I think not really, it will come very fast. For example, would have Jeffrey explained the n+1 creation problem, it would learn and someone asking a similar question would have gotten the correct answer. First or second day after launched, I was trying it and it had a ton of factual errors, it didn't say it doesn't know the answer but it tried to combine related information and those answers were completely wrong. One week after the information were correct. And if it didn't know something, it would say it doesn't know it and it didn't try to combine information that didn't make any sense. It's learning very fast, and we as beta testers were very good and free teachers. Making fun of incorrect information like "hahaha, incorrect, you're dumb, the correct information is ......" we taught the AI a lot :D. I hope the developers have some way to check the validity of information because I already saw feeding incorrect information to the AI for the LOLZ. And it seemed like the AI accepted those false information, at least in the same session. But maybe the AI was something like "OK fuck off, here's your output for the memes and move on, dipshit"

  • @JovenAlbarida
    @JovenAlbarida ปีที่แล้ว +1

    Thank you for sharing this

  • @CarMoves
    @CarMoves ปีที่แล้ว

    That was a Caleb Porzio opening

  • @eyemazed
    @eyemazed ปีที่แล้ว +1

    Oh well, guess I'm just gonna pivot to being a masseuse or something

  • @themightysapien
    @themightysapien ปีที่แล้ว

    My experience GPT confidently gives you correct/incorrect answers when it comes to coding. And when you point it out, it again confidently gives you incorrect/incorrect solutions and repeat 😂

  • @MG-wx8yx
    @MG-wx8yx ปีที่แล้ว

    I'm so fond of color themes in text editors, anyone knows the theme that he is using here? Please?

    • @Laracastsofficial
      @Laracastsofficial  ปีที่แล้ว +1

      It's a PHPStorm theme called Carbon.

    • @MG-wx8yx
      @MG-wx8yx ปีที่แล้ว

      @@Laracastsofficial Thank you. You are a living legend, I'm learning so much from you, and I'm sure thousands of others do as well.

  • @EdrisRanjbar
    @EdrisRanjbar ปีที่แล้ว

    Great

  • @amir_hjr
    @amir_hjr ปีที่แล้ว

    What is the name of your IDE?

  • @nuunu1468
    @nuunu1468 ปีที่แล้ว

    But the chat gpt memory limited to 2021 they don't know the laravel 10 🥺

  • @vaultdweller966
    @vaultdweller966 ปีที่แล้ว

    Si on l'écoute, internet est verrouillé en Russie. C'est n'importe quoi. Il y a de la censure sur des adresses IP pour bloquer des sites, sur des VPN (les plus gros), mais pour vivre en Russie, j'ai accès à tout ce que je veux, et dans 95% des cas, quand j'active mon VPN (privé) c'est parce que je veux accéder à un site qui bloque l'accès aux russes depuis l'étranger.

  • @ivan.silicin
    @ivan.silicin ปีที่แล้ว

    Thanks. Can someone show how to do 31:00 in "clear" way with one sql query?