Business Wire
BusinessEli Lilly’s reported $2.9B Merida acquisition sparks M&A chatter as SLS and IBRX rebound after AugustThe Apex TimesBusinessElon Musk’s chip preference spotlights Nvidia’s edge over AMD, but investors still watch executionThe Apex TimesBusinessTesla shares outpaced Rivian and Chinese EV rivals in August as Robotaxi rollout inched higher, traders looked ahead to the next Cybercab pushThe Apex TimesBusinessModerna shares surge 156% in August as investors bet on clinical progressThe Apex TimesBusinessMing-Chi Kuo says Nvidia has revived Rubin CPX after it seemingly vanished from the AI roadmapThe Apex TimesBusinessApple’s next CEO arrives with a different kind of power: money, and an AI testThe Apex TimesBusinessTesla and Einride set first 2026 delivery timeline for 500 Semi trucksThe Apex TimesBusinessZonPrep buys inbound-inventory software and services, betting on Amazon logistics automationThe Apex TimesBusinessNvidia pauses part of its AI customer financing after a strong quarter, raising questions about timingThe Apex TimesBusinessBoeing Teams With Thailand’s Civil Aviation Authority to Roll Out Competency-Based Pilot Training Across the CountryThe Apex TimesBusinessApple CEO transition hands AI test to John Ternus as AAPL slipsThe Apex TimesBusinessAnthropic reportedly signs $35 billion cloud deal involving Nvidia-backed Lambda and a Texas data-center leaseThe Apex TimesBusinessEli Lilly’s reported $2.9B Merida acquisition sparks M&A chatter as SLS and IBRX rebound after AugustThe Apex TimesBusinessElon Musk’s chip preference spotlights Nvidia’s edge over AMD, but investors still watch executionThe Apex TimesBusinessTesla shares outpaced Rivian and Chinese EV rivals in August as Robotaxi rollout inched higher, traders looked ahead to the next Cybercab pushThe Apex TimesBusinessModerna shares surge 156% in August as investors bet on clinical progressThe Apex TimesBusinessMing-Chi Kuo says Nvidia has revived Rubin CPX after it seemingly vanished from the AI roadmapThe Apex TimesBusinessApple’s next CEO arrives with a different kind of power: money, and an AI testThe Apex TimesBusinessTesla and Einride set first 2026 delivery timeline for 500 Semi trucksThe Apex TimesBusinessZonPrep buys inbound-inventory software and services, betting on Amazon logistics automationThe Apex TimesBusinessNvidia pauses part of its AI customer financing after a strong quarter, raising questions about timingThe Apex TimesBusinessBoeing Teams With Thailand’s Civil Aviation Authority to Roll Out Competency-Based Pilot Training Across the CountryThe Apex TimesBusinessApple CEO transition hands AI test to John Ternus as AAPL slipsThe Apex TimesBusinessAnthropic reportedly signs $35 billion cloud deal involving Nvidia-backed Lambda and a Texas data-center leaseThe Apex TimesBusinessEli Lilly’s reported $2.9B Merida acquisition sparks M&A chatter as SLS and IBRX rebound after AugustThe Apex TimesBusinessElon Musk’s chip preference spotlights Nvidia’s edge over AMD, but investors still watch executionThe Apex TimesBusinessTesla shares outpaced Rivian and Chinese EV rivals in August as Robotaxi rollout inched higher, traders looked ahead to the next Cybercab pushThe Apex TimesBusinessModerna shares surge 156% in August as investors bet on clinical progressThe Apex TimesBusinessMing-Chi Kuo says Nvidia has revived Rubin CPX after it seemingly vanished from the AI roadmapThe Apex TimesBusinessApple’s next CEO arrives with a different kind of power: money, and an AI testThe Apex TimesBusinessTesla and Einride set first 2026 delivery timeline for 500 Semi trucksThe Apex TimesBusinessZonPrep buys inbound-inventory software and services, betting on Amazon logistics automationThe Apex TimesBusinessNvidia pauses part of its AI customer financing after a strong quarter, raising questions about timingThe Apex TimesBusinessBoeing Teams With Thailand’s Civil Aviation Authority to Roll Out Competency-Based Pilot Training Across the CountryThe Apex TimesBusinessApple CEO transition hands AI test to John Ternus as AAPL slipsThe Apex TimesBusinessAnthropic reportedly signs $35 billion cloud deal involving Nvidia-backed Lambda and a Texas data-center leaseThe Apex TimesBusinessEli Lilly’s reported $2.9B Merida acquisition sparks M&A chatter as SLS and IBRX rebound after AugustThe Apex TimesBusinessElon Musk’s chip preference spotlights Nvidia’s edge over AMD, but investors still watch executionThe Apex TimesBusinessTesla shares outpaced Rivian and Chinese EV rivals in August as Robotaxi rollout inched higher, traders looked ahead to the next Cybercab pushThe Apex TimesBusinessModerna shares surge 156% in August as investors bet on clinical progressThe Apex TimesBusinessMing-Chi Kuo says Nvidia has revived Rubin CPX after it seemingly vanished from the AI roadmapThe Apex TimesBusinessApple’s next CEO arrives with a different kind of power: money, and an AI testThe Apex TimesBusinessTesla and Einride set first 2026 delivery timeline for 500 Semi trucksThe Apex TimesBusinessZonPrep buys inbound-inventory software and services, betting on Amazon logistics automationThe Apex TimesBusinessNvidia pauses part of its AI customer financing after a strong quarter, raising questions about timingThe Apex TimesBusinessBoeing Teams With Thailand’s Civil Aviation Authority to Roll Out Competency-Based Pilot Training Across the CountryThe Apex TimesBusinessApple CEO transition hands AI test to John Ternus as AAPL slipsThe Apex TimesBusinessAnthropic reportedly signs $35 billion cloud deal involving Nvidia-backed Lambda and a Texas data-center leaseThe Apex Times
Back to front
Alphabet expands Gemini API Managed Agents with Gemini 3.6 Flash defaults, sandbox hooks, and cost controls
The Apex Times

