Does work require you to understand what you're doing? SOME work does, in theory, like coding, where you need to be able to fix it if there are issues, and if you know nothing it will be much harder.
My day job is coding (I ... work on AI infrastructure, I come in peace

)
Even in that vein the work itself varies wildly in terms of how much I need to concern myself with the quality, veracity, and suitability of the LLM output.
I rewrote our (sadly bespoke) infra-as-code template tooling/mini-DSL over the last ~month to fix several longstanding issues, improve performance, enhance the user experience during validation, etc. I did use Opus 4.6 a great deal in this effort, particularly at the beginning, but by the end I had touched ~95% of all net new code in
some fashion. It's very awesome to watch an LLM just blit out an entirely correct AST parser and consumer while you go get a cup of coffee. It
does feel transformational to the career. Of course, I then reviewed it, found a variety of testing gaps, found areas where
my specification was either wrong or ambiguous, etc. Thorough reviews are the order of the day here.
On the other hand, I just slapped together a thing for my team to do some API calls to keep our CI path filters for build validations synched across N branches and M build tasks (embarassing that I find myself having to write such a banal, seemingly commonly desirable tool). That code needed considerably less hands-on, deep inspection. For one thing, it's a much simpler subject matter. That aforementioned template tooling runs on many thousands of CI runs every day, plus developer workstations, and of course we use it in many different ways. Getting another 5% performance gain from it
matters. Keeping strict compatibility with the labyrinthine nigh-unreadable previous implementation is paramount. The tool that runs once every couple months on my MacBook to update our path filters? Completely different measures for quality.
I have a lot of empathy for the educators fighting the LLM insurgency because, genuinely, they're doing what they should be. However, I also have a lot of empathy for the people for whom education in a specific subject matter is perceived more as an
obstacle they must surmount rather than an
opportunity for growth. So much of my own schooling genuinely
felt pointless at the time and, frankly, a lot of it
was pointless in hindsight. Mandatory classes in things which, to this day, have never served me. Being dragooned into a typing class when I was already outpacing the instructor and every other student was absurd. Dragging myself through classes where the desired outcome was not improving my ability to
apply gained knowledge but rather to
recite memorized things or
repeat application of the same formulae is an experience that many students have felt. The teachers are not to blame here, they're working inside a system with perverse objectives that work against the core concept of
educating students. However, the students can't be blamed for looking around at this and thinking to themselves "why should I give a solitary shit about this if the AI gets me back to things I find meaning in faster"?
And yes, kids love absurd, seemingly imbecilic and infantile crap. I just don't think that's especially
novel. I loved (and still do love) things which are almost certainly not what you'd classify a "good use of one's time." I think having the space to be inefficient and a bit feckless at times is an empowering and necessary part of growing up, and of being a human in general. Foisting a culture of "24x7 grindset" upon people leaves many people ... dissatisfied, to say the least.
Our society in places seems structured to pulverize people in the mill of grading, testing, ensuring an immaculate and entirely full dawn-to-dusk schedule of "things which will look good on your entrance exam," or "professional networking and socialization," or whatever mechanism to "prove" one is a "useful member of society," and to me it's no wonder those same people for whom these things are
just not their passion are going to use any and every available tool to lose less of themselves to these sometimes soulless, unfulfilling drudgeries.
So, would I use an LLM in a mandatory class for which I have no passion? Hell yeah. All day, every day. Would I be more inclined to either discard the LLM, or try and do things I enjoy
by hand for a subject which I'm passionate about? Yes, at least ... yes if I had the actual opportunity in my life to devote the required time.