Code2Skill 从源码自动提取可验证的程序性技能,提升 agent 在交互经验积累前的表现。
🤖Code2Skill automatically extracts verifiable procedural skills from source code to improve agent performance before interaction experience accumulates.
— 今天的主线:Agent 从“能跑”走向“可验证、可协作、可决策”。
Agent 基础设施密集迭代:CodeMidas 与 RecreationWorld 从代码与界面双路径扩展 RL 环境,AWS Strands Harness 开源并宣称 28% 成本下降。模型层出现新形态——Jev 类“决策模型”只输出结构化概率而非文本,Kev 与 jevals 迅速跟进。安全面 Meta Muse 曝出 0-day 且遭 Amazon 屏蔽,Cloudflare Python Workers 正式 GA。
Meta 高权限 AI 助手 Muse 被发现存在 0-day 漏洞,本地应用与终端命令可完全劫持该 agent;Amazon 已开始屏蔽 Muse 访问其站点。 为什么重要:Muse 可代用户预约、购物、操作社交账号,权限面极大,0-day 意味着攻击者可接管这些高权限操作;Amazon 的屏蔽也预示平台方对第三方 AI agent 的访问控制将成为常态。
TypeSafe AI 发布 Jev,一种只返回浮点数与置信度、不生成文本的“决策模型”;Simon Willison 撰文称其为 LLM 的新形态。社区迅速跟进:Kev 基于 Qwen3.5 提供 0.8B/4B/9B 可自训版本,jevals 用 Jev 决策替代 LLM judge 做评估与护栏。 为什么重要:决策模型将分类、路由、评估等高频任务从 token 生成中解耦,成本与延迟可降数个数量级,适合嵌入 agent 循环做实时判断。
评论区普遍看好其在路由与分类场景的实用价值,但也有人认为部分项目只是套壳、缺乏 Jev 的训练精髓。
Cloudflare 宣布 Python Workers 结束两年预览期正式 GA,Python 成为其开发者平台的一等公民语言,可运行 FastAPI、Django、Flask 等框架。 为什么重要:Python 通过 Pyodide 编译为 WebAssembly 跑在 V8 运行时中,意味着 serverless 边缘计算可直接复用 Python 生态;但 multiprocessing 与 threading 在 WASM VM 中不可用,后端架构选型需注意。
AWS Strands Agents 团队发布 Strands Harness,一个 Apache 2.0 许可的通用 agent harness,支持 Python 与 TypeScript,本地运行或部署到 AWS/GCP/Azure/Cloudflare/Modal。团队称在 6 个基准上比同类 harness 降低 28% token 成本,准确率接近持平。 为什么重要:很多 agent 在 Claude Code 或 Codex 内可行、自建 loop 后失效,harness 层正是弥合这一差距的关键;开源且跨云部署降低了自建 agent 基础设施的门槛。
CodeMidas 提出 agentic pipeline,仅以源码为输入将现有代码库中的已实现功能转化为可执行的 RL 环境;RecreationWorld 则构建五平台混合计算机使用 agent 框架,要求 agent 从运行参考中发现行为并忠实复现。 为什么重要:两者都试图突破 RL 环境对 issue/commit 等开发产物的依赖,扩大可验证任务来源,直接关系到 coding agent 训练数据的规模化。
网页看大盘,订阅拿专属:AI 按你的兴趣为你精选、可汇入你的私有 RSS,附社区观点——每天早晨直达邮箱,永久免费。
已发布 72 期 · 每天筛过 150+ 条只留值得读的 30 条
Code2Skill 从源码自动提取可验证的程序性技能,提升 agent 在交互经验积累前的表现。
🤖Code2Skill automatically extracts verifiable procedural skills from source code to improve agent performance before interaction experience accumulates.
IntBMoE 解耦 MoE 的参与、执行与物化三个量,实现全参与式专家组合。
EvoOntology 为 data agent 构建自进化本体层,弥合异构数据与 agent 之间的 gap。
Qwen-Image-2.1 发布 7B 开源权重模型,统一文生图、多参考编辑与 RGBA 透明输出。
StepFun 发布 Step 5 Preview:600B 总参、27B 激活的 MoE,支持 1M 上下文,开放权重 10 月 15 日落地。
Foremerge 是构建在 Git 之上的开源 coding agent 协调协议,在并行 worktree 中共享意图与语义声明,提前发现冲突。
ZCode 开源,包含桌面应用、web workspace、backend、Agent CLI 与 runtime,此前社区报告的安全问题已修复。
lossless-memory 主张个人 AI 记忆永不摘要,保留原始对话日志并以时间轴为索引。
将 LLM 块剪枝建模为 Ising 优化问题,在 Llama-3.3-70B-Instruct 50% 压缩下获得近 23 个百分点增益。
Xiaomi MiMo v2.6 引发热议,普遍认可性价比与透明度,但也有人质疑基准测试与缓存计费。
评论区普遍认可MiMo性价比高、透明度好,但也有人认为基准测试存疑且缓存计费不明。
Grok 4.7 评价两极:有人认为编码实用、进步明显,也有人认为性价比差、基准对比有误导。
评论对Grok 4.7褒贬不一,有人认为编码实用、进步明显,但也有人认为性价比差、基准对比有误导。
Mini-AGI 在 8GB VRAM 上做持续学习引发讨论,多数人觉得方向有趣,但也有人认为名不副实、缺乏泛化验证。
多数人觉得项目有趣、方向值得探索,但也有人认为它名不副实、缺乏泛化与基准验证。
《Attention is all you have》讨论注意力被算法劫持,普遍认同需主动夺回,但也有人认为平台算法可自主筛选。
评论区普遍认同注意力被算法劫持,需主动夺回;但也有人认为平台算法可自主筛选,并非全然有害。
Transformer Explainer 可视化教程获好评,评论区讨论其教学价值与适用场景。
Star BuilderIO / agent-native A framework for building agentic apps
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
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 · 一款智能高光提取与剪辑的二创工具
Star ruanyf / weekly 科技爱好者周刊,每周五发布
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.
It's not a Qwen3 finetune, it's actually its own fully custom architecture. No Llama.cpp support yet sadly (Also note that this model is NOT post-trained like Qwen3.5/3.6)
The definitive Jev podcast with its lead creator.
The expanded form of a testimony I prepared for Congress.
Welcome to Import AI, a newsletter about AI research. Import AI runs on arXiv, cappuccinos, and feedback from readers. If you’d like to support this, please subscribe. Subscribe now RAND thinks the best AI strategy for the US is to keep all options open:…It’s not clear exactly what is optimal, so the US should spend […]
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
Using GPT-5.6, V7 turns scattered company files into context agents can use to complete complex, source-linked work.
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 […]
The group won't be given leeway to slow down or redirect OpenAI's ongoing mathematical research.
Put together some notes on Jev and the new category of system one aka decision models simonwillison.net/2026/Sep/21/...
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
OpenAI is working with an independent Advisory Group on Mathematics and Artificial Intelligence to guide the review and communication of emerging AI results.
Meta’s new AI agent Muse has racked up more downloads and daily active users in the U.S. and Canada than ChatGPT did over the same period after its mobile debut, according to new estimates from Appfigures.
Article URL: Comments URL: Points: 103 # Comments: 37
Officials discussed setting up a mechanism for the two countries to notify each other of AI incidents which could threaten national security.
9月19日,第一届中国网络空间安全大会(CCSC 2026)的高水平专题论坛在安徽合肥正式举办。
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