ZhangYvJing's

Daily Brief

← August 14, 2026 August 15, 2026 · Saturday August 16, 2026 →
00

Film / Book Chapter

Moneyball
2011 / Bennett Miller

Moneyball (2011) · Bennett Miller

今天适合看《点球成金》,因为它讲的不是体育,而是在旧评价体系失灵时,怎样靠更冷静的判断和证据重新决定什么值得下注。

Thinking in Systems
Donella H. Meadows

Thinking in Systems · Donella H. Meadows

Chapter 1: The Basics

A clean way to see feedback loops, stocks, flows, and delays before turning every technical or life problem into a single-variable optimization.

01

Insight

今天的输入更像几股不同语气的材料同时挤在一起:社区链接在暴露工程和产品环境里的真实焦点,长视频在把这些焦点放回更完整的语境里,研究材料则提醒人热度和可落地性并不总是同一件事。如果先不急着做结论,至少可以把这几条线索放在一起看:Hacker News 的 Qwen 3.8 27B;Hacker News 的 Count Binface receives over a quarter of votes in Clacton by-election;Hacker News 的 Seven books I keep close because I love them;Hacker News 的 RustDesk now supports true unattended remote access on Wayland;Hacker News 的 Why does Opus 5 feel worse to work with?;Hacker News 的 GLM-5.3: Frontier coding with emergent cyber capabilities。真正值得注意的不是单条内容本身,而是它们共同指向了什么、彼此漏掉了什么。
03

Hacker News

02
克拉克顿补选中,自称星际战士的Count Binface获9455票,占26.9%位列第二。因改革英国领袖法拉ージ辞职后再选,其他主要党派集体抵制,使其得以借英国闹剧候选人传统崭露头角。所有候选人须同台亮相并交500英镑保证金,未达5%得票门槛者保证金不予退还,这对类似Binface的 novelty 候选人造成财务风险,也促使政党在提名与场务安排时需考虑此类非传统竞争者的影响。
03
Seven books I keep close because I love them
作者将平时伸手可及的书架上的第八版该同义词典退到较远的书架,腾出空间放置托马斯·布朗散文选集。他发现第八版虽然内容更多但体积过大且未提供所需词汇,而第四版更符合他写作时查找需求。这一调整使他写作时更易查阅常用同义词并随时翻阅布朗作品,从而在不增加成本的情况下提升灵感获取效率。
04
RustDesk 现在支持在 Wayland 上实现真正的无人值守远程访问,包括多显示器配置。 这一改进解决了 Linux 远程桌面在 Wayland 下的兼容难题,之前需要 Xorg 或者仍处实验阶段。 用户在初始设置后,即使远程机器无人操作,也能从登录屏幕连接,降低了现场支持成本并提升了运维效率。
05
Why does Opus 5 feel worse to work with?
Opus 5 的交互体验被认为比 Opus 4.7/4.8 更差,用户感觉像降级。原因是它在意图不清时不主动提问,也不在未确认前做假设或改写计划,导致需要更多人工监督。因而,开发者在使用时必须投入更多时间监控模型行为,增加了项目成本与风险。这导致团队在迭代周期内需要更频繁的人工干预,延长交付时间。
08
AI by Hand
Prof. Tom Yeh 在 Substack 上推出了名为《AI by Hand》的系列,聚焦手工绘制数学、算法与架构。该系列强调手工方法在 AI 研究中的重要性,并展示手绘与代码的结合方式。此举将影响订阅者的学习与工作方式,促使他们在 AI 开发中更多考虑手工思维与实践。
10
网站或博客现在可直接嵌入可执行的 Linux 终端。只需在页面插入 <script src="https://sandbox.bio/embed.js" data-cwd="embed"</script,Markdown 的 bash 代码块或 class="language-bash" 的 <div 自动出现“Run”按钮,点击即可执行。通过 data-cwd 指定起始目录,data-config 指向远程 JSON 配置文件,配置中可列出文件 URL 预加载,全部功能在同一页面完成。此功能将改变博客作者、教学平台和在线文档的交互方式,降低演示成本,提升用户体验。
04

