Comment on The proletarianization of tech workers
Shadywack@lemmy.world 1 year agoNot yet, but would you agree that businesses desire the ability to automate software engineering and reduce developer headcount by demanding an AI supplemented development work flow?
expr@programming.dev 1 year ago
Sure, just like businesses have always wanted “no-code” solutions to their problems to cut out the need for software engineers. We all know how that turned out. There was no threat then, and there’s no threat now.
AstridWipenaugh@lemmy.world 1 year ago
AI coding is just another tool developers have at their disposal now. It will just raise the bar for expected output. I expect within a few years it will be popular to describe a process, have an AI tool spit out some intern-grade hot mess that maybe compiles, then have a junior developer fix it, and a senior developer write the custom/complex parts. If the AI is good enough, it’ll be a significant time saver for it to get you more than half way to done. It could even be tamed with a test-driven development approach.
Write a bunch of good tests and have the AI generate code that passes the tests. What could possibly go wrong… lol
expr@programming.dev 1 year ago
I find it highly overrated in terms of productivity in general, particularly when writing anything remotely non-trivial/company-specific.
There’s also the absolutely massive issue of licensing/IP/etc. Any company that’s not full of dumbasses should recognize the massive risk and liability involved and stay the fuck away.