每日 Harness 开源 · Source
全部刊期 · All issues

每日 Harness

2026-06-23 · Tuesday, June 23, 2026

智能体记忆与边界

视图 · View

今日重点 · Today's Highlights

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原文 ↗

arxiv.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。它把“记得住”与“该不该记、该不该说”放进同一个评测框架。

MemSlides9arxiv.org原文 ↗

MemSlides 面向个性化幻灯片生成,把长期记忆拆成 user profile memory 与 tool memory,并用 working memory 保留当前会话偏好和约束。系统配合 scoped slide-local revision,在局部修改时作用于最小受影响区域,而不是反复重生成整套 deck;实验显示 profile memory 提升 persona alignment,tool-memory injection 改善闭环修改行为。它说明办公生成 agent 的记忆设计需要区分用户画像、会话状态和可复用执行经验。

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原文 ↗

arxiv.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原文 ↗

arxiv.org

StylisticBias 用 500 张 photorealistic base faces 生成约 25K 张单属性变化图,保持身份不变,只改变一个视觉线索。论文评估 6 个 MLLM 和 25 个二元社会判断场景,发现年龄和体型主导 identity-level effects,约 15 个属性解释近 80% 总变异。它提供了更干净的视觉偏差拆解方式,能区分身份差异和服饰、体型、年龄等外观属性造成的判断偏移。

开源 / 项目 · Projects

15 项 · 开源 / 项目

Oak14oak.space原文 ↗

Oak 是面向 agents 的版本控制系统,支持虚拟挂载和并行任务工作区。它关注的是 agent 同时探索代码、隔离文件变更和管理任务上下文时的状态问题,而不是传统人类分支协作。这个项目代表了 coding agents 需要的新型开发基础设施:工作区要比单一 git checkout 更可组合。

Recall15github.com原文 ↗

Recall 是 Claude Code 的本地项目记忆插件,把 session activity 追加进 `.recall/history.md`,再生成可恢复的 `.recall/context.md`。README 明确没有 API key、外部模型或网络调用,摘要由本地 TF-IDF + TextRank 完成;恢复上下文约 1-2K token,并提供 `/recall:save`、`/recall:show`、`/recall:log`。它的取舍很清楚:牺牲生成式总结的灵活度,换取隐私、确定性和低 token 成本。

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。它适合重复问答比例高的应用,但缓存命中质量会直接决定是否引入陈旧或误配答案。

Sturnus22github.com原文 ↗

Sturnus 是 OpenAI-compatible LLM proxy,按 provider 延迟把请求路由到最快后端。它解决的是多模型供应商接入后的运行时选择问题:客户端保持 OpenAI API 形状,代理层根据实时表现做路由。相比静态 fallback,延迟感知代理更贴近生产环境里对尾延迟和可用性的要求。

Open-geo23github.com原文 ↗

open-geo 是 Claude Code skill,用真实登录浏览器跑查询并记录品牌在生成式答案中的可见性。README 写明它检查目标域名是否进入 answer、sources、citations 和正文,使用 SQLite WAL 存本地时间序列,并输出 FastAPI/React dashboard 与 A4 PDF;指标采用 answer→sources→citations funnel,而不是自造综合分。它把 GEO/AI search 监控从 API 抽样转成对真实渲染界面的可审计采集。

Loqi24github.com原文 ↗

github.com

Loqi 是本地优先翻译工具,支持 Ollama、llama.cpp 和 Argos Translate。它把翻译请求放到本机模型或离线引擎上,减少把文本发给第三方服务的需要;多后端支持也让用户能在质量、速度和隐私之间切换。项目的定位更接近个人翻译工作台,而不是云端翻译 SaaS。

Picot25github.com原文 ↗

Picot 是 Pi coding agent 的本地桌面 GUI,打包已知可用的 `pi` runtime,避免另装 CLI 和版本漂移。README 列出聊天、流式输出、图片附件、inline diff、tool-call cards、多 session、多 agent、历史搜索、LAN/mobile 访问、包管理、成本 dashboard、模型选择和 context compaction。它把终端 agent 的关键交互面板化,特别适合需要同时管理多个项目和会话的本地工作流。