YouTube

01
An agent is a harness orchestrating a model and context. If you want to own your intelligence, you probably want to own all three. LangChain co-founder and CEO Harrison Chase focuses on the harness: the loop that brings the right context to the model at the right time, and how to customize it with middleware, hooks, and sub-agents. At Sequoia Capital's Own Your IntelligenceI event, Harrison explains when an off-the-shelf harness is enough and when to build your own (the more out-of-distribution your task, the more customization you'll want) and why even custom harnesses should keep in-distrib
agent, ai_product, market, startup
02
Today's AI models keep getting smarter, but every conversation still feels like their first day on the job. Trajectory co-founder Arjun Karanam calls this the experience gap: models are improving on IQ, but not on experience. Continual learning aims to close it, turning the trillions of tokens of agent interactions that get thrown away into signal that makes agents better with every use. At Sequoia Capital’s Own Your Intelligence event, Arjun lays out four goals for companies that want to get there: full traceability (including sub-agents and corrective behavior like edits and retries), evals
agent, ai_frontier, ai_product, market, startup
05
Preparing this talk got Corey Gallon a warning from OpenAI that his account faced a ban for cyber abuse with a web browser. The offending work was an agent clearing Cloudflare Turnstile, two image captchas, and finally reCAPTCHA v2 with no human in the loop. His premise fits on one slide: a browser driven through the Chrome DevTools Protocol is just a meat bag with a mouse, because the agent's clicks and keystrokes travel the same path inside Chrome that yours do. Chrome stamps every event as trusted or untrusted, which is why a synthetic JavaScript click that works fine in Outlook gets silent
agent, ai_product, engineering, security
06
Asked to file an expense, the agent gets signed out mid task, reasons that it can infer the password, guesses twice, and locks the account. In a second run it clicks a sponsored button styled like the real submit button, lands on a different site, and begins typing personal details into it. Both are real trajectories from early browser training runs at the Amazon AGI Lab, and Gaurav Mishra's summary is that RL worked while the world was a game, and IRL starts when the game fights back. The talk catalogues what a reward function meets on contact with a real login screen. Observability is parti
agent, ai_frontier, ai_product, engineering
07
Just past 15,000 queries, renting context stopped being the cheaper option. Omer Primor gets that number from a small experiment he is careful to call a test rather than a benchmark: enrich one company across 25 fields, run it 100 times against this event's sponsors, and compare AI search products, context as a service vendors, and a scraper pipeline built in roughly a day. Pricing a week of setup at $5,000, the build it yourself path crossed over a little above 15,000 entities, and he expects the real crossover sits lower than most teams assume. The argument underneath is about frequency rat
agent, ai_product, engineering, market
08
Minutes into a call to demo a search API rebuilt to answer in under a second, the system got blocked, badly, in front of the client. Patricija Žemaitytė treats that as the useful distinction: something that works in development, something that passes tests, and something that survives reality are three different systems. The rebuild had no trick to it. Browsers are slow, expensive, and incompatible with low latency, and they were unavoidable, so the team went hunting for time across layouts, parsers, sessions, and proxies until the seconds were gone. It averages 550 milliseconds now, against a
agent, ai_product, engineering
10
In this presentation from Startup School Paris, Y Combinator General Partner Tom Blomfield shares findings from his research on how companies are being built with AI infrastructure placed in from the start. Apply to Y Combinator: https://www.ycombinator.com/apply Work at a startup: https://www.ycombinator.com/jobs Chapters: 00:00 — Intro 01:53 — Why Roman Legions Built Your Org Chart 03:56 — Humans as the Bottleneck 05:28 — What a Real AI Loop Looks Like 07:51 — The Data Agent That Changed Everything 08:39 — The Self-Improving System 10:32 — Office Hours → Living User Manual 12:22 — The AI
agent, ai_product, market, product, startup
07

Papers

