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

每日 Harness

2026-08-22 · Saturday, August 22, 2026

智能体工程进入严谨验证期

视图 · View

今日重点 · Today's Highlights

PTXBench3 - 同时检查 GPU 内核是否正确、是否真用了指定指令、是否真的更快,暴露当前模型在低层优化上的三重落差。

全文 ↓

Steganeur4 - 把密文写进语言模型的 token 选择,并用跨 GPU 可复现与否区分四种隐写方法的工程边界。

全文 ↓

Waltier5 - 只靠对象存储 ETag 条件写入构造全序 WAL,以较低写入上限换取无需选主和共识的简洁复制模型。

全文 ↓

论文 · Papers

15 项 · 论文

AI4AI-Bench13arxiv.org原文 ↗

基准自进化研究·科学

AI4AI-Bench 让代理直接改造 10 个冻结研究仓库中的 10 类训练算法:单张 B300 上有 4 小时开发预算,隐藏评测再从头训练最多 12 小时。

DeltaML-Bench14arxiv.org原文 ↗

基准自进化研究·科学

DeltaML-Bench 从真实论文留下的欠完善仓库构造 48 项任务,要求代理先修好训练流水线,再在固定算力内超过论文基线。

本期重点PTXBench3arxiv.org原文 ↗

arxiv.org

PTXBench 在 H100、B200 的 GEMM 与 Attention 负载上分开验收功能正确性、目标 PTX 指令是否实际执行,以及相对前沿库的性能。

开源 / 项目 · Projects

15 项 · 开源 / 项目

Zroar18github.com原文 ↗

github.com

Zroar 用 Zig 实现 Roaring Bitmap,但更关键的设计是让索引和容器直接驻留在一个平坦字节缓冲区。

AgentSight20github.com原文 ↗

可观测性与调试系统·基础设施

AgentSight 在 Linux 内核层用 eBPF 捕获 LLM API、token、进程、文件与 TLS 流量,无需给现有 Agent 加埋点,仪表盘可还原会话并定位 SSE 截断和上下文溢出。

本期重点Steganeur4github.com原文 ↗

github.com

Steganeur 在语言模型生成时通过 token 选择编码秘密,接收端只需相同模型设置和生成文本即可还原。

ParqDB21search.parqdb.io原文 ↗

search.parqdb.io

ParqDB 直接在浏览器中读取 HTTP 上的 Parquet 文件并执行向量匹配,不要求先把数据导入常驻向量数据库。

Cobalt23bandarlabs.github.io原文 ↗

bandarlabs.github.io

Cobalt 为 Kobo 提供 Rust SDK、声明式 UI、受控运行时、浏览器模拟器和 CLI;第三方应用提交整屏描述与命名动作,不能直接访问 framebuffer、触摸、网络或凭据。

Kino24github.com原文 ↗

github.com

Kino 是 Ruby 4.0+ 的 Rack 3 服务器,以 Rust Tokio/Hyper 接管网络,再用 Ractor 并行运行可共享 Ruby 应用;Rails 等不兼容负载会退回线程模式。

Claudette25github.com原文 ↗

NoBuzz 为 Claude Code 提供 `/debuzz` Skill,将上一条回复交给 Gemini CLI 按纯英文风格改写,再原样输出,避免 Claude 的二次润色重新引入套话。

Decayfmt26github.com原文 ↗

github.com

Decayfmt 定义“每次打开先损坏再展示”的 Rust 实验格式:`.idcy<x>` 和 `.tdcy<x>` 文件用 `p=1-exp(-x/10)` 决定每个可处理字节被破坏的概率。

On-device MIDI Autocomplete27simedw.com原文 ↗

simedw.com

这个原型把 1.25 亿参数 Transformer 放进手机,对现场 MIDI 钢琴事件做实时续写,而不是先录音再处理波形。

CCTV Camera Database28github.com原文 ↗

github.com

