01 深度笔记
深度笔记
这是示例知识库,可以自由编辑、体验产品。
让知识随着每次阅读持续生长
传统问答每次都从原始资料里重新寻找答案。Karpathy 的 LLM Wiki 提出了另一种方式:让 LLM 持续维护一组结构化、互相链接的 Markdown 页面,把已经完成的理解积累下来。
灵感来源:Karpathy · LLM Wiki
<mxfile host="diagram.notedeep.com">
<diagram id="llm-wiki" name="LLM Wiki">
<mxGraphModel dx="1272" dy="839" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1000" pageHeight="500" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="title" parent="1" style="text;html=1;align=left;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=26;fontStyle=1;fontColor=#111827;" value="LLM WIKI" vertex="1">
<mxGeometry height="40" width="150" x="40" y="35" as="geometry" />
</mxCell>
<mxCell id="subtitle" parent="1" style="text;html=1;align=left;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;fontSize=14;fontColor=#64748B;" value="一个持续维护、不断复利的知识库" vertex="1">
<mxGeometry height="30" width="240" x="42" y="72" as="geometry" />
</mxCell>
<mxCell id="raw" parent="1" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#334155;strokeWidth=1.5;fontSize=16;align=left;spacingLeft=18;" value="<b>01 · 原始素材</b><br><font color="#64748b">文章、论文、笔记、图片<br>只读,保留事实来源</font>" vertex="1">
<mxGeometry height="110" width="230" x="40" y="140" as="geometry" />
</mxCell>
<mxCell id="agent" parent="1" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#111827;strokeColor=#111827;fontColor=#FFFFFF;fontSize=16;" value="<b>LLM AGENT</b><br><font color="#cbd5e1">提炼 · 联结 · 更新</font>" vertex="1">
<mxGeometry height="110" width="190" x="350" y="140" as="geometry" />
</mxCell>
<mxCell id="wiki" parent="1" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#334155;strokeWidth=1.5;fontSize=16;align=left;spacingLeft=18;" value="<b>02 · 持久 Wiki</b><br><font color="#64748b">摘要、概念、人物、观点<br>链接与矛盾已经整理</font>" vertex="1">
<mxGeometry height="110" width="250" x="620" y="140" as="geometry" />
</mxCell>
<mxCell id="schema" parent="1" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#F8FAFC;strokeColor=#64748B;dashed=1;fontSize=15;align=left;spacingLeft=18;" value="<b>03 · Schema</b> <font color="#64748b">目录结构 · 写作规范 · 收录 / 查询 / 检查流程</font>" vertex="1">
<mxGeometry height="72" width="520" x="185" y="410" as="geometry" />
</mxCell>
<mxCell id="e1" edge="1" parent="1" source="raw" style="edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;strokeColor=#334155;fontColor=#64748B;strokeWidth=1.5;" target="agent" value="收录">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="e2" edge="1" parent="1" source="agent" style="edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;strokeColor=#334155;fontColor=#64748B;strokeWidth=1.5;" target="wiki" value="写入 / 更新">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="e3" edge="1" parent="1" source="schema" style="edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;strokeColor=#64748B;fontColor=#64748B;dashed=1;" target="agent" value="规定如何维护">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="e4" edge="1" parent="1" source="wiki" style="edgeStyle=orthogonalEdgeStyle;rounded=0;html=1;strokeColor=#94A3B8;fontColor=#64748B;dashed=1;exitX=0.5;exitY=1;entryX=0.5;entryY=1;" target="raw" value="查询与继续探索">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="745" y="290" />
<mxPoint x="155" y="290" />
</Array>
</mxGeometry>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>
我与 LLM 的分工
- 我:选择值得信任的素材,提出问题,判断结论是否有意义。
- LLM:提炼内容、更新页面、补充交叉引用、检查矛盾与遗漏。
- 深度笔记:让这组 Markdown 页面可以阅读、编辑、绘图并持续同步。
这是示例知识库,可以自由编辑、体验产品。试着打开上面的图,把「原始素材」中的一项换成你正在研究的内容。
这份体验知识库
- 产品构思:用脑图和白板梳理想法。
- 技术设计:查看真实的 Markdown 数据流与 AI 建页时序。
- 开发计划:用智能表格和甘特图推进任务。
写下你想长期研究的主题:__