Kitcat 2.026mil.ad原文 ↗

mil.ad

Kitcat 2.0 是 Matplotlib 的终端绘图后端。它让图形输出可以直接出现在 shell、SSH、容器或无 GUI 环境里,减少“保存图片再打开”的断点。对数据探索来说,终端渲染不是视觉炫技,而是把轻量远程环境也纳入可视化反馈循环。

Optocam Zero27github.com原文 ↗

github.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原文 ↗

leereilly.net

这个项目把 Quake 编译到 WebAssembly,并加入程序生成关卡。技术点不只在“能跑在浏览器里”,还包括资源加载、输入和渲染适配,以及把关卡生成接进原游戏循环。它是经典游戏移植、WASM 可玩性和生成式关卡设计交叉的小型实验。

行业动态 · Industry News

12 项 · 行业动态

Deno Desktop29docs.deno.com原文 ↗

docs.deno.com

Deno 发布 desktop runtime 文档,用 Web 技术构建桌面应用。它把 Deno 的 TypeScript/JavaScript runtime、权限模型和本地系统能力带到桌面 WebView 场景。对 Deno 来说,这扩展了 runtime 的边界:从服务端脚本和 Web 服务,进入 Electron/Tauri 所在的桌面应用开发地带。

Steam Machine launches today30store.steampowered.com原文 ↗

store.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原文 ↗

apertvs.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

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原文 ↗

openai.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.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原文 ↗

blog.google

Google DeepMind 与 A24 宣布研究合作,围绕影视创作中的 AI 工具展开;WSJ 报道称 Google 同时向 A24 投资约 7500 万美元,协议为多年、非独家,且不授予 Google 访问 A24 内容库的权利。它不是单个模型发布,而是 AI 实验室与内容工作室共同探索生产流程的合作。后续更值得观察的是工具如何处理版权、创作者控制权和实际制作环节,而不只是生成视频演示。

Chevron signs 20-year power agreement with Microsoft37chevron.com原文 ↗

chevron.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.ca

CBC 报道加拿大政府计划未来 15 年建设最多 10 座新核反应堆。核电重新进入政策讨论,与低碳基荷电力、工业电气化和数据中心负载增长有关。这个时间尺度也提醒人们:AI 基础设施的能源解法往往不是一两个采购季度能完成的。

NSF slashes research programs to support new tech initiative39science.org原文 ↗

science.org

Science 报道 NSF 调整研究项目预算,以支持新的技术 initiative。这里的焦点是科研资助从分散基础研究转向集中技术项目时的机会成本。若预算重新分配持续,受影响的不只是项目名录,还包括年轻研究者、长期基础方向和跨学科探索的资助稳定性。

Investors get real-time view of UK bond market activity for the first time40fca.org.uk原文 ↗

fca.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 栈”的讨论中。

Patterns for Building Cybersecurity Evals43eugeneyan.com原文 ↗

Eugene Yan 总结网络安全 eval 的设计模式,覆盖目标环境、输入难度、工具和 grader。重点在于让评测可执行、可判定、可复现,而不是只让模型写安全建议。对 cyber eval 来说,grader 能否验证真实利用、修复或防御效果,往往比题目文本本身更决定评测质量。

Using LLMs to Secure Source Code44eugeneyan.com原文 ↗

Eugene Yan 描述用 LLM 做威胁建模、漏洞发现、验证、分诊和修补的流程。它把模型放进完整安全工程闭环:先界定威胁面,再找候选问题,然后验证可达性和影响,最后生成补丁并交给测试与 review。这个框架避免把“模型发现漏洞”误认为“系统已经更安全”。

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原文 ↗

simonwillison.net

Simon Willison 介绍 sqlite-utils 4.0rc1 的迁移系统和嵌套 transaction 支持。迁移系统让 SQLite 项目的 schema 演进可以由库内工具跟踪,nested transactions 则让复杂库调用更容易组合。对小型数据应用和单文件数据库项目,这两个能力会直接改善长期维护体验。

