Prompting Large Language Models In Bash Scripts
I’ve been experimenting with using LLMs locally for generating datasets to test Harper against.
I might write a blog post about the technique (which I am grandiosely calling “LLM-assisted fuzzing”), but I’m going to make you wait.
I’ve written a little tool called ofc that lets you insert Ollama into your bash scripts.
I think it’s pretty neat, since it (very easily) lets you do some pretty cool things.
For example, you can swap out the system prompt, so if you want to compar...
Read more at elijahpotter.dev