< ciso
brief />
Tag Banner

All news with #vertex ai tag

102 articles · page 3 of 6

Google Cloud Adds Anthropic Claude Opus 4.6 to Vertex AI

🚀 Google Cloud has added Anthropic's Claude Opus 4.6 to Vertex AI, extending its curated model catalog for enterprise and agentic workloads. Opus 4.6 is positioned for complex coding, polished document and spreadsheet generation, advanced tool calling, and sophisticated multi-step agents. Feature highlights include GA support for adaptive thinking, an effort parameter, 128k output tokens, and previews for a 1M context window and compaction API. Google emphasizes managed agent tooling, governance, and infrastructure to deploy Claude-powered agents at scale.
read more →

Ship Production-Ready AI and Multimodal Workshops Roadshow

🚀 Google Cloud is launching a two-day roadshow across North America focused on building production-grade and multimodal AI systems. Day 1, the Production-Ready AI Intensive, covers stability, security, and scalable architecture including multi-agent orchestration with the Agent Development Kit (ADK), A2A protocols on Cloud Run, automated evaluation via the Vertex AI Gen AI Evaluation SDK, and defenses like Model Armor and Sensitive Data Protection. Day 2, the Multimodal Frontier, is a hands-on, code-first workshop on real-time perception and interaction: simultaneous audio/video processing, Graph RAG with Spanner Graph, Persistent Memory Banks, and the Gemini Live API for zero-latency, interruptible agents. Sessions include labs, credits, and networking; seats are limited.
read more →

Building Employee Onboarding Agents with Gemini Enterprise

🔧 This guide explains how to build custom employee onboarding agents using the Agent Development Kit (ADK), Vertex AI Agent Engine, and Application Integration to connect conversational AI with enterprise systems such as ITSM, ERP, and CRM. It describes a grounded agentic workflow where a Gemini Enterprise front-end captures intent, a low-code Application Integration layer performs deterministic transformations and authentication, and backend systems execute transactions. The result is a role-aware, auditable onboarding experience that automates tasks like laptop provisioning while keeping business rules and approvals intact.
read more →

Google Cloud releases Vertex AI .NET extensions (preview)

🚀 Google.Cloud.VertexAI.Extensions brings Microsoft.Extensions.AI abstractions to .NET developers, enabling access to Google Gemini models on Vertex AI via a unified API. The preview package implements core interfaces — IChatClient, IEmbeddingGenerator, and an experimental IImageGenerator — and supports chat, streaming responses, embeddings, and image generation samples. It targets developers who want provider-agnostic integration and invites feedback while in pre-release.
read more →

Google Cloud Opens New Bangkok Region to Boost Thai AI

🚀 Google Cloud has launched a new Bangkok (asia-southeast3) region to deliver low-latency, high-performance cloud services while enabling local data residency under Thailand’s PDPA. The region is part of a USD $1 billion investment and is expected to generate THB 1.4 trillion (US$41 billion) in economic value over five years and support roughly 130,000 jobs annually. It offers certified security controls (ISO/IEC, PCI DSS, SOC), default encryption, customer-managed keys, and direct access to Vertex AI, enterprise Gemini, and generative models to accelerate local AI adoption.
read more →

Practical Guidance for Building Securely with SAIF on Cloud

🔐 Tom Curry and Anton Chuvakin from Google Cloud’s Office of the CISO present practical guidance for implementing the Secure AI Framework (SAIF) on Google Cloud. The piece emphasizes three operational principles: treat data as the perimeter, treat prompts like code, and require identity propagation for agentic AI. It maps 15 common AI risks to controls and highlights concrete tools and patterns—IAM, Dataplex, Vertex AI, Model Armor, Gemini, Apigee, and the Agent Development Kit—to operationalize SAIF.
read more →

Palo Alto Networks Automates DORs with Agentic AI Design

