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

每日 Harness

2026-08-07 · Friday, August 7, 2026

代理智能走向可测可控

视图 · View

今日重点 · Today's Highlights

Frontrun - 字节码共享访问检测结合 DPOR 调度剪枝,让 Python 并发竞态能够系统探索并稳定重放。

全文 ↓

Celld - 用对象存储 CAS 分配 Durable Object 所有权、以 SQLite 保存每对象状态,尝试在没有中央控制面的前提下实现位置透明有状态计算。

全文 ↓

论文 · Papers

15 项 · 论文

本期重点Recurrent Residual Quantization9arxiv.org原文 ↗

arxiv.org

RRQ 保存一个 2-bit 基座,再按需追加 2-bit 残差层,从同一权重包生成 4/6/8-bit 模型,无需校准数据或联合多精度优化。

Active-SWE11arxiv.org原文 ↗

基准编码

Active-SWE 移除现成 issue,要求编码代理主动发现并修复已知、多发与潜在缺陷,把评测从“照工单执行”推进到仓库巡检。

XGrammar-215arxiv.org原文 ↗

arxiv.org

XGrammar-2 用 TagDispatch 在生成途中切换语法,以 Cross-Grammar Cache 复用共享子结构,并为 Earley 解析加入自适应 token-mask 缓存、即时编译和重复状态压缩。

开源 / 项目 · Projects

15 项 · 开源 / 项目

Silo18silo.pgsty.com原文 ↗

silo.pgsty.com

Silo 是 PGSTY 团队维护的 MinIO 社区分支,延续可自行部署、升级和打包的对象存储路线,并恢复嵌入式管理控制台。

mcp-use v220manufact.com原文 ↗

mcp-use v2 按新版 MCP 改成无状态请求:每次携带协议与客户端信息,以 `server/discover` 和 requestState 支持发现与多轮处理,底层切换到官方 SDK v2。

Node.js in the Browser21developer.puter.com原文 ↗

developer.puter.com

Puter 把 Node 兼容运行时放进 Web Worker,通过模块重写和 Oxc/Wasm 处理依赖,以 OPFS 提供文件系统、Wisp 承载网络,并桥接部分同步 API。

Open Lustre Cloud22github.com原文 ↗

github.com

Open Lustre Cloud 用 Lustre 2.17、ZFS OST 与对象存储后端在 GCP/Azure 提供共享文件系统,部署脚本目标是在 5 分钟内建立双节点 active-active 集群。

Aster24github.com原文 ↗

github.com

Aster 自动发现 monorepo 中的 Elixir、Python、TypeScript、Go 与 Rust 项目,并从同一入口编排跨语言构建。

本期重点Frontrun26github.com原文 ↗

github.com

Frontrun 在字节码层识别 Python 共享访问,再由 Rust 调度器用向量时钟和 DPOR 剪掉等价交错,覆盖线程、asyncio 与多进程并发。

demake28geosona.com原文 ↗

geosona.com

demake 用声明式语言描述游戏,再把同一项目编译成不同复古主机能够运行的 ROM。

Interlock29github.com原文 ↗

github.com

Interlock 在单个 PostgreSQL 事务中完成状态版本 CAS、业务写入、历史追加、幂等键和 outbox 记录,为 TypeScript 命令处理建立原子审计边界。

Bifrost30github.com原文 ↗

github.com

Bifrost 以 OpenAI 兼容接口统一 23 个以上模型提供商,在数据面加入自动回退、负载均衡、缓存、限流和访问治理。

行业动态 · Industry News

14 项 · 行业动态

AMD acquires Taalas31theregister.com原文 ↗

theregister.com

AMD 收购 Taalas,获得一种把特定模型直接映射进芯片设计的推理硬件路线,而非只扩充通用 GPU 产品。

Changes at Google DeepMind34blog.google原文 ↗

blog.google

Google 调整 AI 领导层,Demis Hassabis 从 Google DeepMind 日常管理转任主席,Jeff Dean 离开并创办 Discovery Loop。

博客文章 · Blog Posts

15 项 · 博客文章

Mario Meets Pareto45mayerowitz.io原文 ↗

mayerowitz.io

作者把《Mario Kart 8》的车手、车体、轮胎与滑翔翼组合放进多目标优化,先剔除在所有维度都被另一配置压过的选择,得到帕累托前沿。

Born Against46blog.fogus.me原文 ↗

blog.fogus.me

文章分析部分业余编程社区为何把拒绝 LLM 写进项目规则,原因横跨学习目的、作者身份、许可证来源、维护责任和协作信任。

