• Flamekebab@piefed.social
    link
    fedilink
    English
    arrow-up
    6
    ·
    3 days ago

    I use an LLM to do stuff that I find tedious and can easily verify to be correct (e.g. creating arguments for a script using argparse), or turning something from a table in a PDF into a Python list. My experiments trying to get any level of reliability for more complex tasks have been infuriating failures. They invent parameters and functionality that doesn’t exist, swear blind that something is true but can’t provide accurate references (or provide references that directly contradict what they just said), and so on.

  • PushButton@lemmy.world
    link
    fedilink
    arrow-up
    19
    ·
    4 days ago

    The amount of time the “AI” is saving me is well reimbursed, maybe twice, by the time I am wasting when that “AI” is bullshitting me.

    At the end of the day, it isn’t worth the frustration.

    • sip@programming.dev
      link
      fedilink
      arrow-up
      3
      ·
      edit-2
      4 days ago

      yep. you gotta be super explicit in what you don’t want.

      edit: and tell it to google if the first answer is weird, so the next one is “informed”. otherwise it halucinates into oblivion

  • enemenemu@lemm.ee
    link
    fedilink
    arrow-up
    20
    ·
    edit-2
    4 days ago

    Unfortunately, the article does not write about how people use it.

    I use it to skip reading docs. Either it works, or I read the docs, sometimes in parallel, whatever is faster.

    Oftentimes I just forgot how some function is called.

    I’m still in the testing phase and in more than 50% of the cases its crap. Halizination is a real problem with those models that I’ve used.

  • gigglybastard@lemmy.world
    link
    fedilink
    arrow-up
    7
    ·
    4 days ago

    I just use it instead of stack overflow when you’re working with a new technology or framework

    like, write basic example for X in Y

    and then just rewrite what it spews out

    but i have never said “write me function to do X” and kept it as is because it’s usually just garbage code