Prompt Injection as Role Confusion1 - 把 prompt injection 解释为模型内部“角色归属”错误,并用 role probes 与 CoT Forgery 给出可测机制。
全文 ↓今日重点 · Today's Highlights
SproutRAG: Attention-Guided Tree Search with Progressive Embeddings for Long-Document RAG2 - 不靠额外 LLM 调用,把句子组织成 attention 学出的层级树,在长文档 RAG 中做多粒度 beam search。
全文 ↓GateMem: Benchmarking Memory Governance in Multi-Principal Shared-Memory Agents3 - 把 agent 记忆评测从单用户 recall 推到共享记忆的访问控制、删除和角色边界。
全文 ↓bytedance/deer-flow4 - 2.0 版把 subagents、memory、sandbox、skills 和 message gateway 合到 long-horizon SuperAgent harness。
全文 ↓topoteretes/cognee5 - 用自托管知识图谱给 AI agents 做跨会话长期记忆,是 agent memory 基础设施方向的代表项目。
全文 ↓论文 · Papers
11 项 · 论文本期重点Prompt Injection as Role Confusion1role-confusion.github.io原文 ↗
这篇论文把 prompt injection 的根源放在模型内部角色感知上:模型会根据文本风格判断“谁在说话”,而不是稳定服从外部 role label。作者设计 role probes,并用 CoT Forgery 把伪造推理注入用户提示和工具输出;摘要报告前沿模型攻击成功率约 60%,且生成前的 role confusion 程度可以预测攻击结果。它的价值在于把安全边界从 prompt 模板讨论推进到可测的表示空间问题。
本期重点SproutRAG: Attention-Guided Tree Search with Progressive Embeddings for Long-Document RAG2arxiv.org原文 ↗
SproutRAG 把句子级 chunk 通过 learned inter-sentence attention 组织成逐步变大的语义单元,再在检索时做 hierarchical beam search。方法避免额外 LLM 调用、固定上下文扩展和有损摘要压缩;四个科学、法律和开放域 benchmark 上,信息效率平均比最强基线高 6.1%。它的看点在于同时处理检索粒度和上下文连贯性两侧的代价。
MCompassRAG: Topic Metadata as a Semantic Compass for Paragraph-Level Retrieval6arxiv.org原文 ↗
MCompassRAG 用 topic metadata 作为 paragraph-level retrieval 的“语义指南”,解决小 chunk 检索空间膨胀和大 chunk embedding 混杂多个主题的问题。它把主题信号放进同一 embedding space,并通过 LLM-teacher distillation 训练轻量 retriever;六个复杂检索 benchmark 上,信息效率平均提升 8.24%,延迟比最强高效 RAG 基线低 5 倍以上。看点是 topic metadata 被用于推理时零额外 LLM 调用的检索路由,而不是只做离线标注。
Characterizing Narrative Content in Web-scale LLM Pretraining Data7arxiv.org原文 ↗
论文从叙事理论出发,分析 Dolma 这个 3 万亿 token 开放预训练语料里的 agency、setting 和 events 等叙事结构。作者先人工标注 400 段文本,训练 RoBERTa-based NarraBERT,再扩展标注 300 万段形成 NarraDolma;框架覆盖 11 个可解释维度。它把“预训练数据有什么叙事偏向”变成可测数据集问题,也指出现有 curation 流程没有显式衡量这些分布差异。
WorldLines: Benchmarking and Modeling Long-Horizon Stateful Embodied Agents8arxiv.org原文 ↗
WorldLines 构建长期家庭助理轨迹,记录对话、动作、执行反馈、物体和设备状态变化,并转成 Memory QA 与 Embodied Task Planning 样本。作者提出 ObsMem,用 visibility-aware memories 和 action-native state trails 维护状态;论文指出 partial observability、被覆盖的世界状态和长期记忆到具身计划的转换仍然困难。这个 benchmark 把长期记忆从纯文本问答拉回到动态家庭环境里的行动决策。
本期重点GateMem: Benchmarking Memory Governance in Multi-Principal Shared-Memory Agents3arxiv.org原文 ↗
GateMem 针对医院、办公室、校园和家庭等多主体共享助手,评估合法长期请求 utility、上下文授权边界访问控制,以及删除后的主动遗忘。论文用长篇多方 episode、增量 memory injection、hidden checkpoints、structured judging 和 leak-target annotations 组织测试;结论是当前方法没有同时做到高 utility、强 access control 和可靠 forgetting。它把“记得住”与“该不该记、该不该说”放进同一个评测框架。
Multi-Turn Reflective Masking Elicits Reasoning in Mask Diffusion Models10arxiv.org原文 ↗
论文提出 Reflective Masking,让 mask diffusion models 多轮回看和局部修订既有输出,以支持类似反思的推理过程。方法不改架构,只做轻量 post-training,并加入无参数 History Reference 利用中间 denoising states;任务覆盖文本生成、Sudoku 和图像编辑,结果优于标准 masking baseline。它把测试时扩展从 autoregressive chain-of-thought 推向可并行局部编辑的 diffusion 语言模型。
PerceptionDLM11arxiv.org原文 ↗
PerceptionDLM 用 multimodal diffusion language model 做并行区域感知,目标是在多个图像区域上同时生成描述。作者引入 efficient prompting 与 structured attention masking,并构建 ParaDLC-Bench,把 DLC-Bench 扩展到每图多个 region masks,以同时评估 caption 质量和推理效率。它的关键贡献是让 region captioning 不再按区域顺序串行处理,而是利用 DLM 的并行解码特性。
GeneralVLA-212arxiv.org原文 ↗
GeneralVLA-2 针对机器人规划中的 3D 证据和可复用操作经验,提出 GeoFuse-MV3D 重建分支和 governed KnowledgeBank。GeoFuse-MV3D 在 GSO-30 上让 CD 和 LPIPS 分别下降 2.20% 与 2.02%,PSNR 和 SSIM 分别上升 2.36% 与 1.03%;KnowledgeBank 在 Terminal-Bench SR 与 SWE-Bench resolve rate 上分别超过 ReasoningBank 4.53% 与 3.73%。这条的实质是把几何验证和记忆治理一起放进 VLA 规划,而不是只扩模型规模。
StylisticBias13arxiv.org原文 ↗
StylisticBias 用 500 张 photorealistic base faces 生成约 25K 张单属性变化图,保持身份不变,只改变一个视觉线索。论文评估 6 个 MLLM 和 25 个二元社会判断场景,发现年龄和体型主导 identity-level effects,约 15 个属性解释近 80% 总变异。它提供了更干净的视觉偏差拆解方式,能区分身份差异和服饰、体型、年龄等外观属性造成的判断偏移。
开源 / 项目 · Projects
15 项 · 开源 / 项目PMB16github.com原文 ↗
PMB 给 Claude Code、Cursor、Codex 等 MCP-aware agents 提供本地长期记忆,把决策、教训、项目事实和文档放在一个 SQLite 文件里。README 描述了实体图 dashboard、时间线、PDF 索引、50+ 语言 embedding,以及 `prepare(message)` 在 4-16ms 返回 project_context、lessons、recent_activity、open_goals 和 active_arcs。它比简单“记事本”更像 agent 的本地知识层,尤其强调 hooks 自动注入而不是让用户手动检索。
Selector Forge17github.com原文 ↗
Selector Forge 是一个浏览器扩展,用 AI 生成 CSS/XPath selector,但最终正确性由 live DOM 验证。流程是用户选中页面元素,扩展发送目标、DOM 上下文和 seed candidates,后端生成和排序候选,浏览器逐个验证并回传结果;列表模式还会检查完整目标集合,拒绝 over-match 和 under-match。项目的核心设计是把 AI 限定为 proposal/ranking,而把 correctness oracle 留给真实浏览器。
Block/buzz18github.com原文 ↗
Buzz 是 Block 开源的自托管协作工作区,让人类和 agents 共用房间、身份和审计记录。README 把它建在 Nostr relay 上,消息、reaction、workflow step、review approval 和 git event 都是签名事件;agent 可开 repo、发 patch、review code、跑 workflow、编辑 canvas 和创建 channel。它把“agent 是 bot”改成“agent 是有 keypair 和 channel membership 的协作者”。
PreFlight19github.com原文 ↗
PreFlight 是本地优先的 AI 生成代码安全门禁,扫描 auth、RLS、SQL、SSRF、命令执行、依赖和 secret handling 等变更风险。README 描述了 CLI、VS Code/Cursor companion、The Eye 本地 daemon、MCP bridge、Micro-Fuzzer 和 compact Code Property Graph;风险信号分 Hard Block、High-Risk Drift 等。它把 agent 写代码后的安全验证前移到保存和提交之前,而不是等 CI 或人工 review 再发现结构漂移。
Crespo20github.com原文 ↗
Crespo 用 Tree-sitter AST 解析仓库,抽取 imports、classes、functions、structs 和 enums,生成 compact XML blueprint 给 LLM。它支持 structure、summary、concat 三种模式,覆盖 10 种语言;README 的 benchmark 显示结构问答平均 2.75/3,structure mode 平均 token reduction 约 86%,FastAPI 这种框架型仓库因结构本身有用而只压缩 14%。这类工具的判断标准不是压得越狠越好,而是保留足够架构信号。
AI-Gateway21github.com原文 ↗
AI-Gateway 是 OpenAI/Groq 兼容的反向代理,通过语义缓存减少 LLM API 调用。README 写出四级匹配:exact、template、semantic、word overlap,并支持 Redis + in-memory fallback、多租户 cache、100 个并发相同请求去重、rate limiting、circuit breaker 和 cost tracking;示例配置的 vector similarity threshold 是 0.85。它适合重复问答比例高的应用,但缓存命中质量会直接决定是否引入陈旧或误配答案。
Kitcat 2.026mil.ad原文 ↗
Kitcat 2.0 是 Matplotlib 的终端绘图后端。它让图形输出可以直接出现在 shell、SSH、容器或无 GUI 环境里,减少“保存图片再打开”的断点。对数据探索来说,终端渲染不是视觉炫技,而是把轻量远程环境也纳入可视化反馈循环。
Optocam Zero27github.com原文 ↗
Optocam Zero 是 Raspberry Pi Zero 加现成组件做的紧凑数码相机,外壳主要靠 3D 打印。README 给出具体规格:2592×2592 JPEG、1.4 英寸 240×240 LCD、15-20fps 预览、22 秒启动、14500 锂电池和约 70-80 分钟续航;功能还包括自动对焦模组、8 种滤镜、自定义热点传图、USB-C 充电和 GIF 录制。它把开源硬件项目写到了可复刻的 BOM、STL、CAD 和 build guide 层面。
Quake in the browser, with procedurally generated levels28leereilly.net原文 ↗
这个项目把 Quake 编译到 WebAssembly,并加入程序生成关卡。技术点不只在“能跑在浏览器里”,还包括资源加载、输入和渲染适配,以及把关卡生成接进原游戏循环。它是经典游戏移植、WASM 可玩性和生成式关卡设计交叉的小型实验。
行业动态 · Industry News
12 项 · 行业动态Deno Desktop29docs.deno.com原文 ↗
Deno 发布 desktop runtime 文档,用 Web 技术构建桌面应用。它把 Deno 的 TypeScript/JavaScript runtime、权限模型和本地系统能力带到桌面 WebView 场景。对 Deno 来说,这扩展了 runtime 的边界:从服务端脚本和 Web 服务,进入 Electron/Tauri 所在的桌面应用开发地带。
Steam Machine launches today30store.steampowered.com原文 ↗
Valve 发布 Steam Machine 相关页面和发售信息。Steam Machine 延续 SteamOS 客厅 PC 路线,把 Steam 生态、Linux/Proton 游戏兼容和小型化硬件放进同一设备;同期报道显示 Valve 也把 Verified 兼容性体系扩展到 Steam Machine 和 Steam Frame。它的行业意义在于 Valve 仍在尝试把 PC 游戏体验产品化为更接近主机的形态。
Apertus - Open Foundation Model for Sovereign AI31apertvs.ai原文 ↗
Apertus 是 Swiss AI Initiative 的开放基础模型项目,由 EPFL、ETH Zurich 和 CSCS 协作开发。官网强调 open weights、open data、open science,并称训练数据、代码、权重、方法和 alignment principles 都有文档与可复现路径;模型规模覆盖 8B 与 70B,支持 1000+ 语言。它把“sovereign AI”的重点落在可审计和可复现,而不只是本地部署口号。
Sakana Fugu32sakana.ai原文 ↗
Sakana AI 发布 Fugu 项目页面,介绍其新模型或研究系统。当前信息更像研究实验室的项目发布入口,关键信息在于模型/系统能力、实验设置和后续开放程度。对行业观察而言,Sakana 的发布通常值得看其是否延续自动化模型组合、进化搜索或小团队高效率研究路线。
OpenAI Daybreak33openai.com原文 ↗
OpenAI 发布 Daybreak,把 Codex Security、GPT-5.5-Cyber、partner program 和 Patch the Planet 组合成防御性安全工具线。官方数据称 Codex Security preview 已扫描 30M+ commits 和 30K+ codebases,人工标记 70K+ findings fixed,自动判定 500K+ findings fixed;GPT-5.5-Cyber 在 CyberGym 达到 85.6%,在 ExploitGym 达到 39.5%,均高于 GPT-5.5。它把“发现漏洞”叙事转向“验证、修补和落地补丁”。
Patch the Planet34openai.com原文 ↗
Patch the Planet 是 OpenAI 与 Trail of Bits 发起的 Daybreak initiative,目标是支持开源维护者完成漏洞验证、补丁开发、测试和披露。官方列出的初始项目包括 cURL、NATS Server、pyca/cryptography、Sigstore、aiohttp、Go、freenginx、Python 和 python.org;Trail of Bits 已把安全工程师投入 19 个项目,初始 sprint 发现数百个待审问题并合并数十个补丁。它强调专家人工 review,避免把维护者淹没在低质量 AI finding 里。
Samsung Electronics brings ChatGPT and Codex to employees35openai.com原文 ↗
OpenAI 宣布 Samsung Electronics 向韩国全员和全球 Device eXperience 员工开放 ChatGPT Enterprise 与 Codex。官方称这是其最大企业部署之一,使用范围覆盖 R&D、制造、营销和企业职能;同文提到 Codex 每周活跃用户超过 500 万,韩国周活自 2026 年 2 月 1 日以来增长近 800%。新闻的关键不是“又一家企业采购 AI”,而是 coding agent 和通用助手进入大型硬件公司的跨职能流程。
Google DeepMind and A24 announce research partnership36blog.google原文 ↗
Google DeepMind 与 A24 宣布研究合作,围绕影视创作中的 AI 工具展开;WSJ 报道称 Google 同时向 A24 投资约 7500 万美元,协议为多年、非独家,且不授予 Google 访问 A24 内容库的权利。它不是单个模型发布,而是 AI 实验室与内容工作室共同探索生产流程的合作。后续更值得观察的是工具如何处理版权、创作者控制权和实际制作环节,而不只是生成视频演示。
Chevron signs 20-year power agreement with Microsoft37chevron.com原文 ↗
Chevron 与 Microsoft 签署西德州数据中心 Project Kilby 的 20 年供电协议,相关报道称项目将配套 2.7GW 现场电厂,计划 2028 年开始供电。长期电力合约说明 AI/data center 基础设施正在把约束从芯片扩展到电网、能源项目和地方供给。云厂商锁定电力的周期明显长于硬件迭代周期,这会改变数据中心选址和能源企业的谈判地位。
Canada is looking to build up to 10 new nuclear reactors38cbc.ca原文 ↗
CBC 报道加拿大政府计划未来 15 年建设最多 10 座新核反应堆。核电重新进入政策讨论,与低碳基荷电力、工业电气化和数据中心负载增长有关。这个时间尺度也提醒人们:AI 基础设施的能源解法往往不是一两个采购季度能完成的。
NSF slashes research programs to support new tech initiative39science.org原文 ↗
Science 报道 NSF 调整研究项目预算,以支持新的技术 initiative。这里的焦点是科研资助从分散基础研究转向集中技术项目时的机会成本。若预算重新分配持续,受影响的不只是项目名录,还包括年轻研究者、长期基础方向和跨学科探索的资助稳定性。
Investors get real-time view of UK bond market activity for the first time40fca.org.uk原文 ↗
英国 FCA 推出实时债券市场活动数据视图,让投资者首次看到更及时的英国债券市场活动。固定收益市场长期不如股票市场透明,这类数据产品能减少交易活动信息的不对称。它也显示金融监管机构正在把市场透明度工具做成可直接面向投资者的公共基础设施。
博客文章 · Blog Posts
10 项 · 博客文章GLM-5.2 is the step change for open agents41interconnects.ai原文 ↗
Nathan Lambert 评述 GLM-5.2 在开放 agent 能力上的表现和生态位置。文章的判断背景是开放模型能否在工具使用、长任务和 coding agent 工作流里承担真实负载,而不只是聊天和基准测试。它把 GLM-5.2 放进“开放模型是否开始具备可用 agent 栈”的讨论中。
Temporary Cloudflare Accounts for AI agents45simonwillison.net原文 ↗
Simon Willison 记录 Cloudflare Workers 的临时账号部署能力及其实际用途。核心点是给 AI agents 可撤销、生命周期有限的部署身份,而不是把长期账户或高权限 token 交给 agent。这样的账户模型把权限边界嵌入平台流程,适合自动化部署、演示环境和短期实验。
sqlite-utils 4.0rc1 adds migrations and nested transactions46simonwillison.net原文 ↗
Simon Willison 介绍 sqlite-utils 4.0rc1 的迁移系统和嵌套 transaction 支持。迁移系统让 SQLite 项目的 schema 演进可以由库内工具跟踪,nested transactions 则让复杂库调用更容易组合。对小型数据应用和单文件数据库项目,这两个能力会直接改善长期维护体验。
The text in Claude Code’s “Extended Thinking” output47patrickmccanna.net原文 ↗
Patrick McCanna 分析 Claude Code “Extended Thinking” 输出文本的性质。文章关注这些可见文字是否等同于模型真实内部推理,还是更接近产品化后的解释层。这个问题会影响用户如何审计 agent 行为、定位错误,以及判断“思考过程”在工程上能承担多少证据价值。
There is minimal downside to switching to open models48marble.onl原文 ↗
Marble 博文讨论从闭源模型迁移到开放模型的成本和可行性。它的判断围绕开放模型性能、部署控制、隐私和供应商依赖的变化展开。即使不同任务的结论会不同,这类文章反映出开放模型已经进入“可替代性成本”而非“是否能用”的讨论阶段。
Good results fine tuning a local LLM like Qwen 3:0.6B to categorize questions49teachmecoolstuff.com原文 ↗
这篇实验记录用本地小模型 Qwen 3:0.6B 微调做问题分类。任务范围窄,但正好适合小模型:类别固定、输出短、评估直接,并且可以离线低延迟运行。它说明许多产品中的分类、路由和标签任务不一定需要持续调用大模型 API。
Import AI 46250importai.substack.com原文 ↗
Import AI 本期聚合 AI 说服力、自我维持系统和 ASI 路径相关研究。它把多篇研究放进能力进展和风险讨论的同一框架中,而不是只摘单点结果。周报价值在于观察研究社区近期把哪些问题归为关键变量,尤其是 persuasion、self-maintaining systems 和长期能力路径。
GitHub 热门 · GitHub Trending
10 项 · GitHub 热门本期重点bytedance/deer-flow4github.com原文 ↗
DeerFlow 2.0 是 ByteDance 开源的 long-horizon SuperAgent harness,README 称它用 sub-agents、memory、sandboxes 和 extensible skills 编排研究、编码和创作任务。项目支持模型配置、MCP、sandbox、IM channels、LangSmith/Langfuse tracing,并给出本地评估和长跑服务的资源建议。它的工程重点在 harness:把长任务执行所需的状态、工具、隔离和通信层统一起来。
本期重点topoteretes/cognee5github.com原文 ↗
Cognee 是面向 AI agents 的自托管长期记忆平台,核心是 persistent memory 与 knowledge graph engine。它把跨会话知识组织成可检索、可连接的图谱,而不是只把历史对话塞回上下文窗口。agent 应用越多,这类记忆层越像数据库基础设施,而非单个应用功能。
FlowiseAI/Flowise51github.com原文 ↗
Flowise 是可视化构建 AI agents 和 LLM workflows 的 TypeScript 项目。README 的 quick start 是 Node >=20、全局安装 `flowise`、`npx flowise start` 后打开 localhost:3000;项目同时提供 Docker、自托管和云版本路径。它把 chain、agent 和工具编排变成节点式操作界面,降低非纯代码团队搭建工作流的门槛。
facebook/lexical52github.com原文 ↗
Lexical 是 Meta 的可扩展文本编辑器框架,强调可靠性、可访问性和性能。它提供编辑状态、selection、命令和插件等底层机制,让开发者构建复杂富文本体验而不直接对抗 contenteditable 的所有浏览器差异。对于协同编辑、结构化文档和富交互输入框,编辑器内核质量会决定上层产品稳定性。
modem-dev/hunk53github.com原文 ↗
Hunk 是面向 agent 生成 changeset 的 review-first 终端 diff viewer,基于 OpenTUI 和 Pierre diffs。它不负责生成代码,而是优化人类审查 agent diff 的界面和顺序。随着 coding agent 产出更多批量变更,review 工具会从“看 git diff”演进为“理解 agent 做了什么、哪些 hunks 需要拦截”。
cloudflare/pingora54github.com原文 ↗
Pingora 是 Cloudflare 的 Rust 网络服务框架,用于构建快速、可靠、可编程的网络系统。README 写明它已经在 Cloudflare 生产中长期服务超过 4000 万 requests per second,并拆出 proxy、load balancing、cache、TLS、Prometheus 和 runtime 等 crates。它的吸引力在于把 Cloudflare 从 NGINX 迁移出的网络服务经验封装成 Rust 库。
tursodatabase/turso55github.com原文 ↗
Turso 是兼容 SQLite 的 in-process SQL database,主要用 Rust 实现。仓库结构显示其覆盖 parser、sqlite3 兼容层、sync、serverless/javascript、testing 和 TLA+ transaction 验证。它处在 SQLite 生态和现代嵌入式/边缘数据库需求的交汇处,重点是把熟悉 SQL 接口与更现代的同步和运行时模型结合。
smicallef/spiderfoot56github.com原文 ↗
SpiderFoot 是开源 OSINT 自动化工具,用于威胁情报和攻击面映射。README 写明它集成大量数据源、使用多种分析方法,并提供内置 web server 与纯命令行两种使用方式;项目使用 Python 3 和 MIT license。它适合把域名、IP、账号、泄露信息和关联实体自动串联成可浏览调查结果。
asgeirtj/system_prompts_leaks57github.com原文 ↗
system_prompts_leaks 收集 Anthropic、OpenAI、Google、xAI、Cursor、Copilot、VS Code、Perplexity 等产品的 system prompt 泄露样本。README 的近期更新包括 GitHub Copilot macOS、Claude Design、GPT-5.5 Codex、Claude Fable 5、Claude Code 工具和 Gemini 3.5 Flash 等。它既是提示词考古资料库,也是观察 AI 产品策略、工具边界和安全提示演化的非官方窗口。
calesthio/OpenMontage58github.com原文 ↗
OpenMontage 是开源 agentic video production system,GitHub 描述称包含 12 条 pipelines、52 个 tools 和 500+ agent skills。仓库内有 AGENT_GUIDE、CODEX、COPILOT、CURSOR、PROMPT_GALLERY、config 和渲染 demo,说明它面向多种 coding assistant 接入。它把视频生产拆成 pipeline 和 tool/skill 组合,方向上接近“用 agent 编排完整创作工厂”。
引用来源 · References
58 条 · 引用- 1 Prompt Injection as Role Confusion. arXiv:2603.12277https://role-confusion.github.io ↩ 回到正文 · back to text
- 2 SproutRAG: Attention-Guided Tree Search with Progressive Embeddings for Long-Document RAG. arXiv:2606.18381https://arxiv.org/abs/2606.18381 ↩ 回到正文 · back to text
- 3 GateMem: Benchmarking Memory Governance in Multi-Principal Shared-Memory Agents. arXiv:2606.18829https://arxiv.org/abs/2606.18829 ↩ 回到正文 · back to text
- 4 bytedance/deer-flow. GitHubhttps://github.com/bytedance/deer-flow ↩ 回到正文 · back to text
- 5 topoteretes/cognee. GitHubhttps://github.com/topoteretes/cognee ↩ 回到正文 · back to text
- 6 MCompassRAG: Topic Metadata as a Semantic Compass for Paragraph-Level Retrieval. arXiv:2606.18508https://arxiv.org/abs/2606.18508 ↩ 回到正文 · back to text
- 7 Characterizing Narrative Content in Web-scale LLM Pretraining Data. arXiv:2606.19468https://arxiv.org/abs/2606.19468 ↩ 回到正文 · back to text
- 8 WorldLines: Benchmarking and Modeling Long-Horizon Stateful Embodied Agents. arXiv:2606.18847https://arxiv.org/abs/2606.18847 ↩ 回到正文 · back to text
- 9 MemSlides: A Hierarchical Memory Driven Agent Framework for Personalized Slide Generation with Multi-turn Local Revision. arXiv:2606.17162https://arxiv.org/abs/2606.17162 ↩ 回到正文 · back to text
- 10 Multi-Turn Reflective Masking Elicits Reasoning in Mask Diffusion Models. arXiv:2606.16700https://arxiv.org/abs/2606.16700 ↩ 回到正文 · back to text
- 11 PerceptionDLM: Parallel Region Perception with Multimodal Diffusion Language Models. arXiv:2606.19534https://arxiv.org/abs/2606.19534 ↩ 回到正文 · back to text
- 12 GeneralVLA-2: Geometry-Aware Reconstruction and Governed Memory for Robot Planning. arXiv:2606.17480https://arxiv.org/abs/2606.17480 ↩ 回到正文 · back to text
- 13 StylisticBias: A Few Human Visual Cues Drive Most Social Biases in MLLMs. arXiv:2606.20527https://arxiv.org/abs/2606.20527 ↩ 回到正文 · back to text
- 14 Oakhttps://oak.space/oak/oak ↩ 回到正文 · back to text
- 15 Recall. GitHubhttps://github.com/raiyanyahya/recall ↩ 回到正文 · back to text
- 16 PMB. GitHubhttps://github.com/oleksiijko/pmb/blob/main/README.md ↩ 回到正文 · back to text
- 17 Selector Forge. GitHubhttps://github.com/Intuned/selector-forge ↩ 回到正文 · back to text
- 18 Block/buzz. GitHubhttps://github.com/block/buzz ↩ 回到正文 · back to text
- 19 PreFlight. GitHubhttps://github.com/av29nassh-sketch/PreFlight ↩ 回到正文 · back to text
- 20 Crespo. GitHubhttps://github.com/hrudulmmn/crespo ↩ 回到正文 · back to text
- 21 AI-Gateway. GitHubhttps://github.com/Arnab758/ai-gateway ↩ 回到正文 · back to text
- 22 Sturnus. GitHubhttps://github.com/sturnus-dev/sturnus ↩ 回到正文 · back to text
- 23 Open-geo. GitHubhttps://github.com/Pupok462/open-geo ↩ 回到正文 · back to text
- 24 Loqi. GitHubhttps://github.com/danterolle/loqi ↩ 回到正文 · back to text
- 25 Picot. GitHubhttps://github.com/shixin-guo/picot ↩ 回到正文 · back to text
- 26 Kitcat 2.0https://mil.ad/blog/2026/kitcat-2.0.html ↩ 回到正文 · back to text
- 27 Optocam Zero. GitHubhttps://github.com/dorukkumkumoglu/optocamzero ↩ 回到正文 · back to text
- 28 Quake in the browser, with procedurally generated levelshttps://leereilly.net/quakelike/ ↩ 回到正文 · back to text
- 29 Deno Desktophttps://docs.deno.com/runtime/desktop/ ↩ 回到正文 · back to text
- 30 Steam Machine launches todayhttps://store.steampowered.com/news/group/45479024/view/685257114654870245 ↩ 回到正文 · back to text
- 31 Apertus - Open Foundation Model for Sovereign AIhttps://apertvs.ai/ ↩ 回到正文 · back to text
- 32 Sakana Fuguhttps://sakana.ai/fugu/ ↩ 回到正文 · back to text
- 33 OpenAI Daybreakhttps://openai.com/index/daybreak-securing-the-world ↩ 回到正文 · back to text
- 34 Patch the Planethttps://openai.com/index/patch-the-planet ↩ 回到正文 · back to text
- 35 Samsung Electronics brings ChatGPT and Codex to employeeshttps://openai.com/index/samsung-electronics-chatgpt-codex-deployment ↩ 回到正文 · back to text
- 36 Google DeepMind and A24 announce research partnershiphttps://blog.google/innovation-and-ai/models-and-research/google-deepmind/deepmind-a24-research-partnership/ ↩ 回到正文 · back to text
- 37 Chevron signs 20-year power agreement with Microsofthttps://www.chevron.com/newsroom/2026/q2/chevron-signs-20-year-power-agreement-with-microsoft-for-west-texas-data-center ↩ 回到正文 · back to text
- 38 Canada is looking to build up to 10 new nuclear reactorshttps://www.cbc.ca/news/politics/federal-nuclear-strategy-9.7244509 ↩ 回到正文 · back to text
- 39 NSF slashes research programs to support new tech initiativehttps://www.science.org/content/article/exclusive-nsf-slashes-research-programs-support-new-tech-initiative-insiders-say ↩ 回到正文 · back to text
- 40 Investors get real-time view of UK bond market activity for the first timehttps://www.fca.org.uk/news/press-releases/investors-get-real-time-view-uk-bond-market-activity-first-time ↩ 回到正文 · back to text
- 41 GLM-5.2 is the step change for open agentshttps://www.interconnects.ai/p/glm-52-is-the-step-change-for-open ↩ 回到正文 · back to text
- 42 Codex-maxxing for long-running workhttps://openai.com/index/codex-maxxing-long-running-work ↩ 回到正文 · back to text
- 43 Patterns for Building Cybersecurity Evalshttps://eugeneyan.com//writing/cybersecurity-evals/ ↩ 回到正文 · back to text
- 44 Using LLMs to Secure Source Codehttps://eugeneyan.com//writing/secure-source-code/ ↩ 回到正文 · back to text
- 45 Temporary Cloudflare Accounts for AI agentshttps://simonwillison.net/2026/Jun/21/temporary-cloudflare-accounts/#atom-everything ↩ 回到正文 · back to text
- 46 sqlite-utils 4.0rc1 adds migrations and nested transactionshttps://simonwillison.net/2026/Jun/21/sqlite-utils-40rc1/#atom-everything ↩ 回到正文 · back to text
- 47 The text in Claude Code’s “Extended Thinking” outputhttps://patrickmccanna.net/the-text-in-claude-codes-extended-thinking-output-is-not-authentic/ ↩ 回到正文 · back to text
- 48 There is minimal downside to switching to open modelshttps://www.marble.onl/posts/cancel_claude.html ↩ 回到正文 · back to text
- 49 Good results fine tuning a local LLM like Qwen 3:0.6B to categorize questionshttps://www.teachmecoolstuff.com/viewarticle/fine-tuning-a-local-llm-to-categorize-questions ↩ 回到正文 · back to text
- 50 Import AI 462https://importai.substack.com/p/import-ai-462-superpersuasion-self ↩ 回到正文 · back to text
- 51 FlowiseAI/Flowise. GitHubhttps://github.com/FlowiseAI/Flowise ↩ 回到正文 · back to text
- 52 facebook/lexical. GitHubhttps://github.com/facebook/lexical ↩ 回到正文 · back to text
- 53 modem-dev/hunk. GitHubhttps://github.com/modem-dev/hunk ↩ 回到正文 · back to text
- 54 cloudflare/pingora. GitHubhttps://github.com/cloudflare/pingora ↩ 回到正文 · back to text
- 55 tursodatabase/turso. GitHubhttps://github.com/tursodatabase/turso ↩ 回到正文 · back to text
- 56 smicallef/spiderfoot. GitHubhttps://github.com/smicallef/spiderfoot ↩ 回到正文 · back to text
- 57 asgeirtj/system_prompts_leaks. GitHubhttps://github.com/asgeirtj/system_prompts_leaks ↩ 回到正文 · back to text
- 58 calesthio/OpenMontage. GitHubhttps://github.com/calesthio/OpenMontage ↩ 回到正文 · back to text