1 pointby detectivestory17 days ago2 comments
  • reify17 days ago
    I just made one up

    alias LLM='curl https://www.llama.com/models/llama-4/ && cat /home/prompt/delete_every_LLM _on_the_planet.txt && rm -rf'

    • detectivestory17 days ago
      fun! While they are not great for everything, I find they can be useful for doing work with images locally. For instance, if you have 1000 unsorted holiday photos you want to sort into different categories etc.
  • verdverm17 days ago
    I would definitely not add LLMs to scripts used for automation, as that makes it unpredictable

    Running some llms from a script for whatever reason, probably ok, but then why not just use a full programming language at that point?