# I Fed 12 Free MIT AI Textbooks Into Claude. It Rebuilt My Entire Research System.
**作者**: Dami-Defi
**日期**: 2026-04-29T10:40:34.000Z
**来源**: [https://x.com/DamiDefi/status/2049438687457399073](https://x.com/DamiDefi/status/2049438687457399073)
---

MIT published 12 graduate-level AI textbooks written by the researchers who built the field. Every one is free. Almost nobody is using them.
I downloaded all 12 books and fed them into a Claude Project. What happened next is why I don't use the same research setup I had 30 days ago.
This is not a post about free education. This is about what happens when you stop using Claude as a chatbot and start using it as a system that reasons from first principles.
## What the MIT Curriculum Actually Is
Twelve textbooks written by the researchers who built the field. Not YouTube summaries. Not blog posts. Primary source material from the institution that produced the people building the models everyone is talking about.
The curriculum covers six layers: ML foundations, deep learning, reinforcement learning, algorithms, ethics, and probability theory.
Most people will treat this as a reading list. I treated it as training data for my research system.
## What I Actually Did
I uploaded all 12 books into a single Claude Project. Not as reference material to search through manually. As context that lives inside every conversation I have with that Project permanently.
The difference matters. Claude does not skim the books when you ask a question. It reasons from them. Every output now has a theoretical foundation sitting underneath it that most retail research tools cannot access because they were never built with that layer in mind.
## What Changed Immediately
The first thing I noticed was that Claude stopped describing signals and started explaining why signals exist.
Before the books, I would ask Claude to analyze a market structure and it would pattern-match. It would tell me what the chart looked like. RSI overbought, moving average convergence, that level of output.
After the books, the same question produced something different. Claude started reasoning about distribution properties. It flagged when market behaviour was deviating from statistical norms, not just visual patterns. It started catching regime changes earlier because it was now working from probability theory, not price history.
That is not a small upgrade. That is a different category of tool.
## The Moment That Stopped Me
I was building a position sizing framework inside the Project. I mentioned the Kelly Criterion as my baseline.
Claude pushed back.
It told me the Kelly Criterion was mathematically insufficient for crypto specifically because crypto returns follow fat-tailed distributions that violate the assumptions Kelly was built on. Then it pulled directly from the Probabilistic ML textbook's chapter on heavy-tailed inference and offered a modified framework grounded in that material.
Unprompted. Unsolicited. Completely correct.
That came from a free MIT textbook I uploaded to a free Claude Project.
## The Six Layers and What Each One Unlocked
FOUNDATIONS
1. Foundations of Machine Learning — Mehryar Mohri et al. The theoretical backbone. Covers the math behind why learning algorithms work, not just how to use them. Claude stopped giving me surface pattern recognition after this one. It started explaining the statistical mechanics underneath price behaviour. http://mlbook.cs.nyu.edu
2. Understanding Deep Learning — Simon J.D. Prince The clearest explanation of how neural networks actually process and weight information that exists in print. Reading this changed how I write prompts. I now understand what Claude is doing when it responds, not just what it produces. https://udlbook.github.io/udlbook
3. Machine Learning Systems — Free MIT curriculum resource Bridges theory to production. How models are built, deployed, and fail in real environments. Critical for understanding Claude's limitations, which is as important as knowing its capabilities. https://mlsysbook.ai
ADVANCED TECHNIQUES
4. Algorithms for Decision Making — Kochenderfer, Wheeler, Wray The book that reframed how I think about entries, holds, and exits. Treats sequential decisions as policy problems under uncertainty. This is the theoretical foundation for how I now structure position management inside Claude. https://algorithmsbook.com
5. Deep Learning — Goodfellow, Bengio, Courville The original deep learning textbook. Dense but foundational. Understanding this one tells you why certain Claude behaviours happen and how to engineer around them. https://www.deeplearningbook.org
REINFORCEMENT LEARNING
6. Reinforcement Learning: An Introduction — Sutton and Barto The bible of RL. Every agent, every Claude tool that reasons sequentially, traces its lineage back to this book. If you want to understand why Claude performs the way it does on multi-step tasks, start here. http://incompleteideas.net/book/the-book.html
7. Distributional Reinforcement Learning — Bellemare et al. This is the one most people skip. It shifts the frame from expected rewards to full probability distributions over outcomes. That distinction matters enormously in crypto, where the distribution of returns is fat-tailed and asymmetric. https://www.distributional-rl.org
8. Multi-Agent Reinforcement Learning — Albrecht, Christianos, Schafer How multiple decision-making agents learn to interact in shared environments. Relevant for anyone thinking about multi-agent Claude setups or understanding how market participants collectively create price dynamics. https://marl-book.com
9. Algorithms for Decision Making (Long Game) — Kochenderfer Focused specifically on decision-making under uncertainty across long time horizons. The probabilistic frameworks here are directly applicable to portfolio construction and position sizing with incomplete information. https://mykel.kochenderfer.com/textbooks
ETHICS AND PROBABILITY
10. Fairness and Machine Learning — Barocas, Hardt, Narayanan Underrated layer. Understanding where models break down and where bias enters is critical for knowing when not to trust Claude's output. Most people ignore this book. The ones who read it use AI tools more accurately. https://fairmlbook.org
11. Probabilistic Machine Learning: An Introduction — Kevin Murphy Volume one. This is the book that triggered the Kelly Criterion moment I described earlier. Murphy builds every concept on probability theory from the ground up. Feed this to Claude and it gains a completely different analytical baseline. https://probml.github.io/book1.html
12. Probabilistic Machine Learning: Advanced Topics — Kevin Murphy Volume two. Covers causal inference, decision making under uncertainty, and generative models at a graduate level. This is the layer that gave Claude the theoretical grounding to challenge my frameworks rather than confirm them. https://probml.github.io/book2.html
## What This System Does That Yours Probably Doesn't
Most Claude users are working with a context window and good prompts. I am working with a Project that has twelve MIT textbooks sitting underneath every single conversation.
The gap in output quality is not subtle.
When I ask about market structure, Claude is not guessing from training data alone. It is reasoning from graduate-level probability and ML theory that most quant funds pay analysts six figures to understand.
That material is free. The Project setup takes one afternoon. The research advantage it creates does not expire.
## How to Build This Yourself
1. Download all 12 books from the links. Every one is free and publicly available.
2. Create a new Claude Project. Give it a focused system prompt: you are a research system grounded in ML theory and probability. Apply first principles reasoning to every output.
3. Upload the books as Project knowledge. Start with the two Probabilistic ML volumes and the ML Foundations book. Those three alone will change your outputs immediately.
4. Test it with a real research question you already know the answer to. The difference in depth will be obvious within the first response.
5. Build from there. Add your own research notes, your own frameworks, your own data sources on top of the theoretical foundation the books provide.
The books give Claude the theory. You give it the context of your specific market focus. The combination is what most people are not building.
The Honest Caveat
This setup does not replace judgment. Claude reasoning from MIT textbooks is still Claude. It will still make errors. It will still miss things.
What it will not do is give you shallow analysis dressed up as insight. The theoretical grounding forces a different quality of output. You will notice when it falls short more quickly because the baseline is higher.
That feedback loop alone is worth the afternoon it takes to set this up.
The Window on This Is Not Staying Open
Right now, most people on CT are using Claude as a search engine with better grammar. A smaller group is building Projects with uploaded context. A much smaller group is feeding primary source ML theory into those Projects and using the output for real research decisions.
That last group is getting smaller relative to the opportunity, not larger. The books are free. The Project is free. The setup is one afternoon.
The gap between people who read about this and people who build it is becoming one of the more visible divides in how CT operators actually work.
Follow @damidefi on X for daily Claude AI tools, crypto analysis, and the full journey to 100K. Bookmark this. Share it with one person who needs it.
## 相关链接
- [Dami-Defi](https://x.com/DamiDefi)
- [@DamiDefi](https://x.com/DamiDefi)
- [547K](https://x.com/DamiDefi/status/2049438687457399073/analytics)
- [http://mlbook.cs.nyu.edu](http://mlbook.cs.nyu.edu/)
- [https://udlbook.github.io/udlbook](https://udlbook.github.io/udlbook)
- [https://mlsysbook.ai](https://mlsysbook.ai/)
- [https://algorithmsbook.com](https://algorithmsbook.com/)
- [https://www.deeplearningbook.org](https://www.deeplearningbook.org/)
- [http://incompleteideas.net/book/the-book.html](http://incompleteideas.net/book/the-book.html)
- [https://www.distributional-rl.org](https://www.distributional-rl.org/)
- [https://marl-book.com](https://marl-book.com/)
- [https://mykel.kochenderfer.com/textbooks](https://mykel.kochenderfer.com/textbooks)
- [https://fairmlbook.org](https://fairmlbook.org/)
- [https://probml.github.io/book1.html](https://probml.github.io/book1.html)
- [https://probml.github.io/book2.html](https://probml.github.io/book2.html)
- [@damidefi](https://x.com/@damidefi)
- [Upgrade to Premium](https://x.com/i/premium_sign_up)
- [6:40 PM · Apr 29, 2026](https://x.com/DamiDefi/status/2049438687457399073)
- [547.1K Views](https://x.com/DamiDefi/status/2049438687457399073/analytics)
- [View quotes](https://x.com/DamiDefi/status/2049438687457399073/quotes)
---
*导出时间: 2026/5/1 22:03:23*
---
## 中文翻译
# 我把 12 本免费 MIT AI 教材喂给了 Claude。它重建了我的整个研究系统。
**作者**: Dami-Defi
**日期**: 2026-04-29T10:40:34.000Z
**来源**: [https://x.com/DamiDefi/status/2049438687457399073](https://x.com/DamiDefi/status/2049438687457399073)
---

MIT 出版了 12 本研究生级别的 AI 教材,作者正是构建了该领域的研究人员。每一本都是免费的。但几乎没人使用它们。
我下载了全部 12 本书,并把它们喂进了一个 Claude 项目。接下来发生的事情,就是为什么我不再使用 30 天前的那套研究设置。
这不是一篇关于免费教育的文章。这是关于当你不再把 Claude 当作聊天机器人,而是开始把它当作一个从第一性原理进行推理的系统时,会发生什么。
## MIT 课程体系到底是什么
由构建了该领域的研究人员撰写的十二本教材。不是 YouTube 搬运,不是博客文章。来自这所机构的原始资料,正是这所机构培养出了构建众人热议的模型的人才。
该课程涵盖六个层面:机器学习基础、深度学习、强化学习、算法、伦理学和概率论。
大多数人会将其视为一份阅读清单。我把它视为我研究系统的训练数据。
## 我实际做了什么
我将所有 12 本书上传到了一个 Claude 项目中。不是作为需要手动搜索的参考资料,而是作为永久存在于我与该项目的每一次对话中的上下文。
这种区别很重要。当你提问时,Claude 并不会略读这些书。它基于这些书进行推理。现在的每一个输出都以此类理论为基础,而大多数零售级研究工具无法触及这些,因为它们在设计时压根没考虑过这一层。
## 立即发生的变化
我注意到的第一件事是,Claude 停止描述信号,开始解释信号为何存在。
在导入这些书之前,如果我让 Claude 分析市场结构,它会进行模式匹配。它会告诉我图表看起来像什么。RSI 超买,均线收敛,也就是那个层面的输出。
在导入这些书之后,同样的问题产生了不同的结果。Claude 开始推理分布属性。它会在市场行为偏离统计常态(而不仅仅是视觉模式)时发出标记。它开始更早地捕捉到市场状态(regime)的变化,因为它现在基于概率论工作,而不是价格历史。
这不是一个小升级。这是不同类别的工具。
## 让我停下来的一刻
我正在项目内构建一个仓位管理框架。我提到了凯利公式作为我的基准。
Claude 提出了异议。
它告诉我,凯利公式在数学上不足以应对加密货币,具体是因为加密货币的回报遵循肥尾分布,这违反了凯利公式建立的假设。然后它直接引用《概率机器学习》教材中关于重尾推断的章节,并提供了基于该材料的修正框架。
未经提示。未被询问。完全正确。
这一切源自一本我上传到免费 Claude 项目的免费 MIT 教材。
## 六个层面及每个层面解锁了什么
**基础**
1. **《机器学习基础》** — Mehryar Mohri 等
理论骨架。涵盖了学习算法为何有效的数学原理,而不仅仅是如何使用它们。在读了这一本之后,Claude 不再给我肤浅的模式识别结果。它开始解释价格行为背后的统计力学。http://mlbook.cs.nyu.edu
2. **《理解深度学习》** — Simon J.D. Prince
现有印刷品中关于神经网络如何实际处理和加权信息的最清晰解释。读完这本改变了我写提示词的方式。我现在理解了 Claude 在回应时在做什么,而不仅仅是它生成了什么。https://udlbook.github.io/udlbook
3. **《机器学习系统》** — 免费MIT课程资源
连接理论与生产环境。模型如何构建、部署以及在真实环境中如何失败。对于理解 Claude 的局限性至关重要,这和了解它的能力一样重要。https://mlsysbook.ai
**进阶技巧**
4. **《决策算法》** — Kochenderfer, Wheeler, Wray
这本书重构了我对入场、持有和退场的思考方式。将序列决策视为不确定性下的策略问题。这是我现在在 Claude 内部构建仓位管理的理论基础。https://algorithmsbook.com
5. **《深度学习》** — Goodfellow, Bengio, Courville
深度学习的原始教材。内容密集但却是基础。理解这一本能告诉你为什么 Claude 会出现某些特定行为,以及如何通过工程手段规避它们。https://www.deeplearningbook.org
**强化学习**
6. **《强化学习:导论》** — Sutton and Barto
强化学习(RL)的圣经。每一个智能体,每一个进行序列推理的 Claude 工具,其血统都能追溯到这本书。如果你想了解 Claude 在多步骤任务中的表现为何如此,从这里开始。http://incompleteideas.net/book/the-book.html
7. **《分布式强化学习》** — Bellemare 等
这是大多数人会跳过的一本。它将视角从期望收益转移到结果上的完整概率分布。这种区别在加密货币中至关重要,因为加密货币的回报分布是肥尾且非对称的。https://www.distributional-rl.org
8. **《多智能体强化学习》** — Albrecht, Christianos, Schafer
多个决策智能体如何在共享环境中学习交互。这与任何正在考虑多智能体 Claude 设置,或试图理解市场参与者如何共同创造价格动态的人相关。https://marl-book.com
9. **《决策算法》(长线博弈)** — Kochenderfer
专门聚焦于跨越长周期时间范围的不确定性决策。这里的概率框架直接适用于信息不完全情况下的投资组合构建和仓位管理。https://mykel.kochenderfer.com/textbooks
**伦理与概率**
10. **《公平性与机器学习》** — Barocas, Hardt, Narayanan
被低估的层面。理解模型在何处崩溃以及偏见从何而入,对于知道何时不该信任 Claude 的输出至关重要。大多数人都忽略了这本书。读过这本书的人使用 AI 工具更准确。https://fairmlbook.org
11. **《概率机器学习:导论》** — Kevin Murphy
第一卷。正是这本书触发了前文我描述的凯利公式时刻。Murphy 从零开始,将每个概念都建立在概率论之上。把这个喂给 Claude,它会获得完全不同的分析基准。https://probml.github.io/book1.html
12. **《概率机器学习:高级主题》** — Kevin Murphy
第二卷。涵盖研究生级别的因果推断、不确定性下的决策以及生成模型。正是这一层赋予了 Claude 理论基础,去挑战我的框架,而不仅仅是确认它们。https://probml.github.io/book2.html
## 这个系统能做而你的系统可能做不到的
大多数 Claude 用户在使用上下文窗口和精心编写的提示词。我在使用一个在每一次对话底部都坐拥 12 本 MIT 教材的项目。
输出质量的差距是显而易见的。
当我询问市场结构时,Claude 不是仅仅凭训练数据进行猜测。它基于研究生水平的概率论和 ML 理论进行推理,而这些理论是大多数量化基金支付分析师六位数薪水才能掌握的。
这些材料是免费的。项目设置只需要一个下午。它创造的研究优势不会过期。
## 如何自己构建这个
1. 从链接下载所有 12 本书。每一本都是免费且公开可用的。
2. 创建一个新的 Claude 项目。给它一个专注的系统提示词:你是一个植根于 ML 理论和概率论的研究系统。对每个输出应用第一性原理推理。
3. 将这些书作为项目知识上传。从两本《概率机器学习》和《机器学习基础》开始。仅这三本就会立即改变你的输出。
4. 用一个你已经知道答案的真实研究问题来测试它。深度的差异在第一次回复中就会显而易见。
5. 在此基础上构建。在书籍提供的理论基础之上,添加你自己的研究笔记、你自己的框架、你自己的数据源。
书籍赋予 Claude 理论。你赋予它你特定市场关注的背景。这种结合是大多数人没有构建出来的。
**诚致的警告**
这个设置不能替代判断力。基于 MIT 教材推理的 Claude 仍然是 Claude。它仍然会犯错。它仍然会有疏漏。
它不会做的是,给你披着洞察外衣的肤浅分析。理论基础迫使输出具备不同的质量。当它表现不佳时,你会更快地注意到,因为基准线更高。
单是那个反馈循环,就值得花那个下午来设置这个。
这个窗口不会一直敞开
目前,CT(加密推特)上的大多数人把 Claude 当作一个语法更好的搜索引擎。一小部分人正在构建带有上传上下文的项目。更少的一部分人正在将原始来源的 ML 理论输入这些项目,并利用输出做出真正的研究决策。
相对于机会而言,这最后一部分人不是在变多,而是在变少。书是免费的。项目是免费的。设置只需一个下午。
那些阅读此文与那些实际构建它的人之间的差距,正成为 CT 运营商实际工作方式中可见的分歧之一。
在 X 上关注 @damidefi,获取每日 Claude AI 工具、加密货币分析以及通往 10K 的完整旅程。收藏这篇文章。把它分享给一个需要它的人。
## 相关链接
- [Dami-Defi](https://x.com/DamiDefi)
- [@DamiDefi](https://x.com/DamiDefi)
- [547K](https://x.com/DamiDefi/status/2049438687457399073/analytics)
- [http://mlbook.cs.nyu.edu](http://mlbook.cs.nyu.edu/)
- [https://udlbook.github.io/udlbook](https://udlbook.github.io/udlbook)
- [https://mlsysbook.ai](https://mlsysbook.ai/)
- [https://algorithmsbook.com](https://algorithmsbook.com/)
- [https://www.deeplearningbook.org](https://www.deeplearningbook.org/)
- [http://incompleteideas.net/book/the-book.html](http://incompleteideas.net/book/the-book.html)
- [https://www.distributional-rl.org](https://www.distributional-rl.org/)
- [https://marl-book.com](https://marl-book.com)
- [https://mykel.kochenderfer.com/textbooks](https://mykel.kochenderfer.com/textbooks)
- [https://fairmlbook.org](https://fairmlbook.org/)
- [https://probml.github.io/book1.html](https://probml.github.io/book1.html)
- [https://probml.github.io/book2.html](https://probml.github.io/book2.html)
- [@damidefi](https://x.com/@damidefi)
- [Upgrade to Premium](https://x.com/i/premium_sign_up)
- [6:40 PM · Apr 29, 2026](https://x.com/DamiDefi/status/2049438687457399076)
- [547.1K Views](https://x.com/DamiDefi/status/2049438687457399073/analytics)
- [View quotes](https://x.com/DamiDefi/status/2049438687457399073/quotes)
---
*导出时间: 2026/5/1 22:03:23*