AI News · Week 6, 2026
Gemini takes on Chrome tasks as OpenAI discusses $100 billion funding
· 7 stories · 22 sources
Written with AI, sources linked for every story
Google is rolling out a preview that lets Gemini complete multistep web tasks in Chrome for paying US subscribers. OpenAI is reportedly discussing a funding round of up to $100 billion, though no deal has been confirmed. Apple has acquired Q.ai but has not announced a product using its technology. Alibaba has released Qwen3-ASR for speech recognition, while xAI has launched an API for short videos with Grok Imagine 1.0.
Google lets Gemini carry out browser tasks in Chrome
Chrome’s “auto browse” lets Gemini handle multistep web tasks. The preview is rolling out to paying subscribers in the US.
Google announced “auto browse” for Gemini in Chrome on January 28. The feature is rolling out gradually as a preview for Google AI Pro and Google AI Ultra subscribers using desktop Chrome in the US.12 Gemini can interact with websites by clicking, scrolling, and filling out forms. Google says it can help with multistep tasks such as comparing products and booking travel.1 Google requires confirmation before purchases and other sensitive actions.1
The feature brings an AI browser agent into Chrome rather than requiring users to switch to a separate AI browser. It draws on Google’s earlier Project Mariner work.3 Access remains limited and the rollout is gradual; Google has not given a date for wider availability.12 Businesses should also note that Google’s help page says auto browse is unavailable with work or school accounts.2
What it means for companies
If you plan to automate browser tasks with AI, check whether your users can access the preview. Work-account workflows need another approach for now, and people should continue reviewing sensitive actions.
OpenAI discusses funding round of up to $100 billion
OpenAI is reportedly in talks over a major funding round. NVIDIA, Microsoft, and Amazon are among the potential investors, but no deal has been confirmed.
OpenAI is discussing a funding round of up to $100 billion, according to media reports. NVIDIA, Microsoft, and Amazon are among the potential investors. The talks became public in late January, but no completed round had been confirmed by early February. SoftBank and Middle Eastern sovereign wealth funds were also identified as potential backers. How much each participant would ultimately invest remained uncertain.12
The proposed round reflects the capital needed to expand AI data centers. In September 2025, NVIDIA announced a letter of intent to invest up to $100 billion to support new infrastructure with OpenAI. That plan later stalled, and the amount was not a firm commitment. A smaller potential NVIDIA contribution to the current round was reported in early February, also without a confirmed deal. The figures under discussion should not be treated as committed funding.345
What it means for companies
If your company buys AI services, do not treat the amounts being discussed as guaranteed funding for more capacity. Check availability, pricing, and provider dependencies when negotiating long-term contracts.
Sources (5)
- 1 OpenAI in Talks to Raise as Much as $100 Billion nytimes.com
- 2 Amazon in talks to invest as much as $50 billion in OpenAI, ... reuters.com
- 3 Nvidia's plan to invest up to $100 billion in OpenAI has stalled, WSJ ... reuters.com
- 4 Pledge to invest $100 billion in OpenAI was 'never a ... fortune.com
- 5 Nvidia nears deal to invest $20 billion in OpenAI funding ... reuters.com
Apple acquires Q.ai in deal reportedly worth nearly $2 billion
Apple has acquired Israeli AI startup Q.ai. Its silent-speech technology could inform future interfaces, but Apple has not announced a product.
Apple confirmed its acquisition of Israeli AI startup Q.ai on January 29, 2026. The company works on audio processing and machine learning. Reports describe technology intended to detect whispered or silent speech through subtle facial movements. Q.ai CEO Aviad Maizels and co-founders Yonatan Wexler and Avi Barliya are joining Apple.12
Apple disclosed neither a price nor specific product plans. One report put the deal at nearly $2 billion, while Reuters cited a lower estimate.13 The technology could be relevant to headphones, smart glasses, or AI assistants. Apple has not announced such a feature or a launch date, however.32 If the reported price is accurate, Q.ai would rank among Apple's largest acquisitions.32
What it means for companies
If you build voice-controlled products, watch whether Apple introduces new forms of silent input. Evaluate current options on available features: the acquisition does not yet provide a product you can use.
Alibaba releases open Qwen3-ASR speech recognition models
The models process recorded or streaming audio across 52 languages and dialects. A separate model adds timestamps for spoken words.
Alibaba’s Qwen team open-sourced Qwen3-ASR and Qwen3-ForcedAligner in late January. The two ASR models recognize speech across 52 languages and dialects and support both recorded audio and streaming input. Qwen says they can also process singing and songs with background music. Qwen3-ForcedAligner adds word- and phrase-level timestamps to transcripts.12
The release includes inference and fine-tuning tools, with vLLM support for batch processing, streaming, and asynchronous serving. That gives teams options for transcribing stored conversations or processing audio as it arrives. Companies should still test accuracy on their own accents, background noise, and specialized vocabulary: the stated capabilities come from Qwen, not from an independent evaluation described in these sources.12
What it means for companies
If you transcribe conversations or live audio, you can test these open models in your own infrastructure. Evaluate accuracy, latency, and timestamp quality using your actual recordings.
xAI launches Grok Imagine API for video generation and editing
The API creates videos from text and images and can modify existing scenes. Grok Imagine 1.0 supports clips up to 10 seconds long.
xAI introduced the Grok Imagine API on January 28, 2026. Developers can use it to add video generation and editing to their applications. The API supports video creation from text and images, as well as changes to existing scenes. According to xAI, users can add or remove objects and control motion.12 On February 2, the company announced Grok Imagine 1.0 with details on video length, resolution, and improved audio.3
For companies, the combination of generation and editing could make it easier to create and revise footage within one workflow. The described editing capabilities come from xAI.1 The announcement alone does not establish how reliably they work on complex source material. Teams considering the API for production use should test it with their own scenes and requirements before building workflows around it.
What it means for companies
If you are adding video features to a product, test generation and targeted edits on your own footage. Check output quality, editing time, and costs before committing to a workflow.
Anthropic study finds weaker coding comprehension with AI help
In a study, programmers using AI scored lower on a comprehension quiz after a learning task than those working without it. The finding concerns immediate understanding.
On January 29, 2026, Anthropic published a controlled study of how AI assistance affects learning a new Python library.1 Participants coded with or without AI help, then answered questions about the code they had written.1 The AI group averaged 50% on the follow-up comprehension quiz, compared with 67% for the group working without AI.1 The difference was especially pronounced on debugging and error-diagnosis questions.1
The result concerns comprehension immediately after a learning task; it does not establish an effect on long-term retention.1 AI assistance also showed no clear overall speed advantage on this unfamiliar task.2 For companies, the distinction between completing work and understanding it matters: finishing code with AI help does not necessarily mean a developer can explain it or diagnose errors independently.1
What it means for companies
If you use AI to help developers learn new libraries, ask them to explain code and diagnose errors without assistance. Assess understanding separately from task completion.
Hugging Face introduces Daggr for AI workflows with visual debugging
The open-source Python library connects apps, models, and functions. An automatically generated canvas makes intermediate outputs visible.
Hugging Face introduced Daggr on January 29, 2026, as an open-source Python library for AI workflows.1 Developers can use it to connect Gradio apps, ML models, and custom functions in code.1 Daggr automatically generates a visual canvas where users can inspect intermediate outputs and rerun individual steps.1
The library combines code-based workflow construction with a visual interface for debugging.1 Its integrations focus on Gradio and Hugging Face services.1 Teams considering production use should account for its maturity: the package documentation says Daggr is in active development and its APIs may change.2 Updates also carry a risk of losing locally persisted state.2
What it means for companies
If you build AI workflows with Gradio, Daggr could help you inspect intermediate steps and locate errors. Before production use, plan for API changes and protect locally persisted state.
Which of these developments matters for your company?
We help you turn AI news into concrete use cases, from assessment to implementation.
Book a free consultationEvery week we analyze a wide range of AI sources, select the stories that matter most to companies and research each of them. The texts are written with AI assistance and link to the original sources. How our news agent works