A Visual Guide to Quantization48newsletter.maartengrootendorst.com原文 ↗

newsletter.maartengrootendorst.com

文章先比较对称 absmax 与非对称 zero-point,展示截断范围如何在离群值和舍入误差间取舍,以及动态量化的精度成本和静态校准的速度收益。

TIME Is Serving AI Bots a Different Website49vincentschmalbach.com原文 ↗

vincentschmalbach.com

作者用普通浏览器与自动化抓取器访问 TIME,发现服务端返回的页面不一致,机器版本不仅被改写,还包含专门面向机器访问的内置广告。

Taste Is All That's Left50notashelf.dev原文 ↗

notashelf.dev

文章认为生成式工具降低了代码和界面候选的生产成本,却没有消除选择、删改与维持整体一致性的工作。

Can you reverse engineer an ASIC?51blog.janestreet.com原文 ↗

blog.janestreet.com

Jane Street 记录如何在没有内部设计资料时,通过芯片输入输出、时序观测和针对性实验逐步建立 ASIC 行为模型。

The DISTINCT in Your COUNT52boringsql.com原文 ↗

boringsql.com

文章澄清 `COUNT(DISTINCT ...)` 统计去重后的非 NULL 值或值组合,并不等价于对普通计数结果再做 DISTINCT。

Zig's Io.Threaded is Neat53matklad.github.io原文 ↗

matklad.github.io

文章拆解 Zig `Io.Threaded`:调用方针对统一 I/O 接口编程,后端把可能阻塞的系统调用交给线程池,因此同步式代码结构也能接入异步调度。

Just One Function, 10x Faster?54greptime.com原文 ↗

greptime.com

GreptimeDB 的复盘从 profile 锁定 Prometheus 读取结果转换中的高频 Rust 函数,再逐步减少重复转换、分配与数据搬运。

How to Make a Nintendo 64 Game in 202655phoboslab.org原文 ↗

phoboslab.org

作者记录 Xibalba64 从现代开发机到真实 Nintendo 64 卡带运行的全过程,涵盖工具链、资源转换、3D 视口、内存预算与部署调试。

On building scalable control planes57allthingsdistributed.com原文 ↗

allthingsdistributed.com

文章把控制平面与高频数据面分开,强调状态所有权、分区和隔离必须先定义清楚,扩容 API 副本并不能修复混乱的状态模型。

What I love about Django58buttondown.com原文 ↗

buttondown.com

作者看重 Django 将 ORM、表单、认证、管理后台和迁移组成一套相互协调的默认栈,让团队不必为常见 Web 问题反复拼装组件。

引用来源 · References

