• peopleproblems@lemmy.world
    link
    fedilink
    English
    arrow-up
    8
    ·
    11 hours ago

    doing that involves a ton of googling and reading awful documentation

    Yes. That is programming.

    To most of us, the syntax is the easy part to remember, and our IDEs take care of most of it. Being able to bang our heads through the documentation and experiment with libraries is pretty much what our jobs are.

    AI coding is basically a shortcut to some of the stuff we have to repeat with slight changes in our software. It’s also useful for setting up more complex code that we know we’ll have to tweak.

    Expecting it to produce something with the desired results is a recipe for disaster. It’s basically a cheaper outsourcing method that can’t actually compile and run it’s code before giving it to you.