Skip to content

Instantly share code, notes, and snippets.

View tanaikech's full-sized avatar

Kanshi TANAIKE tanaikech

View GitHub Profile
@tanaikech
tanaikech / submit.md
Last active January 21, 2026 07:53
Smart Stowage: Building a 3D Cargo Digital Twin with Gemini 3

Smart Stowage: Building a 3D Cargo Digital Twin with Gemini 3

Abstract

This article details the development of Smart Stowage Optimizer, a web-based digital twin for logistics that bridges the gap between physical safety and artificial intelligence. By integrating Gemini 3 Pro, the system solves the 3D Bin Packing Problem (3DBPP) using advanced spatial reasoning. Built with React 19 and Three.js, the application visualizes physics-aware load stability in real-time, offering a comparative analysis between traditional heuristic algorithms and modern generative AI agents.

Introduction

@tanaikech
tanaikech / submit.md
Created January 19, 2026 05:26
Bringing A2UI to Google Workspace with Gemini

Bringing A2UI to Google Workspace with Gemini

Abstract

This article explores implementing the Agent-to-User Interface (A2UI) protocol within Google Apps Script. It demonstrates utilizing Gemini's structured output to render secure, dynamic, server-driven UIs—like booking forms and event lists—directly inside Google Sheets, streamlining workflows without complex external infrastructure.

Introduction

@tanaikech
tanaikech / submit.md
Last active January 15, 2026 05:39
Seamless Integration of Google Workspace and Gemini API via External URLs

Seamless Integration of Google Workspace and Gemini API via External URLs

Abstract

The Gemini API now supports external file URLs, allowing developers to process data directly without uploading it first. This article demonstrates how to leverage this update to integrate Google Workspace resources—including Google Sheets, Docs, Slides, and Apps Script—into Gemini’s workflow, covering both public and secure private access methods.

Introduction

@tanaikech
tanaikech / submit.md
Created January 8, 2026 06:39
A2UI for Google Apps Script

A2UI for Google Apps Script

Abstract

This article demonstrates how to implement Google's A2UI (Agent-to-User Interface) using Google Apps Script (GAS). By porting official Python/TypeScript examples to GAS, we show how to create dynamic, AI-generated interfaces within Google Workspace, enabling flexible business automation and interactive user experiences without complex server infrastructure.

Introduction

@tanaikech
tanaikech / submit.md
Last active January 4, 2026 01:04
StackOverflow Trends 2026: The Structural Shift from Human Support to Generative AI

StackOverflow Trends 2026: The Structural Shift from Human Support to Generative AI

Published: January 3, 2026

Author: Kanshi Tanaike

Abstract

Analyzing StackOverflow data (2008–2026) reveals a massive activity decline post-ChatGPT. Using Google Apps Script as a case study, this report quantifies the migration from human support to AI. We explore how the platform is pivoting from a help desk to a critical verification layer for AI-generated code to prevent model collapse.

@tanaikech
tanaikech / submit.md
Last active January 10, 2026 02:07
Overcoming Tool Space Interference: Bridging Google ADK and A2A SDK via Google Apps Script

Overcoming Tool Space Interference: Bridging Google ADK and A2A SDK via Google Apps Script

Abstract

This article introduces a Google Apps Script-based Agent2Agent architecture to solve Tool Space Interference. While the provided demonstration utilizes a single server for testing purposes, the architecture is designed for distributed task execution. By running multiple category-specific A2A servers in parallel, users can achieve scalable, high-efficiency agent networks.

Introduction

@tanaikech
tanaikech / submit.md
Last active December 25, 2025 06:34
Nexus-MCP: A Unified Gateway for Scalable and Deterministic MCP Server Aggregation

Nexus-MCP: A Unified Gateway for Scalable and Deterministic MCP Server Aggregation

Abstract

Nexus-MCP resolves "Tool Space Interference" in Large Language Models by aggregating multiple MCP servers into a single gateway. Utilizing a strictly deterministic 4-phase workflow—Discovery, Mapping, Schema Verification, and Bridged Execution—it prevents context saturation and tool hallucinations, enabling the use of massive tool ecosystems without sacrificing reasoning accuracy.

Introduction

@tanaikech
tanaikech / submit.md
Last active December 11, 2025 05:43
Modularizing AI Agents: Integrating Google Apps Script Libraries with Gemini CLI and Antigravity

Modularizing AI Agents: Integrating Google Apps Script Libraries with Gemini CLI and Antigravity

Abstract

This article introduces a major update to gas-fakes enabling dynamic loading of Google Apps Script libraries. This enhancement allows developers to build modular, maintainable Model Context Protocol (MCP) servers. We demonstrate this by integrating sophisticated library-based tools with Gemini CLI and Google Antigravity for seamless Google Workspace automation.

Introduction

@tanaikech
tanaikech / submit.md
Created December 3, 2025 05:40
Power of Google Apps Script: Building MCP Server Tools for Gemini CLI and Google Antigravity in Google Workspace Automation

Power of Google Apps Script: Building MCP Server Tools for Gemini CLI and Google Antigravity in Google Workspace Automation

Abstract

This article demonstrates how to build Model Context Protocol (MCP) tools directly using Google Apps Script. By leveraging the gas-fakes CLI, developers can execute Google Apps Script locally to automate Google Workspace via Gemini CLI and Google Antigravity, streamlining development and eliminating the overhead of dynamic tool creation.

Introduction

@tanaikech
tanaikech / submit.md
Created December 1, 2025 01:21
A New Era for Google Apps Script: Unlocking the Future of Google Workspace Automation with Natural Language

A New Era for Google Apps Script: Unlocking the Future of Google Workspace Automation with Natural Language

Abstract

This article redefines Google Apps Script (GAS) as a central integration hub in the AI era. It introduces the forefront of Google Workspace automation, realized through the fusion of the Model Context Protocol (MCP), Agent2Agent (A2A), and the Gemini CLI ecosystem. I cover everything from data integration bridging local and cloud environments (RAG) and sandbox technologies for safely executing AI-generated GAS, to the coordination of autonomous agents on the newly released Google Antigravity. We will explore next-generation work styles and implementation methods where complex workflows are completed autonomously through simple natural language instructions.

Introduction