Why is this difference in opinion?
For DALL-E, I can’t select components in it and search for it. It may well copy components on other peoples art verbatim (is that the right word for images?) or exactly, but I can’t show where it’s ripped it from.
The AI art generators are trained on copyrighted work, which is still a legal grey area, but they don't stamp or copy/paste parts of the source images unchanged into larger ones. Though I'd imagine if you used the same algorithms for something like logo or typeface generation you'd run into trademark issues.
> False premise? Loads of artists hate DALL-E and AI art in general; they typically have much less feelings about Copilot. Unsurprisingly, for devs and DALL-E, it's the other way around.
Secondly, if by theft you actually mean copyright infringement, which is not the same thing, I believe we are reaching the breaking point of copyright legislation. We are getting to the point where copyright is so detached from reality it is no longer maskable and the notion itself becomes nonsensical.
As others have stated, even without AI, code gets routinely copied. There are only so many ways you can write a well defined, common knowledge algorithm, your version is bound to look like someone elses.
Just like genes are a fundamental part of the biological world, memes are are a fundamental part of human society. They exist ever since humanity exists. They replicate (copy) and mutate (remix) and evolve due to selective pressure. Copyright is an aberration opposed to the very nature of memes, because it is a mechanism designed to restrict their replication and mutation.
After decades of professional software development, it should be clear that code is a liability. The more you have, the worse things get. A tool that makes it easy to crank out a ton of it, is exactly the opposite of what we need.
If a coworker uses it, I will consider it an admission of incompetence. Simple as that.
You saw the same thing with how online forums which were predominantly dev/tech focused (/., Digg) used to decry any attempts to protect online music/video, but would simultaneously complain about software piracy.
It boils down to hypocrisy, really.
Combine that with rulings in other areas of IP law, such as the patent office ruling that an inventor must be a human and AI cannot be assigned IP rights[1], I think that would lead towards DALL-E created art being assigned to the human who prompted the tool for art or the creator of the tool.
Compare this to software when you can be sued for using the same pieces of code, and that seems to be the root cause for the difference
[1] https://www.ipwatchdog.com/2020/07/13/artificial-intelligenc...
Commercial entities take things that are written and maintained by volunteers in their free time and barely give back. And this culture has just developed in a way that this is at most a moral failure, not a legal.
People put it on the internet with a permissive license because they want others use it. This is great because people love sharing, but now, before you know it, you're suddenly supporting large enerprises and not just people that want to put cool things together like you. And you don't get any kind of compensation, even though it'd be peanuts for the company to pay for the time you put into maintenance and new development.
And if you stop, someone else will always fill the void, eager to work for free.
Maintainer burnout is a real thing and I wish the largest user of FOSS code would do their part to make the time spent on every piece of code they use worth it.
Half of "open source" is a success story, the other half is just sad.
Copilot just automated this entire process and sells the product of code back to developers, not enterprises.
[1] https://www.smithsonianmag.com/smart-news/us-copyright-offic...
> Source code [is] relatively low entropy compared to, say, images. It's a lot easier to see how feeding a pile of photographs into an AI that maps them to subject erases the copyright of the photographers, because the subject isn't copyrighted.
> It's trickier when you feed artwork or music into an AI, because the AI might reproduce specific artistic or musical choices that happen to pinpoint a copyrighted work too well. With prose it's even worse. And code has to compile, [so] it's even more constrained!
If your code is released with no license, it should be fair to assume free use. But if it is licensed, tools like Copilot should be forced to respect that.
Actually I think it should be up to the art community to decide how they want to deal with dall-e. I know that musicians have a very complex system for dealing with samples, and arrangements and lyrics. As an outsider I have barely scratched the surface on how it works, so trying to understand the why is hopeless.
But Dall-E in general can be another medium for art, which is why some artists give it massive praise.
Main difference is there isn't as hard a line between it and lower resource projects such as disco diffusion.
that's literally all it is.
While software engineering, on the other hand, is considered a "real" profession. Millions of people make a steady living coding, designing, testing, architecting, etc. The impact of AI on the software development work-flow will be immense. Tooling has already impacted GIT PRs at my place of work, and when these tools get smarter the impact will only grow. And, if the pattern holds, such tooling will be introduced earlier and earlier in the design/development workflow.
I'm probably way off, but at the rate things are progressing, I'll give it 10-to-15 years before software development paradigms such as cucumber test files or hexagonal designs/drawing are directly transformed into coded, reviewed, tested, running and deployed solutions.