Jan 29 · 5 min read · As AI/ML becomes a first-class citizen in modern applications, running models reliably, securely, and efficiently is no longer optional. Docker introduced Model Runner and Offload Containers to solve real-world AI deployment pain points. This blog pr...
Join discussion
Jan 14 · 5 min read · In the latest release, I finalized the integration of the OpenAI Go SDK into GoloScript, which allows you to write generative AI scripts with the ease and simplicity of GoloScript. This integration will let you use LLMs served by Docker Model Runner,...
Join discussionDec 31, 2025 · 7 min read · In this article, we will uncover an important part of the puzzle that no one speaks about; which is running your MCP server on AWS Lambda. Before we start Please ensure you are pro-efficient in one of the popular programming languages, such as; Go...
Join discussion
Dec 30, 2025 · 3 min read · TL;DR: Docker Model Runner represents a paradigm shift in local AI development, bringing the familiarity and reliability of Docker workflows to large language model inference. Unlike traditional containerized solutions, it runs models directly on the...
Join discussion
Dec 3, 2025 · 16 min read · In the field of conversational AI, an intent represents the user's goal or objective when formulating a request. For example, in a Dungeons & Dragons-style role-playing game, a player might express the intent/intention to "launch an attack" or "speak...
Join discussion
Sep 25, 2025 · 4 min read · Prerequisites: please read the previous post: Snippet Management and Generation with cagent An extremely interesting feature of cagent is the ability to have multiple agents interact with each other. This means you can define multiple agents in the s...
Join discussion
Sep 23, 2025 · 9 min read · Today, I'm going to tell you about cagent: it's a tool developed by Docker that allows you to easily create and run specialized AI agents. It serves as an engine for orchestrating multiple agents with different capabilities and tools, to solve comple...
LLamri commented
Sep 21, 2025 · 5 min read · Prerequisites: Having read the previous blog post First Contact with Genkit and Docker Model Runtime Having this model: ai/qwen2.5:0.5B-F16 (use the command docker model pull ai/qwen2.5:0.5B-F16) Introduction: what are Flows? Genkit "flows" are con...
Join discussion
Sep 11, 2025 · 7 min read · It's no secret that I have multiple "technological" addictions. Particularly Generative AI (mainly with Docker Model Runner) and the Go language. Last night, I discovered Genkit Go which is a Go SDK from Google to facilitate the development of genera...
Join discussion