What do you think about AI coding assistants ?
Mohcine Heddi
9 replies
Interesting paper by Perry et al. from Stanford Computer Security Lab. The study revealed that AI Code assistants generate security flaws and less secure systems. Ironically, engineers using Code assistants are more likely to believe they wrote secure code:
https://arxiv.org/pdf/2211.03622.pdf
Replies
Hyunseok Lee@hyunseok_lee
DeepBrain AI
I think github copilot is useful for backend developer, but not for mobile application developer.
Share
@hyunseok_lee thanks for your feedback, are you a mobile app dev ?
Personally, I love GitHub co-pilot.
It helps a lot with repetitive objects and JSON, and it helps me write code much faster.
However, I don't think you should touch it if you are new to coding. It does spout stuff that is irrelevant, inefficient, or simply erroneous. You still need to understand what it spits out and evaluate it.
@saas_yeti what kind of scripts/program did you use co-pilot for ? is it for production use or just testing ?