--- layout: blog title: Blog permalink: /blog/ ---

Go Micro Blog

News, updates, and tutorials for Go Micro

Tools as Services: Why Go Micro Was Always Ready for AI

May 30, 2026

The path from API gateway to MCP to LLM tools was shorter than you'd think — because services were always self-describing.

Read more →

Build Your Own AI Agent CLI in 150 Lines

May 30, 2026

A complete teardown of micro chat — how to build an LLM agent that discovers and orchestrates your services, with every line explained.

Read more →

micro chat: Talk to Your Services

May 29, 2026

Introducing micro chat — an interactive CLI that discovers your services, turns them into tools, and lets you orchestrate them through natural language.

Read more →

From Chat to Flows: What If Your Services Could Orchestrate Themselves?

May 29, 2026

Exploring the concept of LLM-powered service orchestration — what happens when micro chat becomes a persistent, event-driven flow engine.

Read more →

Atlas Cloud Sponsors Go Micro: 300+ AI Models, One Integration

May 28, 2026

Atlas Cloud joins as an official Go Micro sponsor, bringing 300+ AI models across text, image, and video to the framework's ai package.

Read more →

Your Microservices Are Already an AI Platform

March 5, 2026

How existing Go Micro services become agent-accessible with zero code changes. A walkthrough using the micro/blog platform as a real-world example.

Read more →

The Model Package: Client, Server, and Now Data

March 4, 2026

Go Micro now has a typed data model layer — define structs, get CRUD and queries, swap backends. Every service gets Client, Server, and Model.

Read more →

Developer Experience Cleanup: One Way to Do Things

March 4, 2026

Unified service creation, cleaner handler registration, and modular monolith support — the Go Micro DX overhaul.

Read more →

Agents Meet Microservices: A Hands-On Demo

March 4, 2026

Build three microservices and let an AI agent manage them with natural language — no glue code, no API wrappers, just Go comments.

Read more →

Building the AI-Native Future of Go Micro with Claude

March 4, 2026

How Anthropic's Claude Max sponsorship accelerated Go Micro's MCP integration — WebSocket transport, OpenTelemetry tracing, LlamaIndex SDK, and what's next.

Read more →

Making Microservices AI-Native with MCP

February 11, 2026

Expose go-micro services as AI tools with 3 lines of code using the Model Context Protocol. Make your microservices instantly accessible to Claude and other AI assistants.

Read more →

Introducing micro deploy

January 27, 2026

Deploy your Go Micro services to any Linux server with a single command. No Docker, no Kubernetes, no platform — just systemd.

Read more →