There is minimal downside to switching to open models48marble.onl原文 ↗

marble.onl

Marble 博文讨论从闭源模型迁移到开放模型的成本和可行性。它的判断围绕开放模型性能、部署控制、隐私和供应商依赖的变化展开。即使不同任务的结论会不同,这类文章反映出开放模型已经进入“可替代性成本”而非“是否能用”的讨论阶段。

Import AI 46250importai.substack.com原文 ↗

importai.substack.com

Import AI 本期聚合 AI 说服力、自我维持系统和 ASI 路径相关研究。它把多篇研究放进能力进展和风险讨论的同一框架中,而不是只摘单点结果。周报价值在于观察研究社区近期把哪些问题归为关键变量,尤其是 persuasion、self-maintaining systems 和长期能力路径。

引用来源 · References

58 条 · 引用
  1. 1 Prompt Injection as Role Confusion. arXiv:2603.12277https://role-confusion.github.io ↩ 回到正文 · back to text
  2. 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. 3 GateMem: Benchmarking Memory Governance in Multi-Principal Shared-Memory Agents. arXiv:2606.18829https://arxiv.org/abs/2606.18829 ↩ 回到正文 · back to text
  4. 4 bytedance/deer-flow. GitHubhttps://github.com/bytedance/deer-flow ↩ 回到正文 · back to text
  5. 5 topoteretes/cognee. GitHubhttps://github.com/topoteretes/cognee ↩ 回到正文 · back to text
  6. 6 MCompassRAG: Topic Metadata as a Semantic Compass for Paragraph-Level Retrieval. arXiv:2606.18508https://arxiv.org/abs/2606.18508 ↩ 回到正文 · back to text
  7. 7 Characterizing Narrative Content in Web-scale LLM Pretraining Data. arXiv:2606.19468https://arxiv.org/abs/2606.19468 ↩ 回到正文 · back to text
  8. 8 WorldLines: Benchmarking and Modeling Long-Horizon Stateful Embodied Agents. arXiv:2606.18847https://arxiv.org/abs/2606.18847 ↩ 回到正文 · back to text
  9. 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. 10 Multi-Turn Reflective Masking Elicits Reasoning in Mask Diffusion Models. arXiv:2606.16700https://arxiv.org/abs/2606.16700 ↩ 回到正文 · back to text
  11. 11 PerceptionDLM: Parallel Region Perception with Multimodal Diffusion Language Models. arXiv:2606.19534https://arxiv.org/abs/2606.19534 ↩ 回到正文 · back to text
  12. 12 GeneralVLA-2: Geometry-Aware Reconstruction and Governed Memory for Robot Planning. arXiv:2606.17480https://arxiv.org/abs/2606.17480 ↩ 回到正文 · back to text
  13. 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. 14 Oakhttps://oak.space/oak/oak ↩ 回到正文 · back to text
  15. 15 Recall. GitHubhttps://github.com/raiyanyahya/recall ↩ 回到正文 · back to text
  16. 16 PMB. GitHubhttps://github.com/oleksiijko/pmb/blob/main/README.md ↩ 回到正文 · back to text
  17. 17 Selector Forge. GitHubhttps://github.com/Intuned/selector-forge ↩ 回到正文 · back to text
  18. 18 Block/buzz. GitHubhttps://github.com/block/buzz ↩ 回到正文 · back to text
  19. 19 PreFlight. GitHubhttps://github.com/av29nassh-sketch/PreFlight ↩ 回到正文 · back to text
  20. 20 Crespo. GitHubhttps://github.com/hrudulmmn/crespo ↩ 回到正文 · back to text
  21. 21 AI-Gateway. GitHubhttps://github.com/Arnab758/ai-gateway ↩ 回到正文 · back to text
  22. 22 Sturnus. GitHubhttps://github.com/sturnus-dev/sturnus ↩ 回到正文 · back to text
  23. 23 Open-geo. GitHubhttps://github.com/Pupok462/open-geo ↩ 回到正文 · back to text
  24. 24 Loqi. GitHubhttps://github.com/danterolle/loqi ↩ 回到正文 · back to text
  25. 25 Picot. GitHubhttps://github.com/shixin-guo/picot ↩ 回到正文 · back to text
  26. 26 Kitcat 2.0https://mil.ad/blog/2026/kitcat-2.0.html ↩ 回到正文 · back to text
  27. 27 Optocam Zero. GitHubhttps://github.com/dorukkumkumoglu/optocamzero ↩ 回到正文 · back to text
  28. 28 Quake in the browser, with procedurally generated levelshttps://leereilly.net/quakelike/ ↩ 回到正文 · back to text
  29. 29 Deno Desktophttps://docs.deno.com/runtime/desktop/ ↩ 回到正文 · back to text
  30. 30 Steam Machine launches todayhttps://store.steampowered.com/news/group/45479024/view/685257114654870245 ↩ 回到正文 · back to text
  31. 31 Apertus - Open Foundation Model for Sovereign AIhttps://apertvs.ai/ ↩ 回到正文 · back to text
  32. 32 Sakana Fuguhttps://sakana.ai/fugu/ ↩ 回到正文 · back to text
  33. 33 OpenAI Daybreakhttps://openai.com/index/daybreak-securing-the-world ↩ 回到正文 · back to text
  34. 34 Patch the Planethttps://openai.com/index/patch-the-planet ↩ 回到正文 · back to text
  35. 35 Samsung Electronics brings ChatGPT and Codex to employeeshttps://openai.com/index/samsung-electronics-chatgpt-codex-deployment ↩ 回到正文 · back to text
  36. 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. 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. 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. 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. 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. 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. 42 Codex-maxxing for long-running workhttps://openai.com/index/codex-maxxing-long-running-work ↩ 回到正文 · back to text
  43. 43 Patterns for Building Cybersecurity Evalshttps://eugeneyan.com//writing/cybersecurity-evals/ ↩ 回到正文 · back to text
  44. 44 Using LLMs to Secure Source Codehttps://eugeneyan.com//writing/secure-source-code/ ↩ 回到正文 · back to text
  45. 45 Temporary Cloudflare Accounts for AI agentshttps://simonwillison.net/2026/Jun/21/temporary-cloudflare-accounts/#atom-everything ↩ 回到正文 · back to text
  46. 46 sqlite-utils 4.0rc1 adds migrations and nested transactionshttps://simonwillison.net/2026/Jun/21/sqlite-utils-40rc1/#atom-everything ↩ 回到正文 · back to text
  47. 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. 48 There is minimal downside to switching to open modelshttps://www.marble.onl/posts/cancel_claude.html ↩ 回到正文 · back to text
  49. 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. 50 Import AI 462https://importai.substack.com/p/import-ai-462-superpersuasion-self ↩ 回到正文 · back to text
  51. 51 FlowiseAI/Flowise. GitHubhttps://github.com/FlowiseAI/Flowise ↩ 回到正文 · back to text
  52. 52 facebook/lexical. GitHubhttps://github.com/facebook/lexical ↩ 回到正文 · back to text
  53. 53 modem-dev/hunk. GitHubhttps://github.com/modem-dev/hunk ↩ 回到正文 · back to text
  54. 54 cloudflare/pingora. GitHubhttps://github.com/cloudflare/pingora ↩ 回到正文 · back to text
  55. 55 tursodatabase/turso. GitHubhttps://github.com/tursodatabase/turso ↩ 回到正文 · back to text
  56. 56 smicallef/spiderfoot. GitHubhttps://github.com/smicallef/spiderfoot ↩ 回到正文 · back to text
  57. 57 asgeirtj/system_prompts_leaks. GitHubhttps://github.com/asgeirtj/system_prompts_leaks ↩ 回到正文 · back to text
  58. 58 calesthio/OpenMontage. GitHubhttps://github.com/calesthio/OpenMontage ↩ 回到正文 · back to text