Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Is AI really helpful?

Anam

New Coder
I have a basic knowledge of HTML and CSS. I wonder if I can build a static website with my knowledge and AI. So, I wanna ask, will chat GPT be helpful in this regard?
 
I have a basic knowledge of HTML and CSS. I wonder if I can build a static website with my knowledge and AI. So, I wanna ask, will chat GPT be helpful in this regard?

It can be, but you'd need to know if the code AI produces is flawed or not. I use Github Copilot within VS Code, but obviously there are other tools.
 
Yes but remember AI is a tool. When my clients tell me they can create when i do with GPT i always so "Go on then". You need to understand what your doing, whats happening. GPT is great for filling in the boring bits but the logic thats all on you.
 
For a beginner or intermediate programmer, AI can be a great tool as help. For experienced programmer, it can be a great tool to do the boring stuff.

Single HTML page or such is ok to do with AI, no doubt about that. Unfortenately anything more and AI loses the context and starts to produce unrelevant code that does not work with the previous code it produced.

But as a patient teacher and helper for a project like you are talking about, AI can be darn cool tool. Try Google's Gemini too and also Claude has exellent skills with programming.
 
I think GPT is a great tool and can help you grow as a developer. However, it's wise to be cautious that the information it can provide may be inaccurate or can cause issues. You should continue learning how to write HTML/CSS but then use GPT as more of research tool. An example of this, let's say you don't understand how a paragraph tag works, simply ask GPT how they work and to provide examples and details. If it's something more complex, ask GPT to explain to break down the solution for each step and why that particular way is being used.

But please don't use GPT to cut corners, as I said, it should be used to help you learn.
 
I have a basic knowledge of HTML and CSS. I wonder if I can build a static website with my knowledge and AI. So, I wanna ask, will chat GPT be helpful in this regard?
Hi there,

Great question! The answer is: Yes and no. Should you use Chat Gipity as as an educational resource to help you learn the concepts of website development? Of course! Should you use it to code for you? NO...ABSOLUTELY NOT, especially if you either just learning how to code, or are at junior level. Contrary to popular belief, gipity DOES NOT enhance your performance.
 
I have a basic knowledge of HTML and CSS. I wonder if I can build a static website with my knowledge and AI. So, I wanna ask, will chat GPT be helpful in this regard?
The Importance of Verification in AI-Assisted Solutions

In the age of AI-powered tools, it's important to remember that careful verification has always been essential—well before the advent of today's advanced AI systems. For instance, many software applications, such as calculating tools, function as black boxes: users can clearly see the inputs and outputs, but the inner workings of how results are derived often remain hidden.

To ensure the validity of these results, users need a deep understanding of the underlying principles. This knowledge, combined with common sense, allows them to assess whether the outputs are reasonable or if further investigation is needed. The same applies to AI systems today. While AI is an incredibly powerful and helpful tool, capable of supporting users across various domains, it is still critical that users possess the expertise and common sense to determine if the solutions it provides are plausible and accurate.

Even in areas like programming, where rules and syntax seem straightforward, reliance on AI should not replace the need for verification. AI may generate code or suggestions that, while syntactically correct, might still be inefficient, insecure, or inappropriate for the given context.

In short, AI can be an invaluable aid, but users must maintain a strong understanding of the topics at hand, along with common sense, in order to evaluate the accuracy of AI-driven solutions effectively.
 
Absolutely. If you already have a basic understanding of HTML and CSS, ChatGPT can be very helpful for building a static website. You can describe the layout and features you want, and it can generate the HTML and CSS, explain how everything works, and help troubleshoot errors when something doesn’t look right. I’d recommend using it as a learning tool rather than simply copying everything it gives you. Even if you’re working on something like a data annotation project, building a simple website can be a great way to practice. Start with a simple page, make changes yourself, and ask ChatGPT to explain anything you don’t understand. With some practice, you can definitely build a decent static site with your current knowledge and AI.
 
It can be very helpful, especially in areas you are not proficient in. However, if you don't understand what the AI is writing for you and just use it as is, you could be asking for trouble.
 

Buy us a coffee!

Buy me a coffee.
Back
Top Bottom