• danielbln
    link
    fedilink
    410 months ago

    I mean, we’re talking curl here, I don’t think a lot of suffering of consequences is happening. And man pages are often also not a great resource, throw everything at you, often don’t contain examples. If I’m building an app that integrates curl or libcurl, oh yes I’m reading the doc. If I just need curl to do something quickly, the LLM output is perfectly fine.

    • CyclohexaneM
      link
      fedilink
      310 months ago

      I think you’re right, it is harmless for the most part. But one time I unintentionally overwrote a file using curl. It is definitely my own stupidity here though.

    • @maor@lemmy.org.il
      link
      fedilink
      110 months ago

      I’d be scared to perform POST/PUT with LLM-generated commands. For immutable calls I agree though