• fuck_u_spez_in_particular@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 days ago

      So unreliable boilerplate generator, you need to debug?

      Right I’ve seen that it’s somewhat nice to quickly generate bash scripts etc.

      It can certainly generate quick’n dirty scripts as a starter. But code quality is often supbar (and often incorrect), which triggers my perfectionism to make it better, at which point I should’ve written it myself…

      But I agree that it can often serve well for exploration, and sometimes you learn new stuff (if you weren’t expert in it at least, and you should always validate whether it’s correct).

      But actual programming in e.g. Rust is a catastrophe with LLMs (more common languages like js work better though).

      • SynopsisTantilize@lemm.ee
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 day ago

        I use C# and PS/CMD for my job. I think you’re right. It can create a decent template for setting things up. But it trips on its own dick with anything more intricate than simple 2 step commands.