THE APEX TIMES

Business/The Apex Times/Jul 30, 4:29 AM EDT

Alphabet expands Gemini API Managed Agents with Gemini 3.6 Flash defaults, sandbox hooks, and cost controls

Google says its Managed Agents in the Gemini API now run with Gemini 3.6 Flash by default and add new “environment hooks” that let developers validate, lint, or audit tool calls inside the API’s isolated sandbox, alongside budget caps and scheduled triggers.

Google is rolling out a new set of updates to its Gemini API Managed Agents, aiming to make autonomous “agentic” workflows more dependable in real software development. In a July 28 post, Google said Managed Agents will now default to Gemini 3.6 Flash, and it introduced environment hooks that allow developers to run custom checks around every tool call the agent makes inside a cloud sandbox.

Managed Agents in the Gemini Interactions API are designed so a single API call can coordinate an end-to-end sequence, including reasoning, code execution, package installation, file management, and web retrieval, all within an isolated environment. That sandboxing approach is intended to contain the agent’s actions and reduce the need for external orchestration scripts that developers typically build themselves.

A centerpiece of the update is environment hooks, which let developers insert custom code that runs before or after the agent’s tool calls. Developers create a file named agents/ in their environment configuration, then define handlers tied to events such as pre_tool_execution and post_tool_execution. Google said hooks use a “matcher” field that supports regular expressions, letting developers target specific tools or capture all tool calls.

Google also described new operational controls intended to address two common challenges with autonomous agents: cost predictability and reliability over longer runs. To prevent runaway multi-turn loops that can spend large amounts of compute, developers can set max_total_tokens in agent_config to cap total consumption, covering input, output, and “thinking.” If the agent hits the limit, execution pauses and returns an “incomplete” status, with environment state preserved so developers can continue by passing a previous_interaction_id with a fresh budget.

Beyond spending caps, Google said it added scheduled triggers that bind an agent, its environment, prompt, and a cron schedule into a persistent resource. Each run can reuse the same sandbox, with files persisting across executions. In a related capability, Google noted that the Environments API lets developers list, inspect, and delete sandbox sessions from code, including the ability to recover environment IDs after a disconnect and clean up sandboxes instead of waiting for a stated time-to-live.

