Our ISP added AI as a blocked by default category and people lost their minds.
Not really surprised, that seems like a very bizarre and somewhat destructive decision to make.
The main concern I have with AI is its use in universities and education, there is tons upon tons of videos out there of AI answering student questions, writing reports and more.
The thing is that's mostly bookwork stuff - obvs it can help with programming assignments but that should be taken into account when setting them - really universities are going to have to make sure they place the bulk of the marks on end-of-term or end-of-year exams.
I'd agree, but the responses you will get on Reddit are usually along the lines of "OMG U need to prompt better dude"
They're partly right, it's not just how you prompt though it's how you break down the problem too - people often get thrown by trying to one-shot big chunks of code in one go, there are also obvious limitations - like if the knowledge cut off is before a change to a library then you're going to errors, they're more familiar with some languages and frameworks than others too or indeed some domains more than others.
People have been "vibe coding" 3D browser games fairly rapidly in recent days for example, not using a game engine but just three.js, adding multiplayer just being a case of prompting too etc..
Also, boilerplate code is (and has been for a while) very straightforward - they're a good time saver just in that respect alone.