Urgent.News

What's breaking now, across thousands of outlets.

AI

Taking Advantage of Gemini Managed Agents with Google Apps Script

Breaking the Limits of GAS with Direct Cloud-to-Cloud Streaming in Persistent Linux Sandboxes Abstract While Google Apps Script (GAS) is a powerful tool for Google Workspace automation, platform and computational constraints often limit its ability to handle advanced workloads. Gemini Managed Agents provide remote Linux sandboxes equipped with bash execution. This article introduces an…

Google Apps Script (GAS) excels at automating Google Workspace tasks, but its inherent limitations impede execution of demanding computational workloads. Gemini Managed Agents offer remote Linux sandboxes with bash execution, enabling developers to transcend GAS's constraints. This article outlines a method to merge GAS with these Linux sandboxes, allowing for high-throughput cloud automation.

Gemini Managed Agents provide remote Linux sandboxes that can autonomously execute code, run shell commands, and manage packages. While GAS is popular for automating Google Workspace workflows, its serverless nature and restricted runtime preclude execution of advanced tasks such as running native binaries, handling large file sizes, or using modern compilers and build tools.

The article introduces an architecture that combines GAS with Gemini Managed Agents, allowing developers to delegate complex tasks to a persistent Linux sandbox equipped with Python 3.12, Node.js 22, and standard Linux package managers. By streaming generated artifacts directly to Google Drive through the ggsrun CLI tool, this approach circumvents API payload limits, eliminates token overhead, and achieves high-throughput cloud automation.

The key benefits of this architecture include eliminating platform bottlenecks such as GAS's URL Fetch Response Limit, code execution output buffer truncation, rate limits, and CPU/memory overhead on GAS. By executing the Go CLI tool ggsrun directly within the Linux sandbox using a dynamically injected OAuth access token, the system can stream binary artifacts directly to Google Drive at speeds exceeding 2 MB/s.

This approach also significantly reduces input token consumption when bringing large datasets into the sandbox for processing, preventing rate-limit exhaustion. Additionally, sharing a single persistent Linux sandbox across multiple clients—such as Google Apps Script, local workstations, Python scripts, and CI/CD pipelines—dramatically reduces operational costs by eliminating redundant dataset uploads and initialization on each execution turn.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in AI

Japan Police Agency to Use AI to Thwart Lone Offenders; Seeks to Identify Social Media Posts Hinting at Danger

The National Police Agency plans to use generative AI to strengthen measures against “lone offenders,” individuals who become radicalized without belonging to any specific organization, according to…

  • National Police Agency to use generative AI to identify lone offenders.
  • AI to detect high-risk social media posts hinting at harm.
  • ¥8.98 billion allocated for AI expenses in upcoming fiscal year.

Indonesia Urges Workers to Build AI Skills as Jobs Evolve

Indonesia urges workers, including civil servants, to build AI skills as generative AI reshapes jobs, decision-making and the digital economy.

  • Indonesian Deputy Minister urges workers to acquire AI skills.
  • ILO reports one in four ASEAN workers at risk of job displacement due to AI.
  • Indonesian government proactively strengthens AI understanding and management.

We started writing docs for AI agents, not humans — and made it an open standard

Most people install our tools through an agent now We build a few developer products — an event-ledger database, an S3-compatible object store, and others.

  • Developers now install tools via AI agents, not browsers
  • Agent performance issues stemmed from inadequate documentation
  • documentation.ai.md created as separate, accurate product guide

The Same Model Debating Itself Was More Self-Critical Than Two Different Models

v0.2.1 RELEASED — Aug 28, 2026. Release notes · Field test report v0.2.1 Key Finding: DeepSeek+GPT (0.246 convergence, no Mistral) performed the same as GPT+GPT (0.273, homogeneous control).

  • A single model debating itself is more self-critical than two different models.
  • AdversarialDebate framework compared various model pairings.
  • Homogeneous model pairs outperformed heterogeneous pairs in debate quality.

More from Sunday 30 August →