It’s both, IMO from your brief comment, LLMs made you think it’s all troublesome endeavor because it outputs spaghetti code. No one likes hunting through spaghetti code and fixing it. Nobody wants to fill their plate with seconds immediately.
Mess around with a poc and try not using the LLM to get started (use a project scaffolding tool/code generator instead if you must). Start with some appetizers and a first course. Stop working on it even if you feel satisfied.
I like to try and get my pocs to a publishable state someone else can download and compile even if it’s wonky. That helps me bookend my work even if I don’t accomplish all the goals.
I most recently made a poc with nuklear ui and libuvc make a small app that displays my camera feed. I pushed it up, the camera frames have some green flicker but it works. I did more research and found out there are better libraries than libuvc for this kind of thing. Now I have another prototype to make for my ideas. And a base to clone if I need some starter template.