logoalt Hacker News

AnthonyMouseyesterday at 5:30 PM1 replyview on HN

Never mind that.

If a deterministic machine transformation from a copyrightable prompt results in an uncopyrightable image, what do you think a compiler is doing to source code?


Replies

compsciphdyesterday at 6:27 PM

AI is not specifically not deterministic from the enduser's perspective. they throw randomness into it and hence why an exact prompt wont produce the same exact result.

a compiler on the other hand is generally pretty deterministic. The non determinism that we see in output is usually non determinism (such as generated dates) in the code that it consumes.

show 1 reply