Tag: Generative AI

  • Google Brings Computer Use to Gemini 3.5 Flash: AI Agents Can Now See, Reason, and Act Across Platforms

    Google Brings Computer Use to Gemini 3.5 Flash: AI Agents Can Now See, Reason, and Act Across Platforms

    Google has officially integrated computer use capabilities into Gemini 3.5 Flash, turning one of its most widely deployed AI models into a platform for building autonomous agents that can see, reason, and act across digital environments. Announced on June 24, 2026, this update represents a significant expansion of what developers can build with the Gemini API. The computer use feature, previously available only through a separate standalone Gemini 2.5 computer use model, is now a native built-in tool within Gemini 3.5 Flash, making it accessible to the full ecosystem of developers and enterprises already using the Flash model. The move marks a pivotal moment in the maturation of AI agent capabilities from research preview to production infrastructure.

    What Was Announced

    Google’s announcement centers on the integration of computer use directly into Gemini 3.5 Flash via the Gemini API and the Gemini Enterprise Agent Platform. This means developers no longer need to work with a separate, purpose-built computer use model. Instead, the same Gemini 3.5 Flash model they use for text, code, and multimodal tasks can now be directed to interact with browser, mobile, and desktop environments as a built-in capability.

    A demo environment has been made available through Browserbase, allowing developers to explore the capability in a sandboxed setting. Google has also published a reference implementation on GitHub for teams looking to get started quickly with their own agent deployments. Both resources are intended to accelerate the path from experimentation to production for developers building automation workflows.

    Enterprise partners including Browserbase, Browser Use, and UiPath were cited in the announcement as early collaborators and endorsers of the capability. The involvement of UiPath in particular signals a meaningful convergence between traditional robotic process automation tooling and AI-native computer use, two approaches to enterprise automation that are now increasingly complementary.

    Google stated that computer use in Gemini 3.5 Flash delivers improved performance for long-horizon and enterprise automation tasks compared to earlier iterations. Performance improvements were noted on OSWorld benchmarks, which are a standard evaluation framework for AI systems performing computer use tasks across operating system interfaces.

    Technical Details

    The computer use capability in Gemini 3.5 Flash is built on the model’s ability to process screenshots and visual representations of digital interfaces and then generate precise, coordinated actions to accomplish multi-step tasks. Agents built on this foundation can navigate web browsers, interact with mobile applications, and operate desktop software without requiring custom API integrations for each application or platform. This makes the capability particularly well suited for automating tasks in legacy software environments where native APIs are not available.

    To address the security risks inherent in deploying agents that take real-world actions in live environments, Google applied targeted adversarial training specifically designed to reduce the model’s susceptibility to prompt injection attacks. Prompt injection, in which malicious content embedded in a web page, document, or application interface attempts to redirect agent behavior, is among the most serious risks in real-world computer use deployments. Google’s targeted training approach aims to make the model more robust against this class of attack.

    Two optional enterprise safeguard systems were released alongside the model update. The first requires the agent to obtain explicit user confirmation before taking any action that is sensitive or irreversible, preserving a human-in-the-loop checkpoint for workflows where the cost of an error is high. The second automatically halts agent execution if an indirect prompt injection attempt is detected, providing an automated safety layer for organizations running agents at scale across untrusted environments. Google also recommends combining these systems with secure sandboxing, strict access controls, and human verification practices as part of a comprehensive deployment strategy.

    Industry Impact and Reactions

    Bringing computer use into a mainstream, widely available model like Gemini 3.5 Flash is a meaningful shift in the accessibility of AI agent capabilities. Until recently, computer use required developers to work with specialized, purpose-built models that were often in preview or limited-access phases. By embedding the capability directly into Flash, Google is signaling that computer use is ready for production, not just experimentation, and it is lowering the barrier for organizations that want to build autonomous agents as part of their core technology stack.

    The partnership with UiPath is particularly significant for enterprise adoption. UiPath has an established base of customers using robotic process automation to handle software interfaces that do not expose APIs, including in industries such as healthcare administration, financial services, and legal operations. Combining UiPath’s enterprise distribution and workflow tooling with Gemini’s AI-native computer use capabilities could accelerate automation in segments of the market that have historically been difficult to reach with purely code-driven approaches.

    The announcement also reflects a broader industry trend toward bundling safety and security tooling with agent capabilities rather than treating them as separate, optional concerns. By releasing enterprise safeguards alongside the computer use feature itself, Google is acknowledging that agent security is a first-class deployment requirement and positioning Gemini as a platform that takes production readiness seriously.

    What Comes Next

    Access to computer use in Gemini 3.5 Flash is available immediately through the Gemini API and the Gemini Enterprise Agent Platform. Developers can explore the capability via the Browserbase demo environment and the reference implementation on GitHub. Google has not announced a separate pricing tier for computer use within the Flash model, suggesting it will be accessible within existing Gemini 3.5 Flash API pricing structures, though enterprise platform access may carry distinct terms.

    Looking ahead, the integration is likely to serve as a foundation for further expansion as Google continues its June 2026 model rollout. Gemini 3.5 Pro, Google’s frontier model for the month, is expected to ship before the end of June. Bringing computer use to the Pro tier would be a natural next step, enabling more complex, long-horizon autonomous tasks at a higher level of model intelligence and reasoning depth.

    Conclusion

    Google’s integration of computer use into Gemini 3.5 Flash marks a clear turning point in the availability of AI agent capabilities for developers and enterprises. By moving computer use from a standalone model to a built-in feature of one of its most accessible APIs, and by releasing enterprise safeguards alongside the launch, Google has made autonomous digital agents a practical choice for production deployment. For organizations evaluating how to embed AI into their workflows beyond text generation and code assistance, this announcement opens a meaningful new set of possibilities.

    Stay updated on the latest AI news at Evolve Digital.

  • Anthropic Releases Claude Opus 4.8 With Dynamic Workflows and Major Coding Improvements

    Anthropic Releases Claude Opus 4.8 With Dynamic Workflows and Major Coding Improvements

    Anthropic has released Claude Opus 4.8, the latest iteration of its flagship AI model, bringing meaningful gains in coding reliability, reasoning, and autonomous operation. Released on May 29, 2026, just 41 days after Opus 4.7, the update introduces a headline new capability called Dynamic Workflows and delivers measurable benchmark improvements across core performance areas. The model is available globally today via the Anthropic API and Claude.ai at the same price point as its predecessor.

    What Was Announced

    Anthropic described Claude Opus 4.8 as offering “sharper judgment, more honesty about its progress, and the ability to work independently for longer than its predecessors.” The company released benchmark data showing improvements on two key metrics: agentic coding performance rose from 64.3% to 69.2%, while multidisciplinary reasoning with tools improved from 54.7% to 57.9%.

    One of the more notable reliability improvements is in code quality oversight. Anthropic says Opus 4.8 is approximately four times less likely than Opus 4.7 to allow flaws in code it has written to pass silently without flagging them, addressing a persistent pain point for teams relying on AI models in software development pipelines.

    Speed also improved: the Opus 4.8 fast mode is roughly 2.5 times quicker than the equivalent mode in Opus 4.7. Critically, Anthropic kept pricing identical to the previous model version, meaning existing API users receive the full upgrade at no additional cost.

    The centerpiece of the release is Dynamic Workflows, now available in research preview. This feature is designed to enable Opus 4.8 to coordinate and manage complex, long-horizon tasks by orchestrating hundreds of parallel subagents simultaneously. Anthropic positioned this capability specifically for enterprise teams building large-scale agentic pipelines where multiple AI instances must collaborate on a shared goal.

    Technical Details

    Dynamic Workflows represents a significant architectural extension of how Claude operates in multi-agent contexts. Rather than functioning as a single model responding sequentially, Opus 4.8 with Dynamic Workflows acts as an orchestrator, delegating subtasks to parallel subagents and synthesizing their outputs into coherent results. This allows the model to tackle problems that would be impractical to complete within a single context window or within the latency constraints of a linear workflow.

    The coding improvements in Opus 4.8 are tied closely to enhancements in self-monitoring. The model shows improved ability to recognize when its own output contains errors or uncertainties, and to flag these rather than proceeding with flawed assumptions. This behavioral shift is particularly significant in autonomous coding scenarios, where silent errors can propagate through large codebases before being detected.

    Anthropic also notes that fast mode throughput improvements were achieved through inference optimizations rather than model compression, preserving the underlying capability profile of the model while significantly reducing latency for time-sensitive applications.

    Industry Impact and Reactions

    The release comes in a period of rapid iteration across the frontier AI model landscape. Anthropic’s 41-day release cycle from Opus 4.7 to 4.8 signals a faster cadence than the company has historically maintained, reflecting competitive pressure from OpenAI and Google, both of which have accelerated their own release timelines in 2026.

    The combination of Dynamic Workflows and improved coding reliability is directly relevant to the growing enterprise market for agentic AI. Businesses deploying AI in software development, data analysis, and automated workflow management stand to benefit most from the improvements. The fact that the upgrade carries no price increase removes one of the traditional adoption barriers for enterprise customers already on the Anthropic API.

    Claude Opus 4.8 also arrives alongside a significant financial milestone for Anthropic: the company recently raised additional private funding, reaching a valuation of approximately $965 billion. This financial backdrop gives Anthropic substantial runway to continue research investment and infrastructure expansion as it competes at the frontier of large language model development.

    What Comes Next

    Dynamic Workflows is currently in research preview, suggesting Anthropic is gathering feedback before a broader production release. The company has not announced a specific general availability date for the feature, but the research preview designation typically precedes a full rollout within weeks to months. Anthropic is also expected to bring its next class of models, which the company has referred to informally as Mythos-class, to a wider set of customers later in 2026.

    For teams already using Opus 4.7, the path to Opus 4.8 requires only updating to the latest model version in the API — no integration changes are needed to access the core improvements. Teams interested in Dynamic Workflows will need to apply for the research preview through Anthropic’s developer portal.

    Conclusion

    Claude Opus 4.8 represents a focused, evidence-based upgrade to one of the leading frontier AI models currently available. With improved coding reliability, faster inference, and the introduction of Dynamic Workflows, Anthropic is addressing the real-world needs of developers and enterprises building agentic AI systems. The decision to maintain existing pricing makes this a straightforward upgrade for current users, and positions Anthropic competitively as the race to deploy capable, reliable AI agents in enterprise environments continues to intensify.

    Stay updated on the latest AI news at Evolve Digital.