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

Go Micro Blog

News, updates, and tutorials for Go Micro

Introducing micro.NewAgent()

June 5, 2026

Agent is now a first-class abstraction in Go Micro — alongside Service and Flow. Build intelligent agents that manage your services in Go.

Read more →

Agents for Services: A New Model for Microservices

June 4, 2026

What if every service had an agent responsible for it? Not embedded in the service, but created to manage its lifecycle. A design for distributed AI agents on top of microservices.

Read more →

Going All In on AI

June 4, 2026

Go Micro started as a microservices framework. It's becoming the way you build software that AI agents can use. Here's why we're making that bet.

Read more →

From Prompt to Production: AI-Generated Microservices That Actually Run

June 3, 2026

One command generates real services with business logic, compiles them, starts them, and lets you talk to them. When you need more, the agent builds new services mid-conversation.

Read more →

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 →