Posts

You too Google! Google Confirms Gemini Breached 3 Companies in AI Security Tests

Google confirmed on Friday, September 18, 2026 that a Gemini model accessed 3 outside companies’ systems. The Wall Street Journal first reported the incidents, which happened in May. The breaches happened during a capture-the-flag exercise run by Irregular, a third-party AI security evaluator. Per Axios , Gemini was asked to retrieve information from a fictional company. That fictional company shared its name with a real one. The test was never supposed to touch the internet. CNBC reports that a bug in the testing environment made internet access available. The techniques were basic. In 1 case, Gemini guessed passwords until it got in. In the other 2, it used credentials found in a public repository. Google says the model stopped each time once it realized the systems belonged to real companies. Heather Adkins, Google’s VP of security engineering, said in a statement reported by CNN that the 3 entities were made aware, and that Google worked with its trai...

Alibaba Qwen Team Releases Qwen3.8-LiveTranslate: A Real-Time Interpretation Model That Cuts Average Lag to 2.3 Seconds Across 60 Languages

Qwen has released Qwen3.8-LiveTranslate , its next-generation real-time simultaneous interpretation model. It listens to live speech, with optional video frames, and returns translated text and speech while the speaker is still talking. The core change is a new Interleave architecture. Qwen reports gains in faithfulness, fluency, and conciseness, with average lagging (LAAL) dropping from 2.8 seconds to 2.3 seconds. The release also adds real-time speaker diarization, synchronized bilingual display, and long-context disambiguation. Deployable? Yes, as a hosted API. It is live on Alibaba Cloud Model Studio and QwenCloud as qwen3.8-livetranslate-flash-realtime over WebSocket. What Changed Under the Hood Simultaneous interpretation is a tradeoff. Waiting longer gives the model more context. Speaking sooner cuts delay for the listener. Qwen3.8-LiveTranslate rebuilds this loop with an Interleave architecture. The latency metric here is LAAL, or Length-Adaptive Average L...

OpenClaw Releases 2026.9.5 With Atomic Updates, Plugin Hot Reload, Conversation Sharing, and Expanded GPT Live

OpenClaw is an open-source, MIT-licensed personal AI agent that you run on your own machines. Its Gateway connects models, tools, and chat channels such as Telegram, Slack, and Discord. The project has now shipped version 2026.9.5 , announced on X . The release bundles 4,179 pull requests and 64 direct commits, with credits to 502 contributing accounts. The main change is Atomic Updates, which targets a long-running complaint: updates that break a working agent. Is it deployable? Yes, Version 2026.9.5 is the current latest tag on npm . It is self-hostable and needs Node 24.16+ or 26.1+. Why OpenClaw Updates Kept Breaking The OpenClaw team explained the problem in a blog post with maintainer Jason Sy . Before the fix, an update had 2 outcomes: incremental improvement or catastrophic failure. In the failure case, the old version went down as well. That left no agent online to help with the repair. Two factors made this hard. First, OpenClaw has thousands of config opt...