3 stories tagged google, most recent first
Also today

Google AI Studio Adds 'Import from GitHub' to Build Mode for Repo-to-App Deployment
Google AI Studio's Build Mode now supports importing an existing GitHub repository and converting it into an editable, deployable application directly within the studio. This closes a significant friction gap — previously, developers had to manually port existing codebases to work with AI Studio's generation and deployment tools. The feature targets developers who want to augment or refactor existing projects with AI assistance rather than starting from scratch. Combined with Gemini's code understanding capabilities, this could meaningfully accelerate migration and modernization workflows. Developers with existing repos who want to leverage AI-assisted development should test the import flow to evaluate how well it handles their project structure and dependencies.
MarkTechPost
Google Expands Gemini Managed Agents API with Background Tasks and Remote MCP
Google has announced significant expansions to its Managed Agents feature in the Gemini API, adding support for background task execution, remote Model Context Protocol (MCP) connections, and additional agent orchestration capabilities. Background tasks allow agents to run asynchronously without holding an open connection, which is critical for long-running workflows in production environments. Remote MCP support means agents can now connect to external tool servers over the network rather than requiring local process management, dramatically broadening what tools an agent can access. For developers building agentic pipelines, this removes a major architectural constraint — you no longer need to proxy everything through a single synchronous session. This is one of the more substantive agentic infrastructure updates from Google this year and directly competes with OpenAI's Assistants and Anthropic's tool-use patterns.
Google DeepMind
Google DeepMind releases Gemini 2.0 with multimodal capabilities
Google DeepMind has unveiled Gemini 2.0, featuring enhanced multimodal understanding across text, images, and audio.
Google DeepMind