Comment on There is no such thing as an effective "AI detector", nor will there ever be one.
fievel@lemm.ee 1 year ago
Very interesting post, congrats… The more I read and see about AI / deep learning and the more I feel anxious… I’m anxious because we seen during the covid crisis how many people were easily convinced of fake news and complotist theories that were by no way realistic, now I imagine that with the power of a forged argumentation from chatgpt and deep fake from midjourney… How to convince people they are wrong then… I’m also anxious about the changes that will occur in the job I love, software engineering… I don’t want to spend the rest of my life fixing bug in code automatically generated by an AI. Or worse to loose my job because some manager think I can be replaced easily by a bot …
heimchen@discuss.tchncs.de 1 year ago
Honestly, code generated by chatGPT has better comments than most other code.
fievel@lemm.ee 1 year ago
Well written code do not require comments, using good variable naming, dividing in simple operation through anonymous namespace functions well named. Sometimes comments are still required but should be avoided because they trends to not remain in sync with updated code and IMHO it’s worse to have lying comments rather than too few…
damnYouSun@sh.itjust.works 1 year ago
In that they are present at all.