🤖 Palo Alto Networks automated creation of its internal Document of Record (DOR) using an agent built with Google's open-source Agent Development Kit (ADK) and hosted on Vertex AI Agent Engine. The agent leverages Vertex AI RAG Engine, Vertex AI Discovery Search, Gemini models, and Cloud Storage to retrieve and synthesize grounded answers to a standardized set of 140+ questions. A FastAPI webserver on GKE orchestrates parallel processing, manages state, and publishes completed DORs back to Salesforce via Cloud Pub/Sub, reducing manual effort and improving consistency.
read more →

Google Public Sector: Year of AI-Driven Transformation 2025

🤖 Google Public Sector summarizes a year of AI, cloud, and security milestones, spotlighting Gemini for Government, Vertex AI, and FedRAMP High authorizations for productivity and analytics offerings. The post highlights DoD IL6 and CMMC Level 2 certifications, partnerships with DLA and GDIT, and large-scale deployments such as GenAI.mil. It emphasizes secure, agentic workflows, edge-capable deployments, and a focus on delivering accredited commercial cloud services to accelerate mission impact.
read more →

From Code to Cloud: Three Labs for Deploying AI Agents

🚀 These hands-on labs guide developers through three Google Cloud deployment options to move AI agents from local prototypes to production. The Vertex AI Agent Engine offers a fully managed, Python-optimized runtime that handles execution, memory, and tool invocation. Cloud Run provides a serverless container experience with autoscaling and language flexibility, while GKE delivers orchestrated control for microservice deployments.
read more →

Enhanced Tool Governance and Scaling for Vertex AI

🛡️ Google Cloud has integrated Cloud API Registry into Vertex AI Agent Builder, giving administrators centralized governance over agent tools and a curated catalog developers can access via a new ApiRegistry ADK object. The update broadens ADK support — including Gemini 3 Pro/Flash and TypeScript — and improves state management, interactions, and recovery. An early A2UI toolkit and Interactions API support aim to simplify multimodal I/O and shared UI components. Agent Engine features such as Sessions and Memory Bank are GA, regional availability is expanding, and several pricing adjustments take effect in December 2025 and January 2026.
read more →

Wayne State and Syntasa Accelerate CHNA with AI Tools

🚀 CHNA 2.0 combines Wayne State’s PHOENIX data warehouse with Syntasa Sentiment Analytics and Google Vertex AI to automate Community Health Needs Assessments. The solution ingests EHR, social and environmental data alongside real‑time search and social signals to surface community concerns and priorities. By decomposing reporting tasks and embedding human oversight, CHNA 2.0 delivers comprehensive, updateable CHNA reports in weeks rather than months.
read more →

Master Generative AI Evaluation: From Prompts to Agents

🔍 This article outlines a practical, metrics-driven approach to testing generative AI systems, moving teams from ad-hoc inspection to systematic evaluation. It introduces four hands-on labs that cover evaluating single LLM outputs, assessing RAG systems with Vertex AI Evaluation, tracing and grading agent behavior with the Agent Development Kit (ADK), and validating SQL-generating agents against BigQuery. Each lab emphasizes measurable metrics—safety, groundedness, faithfulness, and factual accuracy—to help productionize GenAI with confidence.
read more →

Developer Guide: Gemini Live API Native Audio in Vertex AI

🔊 The post announces general availability of Gemini Live API on Vertex AI, powered by the Gemini 2.5 Flash Native Audio model. It presents a unified, low-latency native audio architecture that replaces multi-stage STT/LLM/TTS pipelines and enables real-time multimodal reasoning over audio, text, and visual streams via a stateful WebSocket. Two quickstart templates (Vanilla JS and React) and three production demos illustrate common integration patterns, partner telephony/WebRTC support, and recommended backend proxying for secure credentials.
read more →

Connect Looker to Gemini Enterprise in Minutes with ADK

