Want to learn Magento? AI JUST CHANGED EVERYTHING

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ม.ค. 2025

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

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

    Wow what an awesome resource to have access to. Brilliant work Mark.

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

      Thanks a lot Rob. In my testing, Maggie was so insanely awesome. I hope everyone else has just as good of an experience!

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

    This is super amazing ✰. Really enjoying this :)

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

      Glad to hear this Sanchit!

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

    Isn't GPT-4 API access like really expensive really *really* fast? 😳

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

      It’s a cost I’m willing to absorb! Enjoy 😊

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

      @@MarkShust More power 2ya! 🙌

  • @C_Mihai
    @C_Mihai ปีที่แล้ว +2

    You are a legend. This is nice implementation. On large code ,he have problem to display it like original chatgpt?

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

      Thanks a lot Mihai. I put quite a bit of thought into the implementation. I haven't had any issues displaying (very) large chunks of code. I was sure to build in proper syntax highlighting and have it re-render as the chat stream comes in. This implementation also uses GPT-4, which has a much longer token limit than GPT-3.5. In my testing, I haven't had anything cut off mid-chat.

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

    Thanks for watching! Learn more about Maggie at maggiebolt.com/

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

    Sounds pretty interesting.

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

      Thanks Vitaliy, all this stuff is super interesting!

  • @vladimirsamsonov46
    @vladimirsamsonov46 ปีที่แล้ว +5

    Why maggie?! give us a yelling middle age senior dev avatar. that be more aesthetic😂

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

      🤣🤣🤣

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

      I *believe* you meant authentic, but who knows what floats your boat 😄

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

    chat gpt lying about magento all the time . just try

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

      Not at all my experience. So far, it’s been amazingly unbelievable. Everyone who has had doubts before completely changed their mind after their experience with Maggie.

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

      GPT-4 is much better than 3.5 in this regard, and there are ways to increase GPT 4 much further with self-reflection and Wolfram/similar integration.
      th-cam.com/video/wVzuvf9D9BU/w-d-xo.html

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

      @@MarkShust real example (short version):
      ME: GPT, can you generate getters and setters for magento 2 module interface file ?
      GPT: To generate the getters and setters for this interface, we can use the following command in the Magento 2 CLI: php bin/magento dev:generate-getters-setters MyVendor\\MyModule\\Api\\MyInterface ME: give me dev doc url where to read more about dev:generate-getters-setters
      GPT: You can find more information about url: ...
      ME: why I cant found this cli command in magento, are you just imagine it?
      GPT: I apologize for the confusion, but you are correct. The dev:generate-getters-setters command that I mentioned in my previous responses is not a built-in CLI command in Magento 2.