• bassomitron@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    7 days ago

    That’s a great way of putting it and definitely something I was guilty of doing when this stuff first emerged and I was experimenting with it.

    Nowadays, I only use our internal LLM to generate boilerplate or simple scripts that wouldn’t take me more than 5-10 minutes to write myself to save some tedium. I think that’s what most actual devs/admins do with it nowadays, if they interface with the tech at all.

    • ugo@feddit.it
      link
      fedilink
      arrow-up
      0
      ·
      7 days ago

      Which is doable with some snippet engine or simple file template and very minimal scripting to integrate that with your editor of choice.

      Not exactly a smart investment of trillion of dollars.

      • bassomitron@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        7 days ago

        Oh, 100%. I’m mostly a server admin these days, I don’t do much software dev stuff anymore. As such, it’s mostly powershell or python scripts. Using a dedicated IDE for fairly small scripts isn’t really needed .