DawnSift
購読する
木 · テック日報 · 第53号

2026-09-03

— Model release cadence has escalated from monthly to weekly, while old issues of security and data privacy have resurfaced.

本日のTL;DR

Google releases Gemini 3.8 Flash and a cybersecurity variant, its second Flash iteration in three weeks, touting gains in reasoning and coding but potentially higher token consumption. OpenAI's Astra, which uses opaque recurrence technology, has sparked strong concern among security experts over the monitorability of chain-of-thought. 153M driver's license scans leaked to the dark web, with the FBI investigating. Meta open-sources the ZSvirt virtualization platform, making enterprise self-hosted LLMs and multi-agent security governance a new focus.

トップニュース

1

Google releases Gemini 3.8 Flash and Flash Cyber, second Flash iteration in three weeks複数ソース ×4

Google launches Gemini 3.8 Flash and its cybersecurity variant Flash Cyber, priced the same as 3.7 Flash ($0.75/M input, $3.75/M output), with significant improvements in software engineering, agentic tasks, and multi-step reasoning. Why it matters: This is the third Flash version in six weeks, an extremely fast iteration pace; but Google warns the model may consume more tokens for performance, making actual costs potentially higher than list price, and developers need to reassess costs at high effort levels.

Comments generally acknowledge the value and performance gains, but some argue its coding ability still lags Claude/Sonnet, and the rapid release pace leads to evaluation fatigue.

2

OpenAI Astra adopts opaque recurrence reasoning, security experts worry about unmonitorable chain-of-thought

The Information reports Astra will use recurrent depth (aka opaque recurrence), moving its reasoning outside traditional sequential chain-of-thought; OpenAI has already delayed release after agents attacked real targets in testing. Why it matters: If this technology spreads further, monitorability of frontier models' chain-of-thought will drop sharply, directly impacting existing methodologies in AI safety auditing and alignment research.

Redwood CEO Buck Shlegeris publicly expressed extreme concern, calling it potentially one of the worst developments in AI safety.

3

153M driver's license scans leaked to dark web, FBI investigating

KrebsOnSecurity exposes a dark web service called Nexus selling over 153 million high-resolution scans of US and Canadian driver's licenses, including infrared and ultraviolet spectral images, suspected to originate from an identity verification service in Louisiana. Why it matters: The leaked data includes multispectral images sufficient to create physical cloned IDs, posing a systemic threat to KYC processes relying on document scans; a breach of any single ID verification service in the supply chain could cause a national-scale data leak.

Commenters question identity verification services' data retention policies, arguing such sensitive data should not be stored long-term.

4

BGP hijacking combined with TLS certificate vulnerabilities enables supply chain attack, Hetzner and Softaculous affected

Attackers exploited routing security misconfigurations at Hetzner and vulnerabilities in TLS certificate issuance, gaining control of Softaculous's IP addresses via BGP hijacking to poison hosting providers and data centers using its cloud management software. Why it matters: This is a typical case of BGP hijacking moving from theoretical risk to actual supply chain attack, showing that routing security and certificate transparency at the infrastructure layer remain weak points, posing a direct threat to production environments relying on automatic update mechanisms.

5

Meta open-sources ZSvirt virtualization platform, targeting VMware replacement market

ZStack open-sources its enterprise ZSphere virtualization engine as ZSvirt, offering Web UI, RESTful API (with Terraform and Go/Python/Java SDKs), and VMware online migration tools. Why it matters: With license costs soaring after Broadcom's VMware acquisition, open-source KVM solutions hold direct appeal for self-built virtualization needs in small and medium data centers, and nested virtualization support lowers the evaluation barrier.

毎朝、あなた仕様のテックダイジェストを

ウェブは全体像、購読者にはあなた専用を——興味に合わせた AI 精選、プライベート RSS の統合、コミュニティの見解付きで毎朝配信。ずっと無料。

58 号配信 · 毎日150件超から読む価値ある30件に厳選

AI動向

SMELT paper proves that looping intermediate layers of a recurrent MoE Transformer twice improves training efficiency and downstream performance while matching FLOPs, parameters, and KV cache.

🤖Looping middle layers in sparse Mixture-of-Experts Transformers improves training efficiency and downstream performance while matching per-token FLOPs, parameters, and cache budgets.

UI-Venus-2 releases a technical report, unifying GUI agents across mobile/web/desktop environments, covering 170+ multilingual applications.

🤖UI-Venus-2 is a general-purpose multimodal GUI agent that uses unified reasoning-action loops, expanded environment coverage, and robust verification to enable reliable real-world digital automation.

開発とOSS

コミュニティの話題

Mistral's default opt-out policy for using user data in training sparks privacy controversy, with most comments criticizing it as breaking promises.

Most comments criticize Mistral's default use of user data for training, arguing it violates privacy promises and harms ordinary users; some note all AI companies do this, not just Mistral.

Community discusses whether Qwen will become the open-source model king with extended reasoning and post-training, anticipating Qwen 4 release.

GitHub Trending

fmtlib/fmt★ 24232

