|
|
|
|
|
by s_tec
12 hours ago
|
|
It seems to be a general principle: If AI is better than you at something, you use it. If AI is worse than you, you don't. Each time the frontier models get better, I see another wave of AI doubters suddenly become believers. People say things like, "AI couldn't code last year, but now I use it for everything!" Interesting. Now we know how that the person who said this has the coding skills of a Claude Opus 4.5 or whenever the frontier was when they flipped. Meanwhile, the rest of us keep using AI as simple tools, like the person in the article. I wonder how long it will take before computers can program better than me, and I flip too. |
|
There are large portions of my codebases that are essentially extremely verbose grunt work. My UI stack, IaC YAML, thin CRUD routes, etc.
I know what the code is supposed to look like when it’s done being written, but it’s going to take me for freaking ever to type it all out.
I can just few shot it now in an hour. Plan -> feedback loop -> build -> review loop.
Does it try to do weird stuff? Yeah. And then I’m just like “that’s weird, no, the components should be broken up like XYZ” and then it’s not weird anymore. Occasionally (1% of the time) I just do a quick refactor myself instead of trying to tell the agent harness what to do.
I can get something fairly close to the ballpark of what I would have done but in like single digit percentage of the time.
And the result is that I can spit out a bunch of purpose built tools (personal tools, internal tools for teams, etc.) that I never would have been able to justify building otherwise.