01
ZhangYvJing's
Daily Brief
00
Film / Book Chapter
Moneyball
Moneyball (2011) · Bennett Miller
今天适合看《点球成金》,因为它讲的不是体育,而是在旧评价体系失灵时,怎样靠更冷静的判断和证据重新决定什么值得下注。
The Mom Test
The Mom Test · Rob Fitzpatrick
Chapter 1: The Mom Test
A short practical check on product conversation: stop asking for validation, start extracting facts, and keep reality from being softened by politeness.
01
Insight
今天的输入更像几股不同语气的材料同时挤在一起:社区链接在暴露工程和产品环境里的真实焦点,长视频在把这些焦点放回更完整的语境里,研究材料则提醒人热度和可落地性并不总是同一件事。如果先不急着做结论,至少可以把这几条线索放在一起看:Hacker News 的 Writing by hand is good for your brain;Hacker News 的 What happened to TheNumbers.com;Hacker News 的 Building on ATProto;Hacker News 的 Software rendering in 500 lines of bare C++;Hacker News 的 A solid-state “atomic channel” for separating rare earth elements;Hacker News 的 Learn OpenGL, extensive tutorial resource for learning Modern OpenGL。真正值得注意的不是单条内容本身,而是它们共同指向了什么、彼此漏掉了什么。
03
Hacker News
02
TheNumbers.com 今日彻底离线,随后仅以极简版本复活,历史图表与完整电影页面全部消失。 其数据库因 2024‑25 年blockchain风潮导致 AI 训练与代理爬虫量激增្ន,经由 12 月“代理 құқық”突袭,服务器在 3 月初崩溃,日志显示有人仍在寻找后Tar门以抢先透露数据。 该变故迫使电影财经分析师、业内记者、学术研究者和预测市场交易者必须重新评估数据来源可靠性,进而提升准确信息的成本与法规风险。
03
ATProto 正在把原本只支持公开数据的协议扩展为支持权限化数据,却将此功能拆分为独立模块,而不在现有存储体系内整合。 扩展之所以这样设计,是因为该协议最初假设所有操作都会向全网广播,内部结构难以天然兼容受限访问。 社区提出的权限化数据方案借用了现有nirml身份体系,却仍被视为外部实现,导致系统一致性与开发复杂度上升。 对于要求平衡公共与私人评测的应用开发者而言,拆分迫使他们重新设计数据流与身份交互,增加实现成本。 这种做法最终使最终用户难以在同一平台
04
作者凭借仅500行裸C++实现了软件渲染器,直观展示了OpenGL、Vulkan、Metal和DirectX的核心工作流程。该项目拒绝所有第三方图 rí 形库,仅用自制TGA图像类和手写像素、线段、三角形绘制功能,让学生通过10–20小时的编码实践完成从模型到图像的完整渲染链。这样的做法帮助程序员在理解GPU渲染核心后,能够更精确地优化3D库调用,降低学习成本与错误风险。
05
06
“Learn OpenGL”上线全新在线教程,聚焦现代核心 OpenGL,解决了旧模式资料零散、缺乏完整文档的痛点。 书中系统阐述渲染管线和像素绘制原理,并通过清晰实例演练场景遍历、灯光、模型加载与后处理,使零基础与有经验者均可跟随学习。 这让开发者可以以统一、完整的路径推进项目,显著降低调试成本、提升开发效率。
07
08
09
Screenpipe 在 2024 年发布,它通过本地记录屏 deterministic 屏幕、音频并将每个事件与系统可访问树匹配,为 AI 代理创建可查询的记忆库repo。该方法避免了持续视频 OCR 高资源消耗,在仅捕获必要变化后再存储数据,并支持本地转录与可定制过滤。 这使得个人与团队能将日常操作自动化为标准化流程、个人知识库,减少人工提示需求并降低隐私泄漏风险。
10
04
YouTube
01
Claude is capable of long horizon tasks. In this talk, we'll share lessons learned about building agent harnesses for reliable and secure long-horizon work. This include decoupling the brain and hands, self-verification, self-learning, and design for evolving agent harnesses. ### Lance Martin Member of Technical Staff · Anthropic [X/Twitter](https://x.com/RLanceMartin) · [LinkedIn](https://www.linkedin.com/in/lance-martin-64a33b5) · [Website](https://rlancemartin.github.io) Member of technical staff at Anthropic. Working on the Claude Platform, including Claude Managed Agents and the claude
02
To automate opening a bank account, your agent needs to verify identity, so a team wires it to the DMV and a passport service and ships it. Then the next team builds the next agent and rediscovers, from scratch, where its data lives, across a hundred databases plus Snowflake, Databricks, and S3, whether it can trust the version, and whether it is even allowed to touch it. Every agent repeats that wiring, nothing updates when a source moves without a manual rewire, and no agent is smarter tomorrow than today. Emil Eifrem's fix is to make the agents thin and put the intelligence in a shared subs
03
Stephen Chin gave two copies of the same agent the same facts about his home network, one storing them as a vector database, the other as a graph. He asked both what was running end of life software exposed to the internet. The vector agent said it could not find specific details. The graph agent traced the connections and flagged his daughter's Minecraft server running an out of date OS, then found real open management ports he quietly patched after the demo. Same data, and only one of them could actually answer. That gap is the whole talk. Most assistants, OpenClaw included, keep their memo
04
Not everyone needs the same tokens. Matan Grinberg of Factory on routing work across frontier models, Gemini Flash, and fine-tuned COBOL models — with policies written in natural language.
05
Yohei Nakajima was running a 500 question eval when his API key died at question 350. Normally that means restarting the whole long agent from scratch. Instead it rolled back one step and resumed at 353, because in ActiveGraph the log is the agent. Most people build agents around the LLM and bolt on memory and logging; Nakajima, the creator of BabyAGI, flips it and builds around an immutable event log. Every action and every change to the agent flattens into one typed log, which projects a graph that is the agent's state, so you get replays, rollbacks, and forks for free. On top of the log si
06
Full episode: https://www.youtube.com/watch?v=QbdbAhaJoCQ Me on twitter: https://x.com/dwarkesh_sp
07
I had Kareem Amin all wrong. When Clay first crossed my radar, I thought he was too laid-back: no chip on his shoulder, not the hungry founder I expected to win. Clay has since exploded. Kareem builds from what he calls "a place of wholeness" rather than lack — nothing to prove, no enemy to beat. It makes him sound like a philosopher, but the operating instincts underneath are sharp. He spent roughly five years wandering before Clay clicked, and his takeaway is that the hard part of building isn't working hard — it's the courage to commit to one idea and stop listening to everyone else, cust
08
Human-agent collaboration is changing, becoming more visual. The agents most teams ship today still wait for us to type a paragraph to explain what we're looking at. They cannot see a screen, navigate a UI that changes, or recover when an application throws an unexpected modal. That is the architectural gap between agents that demo well and agents that work alongside real teams in real software. Perception agents close it: they see and use computers the way people do, reason about what they see, and act with clicks and keystrokes. Speaker: Antje Barth — Member of Technical Staff, Amazon AGI
09
In July 2025 Dex Horthy turned the lights off: an agent software factory where nobody read the code. It fell apart. An issue appeared that no amount of prompting could fix, the site was down, users were furious, and he was digging through a codebase he had stopped reading three months earlier. His claim is that this is not a skill or scale issue, and no harness or extra tokens fixes it, because it is a model training problem. Coding models are reinforced on one thing, did the test pass without breaking another, and nothing in that reward penalizes bad architecture, whose cost shows up months l
10
Every month it is the same trap. A reasoning model gets upgraded at the same price per token, then quietly burns three times the output tokens. Or the new version costs 40% more and deprecates its predecessor in four months. Are you growing 40%? Making three times the revenue? Sarah Sachs, who leads AI engineering at Notion and negotiates its model contracts, says no, and that is why she treats every vendor as a competitor. Buy tokens from a lab that also sells the first party product and you are paying a markup on a markup for something you cannot defend, with no exit if you lock yourself to
11
By declaring a task's inputs and outputs without initially considering model capability, you create the space needed to determine execution later. DSPy's promise is that AI engineering should happen above a particular prompt template or provider API shape: the Signature. That remains useful in a world of tools, RLMs, and Skills. Define a task strictly through its inputs and outputs, and the underlying implementation becomes flexible: experiment with models, settings, weights, templates, and output formats without touching the workflow. The talk covers DSPy 3.5 and previews DSPy 4.0, where mod
12
From spending $12 million building language models for code before the world cared to creating a Model Factory that can take a model from pre-training to release in eight weeks, Eiso Kant has spent more than a decade betting that code is the path to AGI. In this episode, the Poolside co-founder joins swyx and Vibhu to explain why ChatGPT felt like vindication, why Poolside embraced open weights and open research, and why he would rather live in a world with 100 foundation model companies than five even if Poolside were one of the five. We go deep on Poolside’s Model Factory: the engineering s
07
Papers
01
这篇论文解决高能物理实验中实时异常检测触发器所需的低延迟、参数紧凑模型难题。作者将变分量子自动编码器(Variational Quantum Autoencoder)在现有硅加速器上实现,并通过 FPGA 合成满足未来大型加速器的资源与时延需求。对想把 AI 加速到边缘控制端的工程师来说,它展示了如何把量子思路转换为可落地的硬件实现,并在保持性能的同时大幅压缩模型尺寸。
02
问题:如何让三维热流场的神经网络代理在无需昂贵数值求解训练数据的前提下保持高精度预测。做法:直接把有限体积法(FVM)残差当作监督信号,在网格上训练带注意力机制的图神经网络,完全免除标注数据的生成。值得看:该方法在稳态和瞬态两类案例中几乎与CFD保持同等精度,且大幅压缩训练成本,特别适合Agent/AI 方向快速构建与迭代高效代理模型。
03
论文解决纳米孔阻塞实验里分子识别高难度问题,采用多模态 Transformer 同时利用原始时序、纹波图像与静态特征,对比单一模式提升10%以上精准度;由于其能快速、端到端识别多种生物分子,适合移动诊断与 AI 产品快速集成。
04
论文探讨生成式 AI 如何成为学术图书馆资源的新发现入口,利用 2023‑2025 年 web‑analytics 数据和转发渠道(ChatGPT、Perplexity、Gemini)进行实证分析。研究发现,结合引用链功能后 AI 产生的流量显著提升,用户主要通过结构化元数据和永久链接访问开放获取的学位论文,说明 AI 检索机制能精准呈现高质量文献。对 Agent/AI 产品工程师而言,这提醒在设计知识检索和推送系统时,需优先保证资源的结构化元数据、稳定 permalinks 与 OA 可访问性,以抓住 AI 生态带来的用户流量。
05
解决在线流式数据中最大均值差异(MMD)和相关对齐(CORAL)的方差过大问题,使得离线方差减小算法不再适用于分布式或增量学习。作者提出 ARROW 通过维护对齐统计的移动平均并自适应地给新批次加权(并引入可解的松弛方案),实现在线方差减少。对于需要在不断更新的 Agent 或 AI 系统中保持域适配精度、显著提升运行效率的工程师来说,这一方法能在不需重跑全量数据的情况下,快速、可扩展地提升目标域性能。
06
07
问题:波斯语 OCR 发展滞后,主要因为书写系统复杂多变且缺乏大规模高质量标注数据。做法:构建“Persian Pixel”530k+合成图像/文本对,利用 SynthOCR‑Gen 仿真字体、连笔、上下文字形、连字符与多种样式,并加入 25+ 真实感降噪模型,再生成多种页面布局;价值:为深度学习 OCR 和视觉搜索、文档数字化提供足够训练样本,能直接提升模型鲁棒性, eş han ye 投资者与 AI 工程师关注。
08
08
Issue Monitor
Ready now—Actionable issues
Needs review—Awaiting a fresh check
Data statusCheck statusLive status unavailable











