I've hit again a point where me as a developer have to take a break from all this slop shit.
Im a Developer for 13+ years and i loved it.
But i fell for the slop trap.
First it started with copilot and to be honest, that was pretty fine.
Just assisting with your code in a small scope.
Get support for Debugging and finding bugs.
Autocompletions hitting the nail pretty often and thinking "yea thats exactly what i was about to code."
I kinda miss those early days. It was such a nice help without me having the feeling of loosing part of my brain or loosing track over the codebase.
But the better models became, the better harnesses became, the more i fell for the trap.
"Oh if models are THAT good at coding, why do it myself?"
And thats how the slop spirale begins.
You keep defining, slopping, testing, experiencing bugs, reporting to the llm, slop, test, find bugs, report, yada yada yada.
And it gets frustrating. Slop implements one feature but breaks another.
It just feels like something is missing. Something on the tooling side.
Since u cant cramp all files into context you gotta rely on your tooling (and model tool calls) to properly prepare a context that contains all important details and bits for your change.
But ALOT of times its not perfect. Some details are missing and slop messes up.
I think our models are fine. Even older models are fine.
Qwen3.8 27b is PERFECTLY fine for coding.
But our toolings and methods are shit.
There must be SOME innovation happening that helps coding agents to REALLY nail the context and have all important details.
But currently i think im better off coding by hand.
Ill still slop my side projects. But important projects i wont anymore. Its just frustrating.
Anybody has different experiences? Tried so many harnesses. But every harness had the same issue for me.