项目把厂商数据表与可靠零售页归一为 3,431 款、77 个品牌的摄像头记录,每个条目经 JSON Schema 验证并保留来源 URL。

BoardLab29boardlab.dev原文 ↗

boardlab.dev

BoardLab 在浏览器里模拟 ESP32、Arduino 和真实 SPI 显示设备,让固件界面与控制逻辑在接线前即可运行和观察。

Icebug Format30github.com原文 ↗

github.com

Icebug 用 CSR 表示有向图,磁盘层将节点、`indices`、`indptr` 写成普通 Parquet,内存层对应 Apache Arrow 表,以便对象存储持久化和零拷贝邻接遍历共用布局。

本期重点Waltier5github.com原文 ↗

github.com

WalTier 是可嵌入 Rust 分层 WAL:状态驻内存,本地盘作热缓存,S3 为持久真值,小型 WAL 对象通过 ETag 条件 PUT 串成全序。

行业动态 · Industry News

15 项 · 行业动态

DeepSeek-v4-flash-vision-exp32api-docs.deepseek.com原文 ↗

api-docs.deepseek.com

DeepSeek 发布实验性 `deepseek-v4-flash-vision-exp`,并给出经 API 提交图像输入的调用说明,使现有文本客户端可以扩展为图文请求。

Bun 1.433bun.com原文 ↗

bun.com

Bun 1.4 将约一百万行核心代码从 Zig 重写为 Rust,在基准未退步的同时让 Linux x64 二进制缩小约 18MB、即 20%,并合入约 1,400 项 Node.js 26 兼容测试。

Linux 7.234igalia.com原文 ↗

igalia.com

Linux 7.2 正式进入上游发布节点,该开发周期的主线变更由此成为发行版、驱动和基础设施维护者开始兼容与回归的基准。

Rust 1.98.035blog.rust-lang.org原文 ↗

blog.rust-lang.org

Rust 1.98.0 已进入稳定发布列车,现有 rustup 安装可以切换到该稳定工具链。

The Atproto Spaces Alpha is Live37atproto.com原文 ↗

atproto.com

AT Protocol 开放 Spaces Alpha,开始测试把实时音频空间的身份、发现和社交关系放在开放协议层,而不是锁进单一应用。

Micron announces a $10B research hub in Boise38investors.micron.com原文 ↗

investors.micron.com

Micron 宣布在博伊西建立 Micron Research Labs,未来十年投入 100 亿美元,研究视野放到十年以上,覆盖内存技术、先进内存与计算架构、封装和未来制造。

The August 17 outage41github.blog原文 ↗

github.blog

GitHub 发布 8 月 17 日服务中断复盘,覆盖故障根因、响应过程与后续改进,把一次用户可见事故转成明确的运维行动项。

DuckDB V2 PEG-based SQL parser45duckdb.org原文 ↗

duckdb.org

DuckDB v2 将用自研 PEG 解析器替换源自 PostgreSQL 的旧实现,使扩展可以在运行时挂接语法规则,并获得精确源码位置和更清晰的错误提示。

博客文章 · Blog Posts

15 项 · 博客文章

What happens when a GPU reads memory48blog.doubleword.ai原文 ↗

blog.doubleword.ai

文章沿一次 GPU 读取经过访问合并、缓存层级、内存事务和控制器调度的路径,解释为什么“显存带宽”不是一个可独立使用的性能数字。

TigerBeetle Core System Architecture53ixuvo.com原文 ↗

ixuvo.com

文章从机械亲和性拆解 TigerBeetle:启动后冻结动态分配,用静态数组避免碎片和 GC 抖动,以 `O_DIRECT`、`io_uring` 和预注册缓冲区直达存储。

Stop Making TUIs57simonwillison.net原文 ↗

Simon Willison 讨论一个新的个人工具取舍:编码 Agent 已把制作原生 GUI 的成本压低,不必再因实现便宜而默认选择 TUI。

