How do you integrate AI in your coding process?

Kennysplash

Active member
Staff member
I do hear it a lot that AI can as well do most of the programming to an extent. That means there are effective prompts that can make these AI do a fine job.

But at what point do you integrate AI in your programming? Does it work effectively for you?
 
The one I do a lot is using AI to help me out when I am stuck. I just paste the code and ask what is wrong with it, most times it helps me out.
 
I build AI in the generation stage of templates, documentation and refactoring: I give the samples to create functions and tests, then check the result and finish by hand. Such hints speed up routine tasks, but the responsibility for the code remains with me.
 
I build AI in the generation stage of templates, documentation and refactoring: I give the samples to create functions and tests, then check the result and finish by hand. Such hints speed up routine tasks, but the responsibility for the code remains with me.
Wow this is such a great way to maximize the use of AI. Does it always work well for you?
 
Back
Top