Hello everyone,
I would like to share my experiences as well. Primarily, I use ChatGPT for writing texts, and it is really very helpful for that!
However, I have also tried several times to get help with programming. For example, I wanted to create a JavaScript function that draws a quarter circle with points, running from 3 o'clock to 9 o'clock. The result, however, was a quarter circle from 9 o'clock to 12 o'clock. When you point out that the result is incorrect, a correction is usually suggested, but it either leads to the same or another incorrect result. So, in the end, I had to think for myself...
Additionally, I tried converting C++ code to C. There were indeed good approaches, but nothing that I could use directly without making my own adjustments.
In general, though, an AI can be helpful in finding ways to implement something. The ideas I get from it help me improve my work. Nevertheless, as a programmer, I need to know exactly what I am doing and cannot blindly trust the AI's results.
As a previous speaker already mentioned, the AI is very patient. Even for very simple questions, I immediately receive a friendly response that I can build upon. In forums, you are often labeled as ignorant.
I would like to share my experiences as well. Primarily, I use ChatGPT for writing texts, and it is really very helpful for that!
However, I have also tried several times to get help with programming. For example, I wanted to create a JavaScript function that draws a quarter circle with points, running from 3 o'clock to 9 o'clock. The result, however, was a quarter circle from 9 o'clock to 12 o'clock. When you point out that the result is incorrect, a correction is usually suggested, but it either leads to the same or another incorrect result. So, in the end, I had to think for myself...
Additionally, I tried converting C++ code to C. There were indeed good approaches, but nothing that I could use directly without making my own adjustments.
In general, though, an AI can be helpful in finding ways to implement something. The ideas I get from it help me improve my work. Nevertheless, as a programmer, I need to know exactly what I am doing and cannot blindly trust the AI's results.
As a previous speaker already mentioned, the AI is very patient. Even for very simple questions, I immediately receive a friendly response that I can build upon. In forums, you are often labeled as ignorant.
Statistics: Posted by satyria — Fri Sep 13, 2024 7:02 am