I really want to use AI like llama, ChatGTP, midjourney etc. for something productive. But over the last year the only thing I found use for it was to propose places to go as a family on our Hokaido Japan journey. There were great proposals for places to go.

But perhaps you guys have some great use cases for AI in your life?

  • @hollyberries@programming.dev
    link
    fedilink
    1024 days ago

    I use it to generate code documentation because I’m incapable of documenting things without sounding like a condescending ass. Paste in a function, tell it to produce docstrings and doctests, then edit the hell out of it to sound more human and use actual data in the tests.

    Its also great for readmes. I have a template that I follow for that and only work on one section at a time.

    • bobburger
      link
      fedilink
      224 days ago

      I use it for exactly the same thing.

      I used to spend hours agonizing over documenting things because I couldn’t get the tone right, or in over explained, or some other stupid shit.

      Now I give my llamafile the code, it gives me a reasonable set of documentation, I edit the documentation because the LLM isn’t perfect, and I’m done in 10 minutes.

      • Over-explaining is my biggest issue. I’m entirely self taught and the trash quality of certain softwares with non-descriptive variable and function names sort of steered me towards clearly naming things (sometimes verbosely). That has the unfortunate side effect of repetition when documenting and it comes across as sarcastic or condescending when proofreading.

        Its far easier to have a machine do it than to second-guess every sentence.

        You mentioned a llamafile, is that offline? I’m using GPT-4 at the moment because my partner has a subscription. If so, I maaaay have to check it out ^^

        • bobburger
          link
          fedilink
          324 days ago

          Llamafile runs entirely on your machine. The largest one I can run locally is Mistral-7B and Wizardcoder 13B. They seem to be on par with chatgpt-3, but that’s okay for my purposes.

    • @averyminya@beehaw.org
      link
      fedilink
      223 days ago

      Its also great for readmes. I have a template that I follow for that and only work on one section at a time.

      Templates in sections are somewhere where it shines. I set up a template for giving information about a song – tempo, scales used and applicable overlapping ones, and other misc stuff. It’s really nice for just wanting to get going, it’s yet to be inaccurate. It’s quite nice, having a fast database that’s mostly accurate. I do scrutinize it, but honestly even if it were to be wrong one day, it’s just music and the scale being “wrong” can only be so wrong anyhow.