ZhangYvJing's

Daily Brief

← August 18, 2026 August 19, 2026 · Wednesday August 20, 2026 →
00

Film / Book Chapter

Still Walking
2008 / Hirokazu Kore-eda

Still Walking (2008) · Hirokazu Kore-eda

今天适合看《Still Walking》,因为它更像一次生活和判断方式的校准,能把注意力从持续输入里稍微抽出来,重新放回你真正想怎样生活和做事上。

The Beginning of Infinity
David Deutsch

The Beginning of Infinity · David Deutsch

Chapter 1: The Reach of Explanations

A broader chapter for sharpening what counts as a good explanation, useful when daily inputs are full of claims, demos, and partial narratives.

01

Insight

今天的输入更像几股不同语气的材料同时挤在一起:社区链接在暴露工程和产品环境里的真实焦点,长视频在把这些焦点放回更完整的语境里,研究材料则提醒人热度和可落地性并不总是同一件事。如果先不急着做结论,至少可以把这几条线索放在一起看:Hacker News 的 Data centers raise nearby temperatures by up to 4 degrees in Phoenix;Hacker News 的 Turbovec – Google's TurboQuant for vector search in Rust;Hacker News 的 Using the railway network as a flatbed scanner;Hacker News 的 Fixing a bricked Framework laptop;Hacker News 的 The Amazon tax;Hacker News 的 How does IKEA come up with names for its products?。真正值得注意的不是单条内容本身,而是它们共同指向了什么、彼此漏掉了什么。
03

Hacker News

03
Using the railway network as a flatbed scanner
他把移动车厢当作平板扫描仪,车载摄像头连续捕捉细长竖线并拼接成完整图像。此方法靠高速单线读出和匀速运动,只有速度稳定、光线充足时拼接才清晰;他用Basler线阵相机获足够每秒线数,并以加速度计测速。对需要大幅面高分辨率的摄影者或工程师,此法降低对巨型传感器的依赖,但对运动稳定和照明提出更高要求,影响设备成本与使用场景。
04
Fixing a bricked Framework laptop
一款可拆卸升级的13英寸笔记本在更新BIOS 3.20后彻底失效,屏幕显示损坏图像,系统无法启动。原因是该更新在固件闪存过程中出现错误,厂商未公开修复,支持团队先放电后重启但无效,导致硬件被锁定。此举使得持有该型号笔记本的用户在未来更新固件时面临高昂更换主板的成本与潜在安全风险,且缺乏官方修复路径。
05
The Amazon tax
亚马逊将搜索广告变成了每周近十亿美元的利润来源,实质上是对消费者的非法剥削。广告通过扭曲搜索结果,让买家更难找到最佳产品,导致卖家必须竞价广告以保住销量,最终使整个类别的销量保持不变却被分割。 这使得消费者支付更高价格,卖家被迫投入更多广告预算,平台的有机搜索质量下降,最终削弱了产品创新与竞争力。
06
IKEA 将所有产品命名采用瑞典语真实单词,长度控制在四到十二个字母,尽量包含 Å、Ä 或 Ö,发音舒适且不得是已注册商标或姓氏;若无法满足则改用当地语言的描述性名称。这一规则确保全球统一命名,同时避免商标冲突。产品命名团队、设计师和市场人员需依据这些标准进行创作,否则可能增加命名审核成本和法律风险。
09
从5月13日至8月19日,Claude Code 的每周使用限额将提升 50%。此提升仅适用于 Pro、Max、Team 计划及企业旧版基于座位的用户,免费计划与按使用计费的企业座位不受影响;5 小时使用限额保持不变。该促销结束后,Claude Code 的每周限额将恢复至标准水平,用户无需调整计划或计费,影响主要为提升开发效率与降低临时资源成本。
10
机器0推出了可持续的CPU和GPU虚拟机,支持CLI和MCP调用。 这些虚拟机预装NixOS或Ubuntu,提供1–60个vCPU、240GB内存、可选GPU,并按分钟计费,保证99.99%可用率。 开发者可通过CLI一次性创建、冻结或恢复实例,利用静态IP和HTTPS端点,降低运维成本并提升可复现性。
04

YouTube

