01
ZhangYvJing's
Daily Brief
00
Film / Book Chapter
Ikiru
Ikiru (1952) · Akira Kurosawa
今天适合看《生之欲》,因为它不是在继续加信息,而是在提醒人时间真正该压在哪件事上,适合把注意力从系统噪声拉回到现实里真正想完成的那件事。
Show Your Work!
Show Your Work! · Austin Kleon
Chapter 2: Think Process, Not Product
A light but useful chapter for making ongoing work visible without waiting for perfect finished artifacts, which fits a public career surface.
01
Insight
今天的输入更像几股不同语气的材料同时挤在一起:社区链接在暴露工程和产品环境里的真实焦点,长视频在把这些焦点放回更完整的语境里,研究材料则提醒人热度和可落地性并不总是同一件事。如果先不急着做结论,至少可以把这几条线索放在一起看:Hacker News 的 Saving 100 terabytes of memory by optimizing 1.1.1.1's DNS cache;Hacker News 的 Small Models Have Arrived;Hacker News 的 507 Mechanical Movements;Hacker News 的 Show HN: OpenTIE and OpenXWA, Modern Ports of Tie Fighter and X-Wing Alliance;Hacker News 的 Terminal-Bench-Science: Evaluating AI agents on scientific research workflows;Hacker News 的 Gemini-3.5-Transcribe。真正值得注意的不是单条内容本身,而是它们共同指向了什么、彼此漏掉了什么。
03
Hacker News
02
03
已有部分507种机械运动的动画完成并用彩色缩略图标识,其余尚未实现。网站通过上方的prev/next链接浏览已完成动画,并计划随时间逐步补充直至全部507种完成。对需要参考机械运动图解的工程师、设计师或爱好者,提供可逐步更新的动画资源,减少静态图解的理解成本。
04
05
06
07
Experiential 提供开源网关,统一 OpenAI 兼容 API 来调用托管、自带密钥或本地模型,并可按用户、代理、用途和预算进行管控。它把生产流量转化为可定制的路由器或模型,以优化质量、速度和成本。本地或托管方式均可直接使用,并能通过代理自动完成密钥连接、遥测上传以及模型调用。
08
09
AI Engineer Notebooks 提供免费、不依赖框架的 RAG、Agent 与评估实验,全部在 Colab 上可直接运行。教材采用 raw API 先实现核心循环,再引入 LangChain 等封装,以评估作为贯穿主线,并在 Groq 免费端点上完成大部分内容,需要 GPU 的部分采用概念先行并附带可选 Colab‑GPU 附录。这样使后端或全栈工程师在转向 AI Engineer / FDE 岗位时,能够在无额外成本的情况下掌握可直接迁移到 OpenAI 或 Anthropic 的实际模型层技能,从而影响其交付产出的方式与风险控制。
10
04
YouTube
01
Cloudflare's weekly go to market summary is written by three agents in sequence: one drafts from the data, a second checks that draft against the data, and a third, the tone agent, rewrites it so risks and opportunities land with equal weight. Justin Joyce's team read every run for two to three months before trusting it. Joyce works in sales operations and strategy at Cloudflare, after seven years on the machine learning side, and his diagnosis is that traditional go to market does not scale. Operations rebuilds the same analysis in spreadsheets every week, or ships dashboards that meet most n
02
Ask an assistant to compare code intelligence tools and Sourcegraph comes up 65 percent of the time. Describe the actual pain instead, that you keep breaking downstream services when you change shared libraries and cannot see all the consumers, and it comes up zero percent. It suggests your developers write a wiki page. Stephanie Jarmak ran that experiment. The gap between shopping and hurting is invisible without measuring it. Jarmak, an astronomer a year ago with no commits, now has 12,000 and maintains an open source multi agent orchestration framework under the title agent advocate. The ta
03
Rich Sutton gets called a radical. He thinks he's the one thinking normally. Before the current AI moment, nobody would have said "continual learning" — learning that wasn't continual made no sense as a concept. We act, we learn, we keep learning. That the field needed a special term for it says more about the field. #ai #machinelearning #llm
04
Full episode: https://www.youtube.com/watch?v=aV26V1UvkJw Me on twitter: https://x.com/dwarkesh_sp
05
Most of AI is pointed at language. Anima Anandkumar points it at the physical world, weather, fusion, materials, the systems physics writes down as equations, and finds the usual playbook breaks. There isn't enough data, the resolution is brutal, and no transformer is big enough. Her way through is older than deep learning: build the structure of the world into the model. It already produces weather forecasts that rival the supercomputers on a single GPU. Co-founder of Accelerated Understanding, Anima has spent two decades in AI, from the theory that predates deep learning, through scaling it
07
Papers
01
它解决传统相关性聚类在面对新图时需要重新求解、难以扩展的问题,用图神经网络从训练图中学习聚类模式实现归纳式相关性聚类,推理速度比基线快约五个数量级且近似损失控制在10%以内,还可作为可学习的图池化层提升GNN的层次结构建模能力。
02
03
04
论文发现LLM代理看到虚构但权威的市场面板时,对不可预测问题也会自信下注,根因是‘行动/不行动’门失效而非知识缺失。用合成骰子、硬币等数据微调3B模型可修复该门,但在刚性输出格式下仍会失败。这表明代理决策受表象包装支配,提供了可训练、情境脆弱的改进思路,对构建可靠Agent有直接启发。
05
该工作指出纯文本LLM在对话理解中易受 transcripts 捷径误导,提出ContraTalk基准测量文音不一致,并用Audio Twin把局部声学线索转为可读文本供推理,从而诊断并提升模型的真实语音 grounding 能力。
06
论文提出TraceBench,用可控的机械系统仿真生成时间序列根因归因任务,评估四类LLM agent是否能判断参数是否被改并定位具体参数。结果显示agent更依赖领域上下文和数值控制台输出,而非可视化,且直接预测优于生成Python脚本。这为构建可靠的时序异常诊断Agent提供了实证基准。
07
这篇论文指出,当前LLM在EDA中多作为单步生成器,缺乏跨阶段协同,导致生成的代码在物理正确性和上下文连续性上受限。作者提出三层角色——Generator、Agent、Orchestrator——并主张构建感知物理的统一编排器,以贯通工具和Agent,实现可靠的硬件设计。这种角色视角对构建端到端Agent系统具参考价值。
08
PACE 解决视觉语言模型因视觉 Token 过多导致推理成本高、编码延迟大以及在严格 Token 预算下难以兼顾全局与细节的问题。方法上,PACE 先用自适像素压缩器 (APC) 在编码前降采样冗余输入 (Condense),再用动态双注意力提取器 (DDAE) 融合编码器视觉信号和 LLM 语义信号选择性保留关键 Token (Extract),整个过程免训练。在 Qwen2.5-VL-7B 上,仅用 10% 视觉 Token 即保留 93.8% 性能,TTFT 提速 3.1×,对低延迟高效视觉理解的 Agent 产品很有价值。
08
Issue Monitor
Ready now—Actionable issues
Needs review—Awaiting a fresh check
Data statusCheck statusLive status unavailable