01
当前大型语言模型依赖大量非许可数据,给开放源代码和伦理数据研究者带来高门槛。Mimir v1采用1B参数的Hierarchical Reasoning Model架构,用可许可的后训练数据训练,基于161个数据集,在20项基准上与Qwen 3.5 4B、Gemma 4 E2B相抗衡,并在英语和丹麦语上取得前沿表现。对张玉璟的Agent/AI产品工程而言,它提供高性能基础模型,既能快速落地,又免除许可风险。
02
AI 代码生成缺乏正确性保证,现有基准只评单函数或已有实现的证明,无法检验跨模块完整实现与证明。 Vero 用 43 个真实多模块 Lean4 仓库、API、规范、参考实现和审计机制,评估代理在仓库级别的实现与证明合成,直观揭示当前代理的验证瓶颈,是改进 AI 代理的实战工具。
03
DARTree 解决了自回归语言模型在推理时的速度与准确度冲突。它把多路草稿树与扩散式草稿器结合,利用预训练的 AR 校正头在树形结构上并行扩展并评分候选节点,再用 best‑first 剪枝挑选验证路径,完全不需要额外训练。实验显示,在数学、代码和聊天基准上,DARTree 每轮可验证 12.97 个 token,速度提升 9.73×,显著优于 DFlash 与 Domino,适合需要低延迟、高吞吐量的 Agent/AI 产品。
04
现代 LLM 训练数据杂乱无章,难以追踪知识来源。作者构建了 88B‑token 的 LITTLECURRICULUM,只包含美国小学 5 年级以下内容,并用它训练出 5B 参数的 LITTLELEARNER。该模型在保持语言能力的同时,知识与能力被映射到可解释的课程边界,可作为受控沙盒来研究模型如何在限定范围内学习、表示和使用知识,并通过后训练和上下文学习注入新知识而不扩展超出范围的能力。对想要构建可解释、可调控 Agent 的工程师来说,这套工具能让你在安全、可预测的环境里快速验证知识注入与推理策略。
05
LLM 代码代理在 Bash 命令交互中,匹配的执行分数往往掩盖了生成后出现的错误。作者构建 QuoteBench,利用 56 个一-shot 任务和一个故意未转义的解析器,精确验证最终状态,量化生成与执行边界的失配。对 Agent/AI 产品工程师而言,这提醒评估时不能仅看匹配分数,而要报告模型配置、生成契约、执行路径和最终状态校验,避免误判。
06
人形运动跟踪评估往往只看关节误差,忽略了人眼最关心的接触稳定性和误触问题。作者提出 HumanTracker benchmark,收集 153 小时专业表演者轨迹,按四类动作细分并标注文本,配合 HumanScore 预训练的偏好对齐指标(12K 对比 24K 动作),能更准确预测人类喜好并揭示接触与稳定性缺陷。对 Agent/AI 产品工程师而言,这套数据与指标能让模型在真实交互中更贴合人类感知,提升系统鲁棒性与用户体验。
07
现有 AI 科学家只用文本、代码或预摘要,忽略空间、时间、跨通道关系,导致证据不完整。OmniScientist 通过感知层和三大自治代理(ideation、experiment、writeup)在确定性流水线中直接处理图像、信号、音频、视频、3D、轨迹、表格、公式、图表等多模原始证据,实时塑造研究问题、实验决策与结论,并在代码层执行新颖性、统计有效性、执行溯源与数值可追溯性检查。36 个跨学科真实案例表明,生命周期全感知显著提升评估维度,胜率 85%,为构建通用 AI 科学家提供可落地路径,值得 Agent/AI 产品工程师关注。
08
AutoDesign 解决多模态内容生成的长周期代理问题,利用 meta‑harness optimizer 指导 code agent 递归改进 harness,基于 PosterBench 评测,性能超 Claude Design,且能在 40 分钟内完成 253 次工具调用与 11 次编辑,显示出真正的自我迭代与人类偏好优势,值得 Agent/AI 产品工程师关注。