Blog Analyzer with Ollama
Today I vibe coded a small project with Gemini, which fetches all the entries from a WordPress blog, and then extracts core arguments and key facts from them. To my surprise, Gemini generates the code correctly in almost one-shot. I used Ollama locally with a gemma3:12b model for this project, because I like to have absolute privacy and don’t want to pay any token fees. Also, for simple tasks like this, a local LLM is good enough. ...