メインコンテンツへスキップ

Go

Talks & Events

Build a photo restoration app using Genkit Go and Nano Banana Pro

In this codelab, we are going to build GlowUp, a photo restoration tool. GlowUp uses AI to restore old, damaged, or black-and-white photos, creating high-quality 4K color images. You can use this tool to give a new life to your family photos, or even adapt it to restore damaged illustrations, drawings, paintings or other forms of images.

Vibe Code a 2D Game using Go and Gemini

This talk provides supporting material for a workshop focused on "vibe coding" a 2D game. It demonstrates how to build such a game using the Go programming language and the Gemini AI.

Making of GoDoctor: an MCP server for Go development

A deep dive into the design and implementation of GoDoctor, a specialized Model Context Protocol (MCP) server for Go. This talk explores how giving agents specialized tools can significantly improve their effectiveness and reliability.

How to Build an MCP Server with Go and Gemini CLI

Hands-on workshop on building and deploying a Model Context Protocol (MCP) server to extend the capabilities of the Gemini CLI, transforming it into a specialized development expert.

A Gopher's Guide to Vibe Coding

As vibe coding quickly becomes the new buzzword we Gophers could not be left out of this party. In this talk I'm going to share my experiences while developing testquery - a tool to extract information from Go tests - starting from product ideation to the implementation.

Hello, MCP World!

Keynote presentation introducing the Model Context Protocol (MCP), exploring its core concepts, architecture, and the building blocks used to create AI-enabled applications with Go.

Go for GenAI!

Keynote presentation at DevFest @ Bletchley Park 2025. Exploring the intersection of Go and Generative AI, demonstrating how to build robust, production-ready AI applications using the Go ecosystem.

How to Build an MCP Server with Go and Gemini CLI

Hands-on workshop on building and deploying a Model Context Protocol (MCP) server to extend the capabilities of the Gemini CLI, transforming it into a specialized development expert.

The Gopher's Craft in the Age of AI

The talk explores the evolving role of Gophers in the age of AI, focusing on extending language models with custom tools and integrating AI as a powerful extension of skills, using the Model Context Protocol (MCP) and live Go demonstrations.

Hello, MCP World!

Keynote presentation at The National Museum of Computing exploring the Model Context Protocol (MCP), its core architecture, and how AI agents and developer tooling are shaping the technical job roles of 2030.

A Gopher's Guide to Vibe Coding

As vibe coding quickly becomes the new buzzword we Gophers could not be left out of this party. In this talk I'm going to share my experiences while developing testquery - a tool to extract information from Go tests - starting from product ideation to the implementation.

Hello, MCP World!

Keynote presentation at GopherCon UK 2025. An introduction to the Model Context Protocol (MCP), exploring its core concepts, architecture, and the building blocks used to create AI-enabled applications with Go.

A Gopher's Guide to Vibe Coding

As vibe coding quickly becomes the new buzzword we Gophers could not be left out of this party. In this talk I'm going to share my experiences while developing testquery - a tool to extract information from Go tests - starting from product ideation to the implementation.

Production Ready 'Hello, World!'

Going beyond the basics to implement a 'hello world' API with production-grade documentation, logging, error handling, configuration, and testing.

Who test the tests?

An exploration of mutation testing in Go. Learn how to programmatically rewrite code to ensure your tests are actually catching bugs.

Articles

Go開発者のためのGemini:Geminiでコーディングする

· 23 分· loading · loading
エージェント・コーディング
「Go開発者のためのGemini」第2部。Goの高いエージェンティック親和性、Antigravityエコシステムの各サーフェス、実践的なAIネイティブ開発環境の構築手順を徹底解説します。

Gemini CLIで作るマッチ3アーケードゲーム

· 16 分· loading · loading
エージェント・コーディング
エージェンティック・コーディング、Gemini CLI、そしてGoを使って、完全動作するマッチ3ゲームを構築する方法を解説します。プランモードとカスタムサブエージェントの実践的な活用法を掘り下げます。

Genkit と Gemini 3 で古い写真に命を吹き込む

· 15 分· loading · loading
応用GenAI
Go、Genkit、そして Nano Banana Pro(Gemini 3 Pro Image)のネイティブ 4K 機能を活用して、高精細な写真復元ツールを構築する方法を解説します。

科学の力を借りてコーディングエージェントを改善する

· 13 分· loading · loading
エージェント・コーディング
AIエージェントの制御にはバイブスだけでなく科学が必要です。A/Bテストと統計的厳密さが、コーディングエージェントをどのように測定可能なエンジニアリング規律へと変えるかを解説します。

Hello, MCP World!:Goで始めるModel Context Protocol入門

· 14 分· loading · loading
エージェント開発
GopherCon UK 2025 での基調講演をベースに、Model Context Protocol(MCP)の基本概念、アーキテクチャ、そして Go で AI 対応アプリケーションを構築するためのビルディングブロック(Tools、Prompts、Resources)を詳しく解説します。

Speedgrapherの紹介:Vibe WritingのためのMCPサーバー

· 13 分· loading · loading
エージェント・コーディング
「Vibe Writing(バイブライティング)」のためのカスタムMCPサーバー「Speedgrapher」の開発ストーリー。個人のプロンプト集を、執筆やクリエイティブなプロセスを自動化・構造化するポータブルなAIツールキットへと進化させた道のりを紹介します。