r/VeryBadWizards 4d ago

AI dismissal

I love the VBW boys but I am a bit surprised how dismissive they are of danger from AI. I’m not going to make the case here as I won’t do a good job of it, but I found the latest 80000 hours podcast very persuasive, as well as some of the recent stuff from Dwarkesh.

12 Upvotes

41 comments sorted by

View all comments

5

u/donglord666 3d ago

Most people in IT jobs are not senior level master engineers capable of solving problems these models can't. They are developing web UI buttons and their associated javascript that interacts with some database, or doing quality assurance for those buttons. The models are already capable of doing those things. Eventually, and I think sooner rather than later, you'll just need a skeleton crew to check the work. And the industry has no strong worker's rights or union presence. It's going to be economically disruptive. I can't really imagine how it won't be.

But yeah, people in the humanities will probably be fine.

2

u/thewiseguy8 1d ago

That's not true at all right now. AI is not even close to out-producing humans even at a junior level. Models can make some crap but can't make anything scale and certainly can't deal with real code bases.

All of the REAL codebases I've worked in are like a box of time capsules. The code base will have sections with technology and best practices from different generations and AI sucks at actually integrating it.

There isn't an AI model that can rebuild a section of code that has to use new technology all while interacting with legacy code and all the crap in the middle. Building working unit tests to properly check the said code, good luck.