| ▲ | glitch13 9 hours ago | |||||||
I saw a similar conversation somewhere about some project saying they don't allow AI generated code. It was asked that if "AI Generated Code" is just code suggested to you by a computer program, where does using the code that your IDE suggests in a dropdown? That's been around for decades. Is it LLM or "Gen AI" specific? If so, what specific aspect of that makes one use case good and one use case bad and what exactly separates them? It's one of those situations where it seems easy to point at examples and say "this one's good and this one's bad", but when you need to write policy you start drowning in minutia. | ||||||||
| ▲ | kazinator 9 hours ago | parent | next [-] | |||||||
Projects cannot allow AI generated code if they require everything to have a clear author, with a copyright notice and license. IDE code suggestions come from the database of information built about your code base, like what classes have what methods. Each such suggestion is a derived work of the thing being worked on. | ||||||||
| ||||||||
| ▲ | sumeno 7 hours ago | parent | prev [-] | |||||||
Nobody is actually confused about what AI generated code means in those cases, they're just trying to be argumentative because they don't like the rules | ||||||||