🔗 This post explains how to expose Looker’s semantic layer to Gemini Enterprise quickly by using the MCP Toolbox for Databases and the Agent Development Kit (ADK). It outlines three concise steps: deploy the MCP Toolbox (recommended to Cloud Run), build and deploy an ADK agent to Vertex AI Agent Engine, and register that agent with Gemini Enterprise. The result: trusted Looker models available inside Gemini for natural‑language business queries.
read more →

Gemini Live API Now Available on Vertex AI for Enterprises

🔊 Gemini Live API, powered by the Gemini 2.5 Flash Native Audio model, is now generally available on Vertex AI. It enables low-latency, multimodal conversational agents that combine voice, vision, and text to deliver human-like, contextual interactions. The API supports natural turn-taking, acoustic cue analysis, and visual understanding, and is optimized for enterprise-scale, regional deployments and compliance. Early adopters including Shopify, United Wholesale Mortgage, and SightCall report improved efficiency and real-time assistance.
read more →

Multi-Agent Forecasting: Google Cloud and App Orchid

📈 This article describes a multi-agent business forecasting application developed by Google Cloud and App Orchid. The design pairs a Google prediction agent (leveraging TimesFM and the Population Dynamics Foundation Model) with an App Orchid Data Agent that builds a semantic knowledge graph and prepares AI-ready time-series. A forecasting orchestrator uses the A2A Protocol and Google’s ADK to route queries, automate data wrangling, run predictions on Gemini-powered Vertex AI, and return unified forecasts with enterprise-grade security and governance.
read more →

MedGemma DICOM and FHIR Integration for Clinical Workflows

🩺 Google Health AI Developer Foundations has added DICOMweb support to MedGemma, releasing a public Docker container, container source code, and API specifications so teams can deploy DICOM-aware services that accept medical images as DICOMweb links. The update pairs with pre-built Vertex Model Garden resources for GCP users and leverages existing MedSigLIP containers that already understood DICOM. The post also demonstrates a FHIR navigation agent that uses the model’s awareness of FHIR to retrieve patient context without ingesting full records.
read more →

Replit and Google Cloud Expand Vibe Coding for Enterprise

🚀 Replit and Google Cloud have expanded a strategic, multi‑year partnership to bring vibe coding capabilities to enterprise developers and teams. Replit will continue to run on Google Cloud infrastructure—leveraging Cloud Run, Google Kubernetes Engine, BigQuery, and Vertex AI—and now supports Google models including Gemini 3, 2.5 Flash Lite, 2.5 Flash, and Imagen 4 to power coding and multimodal workflows. The agreement also includes joint go‑to‑market and co‑sell initiatives to accelerate adoption across enterprise customers.
read more →

PubMed Data in BigQuery to Accelerate Medical Research

🔬 Google Cloud has made PubMed content available as a BigQuery public dataset with integrated vector search via Vertex AI, enabling semantic search across more than 35 million biomedical articles. Both BigQuery and Vertex AI Vector Search are FedRAMP High authorized, allowing organizations to run embedding models and VECTOR_SEARCH queries inside BigQuery. Early adopters like The Princess Máxima Center report literature reviews reduced from hours to minutes, and example SQL plus a demo repo are provided to help teams get started.
read more →

Anthropic Claude Opus 4.5 Now Available on Vertex AI

🚀 Anthropic's Claude Opus 4.5 is now generally available on Vertex AI, delivering frontier performance for coding, agents, vision, and office automation at roughly one-third the cost of Opus 4.1. The model introduces advanced agentic tool use—programmatic tool calling (including direct Python execution) and dynamic tool search—plus expanded memory and a 1M-token context window to support long, multi-step tasks. On Vertex AI, Opus 4.5 is offered as a Model-as-a-Service on Google's high-performance infrastructure with prompt caching, efficient batch predictions, provisioned throughput, and enterprise-grade controls for deployment. Organizations can leverage the Agent Builder stack (ADK, A2A, and Agent Engine) and Google Cloud security controls, including Model Armor and Security Command Center protections, to accelerate production agents while managing cost and risk.
read more →