#golang
Read more stories on Hashnode
Articles with this tag
The answer is yes · Introduction The announcement of DeepSeek-R1 in January made headlines. This announcement even had a significant impact on the stock...
I recently led a workshop on developing LLM-based RPG game tools. One tool was designed to generate random character names based on their in-game race...
How to analyse remote source code thanks to Ollama and the MCP protocol · Introduction In the previous blog post, we saw how to create our own MCP server...
For this first article of 2025, I'll keep it short and answer a question I'm often asked: "Are these small LLMs really useful?" The short answer is...
Prerequisites You should have read the previous article, Developing Generative AI Applications in Go with Ollama, to understand the basics of using...
First Contact · Today, we'll discuss RAG (Retrieval Augmented Generation). This is a way to provide knowledge that an LLM (Large Language Model) doesn't...