Google’s update also emphasizes that the new defaults and tools are meant to require minimal migration. For the antigravity-preview-05-2026 agent, Google said it now runs Gemini 3.6 Flash by default with “no code changes required,” and that the next interaction will automatically pick up the change. Developers can also explicitly select models by passing agent_config.model when creating an interaction or managed agent, including an option called Gemini 3.5 Flash-Lite for lower cost or “pinning” to a preferred model.

In the post, Google provided an example of how hooks can solve validation problems that appear when agent work happens inside a remote sandbox. It cited Offdeal, an “AI-native investment bank,” describing a workflow for its AI analyst, Archie, where a requirement for banker-ready decks is having correct company logos with strict formatting rules. Google said that prior to agent hooks, its validation code had nowhere to run because the sandbox was remote, but with post_tool_execution hooks, Offdeal’s pipeline can verify logos inside the sandbox at the moment Archie produces its company list, enforce pixel-level quality checks, verify images with Gemini vision, and produce a manifest of approved files for inclusion in decks.

Google also highlighted that Managed Agents are now available on free tier projects, allowing developers to experiment using an API key from a project without active billing. It framed the combination of defaults, hooks, budget controls, and recurring scheduling as a way to turn managed agents into “cost-controlled, scheduled workers” that operate autonomously inside development environments without breaking budgets or requiring external orchestration.

Still, Google did not provide detailed performance metrics, pricing for the managed agent features beyond the availability on free tier, or any quantitative benchmarks showing how often hooks improve outcomes. It also did not disclose limits around how complex workflows can be before hitting token caps or how consistently scheduled triggers handle failures across long periods, leaving those operational characteristics to developer testing and documentation.

What to watch next is how quickly developers adopt environment hooks for compliance-style validation and how often model selection and budget caps become part of standard agent templates. Google’s reference to recurring workers and sandbox lifecycle management suggests it wants Managed Agents to move from demos toward production pipelines, where controls and repeatability matter as much as raw model capability.

Why It Matters

  • More control inside the agent sandbox can reduce the engineering effort required to add validation, auditing, and compliance checks to autonomous workflows.
  • Defaulting to a specific model version may improve consistency across deployments, but it also raises the importance of clear model selection for cost and performance tradeoffs.
  • Budget caps and pause-and-resume behavior address a practical risk in agent systems, where multi-turn loops can quickly consume large token budgets.
  • Scheduled triggers and sandbox persistence point to a shift from interactive chat toward reliable, recurring automation that developers can treat like background workers.
  • Free tier availability could accelerate experimentation, potentially increasing demand for agent tooling that supports hooks and lifecycle management.

Sources

Key Facts

  • Google says Gemini API Managed Agents now default to Gemini 3.6 Flash.
  • Managed Agents in the Gemini Interactions API coordinate reasoning, code execution, package installation, file management, and web retrieval inside an isolated cloud sandbox.
  • Environment hooks let developers run custom scripts before or after every tool call inside the sandbox using a configuration and pre_tool_execution or post_tool_execution events.
  • Google added budget controls via max_total_tokens to cap total token consumption and pause execution with an “incomplete” status while preserving environment state.
  • The update includes scheduled triggers that run agents on cron schedules and reuse the same sandbox so files persist across executions.
  • Google says Managed Agents are available on free tier projects, letting developers try agentic workflows without active billing.
  • Google also said the Environments API supports listing, inspecting, and deleting sandbox sessions from code, including cleanup instead of waiting for a stated TTL.

Technology Related

Sep 1, 12:07 AM EDT
The Apex Times

Apple CEO transition hands AI test to John Ternus as AAPL slips

John Ternus takes over as Apple’s chief executive role as Phil Schiller steps back, with market attention focused on how leadership changes could affect ongoing work on artificial intelligence initiatives. Apple shares slid in early trading following the transition reports.

Apple CEO transition hands AI test to John Ternus as AAPL slips
The Apex Times
Alphabet expands Gemini API Managed Agents with Gemini 3.6 Flash defaults, sandbox hooks, and cost controls | The Apex Times