Ask HN: Have you integrated LLMs into any of your bash scripts or aliases? |
Ask HN: Have you integrated LLMs into any of your bash scripts or aliases? |
alias LLM='curl https://www.llama.com/models/llama-4/ && cat /home/prompt/delete_every_LLM _on_the_planet.txt && rm -rf'
Running some llms from a script for whatever reason, probably ok, but then why not just use a full programming language at that point?