That’s a terrible take and its desperately trying to draw an equivalence where there isn’t one.
I’d argue that the slop code creates more drudgery with having to constantly babysit the LLM. Never mind a new blog post every week about how your “agentic workflow” from last week is all wrong and you need even more infrastructure to wrangle the LLM. It’s worse than the way the JavaScript ecosystem used to be!
Reading someone else’s code is challenging, but at least with a person you can ask them questions or debate.
I guess I’m just someone who finds reviewing someone else’s work tedious, though a necessary part of the job.

If you’re truly honest about wanting to improve your skills then do not use AI!
Just write code. Any code! It doesn’t matter. Spend the hours problem solving and debugging and banging your head against the wall. That’s how we all learned and gained experience. But also reach out and seek help about specific problems you can’t solve.
For a project idea, how about a program that uses the Lemmy API to scan resent posts for Python topics. It’s something that can start basic but can be expanded upon. Start simple by just scanning posts from the last day. Then expand by adding a configurable date range, scanning several communities, multiple topics, presenting notifications, etc.