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

Ai

Talks & Events

State of Agentic Coding

Google I/O Extended London 2026 • 2026/06/13 • London, UK
Google Cloud Summit Nordics 2026 • 2026/06/03 • Stockholm, Sweden
An exploration of the current landscape and future directions of AI agents in software engineering. This talk covers the transition from simple code completion to autonomous agents that can plan, execute, and debug complex tasks.

Making of GoDoctor: an MCP server for Go development

FOSDEM 2026 • 2026/02/01 • Brussels, Belgium
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.

Tech Talk: Diagnostic agent using Gemini and OSQuery

AICamp London • 2026/01/22 • London, UK
Inspired by the "computer" in Star Trek, in this talk we are going to create a natural language diagnostic agent that can answer questions about your computer, from asking the number of cores and amount of memory installed to running a "Level 1 Diagnostic Procedure". This AI agent will be built step by step using Python, Vertex AI, Gemini and OSQuery.

The Gopher's Craft in the Age of AI

GoLab 2025 • 2025/10/06 • Florence, Italy
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.

How to create a diagnostics agent using Gemini and OSQuery

DevFest Scotland 2025 • 2025/11/29 • Edinburgh, UK
BiznagaFest 2025 • 2025/10/25 • Malaga, Spain
TDC Sao Paulo 2025 • 2025/09/17 • Sao Paulo, Brazil
Inspired by the "computer" in Star Trek, in this talk we are going to create a natural language diagnostic agent that can answer questions about your computer, from asking the number of cores and amount of memory installed to running a "Level 1 Diagnostic Procedure".

How to Build an MCP Server with Go and Gemini CLI

DevFest London 2025 • 2025/11/22 • London, UK
DevFest @ Bletchley Park 2025 • 2025/11/15 • Bletchley Park, UK
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

DevFest Birmingham 2025 • 2025/11/21 • Birmingham, UK
GopherCon South Africa 2025 • 2025/08/06 • Online
GopherCon UK 2025 • 2025/08/15 • London, UK
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!

DevFest @ Bletchley Park 2025 • 2025/11/16 • Bletchley Park, UK
GopherCon UK 2025 • 2025/08/14 • London, UK
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.

Go for GenAI!

DevFest @ Bletchley Park 2025 • 2025/11/15 • Bletchley Park, UK
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.

Gemini 2.x for Developers

WeAreDevelopers World Congress 2025 • 2025/07/09 • Berlin, Germany
Hands-on workshop on building and deploying applications with the latest Gemini 2.x models, covering multimodal capabilities, tool use, and best practices for developer workflows.

Articles

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

·1 分· loading · loading
ai & development workflow & best practices agent ai golang mcp vibe-coding gemini-cli
AIエージェントの制御にはバイブスだけでなく科学が必要です。A/Bテストと統計的厳密さが、コーディングエージェントをどのように測定可能なエンジニアリング規律に変えるかを解説します。

Taming Vibe Coding: エンジニアのためのガイド

·4 分· loading · loading
workflow & best practices vibe-coding ai mcp gemini-cli jules
AIのスピードを、混乱なしに手に入れましょう。エンジニアリングの基本を適用して、構造化され、安全で、長持ちするコードを維持する方法を解説します。

ADK、Ollama、SQLite を使用してオフライン Agent を構築する方法

·7 分· loading · loading
ai & development ai python tutorial rag gemini adk
AI agent を完全にオフラインにする方法を学びます。クラウドモデルを Ollama 経由のローカル Qwen 2.5 に置き換え、SQLite と sqlite-rag を使用して Osquery の schema と pack をクエリするためのローカル RAG ナレッジベースを構築する手順を説明します。

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

·2 分· loading · loading
workflow & best practices golang gemini-cli mcp ai vibe-coding
「Vibe Writing」のためのカスタムMCPサーバーであるSpeedgrapherの物語。個人のプロンプト集を、創造的なプロセスを自動化し構造化するためのポータブルなAI搭載ツールキットに変える旅路を詳述します。

GoDoctorの構築:Gemini CLIとGoでMCPサーバーを作成する

·2 分· loading · loading
ai & development golang gemini-cli mcp ai codelab tutorial
Model Context Protocol(MCP)とGemini CLIを使用して、AI搭載のGo開発アシスタントであるGoDoctorを構築した方法のステップバイステップガイド。