cross-posted from: https://lemmy.world/post/49392677

Twonks | Bluesky

Transcript

TW😶NKS

A comic in four panels:

Panel 1. White text on black

AI Design Logic

Panel 2. A guy sits in a restaurant at a table with a checkered table cloth. A waiter stands near, hands behind back waiting attentively.

Guy: Get me a cheese pizza

Panel 3. The waiter returns with a pizza in hand.

Panel 4. The guy gestures proudly at the pizza. The waiter looks less than amused.

Guy: Wow, look what I made!

  • luciferofastora@feddit.org
    link
    fedilink
    arrow-up
    10
    ·
    1 day ago

    When using other people’s code, there actually is a long-established system of attribution and licencing. You still have to do some (occasionally quite complex) problem solving to figure out how to apply their code and your previous expertise to the task.

    It would be more like prompting AI with a fully written text to translate into a different language… except that compiling your code generally produces mostly deterministic, predictable results (which, indeed, is part of programming: to predict how your program will behave) which you can test for errors and debug, while the AI translation is nondeterministic by design (because it’s supposed to sound human and humans don’t speak deterministically either) and if you know enough to check the translation, it would have been much less wasteful to just translate it your damn self instead of burning the planet for a petty convenience.