"AlphaGo is still the cleanest worked example of the primitives of intelligence: search, learning from experience, and self-play." —— AlphaGo仍然是智能基本原理最清晰的实例:搜索、从经验中学习和自我对弈。
"Thanks to LLM coding, what took a whole team of research scientists at DeepMind and millions of dollars of research and compute can now be done for a few thousand dollars of rented compute." —— 得益于LLM编程,过去需要DeepMind整个研究团队和数百万美元研究与计算资源的工作,现在只需几千美元租用的计算资源就能完成。
"The way humans learn is surely closer to the second." —— 人类的学习方式无疑更接近后者。
"In deep learning, initialization is everything. You always want to initialize your research project to something as close to success as possible." —— 在深度学习中,初始化就是一切。你总希望将研究项目初始化到尽可能接近成功的地方。
智能基本原理 | AlphaGo是研究搜索、经验学习与自我对弈的最佳范例 | "AlphaGo is still the cleanest worked example of the primitives of intelligence: search, learning from experience, and self-play." | 2026-08-29
LLM强化学习瓶颈 | 策略梯度RL在信用分配上效率低下,MCTS提供了严格更优的监督信号 | "naive policy gradient RL has to figure out which of the 100k+ tokens in your trajectory actually got you the right answer, while AlphaGo’s MCTS suggests a strictly better action every single move" | 2026-08-29
AI研究自动化 | LLM擅长自动化实验执行与优化,但不擅长选择研究问题和突破僵局 | "which parts of AI research LLMs can already automate pretty well... and which they still struggle with" | 2026-08-29
神经网络架构选择 | 在小数据、低预算下,ResNet凭借局部归纳偏置优于Transformer | "For small data regimes, my experience is that ResNets still outperform transformers and give you more bang for the buck at lower budgets." | 2026-08-29