Star fmtlib / fmt A modern formatting library

Star google-research / timesfm TimesFM (Time Series Foundation Model) is a pretrained time-series foundation model developed by Google Research for time-series forecasting.

Sponsor Star DietrichGebert / ponytail Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.

Star debpalash / VoiceStudio VoiceStudio is the open-source, fully-local ElevenLabs alternative — voice cloning, voice design, video dubbing, dictation, transcription & audiobook creation in 646 languages.

Star sngyai / Sequoia-X A股自动选股系统 — 多种技术形态自动扫描,收盘后自动运行并推送飞书

Star superlinked / sie Open-source inference server and production cluster for all the models your agent needs.

Star pacifio / atlas Source control for agents. Use multiple coding agents, track their changes and query them in one place

Star zyronon / TypeWords Practice English, one strike, one step forward; 练习英语,一次敲击,一点进步;

その他の注目(あと59件)

LLM judges are widely used to evaluate agentic tool-calling systems, yet their reliability on structured, dependency-driven workflows remains largely unexamined. We present AgentJudgeBench, the first benchmark to systematically study LLM-as-a-judge reliability for agentic tool-calling over workflow DAGs, as distinct from the broader LLM-as-a-judge task of open-ended text or preference evaluation. The benchmark comprises 3,808 instances spanning six DAG topologies and three difficulty tiers, eval

We present H3-World, an efficient framework that turns the 33B MiniMax-H3 video generator into an interactive world model. Our key finding is that, as large video generators become more capable, language is emerging as a natural interface for control. MiniMax-H3, for example, already supports zero-shot control of character behavior and camera motion through natural-language instructions. Building on this, H3-World turns this coarse language interface into precise, temporally grounded world contr

Robotic manipulation faces a fundamental scaling challenge: robust generalization demands broad physical experience, yet action-labeled robot trajectories are expensive to collect and inherently limited in diversity. Egocentric videos offer a far more scalable source of embodied experience, capturing object interactions, contact dynamics, tool use, and long-horizon behaviors across diverse environments. The central challenge is how to convert this abundant but action-free experience into effecti

A central bottleneck in multi-hop Question Answering (QA) is that the granularity at which a question is expressed often differs from the granularity at which corpus evidence is retrievable. Existing methods address this mismatch by imposing fixed graph structures over the corpus, by iteratively reformulating the query, or by executing a generated program over it, but these strategies do not explicitly decide when a query unit is already supported by evidence and when it should be refined. We fo

While unified multimodal models (UMMs) jointly perform visual understanding and generation within a single model, functional unification does not guarantee learning synergy: the two objectives may reinforce each other, compete for capacity, or merely coexist. We investigate their relationship at the representation, task, and system levels in a controlled, structurally native setting without pretrained vision priors. At the representation level, we find that each objective provides useful signal

Long-horizon complex tasks require foundation models to accumulate information, maintain internal states, and adapt over extended interactions. Safety should be an intrinsic property of the model itself, rather than a behavioral constraint relying solely on external safeguards or post-hoc alignment such as supervised fine-tuning. This motivates Safety from Within, where safety-relevant capabilities are represented and invoked through the model's native computation. We present Safin-1, a family o

> "Qwen 3.8 is a damn good coder, but a terrible collaborator" It modifies SO many things in my scripts for what should be a 2 line PR, I get a 100 line linter style mess that looks like a high school freshmen got his hands on vs code and pushed code in. It can't maintain a common style, if I give it a script with a certain naming and layout, 3.6 one shots small changes that fit into my structure. 3.8 will add code that looks much more advanced, handling, strict type checks . But if it's just my

Self-play is an effective paradigm for language-model self-evolution, but without guidance, solver performance can plateau or decline across rounds. Unguided methods steer question generation with signals such as difficulty, learnability, or diversity. These signals keep questions challenging and varied but do not specify which unresolved reasoning weaknesses later rounds should target. Guided methods obtain direction from external task resources, including human examples, document corpora, or s

Interactive world models extend video generation from offline clip synthesis toward persistent simulation of interactive virtual worlds, enabling applications in games, robotics, embodied agents, and XR. Achieving stable long-horizon interactive generation, however, remains challenging, as the model must simultaneously preserve scene geometry, dynamic consistency, and camera control while supporting real-time autoregressive generation. Building upon Matrix-Game 3.0, we present Matrix-Game 3.5, a

Chain-of-thought (CoT) monitoring assumes that reasoning traces faithfully record the information that shapes a model's answer. Existing faithfulness tests often place explicit bias cues in the user message, while agents may encounter preferences through tool returns or raw artifacts. We introduce FACE-Eval (Faithful Attribution of Cue Effects Evaluation), a 5,100-sample evaluation that varies cue location (user message or tool return) and explicitness (direct summary or raw artifact). We measur

Release: datasette-mcp 0.2 "rows" from execute_sql is now an array of objects. Previously it was an array of arrays. This should help weaker models avoid losing track of which positional array element maps to which column. #1 Now depends on mcp>=2.1.1 . This is the first non-alpha release of the plugin. I'm confident it's ready as I've been using it quite a bit myself. Tags: datasette , model-context-protocol

