Comment by serpix

Comment by serpix 20 hours ago

7 replies

Regarding using AI tools for programming it is not a one-for-all choice. You can pick a grunt work task such as "Tag every such and such terraform resource with a uuid" and let it do just that. Nothing to do with quality but everything to do with a simple task and not having to bother with the tedium.

autobodie 19 hours ago

Why use AI to do something so simple? You're only increasing the possibility that it gets done wrong. Multi-cursor editing wil be faster anyway.

  • barsonme 19 hours ago

    Why not? I regularly have a couple Claude instances running in the background chewing through simple yet time consuming tasks. It’s saved me many hours of work and given me more time to focus on the important parts.

    • dotancohen 18 hours ago

        > a couple Claude instances running in the background chewing through simple yet time consuming tasks.
      
      If you don't mind, I'd love to hear more about this. How exactly are they running the background? What are they doing? How do you interact with them? Do they have access to your file system?

      Thank you!

      • Philpax 17 hours ago

        I would guess that they're running multiple instances of Claude Code [0] in the background. You can give it arbitrary tasks up to a complexity ceiling that you have to figure out for yourself. It's a CLI agent, so you can just give it directives in the relevant terminal. Yes, they have access to the filesystem, but only what you give them.

        [0]: https://www.anthropic.com/claude-code

notnullorvoid 11 hours ago

With such tedious tasks does it not take you just as long to verify it didn't screw up than if you had done it yourself?