Not for me.
My head is in exactly the same place as coding - deep technical connection to the mental model of what is being built.
I agree completely. Maybe binge vibe coding is "management" or "leadership" but for actually building production applications all the classic low-level concerns still apply. VIM keybindings didn't change that, autocomplete and syntax highlighting didn't change that, and having an LLM write the actual lines of code doesn't change that.
Delegation can still mean deep technical connection to the code, just without needing to write the code itself.
I feel like I'm the crazy one these days for using LLMs as tools. I don't write code anymore, but I still do the same level of engineering. I get fantastic results with minimal slop, and I feel it's because I still use my goddamn brain and engineering skills.
The way I use LLMs seems to be most analagous to the way vibecoder's LLMs use subagents. They exist to solve a bounded task or to write specific code in support of the engineering model in my head. I intentionally never did much research into how others were using LLMs before starting myself, and it seems like that was a good thing. It seems like the majority of people have given up on thought and just slam "do my job with no mistakes or hallucinations" into a prompt and then get confused and angry when it doesn't work. Or worse, don't check if it worked and ship anyway.
> deep technical connection to the mental model of what is being built.
/wayfinder: Nothing is too big to plan anymore
https://www.youtube.com/watch?v=F3lL98Pj90o
The /wayfinder Demo
These days I have a good intuition as to where an agent can actually do what I want as opposed to creating spaghetti. The best analogy I have come up with is that LLMs are like water and will take the shape of the bowl you build.
The upside is that there's way more water than bowl. The catch is that you have to be the type of person who could build the bowl in the first place.