Quote:
Originally Posted by wankawonk
I'm using grok for front-end stuff now. I like it.
I don't see a world where I'd use it for backend work. Issues:
--if the task is small, it'll always be faster to just do it myself vs engineer the right prompt
--if the task isn't self-contained, its too difficult to engineer the right prompt. The AI doesn't know how my systems work and explaining it is not realistic. Will someday it be realistic to just give it access to my whole codebase and it can figure things out on its own? Maybe. Idk.
--If the task is complicated, the AI will inevitably design its solution in a way that isn't how I would want it to be done.
AI is absolutely revolutionary for non-coders who want to build an app or website. If you're good at coding you're inevitably going to be very particular about how you want things done, you're gonna struggle to engineer the right prompt to get things done the way you want them done, and you're gonna revert to doing things by hand.
20 years from now it wouldn't surprise me if there's a job market for programmers who learned to code pre-AI in the same way there's a job market for Cobol programmers today. over-reliance on AI will lead to a shortage of truly skilled programmers and companies will realize they want to have a few humans around who actually have deep understanding of the systems and technologies being utilized, vs just being skilled at prompt engineering.
|
I feel like the ever evolving AI, that can study every programming language, how they interact and include every single previously made script and discussion of best practices, will negate your last point.
My friend uses current iterations to write the code to allow new networking equipment with ancient equipment to either bypass the amount Cisco charges or to work with system they don't even have documentation for. This is simple code in comparison but it's also not something that is as easy to figure out as integrating websites. For example, Claude seems to know virtually the entire Shopify codebase and researches the apps to the point it can answer about those as well.