DEV Community

Ankit Rattan
Ankit Rattan

Posted on

1

Chat GPT === hell ?

Yesterday, I tried something new. You may have done it before, but it was my first time. I asked, or rather ordered, ChatGPT to write an entire end-to-end full-stack web application. To my surprise, it gave me all the code! I thought it looked correct, so I implemented it as-is.

What amazed me was that it didn't just provide the code—it actually guided me step-by-step. It started by outlining the entire folder and file structure, then detailed all the necessary npm/yarn installs. Folder by folder, it gave me all the solutions. I followed its instructions, implementing everything. When I finally ran npm start...

Well, it was a nightmare. Believe me, aside from the UI, nothing was working properly.

Now, some of you might say, "Just fix a few things, and it'll be fine." But I spent over an hour trying to troubleshoot and fix the issues. In that same hour, I could have completed about 40-50% of the functionality myself—without GPT.

I'm not saying GPT isn't good—it is! My point is, don't expect it to do everything for you. Human involvement is still essential—not just for now, but even in the future.

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

Top comments (0)

The best way to debug slow web pages cover image

The best way to debug slow web pages

Tools like Page Speed Insights and Google Lighthouse are great for providing advice for front end performance issues. But what these tools can’t do, is evaluate performance across your entire stack of distributed services and applications.

Watch video

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay