DawnSift
Abonnieren
Di · Tech-Tagesreport · Ausgabe 72

2026-09-22

— Today's main thread: Agents are moving from "able to run" toward "verifiable, collaborative, and decision-capable."

TL;DR des Tages

Agent infrastructure is iterating intensively: CodeMidas and RecreationWorld expand RL environments along dual paths of code and UI, while AWS Strands Harness goes open source and claims a 28% cost reduction. A new form emerges at the model layer—Jev-style "decision models" output only structured probabilities rather than text, with Kev and jevals quickly following suit. On the security front, Meta Muse is hit by a 0-day and blocked by Amazon, while Cloudflare Python Workers reaches GA.

Schlagzeilen

1

Meta Muse hit by 0-day and blocked by Amazon

Meta's high-privilege AI assistant Muse was found to have a 0-day vulnerability, allowing local apps and terminal commands to fully hijack the agent; Amazon has begun blocking Muse from accessing its sites. Why it matters: Muse can book appointments, shop, and operate social accounts on users' behalf, giving it an extremely broad permission surface. A 0-day means attackers could take over these high-privilege operations; Amazon's block also signals that platform-side access control over third-party AI agents will become the norm.

2

Jev-style decision models become a new focusMehrere Quellen ×3

TypeSafe AI released Jev, a "decision model" that returns only floats and confidence scores without generating text; Simon Willison wrote that it represents a new form of LLM. The community quickly followed: Kev offers self-trainable 0.8B/4B/9B versions based on Qwen3.5, and jevals uses Jev decisions to replace LLM judges for evaluation and guardrails. Why it matters: Decision models decouple high-frequency tasks such as classification, routing, and evaluation from token generation, potentially cutting cost and latency by orders of magnitude, making them well suited for embedding in agent loops for real-time judgment.

The comments generally favor its practical value in routing and classification scenarios, though some believe certain projects are just wrappers lacking Jev's training essence.

3

Cloudflare Python Workers reaches GA

Cloudflare announced that Python Workers has ended its two-year preview period and reached GA, making Python a first-class language on its developer platform, capable of running frameworks such as FastAPI, Django, and Flask. Why it matters: Python is compiled to WebAssembly via Pyodide and runs in the V8 runtime, meaning serverless edge computing can directly reuse the Python ecosystem; however, multiprocessing and threading are unavailable in the WASM VM, so backend architecture choices need to take note.

4

AWS open-sources Strands Harness: a general-purpose agent framework

The AWS Strands Agents team released Strands Harness, an Apache 2.0-licensed general-purpose agent harness supporting Python and TypeScript, runnable locally or deployable to AWS/GCP/Azure/Cloudflare/Modal. The team claims it reduces token costs by 28% versus comparable harnesses across 6 benchmarks, with accuracy roughly on par. Why it matters: Many agents work inside Claude Code or Codex but fail after building a custom loop, and the harness layer is key to bridging that gap; being open source and cross-cloud lowers the barrier to building custom agent infrastructure.

5

Expanding agentic RL environments from code itself

CodeMidas proposes an agentic pipeline that takes only source code as input to convert already-implemented functionality in existing codebases into executable RL environments; RecreationWorld builds a five-platform hybrid computer-use agent framework that requires agents to discover behavior from running references and faithfully reproduce it. Why it matters: Both attempt to break RL environments' dependence on development artifacts such as issues and commits, expanding the sources of verifiable tasks, which directly relates to scaling coding agent training data.

Jeden Morgen ein Tech-Digest, für dich kuratiert

Das Web zeigt das große Ganze; Abonnenten bekommen ihr eigenes — nach deinen Interessen kuratiert, dein privates RSS integriert, mit Community-Stimmen, jeden Morgen zugestellt. Dauerhaft kostenlos.

72 Ausgaben erschienen · täglich 150+ Meldungen auf 30 gesiebt

KI-News

Code2Skill automatically extracts verifiable procedural skills from source code, improving agent performance before interaction experience accumulates.

🤖Code2Skill automatically extracts verifiable procedural skills from source code to improve agent performance before interaction experience accumulates.

Dev & Open Source

ZCode goes open source, including a desktop app, web workspace, backend, Agent CLI, and runtime; previously reported security issues have been fixed.

Community-Themen

Xiaomi MiMo v2.6 sparks heated discussion, with broad recognition of its cost-effectiveness and transparency, though some question the benchmarks and cache billing.

The comments generally agree that MiMo offers strong value and good transparency, though some question the benchmarks and find the cache billing unclear.

Grok 4.7hn2 minKI

Grok 4.7 reviews are polarized: some find it practical for coding with clear progress, while others see poor value and misleading benchmark comparisons.

Commenters are divided on Grok 4.7: some find it practical for coding with clear progress, while others see poor value and misleading benchmark comparisons.

"Attention is all you have" discusses attention being hijacked by algorithms, with broad agreement that it must be actively reclaimed, though some believe platform algorithms can filter autonomously.

The comments generally agree that attention is hijacked by algorithms and must be actively reclaimed; however, some believe platform algorithms can filter autonomously and are not entirely harmful.

GitHub Trending

trycua/cua★ 25697

Sponsor Star trycua / cua Scale computer-use 2.0 with open-source drivers, cross-OS fleets, and benchmarks for training, evaluation, and data generation.

Star Open-Dev-Society / OpenStock OpenStock is an open-source alternative to expensive market platforms. Track real-time prices, set personalized alerts, and explore detailed company insights — built openly, for everyone, forever free.

Star akitaonrails / ai-memory Solution for long term memory for agent coding CLIs and to facilitate handoff between different agent vendors

coder/coder★ 16422

Star coder / coder Secure environments for developers and their agents

Star cloudflare / quiche 🥧 Savoury implementation of the QUIC transport protocol and HTTP/3

Star mvt-project / mvt MVT (Mobile Verification Toolkit) helps with conducting forensics of mobile devices in order to find signs of a potential compromise.

Star zhouxiaoka / autoclip AutoClip : AI-powered video clipping and highlight generation · 一款智能高光提取与剪辑的二创工具

ruanyf/weekly★ 103929

Star ruanyf / weekly 科技爱好者周刊,每周五发布

Weitere Fundstücke(51 weitere)

My comment on MCP was always a bad idea? — Hacker News. This article entirely misses the value that MCP brings today. Sure, there's almost no reason to use MCPs if you are running a full-blown terminal agent (Claude Code, Codex, Meta Muse, OpenClaw etc) with unfettered internet access - just let it call APIs directly. If you want to operate something that's less YOLO than that, you'll find yourself wanting: Control over exactly which external services it can access A way to handle authentication

Quote: DeepSeek is training a 2T-parameter model and plans to eventually build an 8T-parameter model. Current DeepSeek models: Flash parameter count of 552 billion Pro: 1.6T (trillion) total parameters with 49B (billion) activated weights per token Mythos / Fable is estimated to be 10T parameter count.

arXiv:2609.21096v1 Announce Type: new Abstract: In this work, we examine the topology of information flow patterns within attention graphs to effectively distinguish hallucinated from non-hallucinated responses. We analyze the Forman-Ricci curvature to identify structural patterns indicating information bottlenecks in attention graphs. We then introduce a method that captures both semi-local and global information-flow characteristics of attention heads associated with hallucinated responses. We

arXiv:2609.21157v1 Announce Type: new Abstract: Large Language Model (LLM) agents are increasingly being explored for chip design, but most existing approaches operate directly at RTL. We ask whether agents can design better chips by leveraging higher-level abstractions. We compare Direct RTL Design, Agent-based HLS Design, Post-Compiler HLS Refinement, and Post-HLS RTL Refinement, and combine Agent-based HLS Design with Post-HLS RTL Refinement as Agent-based HLS with RTL Refinement (AHRR). We u

arXiv:2609.20974v1 Announce Type: new Abstract: In Mixture-of-Experts language models, the router typically selects and weights experts based on the token's hidden state, utilizing limited contextual information. We propose Attention-Aware Routing (AAR), which augments the router with temporal and spectral features extracted from a sliding window of attention weights that represent a summary of the model's contextual state, disentangled from the hidden state. Keeping the base transformer entirel

Hey everyone! It has been quite a while since the last SupraLabs model - but today we've something special for y'all: Supra2-IMG It's a 100M parameter DiT text-to-image model trained entirely from scratch in under 10 hours on a single H100 on Runpod. It can generate state-of-the-art quality images in 256x256 pixels resolution. Samples: These samples are NOT cherry-picked! Sampling: seed 0, steps 50, cfg 3.0; same settings for every image. If someone here is interested in the prompts, I can give

Sorry for the pretentious name, I know, I know.. It just contains all the pieces I would like to see a AGI model to have, and I can't stand the temptation. Before throwing rocks at me, please take a glance at the Readme, and I hope it will cover your mood a little bit. So, first of all it does work and you can see the sample from the whole training run here: Here is the scaling law graph I have so far, and it looks very promising: The model was built under my deep dissatisfaction so we cannot re

I’ve been working on making small models more capable at agentic coding and work, because most people in the world don’t have the sort of hardware needed to run 3.8-27B, or even 35B-A3B or 9B dense, and I want to extend local agentic coding capability to less privileged users. This quant can be run on a smart phone or older gaming laptop, and can solve real coding problems autonomously in a way I have never seen or measured for this model class. Spark-X2.5-4B is already around best-in-class for

Hundreds of flights were cancelled or delayed on Monday after construction crews in New Jersey accidentally cut a Verizon fiber cable used for air traffic control. FAA Administrator Bryan Bedford said that a circuit failure led to the discovery of the severed fiber cable, ABC News reports. The outage hammered airports across the Northeast, causing […]

We define OmniVChat (Omni Video Chat) as the task of native audio-visual dialogue between a user and an omni model. In OmniVChat, omni models directly and simultaneously receive audio and video from a user and return text. The user's query is embedded in the audio and video, without a separate text question, external captioning, or speech recognition. Direct audio-visual input reduces external latency and computation while preserving perceptual cues. However, research on OmniVChat faces two cons

Agent trajectories record what an agent does and what happens next. Yet standard supervised fine-tuning (SFT) applies loss only to agent-authored action tokens, using environment observations as context but not as prediction targets. We ask whether this convention provides the best initialization for subsequent reinforcement learning. We introduce ActObs, which also supervises the observation tokens already present in each trajectory. Although deployed agents never generate observations, learnin

As corporate AI adoption continues to grow, enterprise-grade LLM agents are being deployed into sensitive contexts such as hiring, healthcare, and finance. In these contexts, compliance with rules specified in an agent's system context is a first-order legal concern. Currently, no evaluation framework systematically measures which LLM models tend to violate compliance rules, especially under pressure from a persistent user, a hurried manager, or circumstances where violation is convenient or att

arXiv:2609.20981v1 Announce Type: new Abstract: Autoregressive (AR) models suffer from local greediness, while diffusion language models (DLMs) often lack the strict causal structure required for reasoning. To combine the advantages and overcome the drawbacks of the dual, we propose Causal Latent Revision (CaLR), a framework that reformulates reasoning as constrained latent optimization. By adopting a causal topology matrix (CTM) from an expert model and implicit differentiation, CaLR performs g

arXiv:2609.21139v1 Announce Type: new Abstract: Replacing attention in a pretrained language model is a compatibility problem: a plausible substitute may alter representations expected by later layers. TinyCeNN-LM introduces a \emph{quality-gated post-training conversion} framework using CeNN-inspired cellular-recurrent layers with bounded local processing, compact recurrent memory, routing, fusion, and accept-or-rollback validation. Three implementations are studied: Integrated Memory, MemoryFu

arXiv:2609.21113v1 Announce Type: new Abstract: Fine-tuning has emerged as a widely adopted approach for adapting LLMs to a variety of downstream tasks. However, how it reshapes their internal mechanisms remains poorly understood. To address this, we investigate how fine-tuning alters internal representations in LLMs, including attention patterns and layer-wise activations, and examine whether these changes are linked to task-relevant components identified by EAP (e.g., attention heads and logit

The headlines right now are full of stories about AI models "escaping their sandboxes" and literally killing all humans, lol. I've even heard several commentators and writers say that AI escaped an "Air gap". But that is SO WRONG. It's actually TOTALLY WRONG. *To be clear, not a single one of these sandboxes was actually air-gapped.* That's a crucial computer science fact. An air gapped sandbox would require *ZERO* cables and network interfaces. It would also require absolute physical isolation.

In summer 2025, when we started building fluado , one of our aspirations was to run outside US Big Tech. But in the big scheme of registering and building a company, it felt "not so important", so we started on Google Cloud because we were familiar with it. It felt icky, but it was one less thing to think about. Now one year later, we realised we had deepened our dependency on US providers: Cloudflare, GCP, Supabase, GitHub, Slack, Google Workspace, etc. At the end of August we set out to move a

arXiv:2609.21192v1 Announce Type: new Abstract: Organizations deploying agentic artificial intelligence must determine more than whether a model is trustworthy; they must establish what to validate, control, and observe for a use case to deliver its intended outcome while meeting applicable obligations. This paper proposes AI-GRACE (Agentic Intelligence-Governance, Risk, Assurance, Controls, and Evidence) as a use-case operationalization framework connecting organizational governance with techni

arXiv:2609.21181v1 Announce Type: new Abstract: The Abstraction and Reasoning Corpus and related benchmarks evaluate whether AI models can solve novel reasoning tasks, but often leave unclear whether success reflects inference of the intended underlying rule or reliance on shortcuts. We address this gap by studying test-time task embeddings in Vision ARC (VARC), a model in which a pre-trained backbone is complemented by a trainable embedding representing the transformation rule. In the original

I’m currently a Staff/TL at a FAANG company and moving to a similar TL role elsewhere. In my current role, I’ve built enough trust and context that setting direction and influencing decisions feels natural. My concern is how to rebuild that quickly when joining a new org with zero existing influence. For Staff+ engineers who’ve made a similar move: what concrete things helped you ramp up and establish credibility? Looking for specific actions—e.g. 1:1s with other TLs in week 1, picking an early

Jeden Morgen ein Tech-Digest, für dich kuratiert