CODING WITH AI TOOL

Pacific12

Newbie
Joined
Oct 29, 2022
Messages
18
Reaction score
4
Hey guys, Have you tried writing code with Chatgpt. It produces all the time wrong code(from my experience) then I say him to debug it, He accepts his mistake, say sorry and correct the code. Even after that code is not corrected, Going through multiple times it may produce right code. what is your experience with this and have you used github copilot or tabnine. How is its performance?
I have thought using Autogpt but some people say that it automatically do things like cloning a Github library or get code form somewhere on the internet and use it. It has a risk of getting virus in my system. What are you doing with it guys?
 
yea i tested it for fun and while it can be helpful to solve issues, when you ask it to create actual functions it sucks.
either it gives you solutions that are wrong, or solutions that could be done way more elegant with much better performance.
if it gets something wrong and you try to get it to fix something, the longer it takes the worse it gets.
at times it will also use fantasy functions that dont exist lol
 
ChatGPT is not specifically designed for writing code, but it can generate code snippets based on the given prompts or descriptions. However, the generated code may not always be correct or meet the desired specifications. The accuracy of the generated code depends on the quality of the input prompt and the model's training data.

GitHub Copilot and Tabnine are AI-based code completion tools that can help developers write code more efficiently. GitHub Copilot is built on the OpenAI GPT architecture and can generate code based on natural language prompts. Tabnine uses a deep learning algorithm to predict and suggest code completions as you type.

Both tools have been well-received by developers and have shown impressive performance in generating correct code. However, like any AI tool, they are not perfect and may occasionally generate incorrect or suboptimal code.

Regarding Autogpt, it is a tool that uses AI language models to automatically generate code for specific tasks or projects. While it can be useful in some cases, it also poses some risks, such as the potential for generated code to be plagiarized or contain vulnerabilities.

In summary, while AI-based code generation tools can be helpful, they should not be relied upon exclusively, and human review and testing of the generated code are still necessary to ensure its accuracy and security.
did you write this in chatgpt ? haha
 
I think there better solutions then chatcpt for ai programming.

Your need to use a diffrent application works like ai but it for programming only.

But it ai based.

But like said programming needs to be learnt really.
 
So chatgpt can be helpful, but can not replac

I think there better solutions then chatcpt for ai programming.

Your need to use a diffrent application works like ai but it for programming only.

But it ai based.

But like said programming needs to be learnt really.
Yes, what do you use? Ofcourse, I think these tools will improve themselves over a period of time and become efficient.
 
Thou only go so far coz thou dunno what thou is doin.


Seriously, stop calling yourself a dev if you still need your dad to pay your bill.
 
I use chat gpt, which doesn't get everything right all the time, and its favourite phrase to me is "I apologize..." lol after I always say I tried that and it doesn't work. But most of the time, it eventually gets to the solution, much like trying different ideas from stack overflow used to be and adjusting them ourselves. I use tabnine too, and that helps, but not as much as chatgpt does. Got to be at the ai forefront though ya know ? lol
 
t produces all the time wrong code(from my experience) then I say him to debug it, He accepts his mistake, say sorry and correct the code. Even after that code is not corrected
exacly.
ChatGPT works great for me in terms of small support during projects, but I wouldn't entrust him with writing something bigger, especially in a programming language I don't know
 
Thou only go so far coz thou dunno what thou is doin.


Seriously, stop calling yourself a dev if you still need your dad to pay your bill.
Well, I have never called myself a developer. I am learning coding(python) as it helps in my marketing.
 
Well, I have never called myself a developer. I am learning coding(python) as it helps in my marketing.
Fair enough! Now try to be the best!

MOJO is the future, google it.
tbh this will kill python some day. It’s not xx times faster, but xxxxx times faster. Brace yourself pythons!

Anyone knows why? Python is slowwwwwwwe. That is why it is being trumped right now.
 
Last edited:
Hey guys, Have you tried writing code with Chatgpt. It produces all the time wrong code(from my experience) then I say him to debug it, He accepts his mistake, say sorry and correct the code. Even after that code is not corrected, Going through multiple times it may produce right code. what is your experience with this and have you used github copilot or tabnine. How is its performance?
I have thought using Autogpt but some people say that it automatically do things like cloning a Github library or get code form somewhere on the internet and use it. It has a risk of getting virus in my system. What are you doing with it guys?
Yes its easier, i have used it.
 
gpt4 seriously coded this for me haha (a tool to simplify the process of acc creation)
includes connected apis from various services

mow.png
(styling by me though hehe:D)

you can make him code stuff for you for sure, just take it easy, step by step, dont complicate it to much for him, tasdk by task, try, paste error back in to gpt, copy his solutions update code and repeat.

here's a helpful comment u need to copy and paste everytime he stops by mistake in the middle of a code, you will need tell him this:
PLEASE. CONTINUE WRITE EXACTLY WHERE YOU STOPPED, DO NOT RE-WRITE ANY PREVIOUS CODE, HERE LET ME REMIND U WHERE U STOPPED:
paste some of the last rows he wrote and he will keep going.
 
it isn't great at generating actual functions. It gives wrong solutions and not-so-smooth approaches. Fixing mistakes only makes it worse. Sometimes, it even comes up with fake functions, which is pretty hilarious!
 
gpt4 seriously coded this for me haha (a tool to simplify the process of acc creation)
includes connected apis from various services

View attachment 254212
(styling by me though hehe:D)

you can make him code stuff for you for sure, just take it easy, step by step, dont complicate it to much for him, tasdk by task, try, paste error back in to gpt, copy his solutions update code and repeat.

here's a helpful comment u need to copy and paste everytime he stops by mistake in the middle of a code, you will need tell him this:
PLEASE. CONTINUE WRITE EXACTLY WHERE YOU STOPPED, DO NOT RE-WRITE ANY PREVIOUS CODE, HERE LET ME REMIND U WHERE U STOPPED:
paste some of the last rows he wrote and he will keep going.
Very inspiring ..I will try this definitely.
 
Back
Top