01
The cheapest configuration they tested was the one sending the most tokens. Across 11 presets run against their open source AI tutor, doing nothing at all to the context beat every compaction technique on recall, cost, and latency at once, and their own production defaults scored worse than leaving the history alone. Prompt caching is why. With 97% of tokens served from cache, and cached tokens up to 50 times cheaper on some APIs, compaction has to shrink a context by more than 50 times before it pays for itself, because rewriting the context invalidates the cache. Louis-François Bouchard's fr
agent, ai_frontier, ai_product, engineering
02
Deno gives its incident response agents read and write access to production Postgres, Kubernetes, ClickHouse, AWS, GitHub, and Slack, and it works. Agents now close incidents that used to wake a human up. Ryan Dahl's problem is what happens when one of those agents gets prompt injected through the support system it is wired into. He grants that Opus refuses to drop the users table no matter how hard you push it, then says the part that matters out loud: security cannot be wishful thinking that a model stays obedient. The agent is untrusted software, so the guard cannot live inside it. Claw Pa
agent, ai_frontier, ai_product, engineering, security
03
Over 30% of changes now merge with no review at all, and the wait on the ones that do get reviewed is four times what it used to be. Ankit Jain's read is that the debate about when we stop reading code line by line is already over, because we stopped. His sharper point is what replaced it: an AI writes the code, an AI reviews the code, the two go back and forth in a web UI, and a human skims the thread and merges. When AI reviews and nobody reads, he says, we have configured the wrong thing. He is also here to correct his own five layer trust model from a few months earlier, which missed that
agent, ai_product, engineering
05
Rich Sutton, who helped pioneer reinforcement learning and wrote the seminal AI essay The Bitter Lesson, has now cofounded Oak Lab with his former student Khurram Javed. Their goal: to build agents that continuously learn from their own experience rather than from us. Rich doesn't think he holds a radical view: "I'm not weird. The field is weird." He says all learning is continual, and the field is the one that needed a new name for it. Rich and Khurram argue synthetic data is "a big mistake." Their "big world hypothesis" is that the world is massively more complex than any agent or simulator,
agent, ai_frontier, ai_product, market, startup
06
a16z's Joel De La Garza is joined by Nick Warner of Neo and Max Pollard of Cotool to discuss what happens when cybersecurity tools built to defend against humans and malware suddenly have to contend with AI agents. As frontier models become more capable of finding and exploiting vulnerabilities, many of the assumptions underlying traditional security are beginning to break. They explore why guardrails designed to stop AI-powered attackers can also prevent security teams from doing their jobs, why defenders increasingly need access to multiple models, and how agentic software creates an entire
agent, ai_frontier, ai_product, market, security, startup
07
The jumping pegs puzzle
Part of a series of monthly puzzles with MoMath.
agent, ai_frontier, education
08
An avatar of Teddy Roosevelt holds court in a replica Oval Office, generating video continuously for eight hours with no reset, and a second deployment is being built to run for sixteen. That duration is the hard part. Sidney Primas explains that a real time avatar can only look backward, because the future frames do not exist yet, so every block it generates inherits the errors of the blocks before it and compounds them. LemonSlice trains with an attention mask that enforces this during training rather than discovering it at inference, and collapses roughly 30 denoising steps down to a single
agent, ai_frontier, ai_product, engineering
09
Ten dollars now buys roughly three hours of continuously generated video, and fifty buys fifteen. Keegan McCallum sets that against the room's own habits, since plenty of hands went up for burning that much on coding tokens inside a single hour. His argument is that the interesting axis in generative video stopped being quality a while ago. Put a real time generation next to one that took minutes and the slower clip still has better motion, but it cost on the order of a hundred times more to produce. Helios, the model he serves, is a distillation of a 14 billion parameter open model, and it i
agent, ai_product, engineering
10
GPU utilization is a lie. It read 100% straight through pretraining while the cluster was nowhere near well used, so Gabriel Jorge Menezes tracks tensor core utilization instead, and watched it climb as training resolution stepped from 128 pixels up to 1024. That is one of several numbers he argues you cannot train at this scale without. InfiniBand counters are exported by nothing off the shelf, and most of their failures turned out to be cross node communication, so they built that collection themselves. Any GPU running hotter than 78 degrees gets pulled rather than debugged, because one warm
agent, ai_frontier, ai_product, engineering
11
Uber could not exist without GPS. Ahmed Ahres uses that to argue real time is a change of medium rather than a speedup: before GPS you consulted a map somebody else had already made, and afterwards your own position became something you could act on continuously. He runs the same argument through film. Once a viewfinder showed you what you were shooting, you could adjust while shooting, and that is the reason Instagram and TikTok were possible at all. Generated video today sits on the wrong side of that line. You prompt, you wait, you get a file back, and there is nothing further to do with i
agent, ai_frontier, ai_product, engineering, market
07

