I recently set up a LLM to run locally on my desktop. Now that the novelty of setting it up and playing with different settings has worn off, I’m struggling to come up with actual uses for it. What do you use it for when not doing work stuff?

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

    Coding.

    The other day I needed to set up a node service with an HTML front-end that allows me to upload files from a browser that end up on my machine hosted in a docker container. Something like this would take me the better part of a day to complete. Through a series of prompts I got what I needed deployed in less than an hour.

    Then unit tests. Sometimes all I need is good code coverage and since it’s just tests you can verify the quality of the generated code if it runs and covers the lines you want. I’ve saved a ton of hours of tedious code coverage work this way.