I Asked ChatGPT To Build Me a Website

Поделиться
HTML-код
  • Опубликовано: 29 июл 2023
  • So I asked ChatGPT if it could build me a website for my fictional flower shop business and it went about as I had planned.
    Hope you enjoyed the video!
    Check out some code on my GitHub:
    github.com/realtux
    github.com/engineer-man/youtube
    Other Social:
    / engineerman
    / _engineerman
    / discord
  • НаукаНаука

Комментарии • 75

  • @EngineerMan
    @EngineerMan  10 месяцев назад +10

    Would you hire ChatGPT for your next project?

    • @rallyecivic07
      @rallyecivic07 10 месяцев назад

      Do you happen to have a video or link on how you got the stable diffusion model and how you set that up? Great video as always thank you!

    • @m4l490n
      @m4l490n 10 месяцев назад +6

      No, I would not.
      What I do, though, is use it as a tool to be faster and more productive. It's been very helpful in my efforts to transition from C to C++, for example. It helps me go faster because I can ask it to explain concepts and provide sample snipets on how to implement those concepts, but it definitely can't provide even the simplest application. Just snipets of ideas or concepts which is actually very useful.

    • @BongoCaat
      @BongoCaat 10 месяцев назад

      how did you got that stable diffusion model?

    • @CJFX_
      @CJFX_ 10 месяцев назад

      No because my project would have the least consistent formatting / organization physically possible. Half my units would be rem, half would be px, half would be bootstrap, half would be normal css, half would use "|", half would use "??"... It's already plaguing our project 😅

  • @WastedDad
    @WastedDad 10 месяцев назад +108

    Little did you know, chatGPT is just a bunch of call centers in India and not an actual A.I.

    • @coolcodecreater
      @coolcodecreater 10 месяцев назад +1

      I work for those call center. Ig I have to improve my knowledge of web development.

    • @champfisk5613
      @champfisk5613 10 месяцев назад +2

      They are fast as hell in India haha😂

    • @vedantsgoodlife7302
      @vedantsgoodlife7302 10 месяцев назад

      😂😂😂

    • @ToddNZMTB
      @ToddNZMTB 7 месяцев назад +2

      AI = _Actually India_ 😄

    • @rubyciide5542
      @rubyciide5542 5 месяцев назад

      halo how can i prooompt you?

  • @CarsonBlack
    @CarsonBlack 10 месяцев назад +48

    Today I learned Engineer Man's job is still safe.

  • @ZacKoch
    @ZacKoch 10 месяцев назад +21

    Nice work!
    Couple of thoughts from my experience. More often than not once you get "deep enough" things will start to break and it becomes a battle. Could be incorrect classes, or ids, variables in programming languages, etc. It also often will acknowledge it made xyz mistake but it doesn't persist the session meaning it will keep making the mistake, even if explicitly provided guidelines. The "it knows it made a mistake"is a facade - it will tell you you're right even if you're maliciously wrong.

    • @El-Burrito
      @El-Burrito 10 месяцев назад

      Absolutely, it cannot be trusted. It will tell you anything it wants with the utmost confidence.

  • @sakshamgupta2740
    @sakshamgupta2740 10 месяцев назад +1

    Great video , Did you create the gradio UI for stable diffusion . If its open source , would love a link of the project . Thanks

  • @JamesLandolt
    @JamesLandolt 10 месяцев назад +3

    How did you get that version of stable diffusion?

  • @HadToChangeMyName_YoutubeSucks
    @HadToChangeMyName_YoutubeSucks 10 месяцев назад

    That was pretty much what I would expect, kind of handy but not really that handy. Either of us could have done it manually pretty close to the time it took back and forth with chatGPT, especially considering you'd probably want a db behind that so now you can use a loop for the images, I could do that lickety split. Would be a fair starting point though for someone who really didn't know what they were doing or how to do it or someone who just wants the boilerplate to manually manipulate.

  • @simonwilliams3236
    @simonwilliams3236 10 месяцев назад +1

    great video! have been wanting to see someone with real coding knowledge give this a go.
    would love to see if you can find any applications where it is faster/better at anything, and of course also where it just absolutely fails.

  • @CTCTraining1
    @CTCTraining1 10 месяцев назад +5

    Very good .. I’d recommend adding a diary reminder to repeat this exercise in 6 - 12 months time and see how fast it improves. Keep up the great work 😀👍

  • @Mega_Monkey
    @Mega_Monkey 10 месяцев назад

    I've Learnt So Much From Your Videos!

  • @nolan_meyer
    @nolan_meyer 10 месяцев назад +3

    Would like to see how it goes with GPT4 instead of 3.5

  • @cloudmusic758
    @cloudmusic758 9 месяцев назад

    hi, i wanted to ask what os do you use? doesn't look like windows

  • @MjRmHaCKEr
    @MjRmHaCKEr 10 месяцев назад +1

    What the server name for generated ai images ?

  • @El-Burrito
    @El-Burrito 10 месяцев назад +3

    The speed at which you get "something" is impressive, but I wonder how much faster you would've just written it all yourself. I wonder what is more tedious, typing it out manually or constantly having to ask ChatGPT to fix things?

    • @NMiller_
      @NMiller_ 10 месяцев назад +1

      I use ChatGPT a lot to create snippets that I can modify for my purposes. In a lot of ways it just makes sure I am pulling in the correct calls and syntax faster than I would take if I was looking through documentation. That said, a more full featured IDE (instead of VS Code) would probably do the same thing without the need to switch windows.

  • @rverm1000
    @rverm1000 10 месяцев назад

    nice! you go threw the process so quickly neatly. wish i was that good at programming.

  • @vasutv9797
    @vasutv9797 9 месяцев назад +1

    Can you do more videos where you troll the scammers with a fake site while being on a call with them ?

  • @Glen_katalyst
    @Glen_katalyst 10 месяцев назад

    You seem to have had better luck than me. But tbf I did attempt it around the time it was released to the public. It's gotten a bit better I'd say.

  • @Quad_Awesome
    @Quad_Awesome 10 месяцев назад

    This was a very entertaining video. 👍

  • @ft4jemc
    @ft4jemc 10 месяцев назад

    Glad to see more of your videos. Once I wrote a minecraft bot in python using chatgpt. It took a ton of troubleshooting and pointing it in the right direction with prompts and corrections. It ended up requiring some manual coding anyway but did save a little time on the initial layout. Would not hire chatgpt as a fulltime employee, but it can be useful as an intern to do the menial stuff.

  • @justnbody.5934
    @justnbody.5934 10 месяцев назад +1

    I love ur vids Engineer man

  • @reezzrex0690
    @reezzrex0690 10 месяцев назад +4

    try with gpt4

  • @emilyau8023
    @emilyau8023 10 месяцев назад

    I mean...funnily enough this is enough to appease a web design professor.

  • @marykrigbaum9021
    @marykrigbaum9021 2 месяца назад

    How do I ask ChatGPT to do that for me without knowing coded? Where to copy and paste?

  • @Applecitylightkiwi
    @Applecitylightkiwi 10 месяцев назад

    Enjoyed the vid
    8:08 back in the day chatgpt wouldve provided jquery automatically the 3,5 quality is low
    9:46 idem for the classes

  • @user-de2px1ed8k
    @user-de2px1ed8k 10 месяцев назад

    I tried to apply chatgpt in my work, to figure out programming in freecad api. I stopped when he started to invent new functions. The time I spent on it tweaking I could spent to figure it out on my own. And then, of course, I spent this said time again.

  • @SoreBrain
    @SoreBrain 10 месяцев назад +2

    I would like you to redo this video but be a lot more explicit in your prompts. I don't think this was a real reflection on how to utilize good prompts to get the most out of chatgpt. I think it did great for the prompts you gave it to.

  • @thingsiplay
    @thingsiplay 10 месяцев назад +3

    The paid version of GPT 4 model is better than free 3.5 model.

    • @generalzugs6017
      @generalzugs6017 10 месяцев назад +2

      It's better to live your whole life as a billionaire, than one day as a homeless guy.

    • @camalejao
      @camalejao 10 месяцев назад +3

      every 60 seconds in africa, a minute passes

    • @thingsiplay
      @thingsiplay 10 месяцев назад +2

      @@camalejao According to Einstein's theory of Relativity, it depends on how fast you move.

  • @cd92606
    @cd92606 10 месяцев назад +1

    Is it simple to run Stable Diffusion locally?

    • @EngineerMan
      @EngineerMan  10 месяцев назад +2

      As it turns out, yes. Just install stable diffusion webui and get some models from civitai.com.

  • @caryrabbit
    @caryrabbit 10 месяцев назад

    It seems to only be getting worse, or it’s just becoming more obvious as the flaws become more apparentrent.

  • @norbertlabonne7280
    @norbertlabonne7280 10 месяцев назад

    He's back!

  • @atlantic_love
    @atlantic_love 10 месяцев назад +1

    Thank you for helping me to decide whether I wanted to unsubscribe to you or not.

  • @hippopotamus86
    @hippopotamus86 10 месяцев назад +3

    You're using 3.5 instead of 4 though.

    • @EngineerMan
      @EngineerMan  10 месяцев назад

      I'm using the freely available one.

  • @GLENC0C0
    @GLENC0C0 10 месяцев назад +4

    I think all generative AI follows the rule of: You get what you give. Give it simple input requests and it'll give simple output request to achieve a solution. I've found giving it richer input for more nuanced requests helps immensely. Just depends on how well you can communicate what you need.

  • @TrimutiusToo
    @TrimutiusToo 10 месяцев назад

    Yeah chat gpt would be good at generating example code/html, but not professionally looking ones

  • @Gigusx
    @Gigusx 10 месяцев назад

    It seems they've improved ChatGPT for coding. A few months ago when I tried using it to generate some code it wouldn't tell me that "code before/after remains unchanged", which is a cool detail. And it'd often stop in the middle if it gave me too much code (often happened when it wanted to give me all ALL the code/boilerplate) and getting it to continue from that point was really messy and buggy, and the code before/after continuing was almost like 2 different codebases. Now there's an option to just "continue generating" which is cool and I'm guessing helps ChatGPT stay within the same context so it's more reliable.

  • @benjamin7106
    @benjamin7106 10 месяцев назад

    Insane..

  • @datpmf
    @datpmf 10 месяцев назад

    I was waiting for Engineer Man to make fun of this thing.

  • @mnageh-bo1mm
    @mnageh-bo1mm 10 месяцев назад +3

    why are u using V3.5 🙄🙄

  • @hkkis7836
    @hkkis7836 10 месяцев назад

    Could you please explain in a future video how exactly Chat GPT works? How is it able to think and respond to almost every question in such an improvised way?

  • @KontrolStyle
    @KontrolStyle 10 месяцев назад

    very cool ty 8)

  • @ertagon
    @ertagon 10 месяцев назад

    It's not going to replace programmers, yet.
    Saying that ChatGTP will replace programmers is the same as saying that AC current will replace DC in 1880s. It eventually did.

  • @arkadianriver
    @arkadianriver 10 месяцев назад

    One thing it's great for is automation to help coders. Yesterday, I got tired of referring to the Tailwind cheatsheet when converting classes back to native CSS. I had a nice pair programming session with ChatGPT, with it doing all the grunt work while I made clarifications. 😂

  • @monsterthrash
    @monsterthrash 10 месяцев назад

    ChatGPT is a tool just like any other. Some people are seriously overblowing its ability to steal people’s jobs. How many artists did Photoshop replace?

  • @m4l490n
    @m4l490n 10 месяцев назад

    Yeah, as you can see, chatgpt is a tool. The problem is that most people are thinking about using a tool to substitute a person, which is stupid.
    Chatgpt will not substitute any developers job. It can be used as a tool since, as we can see, you still have to know what you are doing.

  • @a_random_lemurian
    @a_random_lemurian 9 месяцев назад

    i wonder what will happen if we do the same thing again in 2040 🤔

  • @Tophatjones358
    @Tophatjones358 10 месяцев назад

    Hi

  • @WarrenMarshallBiz
    @WarrenMarshallBiz 10 месяцев назад

    I find the strength of chatgpt is not in writing code for me, but in validating how things work and offering suggestions on how to do things better. If you treat it like a more experienced co-worker, it's silly NOT to use it.

  • @its_finn96
    @its_finn96 10 месяцев назад

    Glad to be here early!

  • @vlajster
    @vlajster 10 месяцев назад

    ChatGPT will REPLACE programmers...you just wait and see.

    • @vhaangol4785
      @vhaangol4785 9 месяцев назад

      Oh we will all wait and see for sure... that it won't. But hey. Everyone's free to speculate.