Tag: Docker Model Runner

  • Docker: Build a Recipe AI Agent with Koog and Docker

    Source URL: https://www.docker.com/blog/build-a-recipe-ai-agent-with-koog-and-docker/ Source: Docker Title: Build a Recipe AI Agent with Koog and Docker Feedly Summary: Hi, I’m Philippe Charriere, a Principal Solutions Architect at Docker. I like to test new tools and see how they fit into real-world workflows. Recently, I set out to see if JetBrains’ Koog framework could run with Docker…

  • Docker: GenAI vs. Agentic AI: What Developers Need to Know

    Source URL: https://www.docker.com/blog/genai-vs-agentic-ai/ Source: Docker Title: GenAI vs. Agentic AI: What Developers Need to Know Feedly Summary: Generative AI (GenAI) and the models behind it have already reshaped how developers write code and build applications. But a new class of artificial intelligence is emerging: agentic AI. Unlike GenAI, which focuses on content generation, agentic systems…

  • Docker: Docker Unveils the Future of Agentic Apps at WeAreDevelopers

    Source URL: https://www.docker.com/blog/wearedevelopers-docker-unveils-the-future-of-agentic-apps/ Source: Docker Title: Docker Unveils the Future of Agentic Apps at WeAreDevelopers Feedly Summary: Agentic applications – what actually are they and how do we make them easier to build, test, and deploy? At WeAreDevelopers, we defined agentic apps as those that use LLMs to define execution workflows based on desired goals…

  • Docker: Powering Local AI Together: Docker Model Runner on Hugging Face

    Source URL: https://www.docker.com/blog/docker-model-runner-on-hugging-face/ Source: Docker Title: Powering Local AI Together: Docker Model Runner on Hugging Face Feedly Summary: At Docker, we always believe in the power of community and collaboration. It reminds me of what Robert Axelrod said in The Evolution of Cooperation: “The key to doing well lies not in overcoming others, but in…

  • Docker: AI-Powered Testing: Using Docker Model Runner with Microcks for Dynamic Mock APIs

    Source URL: https://www.docker.com/blog/ai-powered-mock-apis-for-testing-with-docker-and-microcks/ Source: Docker Title: AI-Powered Testing: Using Docker Model Runner with Microcks for Dynamic Mock APIs Feedly Summary: The non-deterministic nature of LLMs makes them ideal for generating dynamic, rich test data, perfect for validating app behavior and ensuring consistent, high-quality user experiences. Today, we’ll walk you through how to use Docker’s Model…

  • Docker: Build a GenAI App With Java Using Spring AI and Docker Model Runner

    Source URL: https://www.docker.com/blog/build-genai-app-with-java-spring-ai-docker-model-runner/ Source: Docker Title: Build a GenAI App With Java Using Spring AI and Docker Model Runner Feedly Summary: When thinking about starting a Generative AI (GenAI) project, you might assume that Python is required to get started in this new space. However, if you’re already a Java developer, there’s no need to…

  • Docker: Docker Brings Compose to the Agent Era: Building AI Agents is Now Easy

    Source URL: https://www.docker.com/blog/build-ai-agents-with-docker-compose/ Source: Docker Title: Docker Brings Compose to the Agent Era: Building AI Agents is Now Easy Feedly Summary: Agents are the future, and if you haven’t already started building agents, you probably will soon. Across industries and use cases, agents can act on our behalf, and offload repetitive work, because they can…

  • Docker: Building an Easy Private AI Assistant with Goose and Docker Model Runner

    Source URL: https://www.docker.com/blog/building-an-ai-assistant-with-goose-and-docker-model-runner/ Source: Docker Title: Building an Easy Private AI Assistant with Goose and Docker Model Runner Feedly Summary: Goose is an innovative CLI assistant designed to automate development tasks using AI models. Docker Model Runner simplifies deploying AI models locally with Docker. Combining these technologies creates a powerful local environment with advanced AI…

  • Docker: Behind the scenes: How we designed Docker Model Runner and what’s next

    Source URL: https://www.docker.com/blog/behind-the-scenes-how-we-designed-docker-model-runner-and-whats-next/ Source: Docker Title: Behind the scenes: How we designed Docker Model Runner and what’s next Feedly Summary: The last few years have made it clear that AI models will continue to be a fundamental component of many applications. The catch is that they’re also a fundamentally different type of component, with complex…