David Gageot
@dgageot.bsky.social
Chaotic French Speaker. Software Engineer at Docker.
Configure Docker Agent to use OVHCloud 's AI Endpoints in less than 2 minutes . Requires Docker Agent 1.95 for a smooth setup. Kudos @wilda.bsky.social !! blog.ovhcloud.com/discovering-... @docker.com
Discovering Docker Agent with AI Endpoints - OVHcloud Blog
Learn how to build multi-agent AI workflows with Docker Agent and OVHcloud AI Endpoints. Configure specialized agents, connect OpenAI-compatible models, and automate coding tasks.
blog.ovhcloud.com
Run LLMs locally. No cloud required. Docker Captain Pawel Piwosz has a new course on using Docker Model Runner to run, manage, and integrate local AI models into your applications. Get started: https://bit.ly/4ggjEpa
When we introduced Gordon, the goal wasn't to build another chatbot. It was to help developers get unstuck. Seeing users make Gordon part of their daily workflow & solve problems that other tools couldn't, tells us we're heading in the right direction. Have you tried Gordon? https://bit.ly/49RXyFH
Docker Agent 1.54 is out: redact_secrets scrubs credentials from tool calls and LLM messages, and the fetch toolset adds allowed_domains / blocked_domains for network policy. Plus /toolsets hot-reload and OSC 8 clickable terminal links. github.com/docker/docker-agent/releases/tag/v1.54.0
Release v1.54.0 · docker/docker-agent
This release introduces clickable terminal links, domain filtering for fetch operations, and enhanced toolset lifecycle management with configurable supervision profiles. What's New Makes markdown...
github.com
No task manager (mise, go-task, make...) do what I need. So I built on: github.com/dgageot/gogo. It's easy to use, supports mono-repos, interfaces with 1Password and is very lightweight.
New blog post: run #docker-agent securely inside a sandbox with #sbx + @docker.com Model Runner — no host access, fine-grained network policies, multiple agents side by side. #Docker #AI #DockerAgent #sbx k33g.org/20260403-doc...
Almost two years ago, I used Chat GPT to optimize a few DuckDb SQL queries. Results were usually better when I optimised them myself. Today, I took the same app and used Opus 4.6. Results are good 9 times out of 10. I did in 15 minutes what took me hours back then.
Bonne fête de l’aid à tous ceux qui le fêtent ☪️🎉 Aida wa pirozbe ☪️🎉 Aid mabrouk ☪️🎉
I’m very excited to share that I’m joining Docker as an Engineering Manager to work on Gordon, the AI assistant for the Docker ecosystem. Looking forward to contributing alongside a talented team to this next chapter!
Awesome post from Nuno that will take you through the journey of shipping Gordon, Docker’s AI assistant n9o.xyz/posts/202603...
Building Gordon: Docker's AI Agent
A behind-the-scenes look at building Gordon - Docker's AI agent. From choosing docker-agent as the runtime, to analyzing user questions, designing the UX, setting up evals, and building the right tool...
n9o.xyz
Gmail résume bien le conflit de la soirée :-) On se voit au GDG pour parler Docker Agent !
The announcement that NanoClaw can now be run in Docker Sandboxes just went live, and it's trending on Hacker News! Great conversation going here about running agents safely and using microVM isolation. Check it out → https://bit.ly/3PAfM73
You like cagent? You'll love github.com/docker/docke...! We renamed cagent to Docker Agent to show our commitment. Gordon, our AI assistant is 100% based on it and new shinny toys are in the making. It's packaged with Docker Desktop 4.63.0. Another advantage? Now you know how to pronounce it.
GitHub - docker/docker-agent: Agent Builder and Runtime by Docker Engineering
Agent Builder and Runtime by Docker Engineering. Contribute to docker/docker-agent development by creating an account on GitHub.
github.com
Tried watching a soccer game with my son on a Brazilian channel, with French radio commentary. Why? We don’t speak Portuguese; and the charm of a foreign language disappears when you hear about a goal 12 seconds before you see it. No solution on Google. So I coded this: github.com/dgageot/dela...
github.com
🍳 New blog post! Using @docker.com #cagent with Tiny Language Models & #Skills. I turned a 4b param local LLM into a cooking mentor using Docker Model Runner + #cagent skills. No cloud, no big model, just a small LLM with the right prompts & recipes. k33g.org/GRP-Coding%2...
k33g.org
k33g.org
AI agents don’t always understand containers. Gordon does. Now in beta, Gordon is Docker’s AI agent that works with your actual Docker environment - inspect logs, fix issues, generate Dockerfiles. Just run `docker ai` in Docker Desktop 4.61+ to get started. Learn more → https://bit.ly/46XgGAv
Can we do without Claude Code? I tested #cagent from @docker.com with gpt-oss-120b on OVH AI endpoints. First try on WebAssembly: big fail. Second try with "knowledge skills": it worked! 🎉 The key: feed your coding agent with examples & context. k33g.org/GRP-Coding%2...
k33g.org
k33g.org
🎥 Replay dispo ! Mon talk à la @cloudnativedays.fr est en ligne 🚀 Salle comble 🐳 @docker.com Bake, builds en parallèle + présentation des features ⚙️ Bake dans les outils de CI CD, App Python + CI as Code avec #dagger 👉 Lien en commentaire Merci à l’orga et à la communauté ❤️ #Docker #DevOps #GCP
Des parents qui ont leur enfant à l'ESILV ? De mon point de vue, cette école est catastrophique et je cherche des avis concordants ou contraires.
github.com/docker/cagent is Docker's open source Agent Builder and Runtime. Writing an agent's is great. But how do you make sure it's working well? 🤔 Use evals! cagent comes with built-in evals:💡 - Record a session with `/eval` - Replay your sessions, with an updated prompt, with `cagent eval`
github.com/docker/cagent is Docker's open source Agent Builder and Runtime. 🐳 Here's a daily tip just for you! Want to breeze through those Anthropic outages like it’s nothing? ⚠️ cagent supports fallback models for when a provider fails to respond. 🎉
github.com/docker/cagent is Docker's open source Agent Builder and Runtime. What's an AI Agent without Skills? 🐳 Here's a daily tip just for you! Your agent only needs this to support Skills. Whether it's Codex style Skills, Claude style or Agent Skills standard style, we got you covered!
github.com/docker/cagent is Docker's open source Agent Builder and Runtime. It's very customisable. Use it to build and share any kind of AI Agents. Not just Coding Agents! 🐳 Here's a daily tip just for you! An agent can have its own super fast local RAG in less than 10 lines of yaml.
I find myself comparing LLMs a lot and models.dev is a GREAT source of reference data but their UI is frustrating. So I built modles.dev It's more searchable, allow comparing models, works on a phone, allows copying ids and details with just a click. And it's fast!