| ▲ | r3trohack3r 3 hours ago | |
I’m not sure I agree with this but maybe I just lack self awareness? 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. | ||