Comment Re:AI Slop (Score 1) 26
I have been working extensively through Claude Code, with usage paid by my job, and if you want anything mildly serious that isn't just webapp slop reinventing the same onboarding page over and over, it it takes poring over pretty much every single thing it produces to make sure it didn't just fuck it all up.
Hear hear! These are well spoken facts.
You have to handhold it at every step of the way, constantly build up validation pipelines.
And indeed here.
It's still worth it to me
And surprisingly...here too.
For all its faults, I too find myself using it constantly. Mainly because it allows me the freedom to "try it and see" for certain design decisions or to apply a blanket refactoring to old code bases that no other refactoring tool could possibly do. Or to just crank out scripts that technically work and get you the parsed results you need but you'd never try to maintain beyond the immediate need.
Those, and others, are the reasons I still use it daily...increasingly so. I can have it bang out that script to do "whatever" is needed at the time (usually data analytics or dataset transforms or whatever). Scripts I might not have ever written on my own because it would just take too long and so instead of digging deeper into "whatever" at the time to cross check and validate assumptions, I might have just assumed.
This tooling allows me to do things I wouldn't have before. It allows me to try patterns and see how they play out without any real fear of wasting my time because it's being done FAR quicker than I would have. And in the end, I have a set of options to consider rather than just picking something up front and pushing through the grind to make it the chosen way.
But pointing it to a bug and blindly submitting that trash output...ZERO chance. Even if it works, and honestly, often it does, it's almost ALWAYS complete trash code. I can bound that trash output with more specific prompts, yes. And this does work reasonably well...but you pretty quickly get to a point where you've spent about as much time crafting those fancy prompts in that case as you might have spent just writing the code yourself.
The more specific and structured you want the output, the longer it takes to get it. It can be fast or right, but not both.