• circuitfarmer
    link
    fedilink
    1311 days ago

    I don’t disagree with this hot take. But the major difference is the sheer resources needed to have an LLM in place of a “do one thing right” utility like sed. In that sense, they are incomparable.

    • @[email protected]
      link
      fedilink
      1011 days ago

      I think they’re arguing for having the LLM generate the regex. And I certainly would not trust an LLM to do that right.

      • NatanoxOP
        link
        fedilink
        English
        911 days ago

        Yeah, it’s way more sensible to use some of the available regex utilities like this. Although it’s always funny to see what an LLM comes up with.

    • @[email protected]
      link
      fedilink
      3
      edit-2
      11 days ago

      I mean fair.

      I guess the caveat here should be fucking learn regex first, lmao.

      Don’t use it works not necessary. Google is probably still better if you’re looking for regex for an email or something like that

      And also don’t just rely on its answer for prod.