Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment Re:Procreate takes jobs (Score 1) 50

Just from an audience perspective, if something unexpectedly good comes out of it, I'm going to want to find the original work it's based on. The style isn't in the seed. It's not always explicitly stated in the prompt. The prompt is not always shared. AI's do not reliably reverse engineer prompts. Users are gamblers, and so too are the viewers. You never know what you're going to get, and you're never completely sure that you can repeat it.

Comment Re:Art is the result (Score 1) 133

When the process is just code you can be forgiven for thinking that.

void artist()
{
while(true)
{
drawpixel(rand(1,640),rand(1,480),rand(0,255),rand(0,255),rand(0,255)); //x,y,r,g,b
}
}

I mean, you wouldn't call this art. Something several orders of a magnitude larger won't be any easier on the eyes... but you might enjoy watching an artist work. Timelapse videos are quite popular.

Comment Weren't we warned about this? (Score 1) 82

If there's something missing from that new paradigm - I guess where most people just sit, receive welfare checks, and consume - it's an interest in encouraging and preserving the expertise necessary for creation. If we forget it all for the sake of AI driven efficiency, if we're driven out of being a meaningful part of the system that supports us, we risk being unable to recover when it breaks.

Comment Re:I feel sorry for digital matte painters (Score 1) 16

You'll want a human for things that need to follow a design and remain consistent. Not all work requires that, so there will be losses.

That random animal on your programming textbook is a one-off. Someone made that and maybe receives royalties from it being there. It doesn't reference anything; it has nothing to do with the contents of the book. It's just meant to be eye-catching - which AI does perfectly well today. That artist's money may dry up. Meanwhile, for architectural renderings, mere approximates of the model won't satisfy, no matter how pretty they are. Further design choices may be made from renderings, so consistency matters. Likewise for more creative work when characters and sets need to follow a design and remain the same between shots.

AI will eventually be able to do everything perfectly, but if the progress of the self-driving car is any indication, it could take several more years before that happens. In the meantime, artists, like drivers, remain mostly safe... with some unlucky souls relegated to guiding an AI's hand and fixing its work when it stumbles.

Slashdot Top Deals

Doubt isn't the opposite of faith; it is an element of faith. - Paul Tillich, German theologian and historian

Working...