Users who are completely mentally exhausted by Google's new product
Video

Users who are completely mentally exhausted by Google's new product

2026.03.11
Β·YouTubeΒ·by μ„±μ‚°/λΆ€μ‚°/μž‘λΆ€
#AI Agent#AI Development#CLI#Google Workspace#MCP

Key Points

  • 1Google recently released a new Workspace CLI designed primarily for AI agents, featuring a complex terminal interface and JSON-based commands, which initially perplexed human users.
  • 2This reflects a growing trend where companies and developers create "AI-friendly" tools like Machine-Consumable Programs (MCPs) and Command Line Interfaces (CLIs) to enable AI agents to easily interact with services.
  • 3CLIs are favored for AI due to AI's proficiency in terminal operations, offering advantages like API key management, dynamic command generation, and features like "recipes" and "dry runs" to enhance AI performance and reliability.

The Google Workspace CLI (GWS CLI) is a newly released command-line interface program designed to allow users to interact with Google services directly from their PC terminal. Unlike traditional GUI applications, GWS CLI operates purely through text commands, often requiring JSON syntax for execution. A peculiar characteristic is its dynamic command generation, where commands can change between executions. This design choice stems from a fundamental shift in software development: building tools primarily for AI agents rather than human users.

The emergence of AI agents for various tasks has led companies and individual developers to create "AI-first" programs. Early attempts included Meta-API-Command-Packs (MCPs) or "Skills," which provide an abstraction layer for AIs to interface with services. Examples include Line MCPs for message transmission or custom MCPs for querying retail inventory. However, these often presented challenges for AI agents, such as difficulty handling complex operations, performance degradation with extensive features, or general integration issues.

To overcome these limitations, the focus has shifted to CLI programs. Modern AI agents are highly proficient at terminal operations, making CLIs an ideal interface. GWS CLI exemplifies this approach, offering high accuracy for AI interactions and enhanced security by managing API keys internally, reducing exposure risks.

The core methodology of GWS CLI, when viewed from an AI-centric perspective, is its dynamic and adaptable command structure. Instead of a fixed set of commands, GWS CLI scans available Google services in real-time upon execution, generating context-specific commands. This allows for flexible interaction with a vast array of services (e.g., Gmail, Calendar, Drive, Sheets, Meet). The program is intentionally complex, with over 100 commands and intricate usage patterns, making it challenging for human users but well-suited for AI agents that can process and execute complex instructions efficiently.

For AI agents, GWS CLI can be integrated as a "skill," enabling automated workflows such as querying Google Calendar, extracting data from Google Sheets, sending emails, and scheduling Google Meet events. The design principles for AI-friendly CLIs, as highlighted, include:

  1. JSON-centric commands: Leveraging AI's proficiency with structured data by actively adopting JSON formats for commands.
  2. Self-service documentation: Instead of lengthy external guides, providing a command that returns relevant usage instructions to the AI.
  3. Concise returns: Minimizing token costs by returning only essential information.
  4. Hallucination mitigation: Incorporating features like a "dry run" mode, allowing AIs to test commands without actual execution, thereby reducing errors and "hallucinations" (incorrect outputs).

This trend reflects an "AI Gold Rush," where developers and companies are creating the "shovels" – i.e., tools and interfaces – that AI agents can effectively utilize, rather than just the end applications themselves.