Go Micro Blog

News, updates, and tutorials for Go Micro

How Go Micro Builds Itself

June 25, 2026

Go Micro is increasingly built by an autonomous loop of two AI agents — Codex writing scoped increments, Claude Code orchestrating, the human setting direction. Here's how the loop actually works, including the parts that broke.

Read more →

Go Micro is an Agent Harness

June 24, 2026

The first wave of agent frameworks put a model in a loop. The harder problem is operating that loop — tools, state, guardrails, recovery, observability, interop — and that's what Go Micro is: the harness around the agent, built from the stack you already deploy.

Read more →

Building a Support Agent in Go

June 19, 2026

A real thing you can build with Go Micro: a support desk where a customer ticket triggers an agent that looks up the customer, sets priority, and replies — with a human-in-the-loop gate on the one action that touches a customer.

Read more →

Agents Across Frameworks: A2A

June 18, 2026

Go Micro agents already call each other over RPC. Now they speak the Agent2Agent protocol too — reachable by, and able to reach, agents built on any framework. Cards are generated from the registry, the same way the MCP gateway derives tools.

Read more →

Durable Workflows

June 17, 2026

An event-driven workflow runs for minutes and has side effects partway through — it reserved stock, it charged a card. When the process dies mid-run, re-running from the top does it all again. Go Micro flows are now ordered, checkpointed steps that resume where they stopped.

Read more →

Agent Guardrails

June 16, 2026

An autonomous agent fails in mundane ways — it loops, it runs away, it takes an action it shouldn't. Go Micro separates orchestration from execution safety, and gives every agent three guardrails at the point where tools actually run.

Read more →

Integrating x402: Payments for Agents

June 15, 2026

Agents that act on their own eventually need to pay on their own. Go Micro now speaks x402 — the HTTP 402 payment standard — so a tool can require a stablecoin payment and an agent can settle it, with the chain pluggable behind a facilitator.

Read more →

When the Event Is the Prompt

June 15, 2026

Most agents wait for a human to type something. The useful ones don't — they run because something happened in the system. A Flow turns an event into the prompt, and an agent acts on its own.

Read more →

Doubling Down on Agents

June 10, 2026

Go Micro made services easy by being opinionated, batteries-included, and pluggable. We're applying the same model to agents — a model, memory, and tools that compose like a service does.

Read more →

The Evolution of Microservices

June 8, 2026

From the scaling pressures that produced microservices, through Kubernetes and the service mesh, to AI agents — fifteen years of evolution, what actually endured, and why the future belongs to agents.

Read more →

Not Everything Should Be an Agent

June 8, 2026

We spent two posts on agents that plan and delegate. Here's the other half: when the path is known, you want a workflow — predictable, event-driven, deterministic. In Go Micro they're the same building blocks, two modes.

Read more →

Agents That Plan and Delegate

June 7, 2026

An agent shouldn't just react tool by tool. It should form intent — plan what it's doing — and direct intent — delegate what it shouldn't do itself. Go Micro now gives every agent both, as plain tools.

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 →

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 →