2 Matching Annotations
  1. Jun 2026
    1. Gemini already excels at function calling and using built-in tools like Search and Maps grounding. With built-in computer use capability, developers can now use 3.5 Flash to reliably build custom agents that can see, reason and take action across browser, mobile and desktop environments.

      大多数人认为AI代理需要专门的模型和架构来处理跨平台任务,但作者认为将计算机使用功能集成到现有模型中就能实现这一目标。这挑战了构建复杂AI代理需要完全重新设计系统的观点,强调了现有模型扩展的可能性。

  2. May 2026
    1. When your user needs a [domain](https://domains.cloudflare.com/), a [storage bucket](https://developers.cloudflare.com/r2/), a [sandbox](https://blog.cloudflare.com/dynamic-workers/) to give their agent, or [anything else](https://workers.cloudflare.com/), you make one API call to Cloudflare to provision a new Cloudflare account to them, and get back a token to make authenticated requests on their behalf.

      值得注意的代码示例:平台通过单次API调用即可为用户提供云flare账户,实现无缝集成。