How do you incorporate AI in your coding process?

0
20
Asked By CodingAdventurer99 On

I'm curious about how many of you are using AI tools in your coding routines. I've been coding for about eight months now, and I primarily use AI for second opinions and when I'm totally stuck on something. I sometimes feel guilty about relying on it, but I do find autocomplete features really helpful for familiar code patterns.

5 Answers

Answered By CSStudent101 On

As a computer science student, I rarely use AI for writing code. I find that coding helps me learn and understand concepts better. I do occasionally use it for explanations but prefer to do the coding myself because that's where I feel I'm able to grow the most.

Answered By GameDevGuru42 On

I hardly use AI for coding at all. In my experience, it's not reliable for my specific needs in game engines and graphics programming. I prefer to trust my own coding skills, as AI-generated code often doesn't match my standards.

LearningDev123 -

I get that! I'm learning too and sometimes I think AI might outperform me, but I always double-check its suggestions because I don’t want to miss important concepts.

Answered By CodeCriticPro On

I tried using AI like Cursor for a bug fix in my existing code, but it wasn't helpful at all. Instead, I make use of GitHub to find code examples and solutions if I need something specific. It's often more reliable than AI-generated answers, which can look correct at first glance but can be misleading after inspection.

MathNerd99 -

Thanks for the tip! I need some complex math functions, and I don’t trust AI enough to write them. I'll check out GitHub for some solid references!

Answered By DailyCoder88 On

I'm using AI tools pretty frequently these days. They help a ton with boilerplate code and allow me to focus on bigger problems. Just be careful not to let it make all your coding decisions for you; it's essential to review what it generates.

Answered By CodeNoob22 On

I only use it here and there. Mostly, I rely on traditional search engines instead of AI unless I need quick answers or snippets for repetitive tasks. I’ve found that my hand-written code is often better than AI suggestions.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.