64 条 · 引用
  1. 1 The LLM Proposes, the Executive Disposes. arXiv:2608.04066https://arxiv.org/abs/2608.04066 ↩ 回到正文 · back to text
  2. 2 SafeCommit. arXiv:2608.04289https://arxiv.org/abs/2608.04289 ↩ 回到正文 · back to text
  3. 3 Architectural Implications of Agentic AI Workflows. arXiv:2608.04458https://arxiv.org/abs/2608.04458 ↩ 回到正文 · back to text
  4. 4 What Is a Skill Worth? arXiv:2608.04562https://arxiv.org/abs/2608.04562 ↩ 回到正文 · back to text
  5. 5 Diagnosing Tool-Selection Reasoning in LLM Agents with Canary Tools. arXiv:2608.04719https://arxiv.org/abs/2608.04719 ↩ 回到正文 · back to text
  6. 6 EviGraph. arXiv:2608.04738https://arxiv.org/abs/2608.04738 ↩ 回到正文 · back to text
  7. 7 Hierarchical Graph Memory for LLM Agents. arXiv:2608.05095https://arxiv.org/abs/2608.05095 ↩ 回到正文 · back to text
  8. 8 ABSeeker. arXiv:2608.05102https://arxiv.org/abs/2608.05102 ↩ 回到正文 · back to text
  9. 9 Recurrent Residual Quantization. arXiv:2608.04048https://arxiv.org/abs/2608.04048 ↩ 回到正文 · back to text
  10. 10 AgentAntibody. arXiv:2608.04053https://arxiv.org/abs/2608.04053 ↩ 回到正文 · back to text
  11. 11 Active-SWE. arXiv:2608.04682https://arxiv.org/abs/2608.04682 ↩ 回到正文 · back to text
  12. 12 What We Observe as LLM Behavior Can Be a Side-effect of Inference Backend. arXiv:2608.04714https://arxiv.org/abs/2608.04714 ↩ 回到正文 · back to text
  13. 13 Scrouting. arXiv:2608.04804https://arxiv.org/abs/2608.04804 ↩ 回到正文 · back to text
  14. 14 When Does Latent Communication Pay? arXiv:2608.04893https://arxiv.org/abs/2608.04893 ↩ 回到正文 · back to text
  15. 15 XGrammar-2. arXiv:2601.04426https://arxiv.org/abs/2601.04426 ↩ 回到正文 · back to text
  16. 16 Pokémon Emerald for Raspberry Pi Pico 2. GitHub: mattdeeds/pokeemerald-rp2350https://github.com/mattdeeds/pokeemerald-rp2350 ↩ 回到正文 · back to text
  17. 17 Channels SDK. GitHub: CopilotKit/channels-sdkhttps://github.com/CopilotKit/channels-sdk ↩ 回到正文 · back to text
  18. 18 Silo. PGSTYhttps://silo.pgsty.com ↩ 回到正文 · back to text
  19. 19 Popcorn. Reclaim Protocolhttps://blog.reclaimprotocol.org/posts/why-we-built-popcorn ↩ 回到正文 · back to text
  20. 20 mcp-use v2. Manufacthttps://manufact.com/blog/mcp-use-v2 ↩ 回到正文 · back to text
  21. 21 Node.js in the Browser. Puterhttps://developer.puter.com/labs/node/ ↩ 回到正文 · back to text
  22. 22 Open Lustre Cloud. GitHub: zettalane-systems/open-lustre-cloudhttps://github.com/zettalane-systems/open-lustre-cloud ↩ 回到正文 · back to text
  23. 23 Graft. GitHub: NanoNets/Grafthttps://github.com/NanoNets/Graft ↩ 回到正文 · back to text
  24. 24 Aster. GitHub: archastro/asterhttps://github.com/archastro/aster ↩ 回到正文 · back to text
  25. 25 ReflectWorld. GitHub: addxai/ReflectWorldhttps://github.com/addxai/ReflectWorld ↩ 回到正文 · back to text
  26. 26 Frontrun. GitHub: lucaswiman/frontrunhttps://github.com/lucaswiman/frontrun ↩ 回到正文 · back to text
  27. 27 Sift. GitHub: Narasimha1997/sifthttps://github.com/Narasimha1997/sift ↩ 回到正文 · back to text
  28. 28 demake. Geosonahttps://geosona.com/demake/ ↩ 回到正文 · back to text
  29. 29 Interlock. GitHub: jajego/interlockhttps://github.com/jajego/interlock ↩ 回到正文 · back to text
  30. 30 Bifrost. GitHub: maximhq/bifrosthttps://github.com/maximhq/bifrost ↩ 回到正文 · back to text
  31. 31 AMD acquires Taalas. The Registerhttps://www.theregister.com/systems/2026/08/06/amd-acquires-ai-chip-startup-taalas-to-boost-inference-performance-by-etching-models-into-silicon/5284344 ↩ 回到正文 · back to text
  32. 32 GitHub Actions and Pages degraded availability. GitHub Statushttps://www.githubstatus.com/incidents/qcvjkzcs7j74 ↩ 回到正文 · back to text
  33. 33 Improving GPT-5.6 Sol and expanding GPT-5.6 Luna access. OpenAIhttps://openai.com/index/improving-gpt-5-6-sol-in-chatgpt ↩ 回到正文 · back to text
  34. 34 Changes at Google DeepMind. Googlehttps://blog.google/company-news/inside-google/message-ceo/next-chapter-ai-momentum/ ↩ 回到正文 · back to text
  35. 35 Muse Code and Muse Spark 1.2. Meta AIhttps://research.meta.ai/blog/introducing-muse-code-and-muse-spark-1-2 ↩ 回到正文 · back to text
  36. 36 Qwen3.8 Max tops the Agentic Index. Artificial Analysishttps://artificialanalysis.ai/?intelligence=agentic-index ↩ 回到正文 · back to text
  37. 37 Atlassian Rovo Exfiltrates Data, Bypassing Controls. PromptArmorhttps://www.promptarmor.com/resources/atlassian-rovo-exfiltrates-data ↩ 回到正文 · back to text
  38. 38 Zed DeltaDB. Zedhttps://zed.dev/deltadb ↩ 回到正文 · back to text
  39. 39 Nashville blocks a data center near its zoo. Nashville Bannerhttps://nashvillebanner.com/2026/08/04/metro-council-data-center-eminent-domain-vote/ ↩ 回到正文 · back to text
  40. 40 Virginia orders data centers to fund dedicated electric infrastructure. Realtor.comhttps://www.realtor.com/news/real-estate-news/virginia-data-center-electric-infrastructure-spanberger/ ↩ 回到正文 · back to text
  41. 41 FCC scraps broadcast TV ownership limit. NBC Newshttps://www.nbcnews.com/business/media/federal-communications-commission-scraps-limit-broadcast-tv-ownership-rcna587641 ↩ 回到正文 · back to text
  42. 42 Meta ran ads containing AI-generated child sexual abuse imagery. Wiredhttps://www.wired.com/story/meta-ran-ads-that-contained-ai-generated-child-sexual-abuse-imagery/ ↩ 回到正文 · back to text
  43. 43 OpenAI and APA partner on youth mental health. OpenAIhttps://openai.com/index/openai-and-apa-partner-to-advance-responsible-ai ↩ 回到正文 · back to text
  44. 44 How the world is putting ChatGPT to work. OpenAIhttps://openai.com/index/how-the-world-is-putting-chatgpt-to-work ↩ 回到正文 · back to text
  45. 45 Mario Meets Pareto. Mayerowitzhttps://www.mayerowitz.io/blog/mario-meets-pareto ↩ 回到正文 · back to text
  46. 46 Born Against. Fogushttps://blog.fogus.me/llm/born-against.html ↩ 回到正文 · back to text
  47. 47 vLLM: Anatomy of a High-Throughput LLM Inference System. Aleksa Gordićhttps://www.aleksagordic.com/blog/vllm ↩ 回到正文 · back to text
  48. 48 A Visual Guide to Quantization. Maarten Grootendorsthttps://newsletter.maartengrootendorst.com/p/a-visual-guide-to-quantization ↩ 回到正文 · back to text
  49. 49 TIME Is Serving AI Bots a Different Website. Vincent Schmalbachhttps://www.vincentschmalbach.com/time-serves-ai-bots-a-different-website/ ↩ 回到正文 · back to text
  50. 50 Taste Is All That's Left. Not a Shelfhttps://notashelf.dev/posts/taste-is-all-thats-left ↩ 回到正文 · back to text
  51. 51 Can you reverse engineer an ASIC? Jane Streethttps://blog.janestreet.com/can-you-reverse-engineer-an-asic/ ↩ 回到正文 · back to text
  52. 52 The DISTINCT in Your COUNT. Boring SQLhttps://boringsql.com/posts/distinct-in-your-count/ ↩ 回到正文 · back to text
  53. 53 Zig's Io.Threaded is Neat. matkladhttps://matklad.github.io/2026/08/06/neat-io-threaded.html ↩ 回到正文 · back to text
  54. 54 Just One Function, 10x Faster? GreptimeDBhttps://greptime.com/blogs/2026-07-31-prom-read-conversion-optimization ↩ 回到正文 · back to text
  55. 55 How to Make a Nintendo 64 Game in 2026. PhobosLabhttps://phoboslab.org/log/2026/08/xibalba64-making-of ↩ 回到正文 · back to text
  56. 56 The LuaJIT NYI That Silently Poisoned an Unrelated Hot Loop. StreamHPChttps://streamhpc.com/blog/2026-08-05/the-luajit-nyi-that-silently-poisoned-an-unrelated-hot-loop/ ↩ 回到正文 · back to text
  57. 57 On building scalable control planes. All Things Distributedhttps://www.allthingsdistributed.com/2026/08/on-building-scalable-control-planes.html ↩ 回到正文 · back to text
  58. 58 What I love about Django. Buttondownhttps://buttondown.com/blog/what-i-love-about-django ↩ 回到正文 · back to text
  59. 59 Third-party cyber evaluations involving OpenAI models. Simon Willisonhttps://simonwillison.net/2026/Aug/5/third-party-cyber-evaluations/#atom-everything ↩ 回到正文 · back to text
  60. 60 Celld. GitHub: denoland/celldhttps://github.com/denoland/celld ↩ 回到正文 · back to text
  61. 61 Zapscape. GitHub: V4bel/Zapscapehttps://github.com/V4bel/Zapscape ↩ 回到正文 · back to text
  62. 62 schrodingers-toctou. GitHub: xoreaxeaxeax/schrodingers-toctouhttps://github.com/xoreaxeaxeax/schrodingers-toctou ↩ 回到正文 · back to text
  63. 63 cl-forth. GitHub: gmpalter/cl-forthhttps://github.com/gmpalter/cl-forth ↩ 回到正文 · back to text
  64. 64 Jujutsu 0.44.0. GitHub: jj-vcs/jjhttps://github.com/jj-vcs/jj/releases/tag/v0.44.0 ↩ 回到正文 · back to text