Is it possible to detect if a code is written by AI?
How does Github know 41% of all code on it is AI generated? (link)
How do you verify AI-generated code before deploying? Do you even bother?
Is there a reliable way to tell if a piece of code was written by AI, and can it be trusted?
Can the AI detector identify code from ChatGPT, Claude, or GitHub Copilot?
Which AI tools can you detect AI written code from?
What is an AI Code Detector?
Videos
My university sent out an email saying that there will be a breach of academic integrity on anyone using AI to write code.
https://decrypt.co/147191/no-human-programmers-five-years-ai-stability-ceo
In this article, it says that 41% of all code on Github right now is AI generated. How do we know that? Aren't human code and AI code indistinguishable?
I've been relying on Cursor and Claude to write most of my code recently. It works, but I honestly have no idea if what I'm shipping has security issues or bad practices I'm not catching.
I tried ESLint and Semgrep but the output is a wall of jargon that doesn't mean much to me.
Curious how others handle this:
- Do you review AI-generated code before deploying, or just trust it?
- If you do review, what's your process?
- Has anyone actually been burned by a security issue in AI-generated code?
Hey there, I know this might be a silly question, but in my programming class, our lab assistants have threatened not to give us any scores if we use AI. They claim to have found a program that can estimate AI usage as a percentage, and if it's above 50%, we're cooked.
If something like that exists, could you share it? Also, how reliable is it, and what can I do to make sure my code doesn't look AI-generated? I'm worried because even though I write my own code, they might think otherwise ( I just use ChatGPT-4o occasionally to help fix my mistakes )
i have a piece of work for university and for some questions we havent been taught the info in class. i used the scipi website but because theres a lot of info i also used chatgpt to help with some lines of code. my professor said they can tell when we use ai...how? if i have only used a few lines (obvs edited and they are on the scipi websites) im assuming they wont be able to tell, unless theres lines of code or info pretty much everyone includes in the code and i didnt. for reference, the question was about applying butter and filtfilt to my data