Earlier quoted context omitted.
> there is no person to assign the copyright, so there is no copyright. Wait, so if I have a script that generates some source-code autonomously (based on whatever trigger I setup say in a ci/cd pipeline) then that code is not copyrightable? What about macros? This seems silly to me.
In Germany at least, code written by AI is not copyrightable, it's in public domain, as we were briefed by a lawyer recently. This is a huge issue if you are writing software for a customer and agree to transfer all rights to him (happens sometimes), because you don't own rights to AI-written code and so can't transfer that. There are nuances, so if you create a macro and then that macro writes something but it is co…
> There are nuances, so if you create a macro and then that macro writes something but it is completely determined by you then it should be ok.
How far does that extend? Like would IntelliSense cause your code to not be copyrightable? It's not that different from AI autocomplete on principal level. It shows you some options, but you make the final decision what to use.
And what about binaries? These days there are not many people who could tell the exact binary that is produced by certain source code.