not much happened today60news.smol.ai原文 ↗

news.smol.ai

smol.ai 将 8 月 19 至 20 日分散在模型、产品、社交媒体和社区渠道的动态整理成单日索引。

引用来源 · References

73 条 · 引用
  1. 1 Credit Without Ground Truth. arXiv:2608.19760https://arxiv.org/abs/2608.19760 ↩ 回到正文 · back to text
  2. 2 Can Agent Memory Systems Track Evolving State? arXiv:2608.19652https://arxiv.org/abs/2608.19652 ↩ 回到正文 · back to text
  3. 3 PTXBench. arXiv:2608.17379https://arxiv.org/abs/2608.17379 ↩ 回到正文 · back to text
  4. 4 Steganeurhttps://github.com/marcsnid/steganeur ↩ 回到正文 · back to text
  5. 5 Waltierhttps://github.com/danthegoodman1/waltier ↩ 回到正文 · back to text
  6. 6 Active Inference as Context Acquisition for AI Agents. arXiv:2608.19202https://arxiv.org/abs/2608.19202 ↩ 回到正文 · back to text
  7. 7 SAPO: Single-Rollout Autoregressive Policy Optimization for Agentic Reinforcement Learning. arXiv:2608.19842https://arxiv.org/abs/2608.19842 ↩ 回到正文 · back to text
  8. 8 EnvHarness: Awakening Static Worlds for Agent Learning. arXiv:2608.19880https://arxiv.org/abs/2608.19880 ↩ 回到正文 · back to text
  9. 9 Optimal Skill Selection for LLM Agents with Provable Bicriteria Guarantees. arXiv:2608.19993https://arxiv.org/abs/2608.19993 ↩ 回到正文 · back to text
  10. 10 MemTrapBench: Benchmarking Cognitive Traps in LLM Memory Use. arXiv:2608.20202https://arxiv.org/abs/2608.20202 ↩ 回到正文 · back to text
  11. 11 Break It Down, Pass It On: Cross-Task Skill Transfer in LLM Agents. arXiv:2608.20274https://arxiv.org/abs/2608.20274 ↩ 回到正文 · back to text
  12. 12 MidTool: Mid-training Data Synthesis for Agentic Tool Use. arXiv:2608.20314https://arxiv.org/abs/2608.20314 ↩ 回到正文 · back to text
  13. 13 AI4AI-Bench. arXiv:2608.20318https://arxiv.org/abs/2608.20318 ↩ 回到正文 · back to text
  14. 14 DeltaML-Bench. arXiv:2608.19653https://arxiv.org/abs/2608.19653 ↩ 回到正文 · back to text
  15. 15 MaliciousSkillBench. arXiv:2608.19901https://arxiv.org/abs/2608.19901 ↩ 回到正文 · back to text
  16. 16 From Agent Behaviour to Agent-Friendly Documentation. arXiv:2608.20195https://arxiv.org/abs/2608.20195 ↩ 回到正文 · back to text
  17. 17 Incident-Data Robustness Analysis of the OWASP Top 10 for LLM Applications. arXiv:2608.19266https://arxiv.org/abs/2608.19266 ↩ 回到正文 · back to text
  18. 18 Zroarhttps://github.com/manishrjain/zroar ↩ 回到正文 · back to text
  19. 19 Proliferatehttps://github.com/proliferate-ai/proliferate ↩ 回到正文 · back to text
  20. 20 AgentSighthttps://github.com/alibaba/anolisa/blob/main/docs/user-guide/en/agent-observability/agentsight.md ↩ 回到正文 · back to text
  21. 21 ParqDBhttps://search.parqdb.io/ ↩ 回到正文 · back to text
  22. 22 Seedhttps://github.com/vivekhaldar/seed ↩ 回到正文 · back to text
  23. 23 Cobalthttps://bandarlabs.github.io/Cobalt/ ↩ 回到正文 · back to text
  24. 24 Kinohttps://github.com/yaroslav/kino ↩ 回到正文 · back to text
  25. 25 Claudettehttps://github.com/adnanakil/nobuzz/blob/main/README.md ↩ 回到正文 · back to text
  26. 26 Decayfmthttps://github.com/aravpanwar/decayfmt ↩ 回到正文 · back to text
  27. 27 On-device MIDI Autocompletehttps://simedw.com/2026/08/20/midi-autocomplete/ ↩ 回到正文 · back to text
  28. 28 CCTV Camera Databasehttps://github.com/ch-bas/cctv-camera-database ↩ 回到正文 · back to text
  29. 29 BoardLabhttps://boardlab.dev/ ↩ 回到正文 · back to text
  30. 30 Icebug Formathttps://github.com/Ladybug-Memory/icebug-format ↩ 回到正文 · back to text
  31. 31 Kagi added a setting for removing paywalled linkshttps://kagi.com/changelog#11296 ↩ 回到正文 · back to text
  32. 32 DeepSeek-v4-flash-vision-exphttps://api-docs.deepseek.com/guides/vision/ ↩ 回到正文 · back to text
  33. 33 Bun 1.4https://bun.com/blog/bun-v1.4 ↩ 回到正文 · back to text
  34. 34 Linux 7.2https://www.igalia.com/2026/08/19/Linux-72-Released.html ↩ 回到正文 · back to text
  35. 35 Rust 1.98.0https://blog.rust-lang.org/2026/08/20/Rust-1.98.0/ ↩ 回到正文 · back to text
  36. 36 Enabling the next-generation trait solver on nightlyhttps://blog.rust-lang.org/2026/08/21/enabling-next-solver-on-nightly/ ↩ 回到正文 · back to text
  37. 37 The Atproto Spaces Alpha is Livehttps://atproto.com/blog/atproto-spaces-alpha ↩ 回到正文 · back to text
  38. 38 Micron announces a $10B research hub in Boisehttps://investors.micron.com/news/press-release/2026/Micron-Unveils-Micron-Research-Labs-a-U-S--Based-Long-Horizon-Innovation-Hub-to-Shape-the-Future-of-Memory-and-AI/default.aspx ↩ 回到正文 · back to text
  39. 39 Omacom Foundation launches with $8Mhttps://omarchy.org/news/2026/08/omacom-foundation-launches-with-8-million/ ↩ 回到正文 · back to text
  40. 40 Bringing Claude Mythos 5 cybersecurity capabilities to more defendershttps://claude.com/blog/bringing-claude-mythos-5-to-more-defenders ↩ 回到正文 · back to text
  41. 41 The August 17 outagehttps://github.blog/news-insights/company-news/the-august-17-outage-and-the-work-ahead/ ↩ 回到正文 · back to text
  42. 42 Malicious Rust crate Arrayref runs a build-time payloadhttps://safedep.io/arrayref-proc-macro1-rust-build-time-malware/ ↩ 回到正文 · back to text
  43. 43 Codex on AWS Bedrock bug causing 10x chargeshttps://github.com/openai/codex/issues/37674 ↩ 回到正文 · back to text
  44. 44 Nvidia AVO scores 100% on ARC-AGI-3https://twitter.com/NVIDIAAI/status/2090786258981466231 ↩ 回到正文 · back to text
  45. 45 DuckDB V2 PEG-based SQL parserhttps://duckdb.org/2026/08/20/duckdb-20-peg-parser ↩ 回到正文 · back to text
  46. 46 A week of using Codex more than Claudehttps://allaboutcoding.ghinda.com/a-week-of-using-codex-more-than-claude/ ↩ 回到正文 · back to text
  47. 47 Building an almost fully self-hosted, sandboxed, agentic software factoryhttps://blog.jakesaunders.dev/building-an-almost-fully-self-hosted-sandboxed-agentic-software-factory/ ↩ 回到正文 · back to text
  48. 48 What happens when a GPU reads memoryhttps://blog.doubleword.ai/what-happens-when-a-gpu-reads-memory ↩ 回到正文 · back to text
  49. 49 LLMs are proof that Unix wonhttps://bastian.rieck.me/blog/2026/unix/ ↩ 回到正文 · back to text
  50. 50 I accidentally logged hundreds of thousands of phone calls to military baseshttps://lina.sh/blog/hijacking-e164-arpa ↩ 回到正文 · back to text
  51. 51 Rebuilding our Electron meeting-recording engine in Swifthttps://circleback.ai/blog/how-we-rebuilt-our-electron-recording-engine-in-swift ↩ 回到正文 · back to text
  52. 52 How we made a text-to-speech model respond in sub-50 mshttps://nari-labs.com/blog/qwen3-tts-speed-cost-frontier/ ↩ 回到正文 · back to text
  53. 53 TigerBeetle Core System Architecturehttps://ixuvo.com/blog/tigerbeetle-core-system-architecture-performance-engineering ↩ 回到正文 · back to text
  54. 54 Small, native web tricks worth rememberinghttps://htmlcat.net/ ↩ 回到正文 · back to text
  55. 55 We rebuilt the Linux MicroVM stack on Apple Siliconhttps://encore.dev/blog/firecracker-apple-silicon ↩ 回到正文 · back to text
  56. 56 What We Lost When Search Stopped Making Us Thinkhttps://blog.8ball.space/what-we-lost-when-search/ ↩ 回到正文 · back to text
  57. 57 Stop Making TUIshttps://simonwillison.net/2026/Aug/21/stop-making-tuis/ ↩ 回到正文 · back to text
  58. 58 ChatGPT search now uses the site: operator at scalehttps://simonwillison.net/2026/Aug/20/chatgpt-search-now-uses-the-siteoperator-at-scale/ ↩ 回到正文 · back to text
  59. 59 A shot-scraper-style JSON API on Bun 1.4's new Bun.WebViewhttps://simonwillison.net/2026/Aug/20/bun-webview-json-api/ ↩ 回到正文 · back to text
  60. 60 not much happened todayhttps://news.smol.ai/issues/26-08-20-not-much/ ↩ 回到正文 · back to text
  61. 61 Tencent/AI-Infra-Guardhttps://github.com/Tencent/AI-Infra-Guard ↩ 回到正文 · back to text
  62. 62 Osmantic/ODShttps://github.com/Osmantic/ODS ↩ 回到正文 · back to text
  63. 63 pipecat-ai/pipecathttps://github.com/pipecat-ai/pipecat ↩ 回到正文 · back to text
  64. 64 modular/modularhttps://github.com/modular/modular ↩ 回到正文 · back to text
  65. 65 AprilNEA/OpenLogihttps://github.com/AprilNEA/OpenLogi ↩ 回到正文 · back to text
  66. 66 WecomTeam/wecom-clihttps://github.com/WecomTeam/wecom-cli ↩ 回到正文 · back to text
  67. 67 agent-substrate/substratehttps://github.com/agent-substrate/substrate ↩ 回到正文 · back to text
  68. 68 mahlernim/google-timeline-visualizerhttps://github.com/mahlernim/google-timeline-visualizer ↩ 回到正文 · back to text
  69. 69 magnitudedev/magnitudehttps://github.com/magnitudedev/magnitude ↩ 回到正文 · back to text
  70. 70 apache/makahttps://github.com/apache/maka ↩ 回到正文 · back to text
  71. 71 AdguardTeam/AdGuardHomehttps://github.com/AdguardTeam/AdGuardHome ↩ 回到正文 · back to text
  72. 72 bookorbit/bookorbithttps://github.com/bookorbit/bookorbit ↩ 回到正文 · back to text
  73. 73 akitaonrails/ai-memoryhttps://github.com/akitaonrails/ai-memory ↩ 回到正文 · back to text