<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
    <channel>
      <title>CassandraCat</title>
      <link>https://cassandracat.github.io</link>
      <description>最近的10条笔记 on CassandraCat</description>
      <generator>Quartz -- quartz.jzhao.xyz</generator>
      <item>
    <title>CassandraCat</title>
    <link>https://cassandracat.github.io/</link>
    <guid>https://cassandracat.github.io/</guid>
    <description><![CDATA[  Personal · Engineering Notes CassandraCat 工程师的笔记本 AI 工程 · 计算机图形学 · BIM+GIS 三维引擎 这里是把工作中沉淀下来的东西公开化的地方——不是知识库（那个在本地 Obsidian 里），而是值得拿出来讲的部分。 写作节奏不固定，月底通常会有一篇综合性的复盘。 AI 工程 从踩坑到决策 Spring AI · RAG · Agent · Production AI · Fine-tuning 一路走过来的实战记录 图形学 系统补完计划 GAMES101 + GAMES202 学习笔记，叠加在 BIM+GIS 工程实践上的工业级解... ]]></description>
    <pubDate>Wed, 06 May 2026 09:03:14 GMT</pubDate>
  </item><item>
    <title>路线图 · v6 · AI 工程师养成</title>
    <link>https://cassandracat.github.io/roadmap</link>
    <guid>https://cassandracat.github.io/roadmap</guid>
    <description><![CDATA[ 双轨学习路径 · 8 个月 · 三个 GitHub 作品 · 主线 AI Browser Agent (Java 阵营首发) + 副线 Obsidian RAG → AI Code Reader (Python) ]]></description>
    <pubDate>Wed, 06 May 2026 00:00:00 GMT</pubDate>
  </item><item>
    <title>我的 LLM-Wiki 工作流 v2：实际怎么跑的</title>
    <link>https://cassandracat.github.io/posts/ai/llm-wiki-workflow-v2</link>
    <guid>https://cassandracat.github.io/posts/ai/llm-wiki-workflow-v2</guid>
    <description><![CDATA[ v1 文件夹归档→v2 持续累积知识层的实际落地。4 层结构 / 5 个核心操作 / 跟 v1 的 5 点关键差异 / 不可变红线 / 半个月用下来的体感。这篇是我每天怎么用 CC + Obsidian + 飞书 + GitLab + 禅道 这套体系的具体跑法。 ]]></description>
    <pubDate>Sun, 03 May 2026 00:00:00 GMT</pubDate>
  </item><item>
    <title>AI 作为第二大脑：从一段油管视频到我的工程落地</title>
    <link>https://cassandracat.github.io/posts/ai/ai-as-second-brain</link>
    <guid>https://cassandracat.github.io/posts/ai/ai-as-second-brain</guid>
    <description><![CDATA[ 看完一段讲 Obsidian + Claude Code 做第二大脑的油管视频，我没把它当鸡汤听完。这篇是我把视频里的概念（自定义 Skill、灵感串联、隐私边界）放回工程视角的对照——哪些落得下来、哪些是营销、我自己实操之后改了什么。 ]]></description>
    <pubDate>Sat, 02 May 2026 00:00:00 GMT</pubDate>
  </item><item>
    <title>我的 AI 业务地图：三方向 × 8 条工作流 × 六要素</title>
    <link>https://cassandracat.github.io/posts/ai/ai-business-map</link>
    <guid>https://cassandracat.github.io/posts/ai/ai-business-map</guid>
    <description><![CDATA[ 三方向（AI 基建 / 内部工具 / 团队提效）是分类标签；8 条工作流是真实链路；六要素（Intent / Workflow / Tools / State / Memory / Systems）是能力底座；横切 14 个 Superpowers 方法论。一张可交互大地图。 ]]></description>
    <pubDate>Sat, 02 May 2026 00:00:00 GMT</pubDate>
  </item><item>
    <title>LLM → Agent → Skill：理解这条概念栈</title>
    <link>https://cassandracat.github.io/posts/ai/llm-agent-skill-stack</link>
    <guid>https://cassandracat.github.io/posts/ai/llm-agent-skill-stack</guid>
    <description><![CDATA[ LM、Token、Context、Prompt、Tool、MCP、Agent、Skill——这套术语堆栈层层包裹。理清每一层在干什么、为什么需要，比记定义更重要。 ]]></description>
    <pubDate>Sat, 02 May 2026 00:00:00 GMT</pubDate>
  </item><item>
    <title>LLM-Wiki：比 RAG 更适合个人知识库的模式</title>
    <link>https://cassandracat.github.io/posts/ai/llm-wiki-pattern</link>
    <guid>https://cassandracat.github.io/posts/ai/llm-wiki-pattern</guid>
    <description><![CDATA[ Karpathy 提的 LLM-Wiki 范式：LLM 持续累积维护一个互联的 markdown wiki，取代 RAG 每次从零检索的低效。落地时的 4 层 5 操作架构 + 个人 vault 的实战配置。 ]]></description>
    <pubDate>Sat, 02 May 2026 00:00:00 GMT</pubDate>
  </item><item>
    <title>Java 后端一次完整请求的生命周期：从浏览器到响应</title>
    <link>https://cassandracat.github.io/posts/backend/spring-request-lifecycle</link>
    <guid>https://cassandracat.github.io/posts/backend/spring-request-lifecycle</guid>
    <description><![CDATA[ 学 Spring AI 之前我先把 Spring Boot 的请求链路理透——启动期 vs 运行期、8 层蛋糕、15 步请求旅程、5 个扩展点。看任何 Spring 代码都能回答：它跑在哪一步？要哪一步的什么数据？发生在启动期还是运行期？ ]]></description>
    <pubDate>Sat, 02 May 2026 00:00:00 GMT</pubDate>
  </item><item>
    <title>Revit 几何调试方案调研：从 RevitLookup 到游戏引擎的横向对比</title>
    <link>https://cassandracat.github.io/posts/cg/revit-geometry-debugging</link>
    <guid>https://cassandracat.github.io/posts/cg/revit-geometry-debugging</guid>
    <description><![CDATA[ Revit 二次开发调试时只能在调试器里看到 XYZ(12847.3, -5621.8, 3200.0) 这类数字——单步时进程冻结，根本没机会渲染。这篇横向对比 Revit / CAD / Rhino / Houdini / Unreal / Polyscope 等 30+ 生态的解决思路，提炼出 5 种设计哲学，给出工业级落地架构。 ]]></description>
    <pubDate>Sat, 02 May 2026 00:00:00 GMT</pubDate>
  </item><item>
    <title>什么时候该自写 MCP server：以接禅道为例</title>
    <link>https://cassandracat.github.io/posts/dev/build-your-own-mcp-server</link>
    <guid>https://cassandracat.github.io/posts/dev/build-your-own-mcp-server</guid>
    <description><![CDATA[ GitLab、Slack、Notion 这种主流工具有现成的社区 MCP server，能用就用。但当目标是国内自建系统（比如禅道），社区方案没有，只能自写。这篇讲我自写禅道 MCP server 的全过程：决策框架、API quirks 8 连击、双身份 token、客户端 filter、避免静默失败的关键 header。 ]]></description>
    <pubDate>Sat, 02 May 2026 00:00:00 GMT</pubDate>
  </item>
    </channel>
  </rss>