• A_Union_of_Kobolds@lemmy.world
    link
    fedilink
    arrow-up
    22
    arrow-down
    3
    ·
    edit-2
    2 months ago

    AI is very very neat but like it has clear obvious limitations. I’m not a programmer and I could tell you tons of ways I tripped Ollama up already.

    But it’s a tool, and the people who can use it properly will succeed.

    I’m not saying ita a tool for programmers, but it has uses

    • Susaga@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      10
      arrow-down
      1
      ·
      2 months ago

      Funny. Every time someone points out how god awful AI is, someone else comes along to say “It’s just a tool, and it’s good if someone can use it properly.” But nobody who uses it treats it like “just a tool.” They think it’s a workman they can claim the credit for, as if a hammer could replace the carpenter.

      Plus, the only people good enough to fix the problems caused by this “tool” don’t need to use it in the first place.

      • CeeBee_Eh@lemmy.world
        link
        fedilink
        arrow-up
        4
        arrow-down
        2
        ·
        2 months ago

        But nobody who uses it treats it like “just a tool.”

        I do. I use it to tighten up some lazy code that I wrote, or to help me figure out a potential flaw in my logic, or to suggest a “better” way to do something if I’m not happy with what I originally wrote.

        It’s always small snippets of code and I don’t always accept the answer. In fact, I’d say less than 50% of the time I get a result I can use as-is, but I will say that most of the time it gives me an idea or puts me on the right track.

    • De Lancre@lemmy.world
      link
      fedilink
      arrow-up
      3
      arrow-down
      1
      ·
      2 months ago

      This. I have no problems to combine couple endpoints in one script and explaining to QWQ what my end file with CSV based on those jsons should look like. But try to go beyond that, reaching above 32k context or try to show it multiple scripts and poor thing have no clue what to do.

      If you can manage your project and break it down to multiple simple tasks, you could build something complicated via LLM. But that requires some knowledge about coding and at that point chances are that you will have better luck of writing whole thing by yourself.