• ripcord@lemmy.world
      link
      fedilink
      arrow-up
      95
      arrow-down
      1
      ·
      1 year ago

      With clear requirements and outcome expected

      Why did no one think of this before

      • wtckt@lemm.ee
        link
        fedilink
        arrow-up
        15
        arrow-down
        1
        ·
        1 year ago

        Who does that? What if they do everything right and it doesn’t work and then it turns out it’s my fault?

      • zerofk@lemm.ee
        link
        fedilink
        arrow-up
        15
        ·
        edit-2
        1 year ago

        Randall Munroe. You may know him from such gems as xkcd 3472 and 6548.

      • aeshna_cyanea@lemm.ee
        link
        fedilink
        arrow-up
        8
        arrow-down
        2
        ·
        1 year ago

        Web browsing 101: if you see a hyperlink on social media, you can click on it and then look around to see if it contains more links with useful information, often in the header or footer of the page. Here I found one for you: https://xkcd.com/about/

        • Shareni@programming.dev
          link
          fedilink
          arrow-up
          4
          arrow-down
          2
          ·
          1 year ago

          Human communication 101: sometimes humans ask a question without expecting an answer, it’s called a rhetorical question

        • And009@lemmynsfw.com
          link
          fedilink
          English
          arrow-up
          2
          arrow-down
          4
          ·
          1 year ago

          Sorry, I assumed this was a place of discussion and conversation. You can either be helpful or don’t, it’s generally considered a dick move to taunt while being helpful.

  • Appoxo@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    1 year ago

    I wrote a shell script like this (it admin , notna dev) for private use.
    The prompt took me like 5 hours of rewriting the instructions.
    Don’t even know yet if it works (lol)

    • peoplebeproblems@midwest.social
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 year ago

      The core language model isn’t a nueral network? I agree that the full application is more Markov chainy but I had no idea the LLM wasn’t.

      Now I’m wondering if there are any models that are actual neutral networks

      • kn0wmad1c@programming.dev
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        6
        ·
        1 year ago

        I’m not an expert. I’d just expect a neural network to follow the core principle of self-improvement. GPT is fundamentally unable to do this. The way it “learns” is closer to the same tech behind predictive text in your phone.

        It’s the reason why it can’t understand why telling you to put glue on pizza is a bad idea.

        • frezik@midwest.social
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          “Improvement” is an open ended term. Would having longer or shorter toes be beneficial? Depends on the evolutionary environment.

          ChatGPT does have a feedback loop. Every prompt you give it affects its internal state. That’s why it won’t give you the same response next time you give the same prompt. Will it be better or worse? Depends on what you want.

    • frezik@midwest.social
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      I’ve played with markov chains. They don’t create serious results, ever. ChatGPT is right just often enough for people to think it’s right all the time.