Featured image of post Using AI tools for coding: good or bad?

Using AI tools for coding: good or bad?

Every now and then, my Mastodon or LinkedIn timelines are full of messages either praising or condemning the use of AI tools for coding. Are they good or bad then? As usual I think the truth is in the middle, or to be more precise: it depends on how you use them.

Featured image of post Ollama: running Large Language Models locally

Ollama: running Large Language Models locally

Ollama is a tool to run Large Language Models locally, without the need of a cloud service. Its usage is similar to Docker, but it's specifically designed for LLMs. You can use it as an interactive shell, through its REST API or using it from a Python library.