← Back to notes

Ollama Task Runner LinkedIn Summary

Introducing my local Ollama task runner improvements on LinkedIn.

Made my local Ollama task runner much more natural to use.

Now I can type things like: ollama run "run tests for auth"

ollama run "add a retry decorator to src/utils.py"

ollama run --dry-run "update src/api.py with a FastAPI endpoint"

Instead of rigid commands, it understands intent, routes safely, and lets me preview actions before anything risky runs.

Here is the GitHub link for anyone who wants to try it: https://lnkd.in/dhBdXm8Q

If you've been curious about using LLMs for vibe-coding projects, this is a nice way to experiment locally before committing to another subscription.