Papers

01
解决把通用视觉‑语言‑动作(VLA)模型迁移到全身行走‑双臂操作的类人机器人。HAF 先用 HAF‑VLA 把全身动作拆成三步,利用阶段嵌入和 KV 缓存保留运动依赖,避免一次性生成不连贯动作;再用 HAF‑Steer 的离线‑在线 RL,借助流匹配可逆性和 DCT 降维,把优化限制在噪声子空间,只训练一个 SAC 策略,既不改动大模型又能安全高效地在真实机器人上微调。对工程师而言,它能让通用 VLA 在类人机器人上实现更稳健的行走与操作,且训练成本低、部署安全。
02
长文本的注意力模型计算量随长度平方增长,静态记忆让早期词占满空间,后续信息被淹没。Proteus 通过逐步扩展记忆容量,先给早期词强压缩,再随时间解锁新槽,既压缩历史又降低干扰。对 SWLA、Comba、Titans 等主流模型加上 Proteus,语言建模、推理、长上下文检索均提升,且实现成本零,工程师可直接嵌入,提升 Agent 处理长上下文的效率与准确性。
03
在去中心化借贷中缺乏信用局,zLend通过双视角重建钱包每日余额(稳定币篮子与全代币),提取流动性覆盖、现金流波动、回撤恢复和工资式支付周期等指标,比较两视角发现流动性不匹配的风险。它让链上信用评估变得可量化、可自动化,正是构建智能借贷 Agent 或 AI 产品时需要的精准风险信号。
04
这篇论文解决了右删失生存分析中传统风险或平均指标无法捕捉不同时间段风险变化的问题。作者提出了Censored Non‑crossing Quantile (CNQ) 框架,利用 Kolmogorov‑Arnold 与 Transformer 结构同时估计多条条件分位数,并通过构造保证分位数不交叉,且给出了有限样本的风险上界。对工程/Agent 方向的张玉璟而言,CNQ 能在不丢失分布细节的前提下提供更精准的个体化里程碑预测,适合需要分布式决策支持的 AI 产品。
05
语言模型输出本身不显示内部计算过程。作者在前馈网络和 Transformer 中强制经过两个离散中间状态,故意切换路径并让真实状态决定生成文本中的微弱统计痕迹,随后用探测器恢复该状态。即使答案相同,也能验证因果状态是否被携带。
06
AutoSR 解决符号回归仅靠数值拟合与复杂度评估导致的科学可信度不足问题。它通过构建 Research State,将候选方程与推理、计算证据和独立评审绑定,并由 proposer–reviewer 代理在 progressive‑widening Monte Carlo tree search (PW‑MCTS) 下展开多条研究路径,最终生成解释性报告。对张玉璟的 Agent/AI 产品工程而言,这种把科学记录与搜索策略结合的自动化研究框架,可让模型既可解释又基于累积证据,提升决策质量。
07
论文通过重新表述lasermethod的组合损失优化问题,结合最近的机器学习进展和AlphaEvolve,将矩阵乘法指数ω的上界从2.371339提升至2.371177。这表明理论优化可用ML驱动的自动搜索进一步改进,对关注算法自动化的Agent/AI产品工程师有参考价值。
08
长周期机器人操作链条里,错误会累积,子任务互相“卡住”,导致整体失败。BATON 通过把子任务当作独立探索单元,先在短期内完成并存入记忆,再按需拼接成全局轨迹;同时加入“验证器”“交接”“预判”三种过渡记忆,保证子任务输出能被后续任务接收。这样探索成本从指数降为线性,失败能精准定位,且不需重新训练参数。对想把 LLM 与 VLA 结合、提升多阶段任务可靠性的 Agent/AI 产品工程师来说,BATON 提供了可直接落地的高效方案。