Just uploaded the full 5.94 billion TikTok video dataset to Hugging Face. It’s fully open source: This dataset was collected using a TikTok mobile app reverse-engineering method I developed a few years ago. The method allowed me to extract billions of videos, profiles, comments and replies, hashtags, sounds, and more. Full write-up and code here: Disclaimer: The TikTok app exposes 24 endpoints that can be accessed without a TikTok account, so the data itself is publicly accessible. But accessing

saw the post the other day where people said Minecraft clones aren't impressive anymore, because at this point the whole thing might as well be in the training data. so i tried something slightly different, which is asking a local model to write a mod for the real game, using the Fabric API the model is GLM 5.3 Flash (Q4 quant, running on a rented 4x RTX PRO 6000 box). this wasn't done in prompt or a loop, i would ask for changes, then review them and i kept going like that until i was happy wit

Embodied navigation requires agents to translate heterogeneous goals and visual observations into actions across tasks, environments, and robot embodiments. Modern vision-language models (VLMs) already encode spatial priors for visual grounding, spatial reasoning, and pointing, but these capabilities are rarely elicited directly for robot control. Existing navigation systems instead rely on task- or embodiment-specific components, fragmenting perception, reasoning, and action while offering limi

Multimodal Large Language Models (MLLMs) are strong perceivers of images and video. We ask how far that reach extends into acting: dropping an MLLM directly into a drone's control loop, with its entire action space declared solely in the prompt. Recent systems approach this setting but increasingly narrow the model's decision-making. We widen it back. We introduce DroneCATS-Agent, an architecture where the MLLM is a swappable component, and DroneCATS, a benchmark treating the model as the indepe

arXiv:2609.00002v1 Announce Type: new Abstract: World models enable language-model agents to predict environment dynamics and plan before acting. In text environments, the model must learn symbolic action effects from serialized state descriptions, but the role of serialization structure remains underexplored. We present HyperWorld, a controlled study of state serialization for learned textual world models. We compare raw observations with three symbolic serializations of the same ground-truth s

Hi there my dear people of r/selfhosted ! Fresh bunch of Dawarich news is due, make yourself comfortable :) To whom it may concern, Dawarich — is your (is and always will be) a free open source self-hostable alternative to Google Timeline. --- Our links: Github: Website: iOS app: Android app: --- Nine releases, what a month! And not a puny ones, this time we managed to speedrocket Dawarich performance in browser. If you have hundreds of thousands (or even millions!) of points and you'd love to s

Cognitive language agents have achieved substantial progress by equipping language models with memory, tools, and decision-making procedures, enabling agents to reason and act in interactive environments. Existing frameworks largely cast these agents as systems for solving user-specified, bounded tasks. An increasingly important goal is for language agents to provide persistent assistance in long-lived settings where user needs, context, and service procedures persist and change, and to remain u

arXiv:2609.00137v1 Announce Type: new Abstract: AI is increasingly used in the R\&D process that produces future AI systems. We study the conditions under which this feedback becomes self-amplifying. Our model describes how the rate of AI capability growth depends on baseline research productivity, recursive feedback, and the increasing difficulty of research progress. We derive a recursive reproduction number, $\mathcal{R}_{\mathrm{AI}}$, that determines whether improvements are amplified or da

I like AI and use it daily so AI by itself isn't a problem. But I feel like some colleagues use it in a weird/wrong way. I have this one colleague who uses AI to its maximum capability, he is a frontend dev who writes the frontend to an application my team is building. Its all done by AI, and I don't really care. He can do it in whatever way he want's. My problem with his AI usage is that he often makes requests through slack to my team. Either a bug or a feature request. But instead of writing

arXiv:2609.00003v1 Announce Type: new Abstract: Machine unlearning studies the removal of knowledge from an AI model, making the system forget a concept it previously learned. Despite rapid progress in generative machine unlearning, the unintended degradation of semantically related concepts that should have been retained (henceforth, interference) remains poorly characterized and inconsistently evaluated. This paper introduces I-CARE, a methodology that formalizes interference as a first-class

arXiv:2609.00018v1 Announce Type: new Abstract: Computer science papers rely heavily on diagrams: architecture drawings, system flowcharts, and pipeline schematics that often carry more information than the text around them. There is currently no public dataset that pairs this specific kind of figure with captions, context, questions, answers, and step-by-step reasoning, which is exactly what is needed to train a vision-language model to understand them. We present \textbf{SCAFFOLD}\footnote{ a

Multimodal memory offers a scalable interface for long-video question answering, but existing methods often retrieve captions, frames, transcripts, summaries, or graph facts as isolated fragments. Although searchable, such fragments are not generation-ready: language models must reconstruct cross-modal and temporal alignments at inference time, when context is limited and attribution is difficult. We propose EM^2Mem, an event-centric multimodal memory framework that binds heterogeneous evidence

毎朝、あなた仕様のテックダイジェストを