<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>DevTools on TPOW Lab</title><link>https://tpow-001.netlify.app/categories/devtools/</link><description>Recent content in DevTools on TPOW Lab</description><generator>Hugo</generator><language>en</language><copyright>Copyright &amp;copy; 2025-2026 TPOW-001. All Rights Reserved.</copyright><lastBuildDate>Tue, 14 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://tpow-001.netlify.app/categories/devtools/index.xml" rel="self" type="application/rss+xml"/><item><title>cs224w-notes 完整教學</title><link>https://tpow-001.netlify.app/post/2026-07-14-stanford-cs224w-notes-tutorial/</link><pubDate>Tue, 14 Jul 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-07-14-stanford-cs224w-notes-tutorial/</guid><description><![CDATA[<blockquote>
<p><strong>Repository</strong>: <a href="https://github.com/snap-stanford/cs224w-notes" target="_blank" rel="noopener noreferrer">https://github.com/snap-stanford/cs224w-notes<i class="fas fa-external-link-square-alt ms-1"></i></a>
<strong>Stars</strong>: 323 | <strong>Forks</strong>: 75 | <strong>主要語言</strong>: CSS（Jekyll 靜態網站；核心內容為 Markdown 講義）
<strong>授權</strong>: MIT License
<strong>Homepage</strong>: <a href="https://snap-stanford.github.io/cs224w-notes/" target="_blank" rel="noopener noreferrer">https://snap-stanford.github.io/cs224w-notes/<i class="fas fa-external-link-square-alt ms-1"></i></a>
<strong>最後更新</strong>: 2026-07-02</p></blockquote>
<hr>

<h2 id="1-專案概覽-project-overview" data-numberify>1. 專案概覽 (Project Overview)<a class="anchor ms-1" href="#1-專案概覽-project-overview"></a></h2>

<h3 id="11-這是什麼" data-numberify>1.1 這是什麼<a class="anchor ms-1" href="#11-這是什麼"></a></h3>
<p><code>cs224w-notes</code> 是史丹佛大學 <strong>CS224W: Machine Learning with Graphs（圖機器學習）</strong> 課程的官方講義筆記庫，由該課程的助教（TA）群持續撰寫與維護。這門課由 Jure Leskovec 教授開設，是圖神經網路（Graph Neural Network; GNN）與網路科學（Network Science）領域公認的入門聖經課程之一，全球有大量線上自學者透過公開的講義與投影片來學習這個領域。</p>]]></description></item><item><title>GEARS 完整教學</title><link>https://tpow-001.netlify.app/post/2026-07-14-stanford-gears-tutorial/</link><pubDate>Tue, 14 Jul 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-07-14-stanford-gears-tutorial/</guid><description><![CDATA[<blockquote>
<p><strong>Repository</strong>: <a href="https://github.com/snap-stanford/GEARS" target="_blank" rel="noopener noreferrer">https://github.com/snap-stanford/GEARS<i class="fas fa-external-link-square-alt ms-1"></i></a>
<strong>Stars</strong>: 381 | <strong>Forks</strong>: 85 | <strong>Language</strong>: Python | <strong>License</strong>: MIT
<strong>論文</strong>: Roohani, Huang, Leskovec. <em>Predicting transcriptional outcomes of novel multigene perturbations with GEARS</em>. Nature Biotechnology, 2023.</p></blockquote>
<hr>

<h2 id="1-專案概覽-project-overview" data-numberify>1. 專案概覽 (Project Overview)<a class="anchor ms-1" href="#1-專案概覽-project-overview"></a></h2>

<h3 id="11-專案背景研究團隊與動機" data-numberify>1.1 專案背景、研究團隊與動機<a class="anchor ms-1" href="#11-專案背景研究團隊與動機"></a></h3>
<p>GEARS（<strong>G</strong>enetic <strong>E</strong>ffects <strong>A</strong>nalysis using <strong>R</strong>elational <strong>S</strong>tructure，官方全稱為「Predicting transcriptional outcomes of novel multi-gene perturbations」）出自史丹佛大學 Jure Leskovec 實驗室（SNAP — Stanford Network Analysis Platform），作者為 Yusuf Roohani、Kexin Huang 與 Jure Leskovec。這篇論文於 2023 年發表在 <em>Nature Biotechnology</em>，是 geometric deep learning (GDL; 幾何深度學習) 應用於單細胞擾動預測 (single-cell perturbation prediction; 單細胞擾動預測) 領域的代表作。</p>]]></description></item><item><title>GraphRNN 完整教學</title><link>https://tpow-001.netlify.app/post/2026-07-14-stanford-graphrnn-tutorial/</link><pubDate>Tue, 14 Jul 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-07-14-stanford-graphrnn-tutorial/</guid><description><![CDATA[<blockquote>
<p><strong>Repository</strong>: <a href="https://github.com/snap-stanford/GraphRNN" target="_blank" rel="noopener noreferrer">https://github.com/snap-stanford/GraphRNN<i class="fas fa-external-link-square-alt ms-1"></i></a>
<strong>Stars</strong>: 430 | <strong>Language</strong>: Python | <strong>License</strong>: MIT
<strong>論文</strong>: <a href="https://arxiv.org/abs/1802.08773" target="_blank" rel="noopener noreferrer">GraphRNN: Generating Realistic Graphs with Deep Auto-regressive Model<i class="fas fa-external-link-square-alt ms-1"></i></a>（ICML 2018）
<strong>作者</strong>: Jiaxuan You*, Rex Ying*, Xiang Ren, William L. Hamilton, Jure Leskovec（Stanford SNAP Group）</p>]]></description></item><item><title>KGReasoning 完整教學</title><link>https://tpow-001.netlify.app/post/2026-07-14-stanford-kgreasoning-tutorial/</link><pubDate>Tue, 14 Jul 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-07-14-stanford-kgreasoning-tutorial/</guid><description><![CDATA[<blockquote>
<p><strong>Repository</strong>: <a href="https://github.com/snap-stanford/KGReasoning" target="_blank" rel="noopener noreferrer">https://github.com/snap-stanford/KGReasoning<i class="fas fa-external-link-square-alt ms-1"></i></a>
<strong>Stars</strong>: 312 | <strong>Forks</strong>: 63 | <strong>Language</strong>: Python | <strong>License</strong>: MIT
<strong>Topics</strong>: knowledge-graph, knowledge-base, embedding, reasoning</p></blockquote>
<hr>

<h2 id="1-專案概覽-project-overview" data-numberify>1. 專案概覽 (Project Overview)<a class="anchor ms-1" href="#1-專案概覽-project-overview"></a></h2>

<h3 id="11-專案背景與研究團隊" data-numberify>1.1 專案背景與研究團隊<a class="anchor ms-1" href="#11-專案背景與研究團隊"></a></h3>
<p>KGReasoning 是史丹佛大學 SNAP (Stanford Network Analysis Platform; 史丹佛網路分析平台) 實驗室釋出的官方程式碼庫，核心作者為 Hongyu Ren 與 Jure Leskovec 教授。這個 repo 是論文《Beta Embeddings for Multi-Hop Logical Reasoning in Knowledge Graphs (BetaE; Beta 嵌入式多跳邏輯推理)》(NeurIPS 2020) 的官方 PyTorch 實作，同時也整合了同系列另外兩個經典模型 —— Query2box (2020) 與 GQE (Graph Query Embedding; 圖查詢嵌入, 2018) —— 讓使用者能在同一套框架下比較三種 knowledge graph (KG; 知識圖譜) 多跳推理方法。</p>]]></description></item><item><title>med-flamingo 完整教學</title><link>https://tpow-001.netlify.app/post/2026-07-14-stanford-med-flamingo-tutorial/</link><pubDate>Tue, 14 Jul 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-07-14-stanford-med-flamingo-tutorial/</guid><description><![CDATA[<blockquote>
<p><strong>Repository</strong>: <a href="https://github.com/snap-stanford/med-flamingo" target="_blank" rel="noopener noreferrer">https://github.com/snap-stanford/med-flamingo<i class="fas fa-external-link-square-alt ms-1"></i></a>
<strong>Stars</strong>: 451 | <strong>Forks</strong>: 39 | <strong>Language</strong>: Python | <strong>License</strong>: 未標示（repo 未附 LICENSE 檔）
<strong>論文</strong>: <a href="https://arxiv.org/abs/2307.15189" target="_blank" rel="noopener noreferrer">Med-Flamingo: A Multimodal Medical Few-shot Learner<i class="fas fa-external-link-square-alt ms-1"></i></a> (Moor et al., 2023)</p></blockquote>
<hr>

<h2 id="1-專案概覽-project-overview" data-numberify>1. 專案概覽 (Project Overview)<a class="anchor ms-1" href="#1-專案概覽-project-overview"></a></h2>

<h3 id="11-專案背景與研究團隊" data-numberify>1.1 專案背景與研究團隊<a class="anchor ms-1" href="#11-專案背景與研究團隊"></a></h3>
<p>med-flamingo 是史丹佛大學 SNAP（Stanford Network Analysis Platform，社群網路分析平台）實驗室與相關合作團隊（Jure Leskovec 教授、Pranav Rajpurkar 教授等）在 2023 年發表的醫療多模態基礎模型 (medical multimodal foundation model)。專案核心貢獻者包含 Michael Moor、Qian Huang、Shirley Wu、Michihiro Yasunaga 等人，論文掛名於 arXiv:2307.15189。</p>]]></description></item><item><title>ogb 完整教學</title><link>https://tpow-001.netlify.app/post/2026-07-14-stanford-ogb-tutorial/</link><pubDate>Tue, 14 Jul 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-07-14-stanford-ogb-tutorial/</guid><description><![CDATA[<blockquote>
<p><strong>Repository</strong>: <a href="https://github.com/snap-stanford/ogb" target="_blank" rel="noopener noreferrer">https://github.com/snap-stanford/ogb<i class="fas fa-external-link-square-alt ms-1"></i></a>
<strong>Stars</strong>: 2090 | <strong>Forks</strong>: 409 | <strong>Language</strong>: Python | <strong>License</strong>: MIT
<strong>Homepage</strong>: <a href="https://ogb.stanford.edu" target="_blank" rel="noopener noreferrer">https://ogb.stanford.edu<i class="fas fa-external-link-square-alt ms-1"></i></a>
<strong>Topics</strong>: graph-machine-learning, graph-neural-networks, deep-learning, datasets</p></blockquote>
<hr>

<h2 id="1-專案概覽-project-overview" data-numberify>1. 專案概覽 (Project Overview)<a class="anchor ms-1" href="#1-專案概覽-project-overview"></a></h2>

<h3 id="11-專案背景與研究團隊" data-numberify>1.1 專案背景與研究團隊<a class="anchor ms-1" href="#11-專案背景與研究團隊"></a></h3>
<p>OGB（Open Graph Benchmark; 開放圖形基準)是由 Stanford SNAP (Stanford Network Analysis Project; 史丹佛網路分析專案) 實驗室——由 Jure Leskovec 教授領導——所發起的圖機器學習 (graph machine learning; GML) 基準資料集集合。核心作者群包含 Weihua Hu、Matthias Fey（同時也是 PyTorch Geometric 的創建者)、Marinka Zitnik、Yuxiao Dong、Hongyu Ren、Bowen Liu、Michele Catasta 與 Jure Leskovec，論文〈Open Graph Benchmark: Datasets for Machine Learning on Graphs〉發表於 NeurIPS 2020。</p>]]></description></item><item><title>pretrain-gnns 完整教學</title><link>https://tpow-001.netlify.app/post/2026-07-14-stanford-pretrain-gnns-tutorial/</link><pubDate>Tue, 14 Jul 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-07-14-stanford-pretrain-gnns-tutorial/</guid><description><![CDATA[<blockquote>
<p><strong>Repository</strong>: <a href="https://github.com/snap-stanford/pretrain-gnns" target="_blank" rel="noopener noreferrer">https://github.com/snap-stanford/pretrain-gnns<i class="fas fa-external-link-square-alt ms-1"></i></a>
<strong>Stars</strong>: 1067 | <strong>Forks</strong>: 174 | <strong>Language</strong>: Python | <strong>License</strong>: MIT
<strong>論文</strong>: Hu, Liu, Gomes, Zitnik, Liang, Pande, Leskovec. <em>Strategies for Pre-training Graph Neural Networks</em>. ICLR 2020. <a href="https://arxiv.org/abs/1905.12265" target="_blank" rel="noopener noreferrer">arXiv:1905.12265<i class="fas fa-external-link-square-alt ms-1"></i></a> | <a href="https://openreview.net/forum?id=HJlWWJSFDH" target="_blank" rel="noopener noreferrer">OpenReview<i class="fas fa-external-link-square-alt ms-1"></i></a></p></blockquote>
<hr>

<h2 id="1-專案概覽-project-overview" data-numberify>1. 專案概覽 (Project Overview)<a class="anchor ms-1" href="#1-專案概覽-project-overview"></a></h2>

<h3 id="11-背景與團隊" data-numberify>1.1 背景與團隊<a class="anchor ms-1" href="#11-背景與團隊"></a></h3>
<p><code>pretrain-gnns</code> 是史丹佛大學 SNAP（Stanford Network Analysis Project）實驗室在 2020 年 ICLR 發表的代表作之一，作者群包含 Jure Leskovec（圖神經網路領域重量級學者，也是 GraphSAGE、OGB(Open Graph Benchmark) 的主要推動者）與 Marinka Zitnik（生醫圖學習專家）。這篇論文回答的核心問題是：</p>]]></description></item><item><title>stark 完整教學</title><link>https://tpow-001.netlify.app/post/2026-07-14-stanford-stark-tutorial/</link><pubDate>Tue, 14 Jul 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-07-14-stanford-stark-tutorial/</guid><description><![CDATA[<blockquote>
<p><strong>Repository</strong>: <a href="https://github.com/snap-stanford/stark" target="_blank" rel="noopener noreferrer">https://github.com/snap-stanford/stark<i class="fas fa-external-link-square-alt ms-1"></i></a>
<strong>Stars</strong>: 334 | <strong>Language</strong>: Python | <strong>License</strong>: MIT
<strong>論文</strong>: <a href="https://arxiv.org/abs/2404.13207" target="_blank" rel="noopener noreferrer">STaRK: Benchmarking LLM Retrieval on Textual and Relational Knowledge Bases<i class="fas fa-external-link-square-alt ms-1"></i></a>（NeurIPS 2024 Datasets &amp; Benchmarks Track）
<strong>官網</strong>: <a href="https://stark.stanford.edu/" target="_blank" rel="noopener noreferrer">https://stark.stanford.edu/<i class="fas fa-external-link-square-alt ms-1"></i></a> ｜ <strong>PyPI</strong>: <code>stark-qa</code> ｜ <strong>Leaderboard</strong>: HuggingFace Space</p></blockquote>
<hr>

<h2 id="1-專案概覽-project-overview" data-numberify>1. 專案概覽 (Project Overview)<a class="anchor ms-1" href="#1-專案概覽-project-overview"></a></h2>

<h3 id="11-專案背景研究團隊與動機" data-numberify>1.1 專案背景、研究團隊與動機<a class="anchor ms-1" href="#11-專案背景研究團隊與動機"></a></h3>
<p>STaRK（Semi-structured Retrieval Benchmark，STaRK; 半結構化檢索基準）是由 <strong>Stanford SNAP（Stanford Network Analysis Project; 史丹佛網路分析計畫）實驗室</strong>（Jure Leskovec 團隊）與 <strong>Amazon</strong> 合作發表的大規模檢索評測基準（benchmark; 基準測試），於 2024 年 NeurIPS Datasets &amp; Benchmarks Track 發表。</p>]]></description></item><item><title>AutoScientists 教學文件</title><link>https://tpow-001.netlify.app/post/2026-07-10-harvard-autoscientists-tutorial/</link><pubDate>Fri, 10 Jul 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-07-10-harvard-autoscientists-tutorial/</guid><description><![CDATA[<blockquote>
<p><strong>Repository</strong>: <a href="https://github.com/mims-harvard/AutoScientists" target="_blank" rel="noopener noreferrer">mims-harvard/AutoScientists<i class="fas fa-external-link-square-alt ms-1"></i></a>
<strong>Stars</strong>: 688 · <strong>Forks</strong>: 111 · <strong>語言</strong>: Python
<strong>一句話簡介</strong>：Self-Organizing Agent Teams for Long-Running Scientific Experimentation（自組織 agent (代理人) 團隊，用於長時間執行的科學實驗）
<strong>論文</strong>：Gao, Fang, Zitnik. <em>AutoScientists: Self-Organizing Agent Teams for Long-Running Scientific Experimentation</em>. arXiv:2605.28655
<strong>出處</strong>：Harvard Medical School, Zitnik Lab (mims-harvard)</p>]]></description></item><item><title>Decagon 教學：多關係圖卷積網路的藥物交互作用預測</title><link>https://tpow-001.netlify.app/post/2026-07-10-harvard-decagon-tutorial/</link><pubDate>Fri, 10 Jul 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-07-10-harvard-decagon-tutorial/</guid><description><![CDATA[<h1 id="decagon-教學多關係圖卷積網路的藥物交互作用預測" data-numberify>Decagon 教學：多關係圖卷積網路的藥物交互作用預測<a class="anchor ms-1" href="#decagon-教學多關係圖卷積網路的藥物交互作用預測"></a></h1>
<blockquote>
<p>Repository: <a href="https://github.com/mims-harvard/decagon" target="_blank" rel="noopener noreferrer"><code>mims-harvard/decagon</code><i class="fas fa-external-link-square-alt ms-1"></i></a> · ⭐ 472 · MIT License
論文：Zitnik M, Agrawal M, Leskovec J. <em>Modeling polypharmacy side effects with graph convolutional networks.</em> Bioinformatics. 2018;34(13):i457–i466. <a href="https://doi.org/10.1093/bioinformatics/bty294" target="_blank" rel="noopener noreferrer">DOI: 10.1093/bioinformatics/bty294<i class="fas fa-external-link-square-alt ms-1"></i></a></p>]]></description></item><item><title>mims-harvard/TDC 完整教學：Therapeutics Data Commons (TDC; 治療科學資料共享平台)</title><link>https://tpow-001.netlify.app/post/2026-07-10-harvard-tdc-tutorial/</link><pubDate>Fri, 10 Jul 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-07-10-harvard-tdc-tutorial/</guid><description><![CDATA[<blockquote>
<p>Repository: <a href="https://github.com/mims-harvard/TDC" target="_blank" rel="noopener noreferrer">mims-harvard/TDC<i class="fas fa-external-link-square-alt ms-1"></i></a>
Stars: 1263 · Forks: 219 · Language: Jupyter Notebook · License: MIT
官網：<a href="https://tdcommons.ai" target="_blank" rel="noopener noreferrer">tdcommons.ai<i class="fas fa-external-link-square-alt ms-1"></i></a> · PyPI: <code>PyTDC</code></p></blockquote>
<hr>

<h2 id="目錄" data-numberify>目錄<a class="anchor ms-1" href="#目錄"></a></h2>
<ol>
<li><a href="/post/2026-07-10-harvard-tdc-tutorial/#1-%e5%b0%88%e6%a1%88%e6%a6%82%e8%bf%b0-project-overview">專案概述</a></li>
<li><a href="/post/2026-07-10-harvard-tdc-tutorial/#2-%e6%a0%b8%e5%bf%83%e6%9e%b6%e6%a7%8b-core-architecture">核心架構</a></li>
<li><a href="/post/2026-07-10-harvard-tdc-tutorial/#3-%e5%ae%89%e8%a3%9d%e8%88%87%e8%a8%ad%e5%ae%9a-installation--setup">安裝與設定</a></li>
<li><a href="/post/2026-07-10-harvard-tdc-tutorial/#4-%e5%9f%ba%e6%9c%ac%e4%bd%bf%e7%94%a8-basic-usage">基本使用</a></li>
<li><a href="/post/2026-07-10-harvard-tdc-tutorial/#5-%e9%80%b2%e9%9a%8e%e5%8a%9f%e8%83%bd%e8%88%87%e6%87%89%e7%94%a8%e5%a0%b4%e6%99%af-advanced-features--use-cases">進階功能與應用場景</a></li>
<li><a href="/post/2026-07-10-harvard-tdc-tutorial/#6-aikt-%e6%95%b4%e5%90%88%e5%88%86%e6%9e%90%e8%88%87%e7%ad%96%e7%95%a5-aikt-integration--strategy">AIKT 整合分析與策略</a></li>
<li><a href="/post/2026-07-10-harvard-tdc-tutorial/#7-%e6%95%88%e8%83%bd%e9%99%90%e5%88%b6%e8%88%87%e6%9b%bf%e4%bb%a3%e6%96%b9%e6%a1%88-performance-limitations--alternatives">效能、限制與替代方案</a></li>
<li><a href="/post/2026-07-10-harvard-tdc-tutorial/#8-%e7%b8%bd%e7%b5%90%e8%88%87%e5%bb%ba%e8%ad%b0-summary--recommendations">總結與建議</a></li>
</ol>
<hr>

<h2 id="1-專案概述-project-overview" data-numberify>1. 專案概述 (Project Overview)<a class="anchor ms-1" href="#1-專案概述-project-overview"></a></h2>

<h3 id="11-一句話說明" data-numberify>1.1 一句話說明<a class="anchor ms-1" href="#11-一句話說明"></a></h3>
<p>Therapeutics Data Commons (TDC; 治療科學資料共享平台) 是哈佛醫學院 Marinka Zitnik 實驗室（mims-harvard）主導的開源專案，把「藥物發現與開發」這個極度分散、格式混亂的資料世界，整理成一套<strong>可直接餵給機器學習模型</strong>的標準化資料集、評測基準 (benchmark) 與排行榜 (leaderboard) 系統。它的 PyPI 套件叫 <code>PyTDC</code>，安裝後只要三行程式碼就能拿到一份乾淨、已切分好訓練/驗證/測試集的生醫資料。</p>]]></description></item><item><title>PINNACLE：讓蛋白質表徵「知道自己在哪個細胞裡」的情境感知 AI 模型</title><link>https://tpow-001.netlify.app/post/2026-07-10-harvard-pinnacle-tutorial/</link><pubDate>Fri, 10 Jul 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-07-10-harvard-pinnacle-tutorial/</guid><description><![CDATA[<blockquote>
<p>Repository: <a href="https://github.com/mims-harvard/PINNACLE" target="_blank" rel="noopener noreferrer">mims-harvard/PINNACLE<i class="fas fa-external-link-square-alt ms-1"></i></a>
Stars: 109 · Forks: 26 · Language: Python · License: MIT
論文：Li et al., <em>Contextual AI models for single-cell protein biology</em>, <strong>Nature Methods</strong> (2024)（前身為 <a href="https://www.biorxiv.org/content/10.1101/2023.07.18.549602" target="_blank" rel="noopener noreferrer">bioRxiv 2023.07.18.549602<i class="fas fa-external-link-square-alt ms-1"></i></a>）
專案首頁：<a href="https://zitniklab.hms.harvard.edu/projects/PINNACLE" target="_blank" rel="noopener noreferrer">zitniklab.hms.harvard.edu/projects/PINNACLE<i class="fas fa-external-link-square-alt ms-1"></i></a>
Demo：<a href="https://huggingface.co/spaces/michellemli/PINNACLE/" target="_blank" rel="noopener noreferrer">huggingface.co/spaces/michellemli/PINNACLE<i class="fas fa-external-link-square-alt ms-1"></i></a>
分類：Molecular &amp; Protein Science（分子與蛋白質科學）</p>]]></description></item><item><title>PrimeKG 完整教學：精準醫療知識圖譜 (Precision Medicine Knowledge Graph)</title><link>https://tpow-001.netlify.app/post/2026-07-10-harvard-primekg-tutorial/</link><pubDate>Fri, 10 Jul 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-07-10-harvard-primekg-tutorial/</guid><description><![CDATA[<blockquote>
<p><strong>Repository</strong>: <a href="https://github.com/mims-harvard/PrimeKG" target="_blank" rel="noopener noreferrer">mims-harvard/PrimeKG<i class="fas fa-external-link-square-alt ms-1"></i></a>
<strong>Stars</strong>: 791 · <strong>Forks</strong>: 154 · <strong>Language</strong>: Jupyter Notebook · <strong>License</strong>: MIT
<strong>Lab</strong>: Harvard Medical School — Marinka Zitnik Lab (MIMS = <strong>M</strong>achine <strong>I</strong>ntelligence for <strong>M</strong>edicine and <strong>S</strong>cience)
<strong>論文</strong>: Chandak, Huang, Zitnik. <em>&ldquo;Building a knowledge graph to enable precision medicine.&rdquo;</em> Nature Scientific Data, 2023.</p></blockquote>

<blockquote class="alert alert-info" role="alert">
    <p class="alert-heading fw-bold">
      <i class="fas fa-info-circle me-2"></i>Note
    </p>
    <p>官方 README 目前在最上方明確標註：<strong>PrimeKG 已被 <a href="https://optimuskg.ai" target="_blank" rel="noopener noreferrer">OptimusKG<i class="fas fa-external-link-square-alt ms-1"></i></a> 取代</strong>。OptimusKG 包含 PrimeKG 的完整超集 (superset) 資料，並持續更新，官方建議幾乎所有情境都改用 OptimusKG。本教學仍以 PrimeKG 為主體撰寫（因為它是目前生態系中被最多下游工具、論文與教材引用的版本，且 API/資料結構是理解 OptimusKG 的基礎），但在第 7 節會完整說明這個世代交替對使用者的實際意義。</p>]]></description></item><item><title>ProCyon：蛋白質表型的多模態基礎模型完整教學</title><link>https://tpow-001.netlify.app/post/2026-07-10-harvard-procyon-tutorial/</link><pubDate>Fri, 10 Jul 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-07-10-harvard-procyon-tutorial/</guid><description><![CDATA[<blockquote>
<p>Repository: <a href="https://github.com/mims-harvard/ProCyon" target="_blank" rel="noopener noreferrer">mims-harvard/ProCyon<i class="fas fa-external-link-square-alt ms-1"></i></a>
Stars: 60 · Language: Python · License: MIT
分類：分子與蛋白質科學 (Molecular &amp; Protein Science; 分子與蛋白質科學)
論文：Queen et al., <em>ProCyon: A multimodal foundation model for protein phenotypes</em>, bioRxiv 2024.12.10.627665</p></blockquote>
<hr>

<h2 id="1-專案概述-project-overview" data-numberify>1. 專案概述 (Project Overview)<a class="anchor ms-1" href="#1-專案概述-project-overview"></a></h2>

<h3 id="11-一句話說明" data-numberify>1.1 一句話說明<a class="anchor ms-1" href="#11-一句話說明"></a></h3>
<p>ProCyon 是由 Harvard Medical School 的 Zitnik Lab（也就是 mims-harvard 團隊）開發的<strong>多模態基礎模型 (multimodal foundation model; 多模態基礎模型)</strong>，目標是「看懂蛋白質的表型 (phenotype; 表型)」——也就是一個蛋白質在細胞裡實際扮演的角色、跟什麼藥物結合、跟什麼疾病有關、屬於哪個功能分類。</p>]]></description></item><item><title>SHEPHERD 完整教學：用少樣本圖神經網路做罕見疾病表型驅動診斷</title><link>https://tpow-001.netlify.app/post/2026-07-10-harvard-shepherd-tutorial/</link><pubDate>Fri, 10 Jul 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-07-10-harvard-shepherd-tutorial/</guid><description><![CDATA[<blockquote>
<p>Repository: <a href="https://github.com/mims-harvard/SHEPHERD" target="_blank" rel="noopener noreferrer">mims-harvard/SHEPHERD<i class="fas fa-external-link-square-alt ms-1"></i></a>
Stars: 83 · Language: HTML（文件/專案頁）；核心程式碼為 Python + PyTorch + PyTorch Geometric
論文：<a href="https://www.nature.com/articles/s41746-025-01749-1" target="_blank" rel="noopener noreferrer">npj Digital Medicine 8, 1–22 (2025)<i class="fas fa-external-link-square-alt ms-1"></i></a> ——「Few shot learning for phenotype-driven diagnosis of patients with rare genetic diseases」
線上 Demo：<a href="https://huggingface.co/spaces/emilyalsentzer/SHEPHERD" target="_blank" rel="noopener noreferrer">Hugging Face Space<i class="fas fa-external-link-square-alt ms-1"></i></a> · 專案頁：<a href="https://zitniklab.hms.harvard.edu/projects/SHEPHERD" target="_blank" rel="noopener noreferrer">zitniklab.hms.harvard.edu/projects/SHEPHERD<i class="fas fa-external-link-square-alt ms-1"></i></a>
出處實驗室：Harvard MIMS Lab（Marinka Zitnik 實驗室）+ 波士頓兒童醫院/UDN 臨床團隊
License：MIT</p>]]></description></item><item><title>ToolUniverse 教學文件：用 1000+ 科學工具打造 AI 科學家</title><link>https://tpow-001.netlify.app/post/2026-07-10-harvard-tooluniverse-tutorial/</link><pubDate>Fri, 10 Jul 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-07-10-harvard-tooluniverse-tutorial/</guid><description><![CDATA[<blockquote>
<p>Repository: <a href="https://github.com/mims-harvard/ToolUniverse" target="_blank" rel="noopener noreferrer">mims-harvard/ToolUniverse<i class="fas fa-external-link-square-alt ms-1"></i></a>
Stars: 1554 · Forks: 235 · License: Apache-2.0 · Language: Python
論文: <a href="https://arxiv.org/abs/2509.23426" target="_blank" rel="noopener noreferrer">Democratizing AI Scientists using ToolUniverse<i class="fas fa-external-link-square-alt ms-1"></i></a> (arXiv:2509.23426, 2025)
官網: <a href="https://aiscientist.tools" target="_blank" rel="noopener noreferrer">https://aiscientist.tools<i class="fas fa-external-link-square-alt ms-1"></i></a> · 文件: <a href="https://zitniklab.hms.harvard.edu/ToolUniverse/" target="_blank" rel="noopener noreferrer">https://zitniklab.hms.harvard.edu/ToolUniverse/<i class="fas fa-external-link-square-alt ms-1"></i></a></p></blockquote>
<hr>

<h2 id="目錄" data-numberify>目錄<a class="anchor ms-1" href="#目錄"></a></h2>
<ol>
<li><a href="/post/2026-07-10-harvard-tooluniverse-tutorial/#1-%e5%b0%88%e6%a1%88%e6%a6%82%e8%bf%b0-project-overview">專案概述</a></li>
<li><a href="/post/2026-07-10-harvard-tooluniverse-tutorial/#2-%e6%a0%b8%e5%bf%83%e6%9e%b6%e6%a7%8b-core-architecture">核心架構</a></li>
<li><a href="/post/2026-07-10-harvard-tooluniverse-tutorial/#3-%e5%ae%89%e8%a3%9d%e8%88%87%e8%a8%ad%e5%ae%9a-installation--setup">安裝與設定</a></li>
<li><a href="/post/2026-07-10-harvard-tooluniverse-tutorial/#4-%e5%9f%ba%e6%9c%ac%e4%bd%bf%e7%94%a8-basic-usage">基本使用</a></li>
<li><a href="/post/2026-07-10-harvard-tooluniverse-tutorial/#5-%e9%80%b2%e9%9a%8e%e5%8a%9f%e8%83%bd%e8%88%87%e6%87%89%e7%94%a8%e5%a0%b4%e6%99%af-advanced-features--use-cases">進階功能與應用場景</a></li>
<li><a href="/post/2026-07-10-harvard-tooluniverse-tutorial/#6-aikt-%e6%95%b4%e5%90%88%e5%88%86%e6%9e%90%e8%88%87%e7%ad%96%e7%95%a5-aikt-integration--strategy">AIKT 整合分析與策略</a></li>
<li><a href="/post/2026-07-10-harvard-tooluniverse-tutorial/#7-%e6%95%88%e8%83%bd%e9%99%90%e5%88%b6%e8%88%87%e6%9b%bf%e4%bb%a3%e6%96%b9%e6%a1%88-performance-limitations--alternatives">效能、限制與替代方案</a></li>
<li><a href="/post/2026-07-10-harvard-tooluniverse-tutorial/#8-%e7%b8%bd%e7%b5%90%e8%88%87%e5%bb%ba%e8%ad%b0-summary--recommendations">總結與建議</a></li>
</ol>
<hr>

<h2 id="1-專案概述-project-overview" data-numberify>1. 專案概述 (Project Overview)<a class="anchor ms-1" href="#1-專案概述-project-overview"></a></h2>

<h3 id="11-一句話說明" data-numberify>1.1 一句話說明<a class="anchor ms-1" href="#11-一句話說明"></a></h3>
<p>ToolUniverse 是由哈佛醫學院 Marinka Zitnik 實驗室（Zitnik Lab, MIMS — Machine Intelligence for Manufacturing and Science）打造的一個「科學工具超市」：它把 1000 多個機器學習模型 (machine learning model; 機器學習模型)、資料庫 API、以及科學計算套件，全部包裝成統一格式的「工具 (tool; 工具)」，讓任何大型語言模型 (large language model; LLM; 大型語言模型) 都能像使用手機 App 一樣，直接呼叫這些科學能力。</p>]]></description></item><item><title>TxGNN 完整教學：用幾何深度學習做零樣本藥物再利用預測</title><link>https://tpow-001.netlify.app/post/2026-07-10-harvard-txgnn-tutorial/</link><pubDate>Fri, 10 Jul 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-07-10-harvard-txgnn-tutorial/</guid><description><![CDATA[<blockquote>
<p>Repository: <a href="https://github.com/mims-harvard/TxGNN" target="_blank" rel="noopener noreferrer">mims-harvard/TxGNN<i class="fas fa-external-link-square-alt ms-1"></i></a>
Stars: 276 · Language: Jupyter Notebook · License: MIT
論文預印本：<a href="https://www.medrxiv.org/content/10.1101/2023.03.19.23287458v2" target="_blank" rel="noopener noreferrer">medRxiv 2023.03.19.23287458<i class="fas fa-external-link-square-alt ms-1"></i></a>
線上 Explorer：<a href="http://txgnn.org/" target="_blank" rel="noopener noreferrer">txgnn.org<i class="fas fa-external-link-square-alt ms-1"></i></a>
出處實驗室：Harvard MIMS Lab（Marinka Zitnik 實驗室）</p>]]></description></item><item><title>教學：diffusionstudio/lottie — 用 Claude Code / Codex 生成 Lottie 動畫</title><link>https://tpow-001.netlify.app/post/2026-07-07-lottie-tutorial/</link><pubDate>Tue, 07 Jul 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-07-07-lottie-tutorial/</guid><description><![CDATA[<h1 id="教學diffusionstudiolottie--用編碼代理生成-lottie-動畫" data-numberify>教學：diffusionstudio/lottie — 用編碼代理生成 Lottie 動畫<a class="anchor ms-1" href="#教學diffusionstudiolottie--用編碼代理生成-lottie-動畫"></a></h1>

<h2 id="1-專案定位" data-numberify>1. 專案定位<a class="anchor ms-1" href="#1-專案定位"></a></h2>
<p><code>diffusionstudio/lottie</code>（專案內部代號 <strong>Text-to-Lottie</strong>）解決的問題是：讓 Claude Code、Codex 這類「支援 Agent Skills 的編碼代理」直接產出可用於生產環境的 <code>Lottie (動畫格式; 又稱 Bodymovin JSON)</code> 動畫檔，而不是讓人工在 After Effects 裡逐幀調整。</p>]]></description></item><item><title>OpenMontage 完整教學 — AI 代理影片製作系統深度解析</title><link>https://tpow-001.netlify.app/post/2026-07-01-openmontage-tutorial/</link><pubDate>Wed, 01 Jul 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-07-01-openmontage-tutorial/</guid><description><![CDATA[<h1 id="openmontage-完整教學--ai-代理影片製作系統深度解析" data-numberify>OpenMontage 完整教學 — AI 代理影片製作系統深度解析<a class="anchor ms-1" href="#openmontage-完整教學--ai-代理影片製作系統深度解析"></a></h1>

<h2 id="1-專案定位它解決什麼問題" data-numberify>1. 專案定位：它解決什麼問題？<a class="anchor ms-1" href="#1-專案定位它解決什麼問題"></a></h2>

<h3 id="一句話定義" data-numberify>一句話定義<a class="anchor ms-1" href="#一句話定義"></a></h3>
<p>OpenMontage 是全球第一個開源的 <strong>agentic video production system（代理式影片製作系統）</strong>，它讓你的 AI coding assistant（如 Claude Code、Cursor、Copilot）變成一整個影片製作團隊。</p>]]></description></item><item><title>AIKT 完整教學 — BD 使用者指南</title><link>https://tpow-001.netlify.app/post/2026-06-30-260630-bd-tutorial-tutorial/</link><pubDate>Tue, 30 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-30-260630-bd-tutorial-tutorial/</guid><description><![CDATA[<h1 id="ch-1歡迎--什麼是-vibe-coding" data-numberify>Ch 1：歡迎 – 什麼是 Vibe Coding？<a class="anchor ms-1" href="#ch-1歡迎--什麼是-vibe-coding"></a></h1>
<blockquote>
<p><strong>本章目標</strong>：讓從未接觸過 CLI 或程式碼的 BD（Business Development; 商務開發）人員，在 20 分鐘內理解三件事：(1) 什麼是 vibe coding，(2) Claude Code 是什麼，(3) AIKT 這套工具箱能幫你做什麼。讀完本章，你會知道為什麼你不需要學寫程式，也能讓 AI 幫你完成過去需要整個團隊才能做到的事。</p>]]></description></item><item><title>Kami — AI Document Design System Complete Tutorial</title><link>https://tpow-001.netlify.app/post/2026-06-29-kami_en-tutorial/</link><pubDate>Mon, 29 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-29-kami_en-tutorial/</guid><description><![CDATA[<h1 id="kami--ai-document-design-system-complete-tutorial" data-numberify>Kami — AI Document Design System Complete Tutorial<a class="anchor ms-1" href="#kami--ai-document-design-system-complete-tutorial"></a></h1>
<blockquote>
<p><strong>Kami</strong> (紙, かみ) means <em>paper</em> in Japanese. It is a constraint-based design system that turns AI-generated content into professionally typeset documents. This tutorial covers the upstream open-source project <strong>and</strong> the custom extensions built on top of it for enterprise use.</p></blockquote>
<hr>

<h2 id="1-what-is-kami-專案定位" data-numberify>1. What is Kami? (專案定位)<a class="anchor ms-1" href="#1-what-is-kami-專案定位"></a></h2>

<h3 id="the-problem" data-numberify>The Problem<a class="anchor ms-1" href="#the-problem"></a></h3>
<p>AI models like Claude and GPT can write content that rivals professional human writers. But every time you ask an AI to &ldquo;make a PDF,&rdquo; you get a different layout, a different font, a different shade of gray. The output is competent but forgettable. You would never send it to an investor, a hiring committee, or a conference audience without extensive manual cleanup.</p>]]></description></item><item><title>Kami — AI 文件設計系統完整教學</title><link>https://tpow-001.netlify.app/post/2026-06-29-kami-tutorial/</link><pubDate>Mon, 29 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-29-kami-tutorial/</guid><description><![CDATA[<h1 id="kami--ai-文件設計系統完整教學" data-numberify>Kami — AI 文件設計系統完整教學<a class="anchor ms-1" href="#kami--ai-文件設計系統完整教學"></a></h1>
<blockquote>
<p><strong>Kami</strong> (紙, かみ) 在日文裡就是「紙」的意思。它是一套以約束為核心的設計系統 (constraint-based design system)，能把 AI 生成的內容轉成專業排版的文件。這份教學涵蓋上游開源專案本身，以及在上面打造的企業級客製化延伸。</p>]]></description></item><item><title>MinerU 完整教學 — 高精度文件解析引擎與 AIKT 整合指南</title><link>https://tpow-001.netlify.app/post/2026-06-29-mineru-tutorial/</link><pubDate>Mon, 29 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-29-mineru-tutorial/</guid><description><![CDATA[<h1 id="mineru-完整教學--高精度文件解析引擎與-aikt-整合指南" data-numberify>MinerU 完整教學 — 高精度文件解析引擎與 AIKT 整合指南<a class="anchor ms-1" href="#mineru-完整教學--高精度文件解析引擎與-aikt-整合指南"></a></h1>

<h2 id="1-專案定位" data-numberify>1. 專案定位<a class="anchor ms-1" href="#1-專案定位"></a></h2>

<h3 id="什麼是-mineru" data-numberify>什麼是 MinerU？<a class="anchor ms-1" href="#什麼是-mineru"></a></h3>
<p>MinerU 是一款由 OpenDataLab 開發的開源 document parsing (文件解析) 工具，專門將複雜的 PDF、圖片、DOCX、PPTX、XLSX 等文件轉為 LLM-ready 的 Markdown / JSON 結構化格式。專案誕生於 InternLM 大模型預訓練過程中，目前是 GitHub 上最受歡迎的文件解析專案之一（~72K stars）。</p>]]></description></item><item><title>Data Engineer Handbook 完整教學</title><link>https://tpow-001.netlify.app/post/2026-06-26-data-engineer-handbook-tutorial/</link><pubDate>Fri, 26 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-26-data-engineer-handbook-tutorial/</guid><description><![CDATA[<h1 id="data-engineer-handbook-完整教學" data-numberify>Data Engineer Handbook 完整教學<a class="anchor ms-1" href="#data-engineer-handbook-完整教學"></a></h1>

<h2 id="1-專案定位與核心價值" data-numberify>1. 專案定位與核心價值<a class="anchor ms-1" href="#1-專案定位與核心價值"></a></h2>
<p>Data Engineer Handbook 是由 DataExpert.io 創辦人 Zach Wilson 主導的開源資料工程學習資源彙整專案，在 GitHub 上累積超過 41,900 顆星，是目前資料工程領域最大的社群驅動學習導覽。</p>]]></description></item><item><title>html-slides 完整教學 — Claude Code Skill 讓你用講的做出 HTML 簡報</title><link>https://tpow-001.netlify.app/post/2026-06-26-html-slides-tutorial/</link><pubDate>Fri, 26 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-26-html-slides-tutorial/</guid><description><![CDATA[<h1 id="html-slides-完整教學" data-numberify>html-slides 完整教學<a class="anchor ms-1" href="#html-slides-完整教學"></a></h1>
<blockquote>
<p>Claude Code Skill：用自然語言描述需求，自動產出可直接瀏覽器開啟的單檔 HTML 簡報。</p></blockquote>
<hr>

<h2 id="1-專案定位" data-numberify>1. 專案定位<a class="anchor ms-1" href="#1-專案定位"></a></h2>

<h3 id="11-這個專案解決什麼問題" data-numberify>1.1 這個專案解決什麼問題？<a class="anchor ms-1" href="#11-這個專案解決什麼問題"></a></h3>
<p>做簡報最常見的瓶頸不是內容不夠，而是「排版太花時間」和「工具學習成本太高」。PowerPoint 要調字型、對齊、配色；Marp 或 reveal.js 要懂 markdown 或前端框架。html-slides 的核心主張是：<strong>你只需要用自然語言說出需求，Claude Code 就幫你完成從草案到成品的全流程</strong>。</p>]]></description></item><item><title>Marp 完整教學</title><link>https://tpow-001.netlify.app/post/2026-06-26-marp-tutorial/</link><pubDate>Fri, 26 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-26-marp-tutorial/</guid><description><![CDATA[<h1 id="marp-完整教學" data-numberify>Marp 完整教學<a class="anchor ms-1" href="#marp-完整教學"></a></h1>

<h2 id="1-專案定位與核心價值" data-numberify>1. 專案定位與核心價值<a class="anchor ms-1" href="#1-專案定位與核心價值"></a></h2>

<h3 id="什麼是-marp" data-numberify>什麼是 Marp？<a class="anchor ms-1" href="#什麼是-marp"></a></h3>
<p><strong>Marp</strong>（<strong>Mar</strong>kdown <strong>P</strong>resentation Ecosystem）是一個以純 Markdown 撰寫簡報的完整生態系。它的核心理念是「<strong>內容與樣式分離</strong>（Separation of Content and Style）」——你只需要專注於簡報的文字內容與邏輯結構，視覺呈現則交由 CSS 主題系統處理。</p>]]></description></item><item><title>PPT Master 完整教學 — AI 生成原生可編輯 PowerPoint</title><link>https://tpow-001.netlify.app/post/2026-06-26-ppt-master-tutorial/</link><pubDate>Fri, 26 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-26-ppt-master-tutorial/</guid><description><![CDATA[<h1 id="ppt-master-完整教學--ai-生成原生可編輯-powerpoint" data-numberify>PPT Master 完整教學 — AI 生成原生可編輯 PowerPoint<a class="anchor ms-1" href="#ppt-master-完整教學--ai-生成原生可編輯-powerpoint"></a></h1>
<blockquote>
<p>從「一份文件」到「一副完整投影片」的端到端 AI 工作流</p></blockquote>
<hr>

<h2 id="1-專案定位" data-numberify>1. 專案定位<a class="anchor ms-1" href="#1-專案定位"></a></h2>

<h3 id="11-ppt-master-是什麼" data-numberify>1.1 PPT Master 是什麼<a class="anchor ms-1" href="#11-ppt-master-是什麼"></a></h3>
<p>PPT Master 是一個開源的 AI 簡報生成 skill（GitHub 31K+ stars），讓你透過 AI IDE（如 Claude Code、Cursor、VS Code Copilot）對話式地將任何文件轉換為<strong>真正可編輯的 PowerPoint</strong>。</p>]]></description></item><item><title>VueUse 完整教學 — Vue 3 Composition Utilities 實戰指南</title><link>https://tpow-001.netlify.app/post/2026-06-26-vueuse-tutorial/</link><pubDate>Fri, 26 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-26-vueuse-tutorial/</guid><description><![CDATA[<h1 id="vueuse-完整教學--vue-3-composition-utilities-實戰指南" data-numberify>VueUse 完整教學 — Vue 3 Composition Utilities 實戰指南<a class="anchor ms-1" href="#vueuse-完整教學--vue-3-composition-utilities-實戰指南"></a></h1>

<h2 id="1-專案定位" data-numberify>1. 專案定位<a class="anchor ms-1" href="#1-專案定位"></a></h2>
<p>VueUse 是 Vue 3 生態系中最受歡迎的 Composition API 工具函式庫，由 Anthony Fu（Vue / Vite / Nuxt 核心團隊成員）主導開發。專案自 2019 年底啟動，截至 2026 年 6 月已累積超過 22,000 個 GitHub Stars、2,900 個 Forks，npm 月下載量超過百萬。</p>]]></description></item><item><title>AI Engineering from Scratch 完整教學</title><link>https://tpow-001.netlify.app/post/2026-06-24-ai-engineering-from-scratch-tutorial/</link><pubDate>Wed, 24 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-24-ai-engineering-from-scratch-tutorial/</guid><description><![CDATA[<h1 id="ai-engineering-from-scratch-完整教學" data-numberify>AI Engineering from Scratch 完整教學<a class="anchor ms-1" href="#ai-engineering-from-scratch-完整教學"></a></h1>

<h2 id="1-專案定位" data-numberify>1. 專案定位<a class="anchor ms-1" href="#1-專案定位"></a></h2>
<p>AI Engineering from Scratch 是目前 GitHub 上最完整的開源 AI 工程課程之一（36K+ stars）。它解決了一個核心問題：<strong>大多數 AI 教材零散、片段，學了 fine-tuning 卻解釋不了 loss curve，接了 agent tool call 卻不知道 attention 機制在做什麼。</strong></p>]]></description></item><item><title>Seurat v5 完整教學：單細胞 RNA-seq 分析從零到進階</title><link>https://tpow-001.netlify.app/post/2026-06-24-seurat-tutorial/</link><pubDate>Wed, 24 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-24-seurat-tutorial/</guid><description><![CDATA[<h1 id="seurat-v5-完整教學單細胞-rna-seq-分析從零到進階" data-numberify>Seurat v5 完整教學：單細胞 RNA-seq 分析從零到進階<a class="anchor ms-1" href="#seurat-v5-完整教學單細胞-rna-seq-分析從零到進階"></a></h1>
<hr>

<h2 id="1-專案定位與生態系統" data-numberify>1. 專案定位與生態系統<a class="anchor ms-1" href="#1-專案定位與生態系統"></a></h2>

<h3 id="11-什麼是-seurat" data-numberify>1.1 什麼是 Seurat？<a class="anchor ms-1" href="#11-什麼是-seurat"></a></h3>
<p><strong>Seurat</strong> 是一套以 R 語言開發的 single-cell genomics (單細胞基因體學) 分析工具套件，由 New York Genome Center 的 Satija Lab 維護。它提供了從原始 count matrix (計數矩陣) 到生物學詮釋的完整分析流程。</p>]]></description></item><item><title>AGI（Agentic Guideline Intelligence）完整教學</title><link>https://tpow-001.netlify.app/post/2026-06-23-agi-tutorial/</link><pubDate>Tue, 23 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-23-agi-tutorial/</guid><description><![CDATA[<h1 id="agiagentic-guideline-intelligence完整教學" data-numberify>AGI（Agentic Guideline Intelligence）完整教學<a class="anchor ms-1" href="#agiagentic-guideline-intelligence完整教學"></a></h1>

<h2 id="第-1-章專案定位與核心價值" data-numberify>第 1 章：專案定位與核心價值<a class="anchor ms-1" href="#第-1-章專案定位與核心價值"></a></h2>

<h3 id="11-什麼是-agi" data-numberify>1.1 什麼是 AGI？<a class="anchor ms-1" href="#11-什麼是-agi"></a></h3>
<p>AGI（Agentic Guideline Intelligence; 代理式規範智慧）是一套<strong>從 128 份國際品牌 Brand Guideline（品牌規範手冊）蒸餾而成的知識圖譜系統</strong>。它不是傳統的 Web 應用程式，也不是單純的文件範本庫——而是一套結合<strong>結構化知識庫 + AI Agent Skill + 推理引擎</strong>的完整工作流，目標是讓 AI 代理人能模擬高階設計師的決策順序，為新客戶規劃並撰寫 Brand Guideline 初稿。</p>]]></description></item><item><title>hush 完整教學</title><link>https://tpow-001.netlify.app/post/2026-06-23-hush-tutorial/</link><pubDate>Tue, 23 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-23-hush-tutorial/</guid><description><![CDATA[<h2 id="1-專案定位與核心價值" data-numberify>1. 專案定位與核心價值<a class="anchor ms-1" href="#1-專案定位與核心價值"></a></h2>

<h3 id="問題背景" data-numberify>問題背景<a class="anchor ms-1" href="#問題背景"></a></h3>
<p>傳統開發流程中，<code>.env</code> 檔案是管理環境變數的主流方式，但在 AI 編碼代理（如 Claude Code、OpenAI Codex）日益普及的今天，<code>.env</code> 檔案已成為嚴重的安全隱患：</p>]]></description></item><item><title>OpenPencil 完整教學</title><link>https://tpow-001.netlify.app/post/2026-06-23-open-pencil-tutorial/</link><pubDate>Tue, 23 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-23-open-pencil-tutorial/</guid><description><![CDATA[<h1 id="openpencil-完整教學" data-numberify>OpenPencil 完整教學<a class="anchor ms-1" href="#openpencil-完整教學"></a></h1>

<h2 id="1-專案定位與核心價值" data-numberify>1. 專案定位與核心價值<a class="anchor ms-1" href="#1-專案定位與核心價值"></a></h2>

<h3 id="這是什麼" data-numberify>這是什麼？<a class="anchor ms-1" href="#這是什麼"></a></h3>
<p>OpenPencil 是一款 <strong>AI 原生的開源設計編輯器 (AI-native open-source design editor)</strong>，定位為 Figma 的開源替代方案。它不只是一個設計工具，更是一個 <strong>可程式化的設計平台 (programmable design platform)</strong>，讓設計工作能被 CLI 腳本、AI Agent、自動化 pipeline 所驅動。</p>]]></description></item><item><title>AlphaDev：以深度強化學習發現更快排序演算法的完整教學</title><link>https://tpow-001.netlify.app/post/2026-06-20-deepmind-alphadev-tutorial/</link><pubDate>Sat, 20 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-20-deepmind-alphadev-tutorial/</guid><description><![CDATA[<h1 id="alphadev以深度強化學習發現更快排序演算法" data-numberify>AlphaDev：以深度強化學習發現更快排序演算法<a class="anchor ms-1" href="#alphadev以深度強化學習發現更快排序演算法"></a></h1>
<blockquote>
<p><strong>論文</strong>：Mankowitz, D.J. et al. &ldquo;Faster sorting algorithms discovered using deep reinforcement learning.&rdquo; <em>Nature</em> 618, 257&ndash;263 (2023). DOI: <a href="https://doi.org/10.1038/s41586-023-06004-9" target="_blank" rel="noopener noreferrer">10.1038/s41586-023-06004-9<i class="fas fa-external-link-square-alt ms-1"></i></a></p>]]></description></item><item><title>AlphaFold 3 完整教學 — 生物分子結構預測推論管線</title><link>https://tpow-001.netlify.app/post/2026-06-20-deepmind-alphafold3-tutorial/</link><pubDate>Sat, 20 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-20-deepmind-alphafold3-tutorial/</guid><description><![CDATA[<h1 id="alphafold-3-完整教學--生物分子結構預測推論管線" data-numberify>AlphaFold 3 完整教學 — 生物分子結構預測推論管線<a class="anchor ms-1" href="#alphafold-3-完整教學--生物分子結構預測推論管線"></a></h1>
<blockquote>
<p><strong>來源</strong>: <a href="https://github.com/google-deepmind/alphafold3" target="_blank" rel="noopener noreferrer">google-deepmind/alphafold3<i class="fas fa-external-link-square-alt ms-1"></i></a> | 8,239 stars | 1,270 forks | Python | Apache-2.0</p>
<p><strong>論文</strong>: Abramson, J. et al. &ldquo;Accurate structure prediction of biomolecular interactions with AlphaFold 3.&rdquo; <em>Nature</em> 630, 493-500 (2024). <a href="https://doi.org/10.1038/s41586-024-07487-w" target="_blank" rel="noopener noreferrer">doi:10.1038/s41586-024-07487-w<i class="fas fa-external-link-square-alt ms-1"></i></a></p></blockquote>
<hr>

<h2 id="1-專案概述-project-overview" data-numberify>1. 專案概述 (Project Overview)<a class="anchor ms-1" href="#1-專案概述-project-overview"></a></h2>

<h3 id="11-什麼是-alphafold-3" data-numberify>1.1 什麼是 AlphaFold 3？<a class="anchor ms-1" href="#11-什麼是-alphafold-3"></a></h3>
<p>AlphaFold 3 (AF3) 是 Google DeepMind 開發的第三代 biomolecular structure prediction (生物分子結構預測) 系統。相較於 AlphaFold 2 僅能預測蛋白質結構，AF3 將預測範圍大幅擴展至所有生物分子的交互作用 (biomolecular interaction)，包括：</p>]]></description></item><item><title>AlphaGeometry2 - AI 幾何定理證明系統完整教學</title><link>https://tpow-001.netlify.app/post/2026-06-20-deepmind-alphageometry2-tutorial/</link><pubDate>Sat, 20 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-20-deepmind-alphageometry2-tutorial/</guid><description><![CDATA[<h1 id="alphageometry2---金牌等級的-ai-幾何定理自動證明系統" data-numberify>AlphaGeometry2 - 金牌等級的 AI 幾何定理自動證明系統<a class="anchor ms-1" href="#alphageometry2---金牌等級的-ai-幾何定理自動證明系統"></a></h1>

<h2 id="1-專案概述-project-overview" data-numberify>1. 專案概述 (Project Overview)<a class="anchor ms-1" href="#1-專案概述-project-overview"></a></h2>

<h3 id="11-什麼是-alphageometry2" data-numberify>1.1 什麼是 AlphaGeometry2<a class="anchor ms-1" href="#11-什麼是-alphageometry2"></a></h3>
<p>AlphaGeometry2 是 Google DeepMind 開發的 <strong>幾何定理自動證明系統 (automated geometry theorem prover)</strong>，為 2024 年發表的 AlphaGeometry 之重大升級版本。該系統在解決 <strong>國際數學奧林匹克 (International Mathematical Olympiad, IMO)</strong> 幾何問題上，已達到甚至超越 <strong>金牌得主 (gold medalist)</strong> 的平均水準。</p>]]></description></item><item><title>AlphaMissense 完整技術教學</title><link>https://tpow-001.netlify.app/post/2026-06-20-deepmind-alphamisense-tutorial/</link><pubDate>Sat, 20 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-20-deepmind-alphamisense-tutorial/</guid><description><![CDATA[<h1 id="alphamissense-完整技術教學" data-numberify>AlphaMissense 完整技術教學<a class="anchor ms-1" href="#alphamissense-完整技術教學"></a></h1>
<blockquote>
<p><strong>AlphaMissense</strong> — Google DeepMind 發佈的 missense variant pathogenicity (錯義變異致病性) 預測模型，基於 AlphaFold 2 架構修改而成，可對人類蛋白質體中所有可能的單胺基酸替換進行致病性評分。</p>]]></description></item><item><title>Concordia -- Google DeepMind 生成式社會模擬框架完整教學</title><link>https://tpow-001.netlify.app/post/2026-06-20-deepmind-concordia-tutorial/</link><pubDate>Sat, 20 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-20-deepmind-concordia-tutorial/</guid><description><![CDATA[<h1 id="concordia--google-deepmind-生成式社會模擬框架完整教學" data-numberify>Concordia – Google DeepMind 生成式社會模擬框架完整教學<a class="anchor ms-1" href="#concordia--google-deepmind-生成式社會模擬框架完整教學"></a></h1>
<blockquote>
<p>Concordia 是由 Google DeepMind 開發的開源 Python 函式庫，用於建構以大型語言模型 (Large Language Model; LLM) 驅動的多代理人 (Multi-Agent) 生成式社會模擬 (Generative Social Simulation)。它採用桌上角色扮演遊戲 (Tabletop Role-Playing Game; TRPG) 的互動模式，讓代理人以自然語言 (Natural Language) 描述行動意圖，再由遊戲主持人 (Game Master; GM) 判定行動結果與環境變化。</p>]]></description></item><item><title>Gemma — Google DeepMind 開放權重大型語言模型家族完整教學</title><link>https://tpow-001.netlify.app/post/2026-06-20-deepmind-gemma-tutorial/</link><pubDate>Sat, 20 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-20-deepmind-gemma-tutorial/</guid><description><![CDATA[<h1 id="gemma--google-deepmind-開放權重大型語言模型家族完整教學" data-numberify>Gemma — Google DeepMind 開放權重大型語言模型家族完整教學<a class="anchor ms-1" href="#gemma--google-deepmind-開放權重大型語言模型家族完整教學"></a></h1>
<blockquote>
<p><strong>Gemma</strong> 是 Google DeepMind 基於 Gemini 研究與技術推出的 open-weight LLM (開放權重大型語言模型) 家族。本教學涵蓋 Gemma 1 至 Gemma 4 的完整生態系統，包含純文字、多模態 (multimodal)、Mixture-of-Experts (MoE; 混合專家) 及 Diffusion LLM (擴散語言模型) 等變體。</p>]]></description></item><item><title>GNoME Materials Discovery - AI 驅動的新材料探索完整教學</title><link>https://tpow-001.netlify.app/post/2026-06-20-deepmind-materials-discovery-tutorial/</link><pubDate>Sat, 20 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-20-deepmind-materials-discovery-tutorial/</guid><description><![CDATA[<h1 id="gnome-materials-discovery---ai-驅動的新材料探索完整教學" data-numberify>GNoME Materials Discovery - AI 驅動的新材料探索完整教學<a class="anchor ms-1" href="#gnome-materials-discovery---ai-驅動的新材料探索完整教學"></a></h1>
<blockquote>
<p><strong>Graph Networks for Materials Exploration (GNoME)</strong> 是 Google DeepMind 開發的材料探索專案，利用 Graph Neural Network (圖神經網路; GNN) 大規模預測無機晶體 (inorganic crystal) 的穩定性，已發現超過 381,000 種新型穩定材料 (stable materials)，並於 2024 年 8 月擴展至 520,000+ 種距 convex hull (凸包) 1 meV/atom 以內的材料。研究成果發表於 Nature (2023)。</p>]]></description></item><item><title>GraphCast 教學：基於圖神經網路的全球天氣預報 AI 模型</title><link>https://tpow-001.netlify.app/post/2026-06-20-deepmind-graphcast-tutorial/</link><pubDate>Sat, 20 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-20-deepmind-graphcast-tutorial/</guid><description><![CDATA[<h1 id="graphcast-教學基於圖神經網路的全球天氣預報-ai-模型" data-numberify>GraphCast 教學：基於圖神經網路的全球天氣預報 AI 模型<a class="anchor ms-1" href="#graphcast-教學基於圖神經網路的全球天氣預報-ai-模型"></a></h1>
<blockquote>
<p>Google DeepMind GraphCast &ndash; 以 Graph Neural Network (圖神經網路) 在 Icosahedral Mesh (正二十面體網格) 上建模大氣動力學，實現 10 天全球天氣預報，精度超越 ECMWF 的 HRES 數值天氣預測系統。發表於 Science (2023)。</p>]]></description></item><item><title>SynthID Text 完整教學：AI 生成文字浮水印嵌入與偵測</title><link>https://tpow-001.netlify.app/post/2026-06-20-deepmind-synthid-text-tutorial/</link><pubDate>Sat, 20 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-20-deepmind-synthid-text-tutorial/</guid><description><![CDATA[<h1 id="synthid-text-完整教學ai-生成文字浮水印嵌入與偵測" data-numberify>SynthID Text 完整教學：AI 生成文字浮水印嵌入與偵測<a class="anchor ms-1" href="#synthid-text-完整教學ai-生成文字浮水印嵌入與偵測"></a></h1>
<blockquote>
<p><strong>SynthID Text (合成識別文字)</strong> 是 Google DeepMind 發表於 <em>Nature</em> 期刊的 AI watermarking (AI 浮水印) 技術參考實作。本教學涵蓋從原理到實務的完整流程，適用於需要辨識 AI-generated text (AI 生成文字) 的研究者、合規人員與開發者。</p>]]></description></item><item><title>Ponytail 完整教學 — 讓 AI Agent 像最懶的資深工程師一樣寫程式</title><link>https://tpow-001.netlify.app/post/2026-06-17-ponytail-tutorial/</link><pubDate>Wed, 17 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-17-ponytail-tutorial/</guid><description><![CDATA[<h1 id="ponytail-完整教學" data-numberify>Ponytail 完整教學<a class="anchor ms-1" href="#ponytail-完整教學"></a></h1>
<blockquote>
<p>讓 AI Agent 像最懶的資深工程師一樣寫程式 — 最好的程式碼，就是你從來沒寫的那段。</p></blockquote>

<h2 id="1-專案定位" data-numberify>1. 專案定位<a class="anchor ms-1" href="#1-專案定位"></a></h2>

<h3 id="這是什麼" data-numberify>這是什麼？<a class="anchor ms-1" href="#這是什麼"></a></h3>
<p>Ponytail 是一個跨平台的 AI agent skill / plugin，它把一個理念灌輸到你的 AI coding assistant 裡：<strong>寫程式之前，先問「這段程式碼真的需要存在嗎？」</strong>。</p>]]></description></item><item><title>Blog Publisher — 從 GitHub Tutorial 到 Hugo Blog 的自動發佈工作流教學</title><link>https://tpow-001.netlify.app/post/2026-06-12-blog-publisher-tutorial/</link><pubDate>Fri, 12 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-12-blog-publisher-tutorial/</guid><description><![CDATA[<h1 id="blog-publisher--從-github-tutorial-到-hugo-blog-的自動發佈工作流教學" data-numberify>Blog Publisher — 從 GitHub Tutorial 到 Hugo Blog 的自動發佈工作流教學<a class="anchor ms-1" href="#blog-publisher--從-github-tutorial-到-hugo-blog-的自動發佈工作流教學"></a></h1>
<hr>

<h2 id="1-概述" data-numberify>1. 概述<a class="anchor ms-1" href="#1-概述"></a></h2>
<p>本教學說明如何將 AI-Knowledge Template (AIKT) 產出的 GitHub tutorial markdown 自動轉換為 Hugo blog post 並部署到 Netlify。</p>

<h3 id="11-解決的問題" data-numberify>1.1 解決的問題<a class="anchor ms-1" href="#11-解決的問題"></a></h3>
<p>AIKT 的 <code>gh-tutorial-qd</code> workflow 會產出大量高品質的 GitHub 專案教學文件（目前已有 <strong>161 份 tutorial markdown</strong>），但這些內容只存在本地。Blog Publisher 將這些內容自動轉成 blog 文章，讓知識可被搜尋引擎索引、可分享、可累積。</p>]]></description></item><item><title>html-video 完整教學：用 HTML 在本機生成真實 MP4 影片</title><link>https://tpow-001.netlify.app/post/2026-06-08-html-video-tutorial/</link><pubDate>Mon, 08 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-08-html-video-tutorial/</guid><description><![CDATA[<h1 id="html-video-完整教學用-html-在本機生成真實-mp4-影片" data-numberify>html-video 完整教學：用 HTML 在本機生成真實 MP4 影片<a class="anchor ms-1" href="#html-video-完整教學用-html-在本機生成真實-mp4-影片"></a></h1>

<h2 id="目錄" data-numberify>目錄<a class="anchor ms-1" href="#目錄"></a></h2>
<ol>
<li><a href="/post/2026-06-08-html-video-tutorial/#1-%e5%b0%88%e6%a1%88%e7%b8%bd%e8%a6%bd">專案總覽</a></li>
<li><a href="/post/2026-06-08-html-video-tutorial/#2-%e6%a0%b8%e5%bf%83%e6%a6%82%e5%bf%b5%e8%88%87%e8%a1%93%e8%aa%9e">核心概念與術語</a></li>
<li><a href="/post/2026-06-08-html-video-tutorial/#3-%e7%b3%bb%e7%b5%b1%e6%9e%b6%e6%a7%8b">系統架構</a></li>
<li><a href="/post/2026-06-08-html-video-tutorial/#4-%e5%ae%89%e8%a3%9d%e8%88%87%e7%92%b0%e5%a2%83%e8%a8%ad%e7%bd%ae">安裝與環境設置</a></li>
<li><a href="/post/2026-06-08-html-video-tutorial/#5-%e5%bf%ab%e9%80%9f%e4%b8%8a%e6%89%8b">快速上手</a></li>
<li><a href="/post/2026-06-08-html-video-tutorial/#6-%e8%b3%87%e5%ae%89%e8%a9%95%e4%bc%b0">資安評估</a></li>
<li><a href="/post/2026-06-08-html-video-tutorial/#7-%e6%b7%b1%e5%ba%a6%e5%8a%9f%e8%83%bd%e8%a7%a3%e6%9e%90">深度功能解析</a></li>
<li><a href="/post/2026-06-08-html-video-tutorial/#8-%e6%a8%a1%e6%9d%bf%e7%b3%bb%e7%b5%b1">模板系統</a></li>
<li><a href="/post/2026-06-08-html-video-tutorial/#9-%e9%80%b2%e9%9a%8e%e4%bd%bf%e7%94%a8%e6%83%85%e5%a2%83">進階使用情境</a></li>
<li><a href="/post/2026-06-08-html-video-tutorial/#10-%e5%b8%b8%e8%a6%8b%e5%95%8f%e9%a1%8c%e8%88%87%e6%8e%92%e9%8c%af">常見問題與排錯</a></li>
<li><a href="/post/2026-06-08-html-video-tutorial/#11-%e7%b8%bd%e7%b5%90%e8%88%87%e8%a9%95%e5%83%b9">總結與評價</a></li>
</ol>
<hr>

<h2 id="1-專案總覽" data-numberify>1. 專案總覽<a class="anchor ms-1" href="#1-專案總覽"></a></h2>

<h3 id="這是什麼" data-numberify>這是什麼？<a class="anchor ms-1" href="#這是什麼"></a></h3>
<p>html-video 是由 <a href="https://github.com/nexu-io" target="_blank" rel="noopener noreferrer">nexu-io<i class="fas fa-external-link-square-alt ms-1"></i></a>（Open Design 團隊）開發的開源「HTML 轉影片」meta-layer 框架。它不是另一個渲染引擎，而是坐在所有渲染引擎之上的抽象層 — 讓你用自然語言描述影片內容，由 AI coding agent 自動挑選模板、填入內容、渲染為真實 MP4。</p>]]></description></item><item><title>ingestr 完整教學 — 跨資料庫零程式碼資料搬遷 CLI</title><link>https://tpow-001.netlify.app/post/2026-06-08-ingestr-tutorial/</link><pubDate>Mon, 08 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-08-ingestr-tutorial/</guid><description><![CDATA[<h1 id="ingestr-完整教學" data-numberify>ingestr 完整教學<a class="anchor ms-1" href="#ingestr-完整教學"></a></h1>
<blockquote>
<p>跨資料庫零程式碼資料搬遷 CLI 工具</p></blockquote>

<h2 id="1-專案概述與定位" data-numberify>§1 專案概述與定位<a class="anchor ms-1" href="#1-專案概述與定位"></a></h2>

<h3 id="11-是什麼" data-numberify>1.1 是什麼<a class="anchor ms-1" href="#11-是什麼"></a></h3>
<p>ingestr 是由 Bruin Data 開發的開源命令列工具，用一條指令就能將資料從任意來源複製到任意目的地。以 Go 語言實作，底層採用 Apache Arrow 作為記憶體內中間格式，實現高效能的跨系統資料搬遷。</p>]]></description></item><item><title>OpenFlow 完整教學：本地優先的 Coding-Agent 工作流編排器</title><link>https://tpow-001.netlify.app/post/2026-06-08-openflow-tutorial/</link><pubDate>Mon, 08 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-08-openflow-tutorial/</guid><description><![CDATA[<h1 id="openflow-完整教學本地優先的-coding-agent-工作流編排器" data-numberify>OpenFlow 完整教學：本地優先的 Coding-Agent 工作流編排器<a class="anchor ms-1" href="#openflow-完整教學本地優先的-coding-agent-工作流編排器"></a></h1>

<h2 id="1-專案總覽與定位" data-numberify>§1 專案總覽與定位<a class="anchor ms-1" href="#1-專案總覽與定位"></a></h2>

<h3 id="11-openflow-是什麼" data-numberify>1.1 OpenFlow 是什麼<a class="anchor ms-1" href="#11-openflow-是什麼"></a></h3>
<p>OpenFlow 是一個<strong>本地優先 (local-first)</strong> 的命令列工作流執行器，專門用於編排外部 coding-agent CLI（如 OpenAI Codex CLI 的 <code>codex exec</code>、Google Gemini CLI 的 <code>gemini -p</code>）。它的核心設計理念是：</p>]]></description></item><item><title>pg_durable 深度教學 — PostgreSQL 內建持久化執行引擎</title><link>https://tpow-001.netlify.app/post/2026-06-08-pg_durable-tutorial/</link><pubDate>Mon, 08 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-08-pg_durable-tutorial/</guid><description><![CDATA[<h1 id="pg_durable-深度教學--postgresql-內建持久化執行引擎" data-numberify>pg_durable 深度教學 — PostgreSQL 內建持久化執行引擎<a class="anchor ms-1" href="#pg_durable-深度教學--postgresql-內建持久化執行引擎"></a></h1>

<h2 id="1-專案定位與解決的問題" data-numberify>§1 專案定位與解決的問題<a class="anchor ms-1" href="#1-專案定位與解決的問題"></a></h2>

<h3 id="11-pg_durable-是什麼" data-numberify>1.1 pg_durable 是什麼<a class="anchor ms-1" href="#11-pg_durable-是什麼"></a></h3>
<p>pg_durable 是 Microsoft 推出的 PostgreSQL 擴充套件（extension），以 Rust 語言（透過 pgrx 框架）實作，將 <strong>durable execution（持久化執行）</strong> 模式直接嵌入 PostgreSQL 資料庫內部。</p>]]></description></item><item><title>Recordly 深度教學：開源螢幕錄影與影片編輯利器</title><link>https://tpow-001.netlify.app/post/2026-06-08-recordly-tutorial/</link><pubDate>Mon, 08 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-08-recordly-tutorial/</guid><description><![CDATA[<h1 id="recordly-深度教學開源螢幕錄影與影片編輯利器" data-numberify>Recordly 深度教學：開源螢幕錄影與影片編輯利器<a class="anchor ms-1" href="#recordly-深度教學開源螢幕錄影與影片編輯利器"></a></h1>

<h2 id="目錄" data-numberify>目錄<a class="anchor ms-1" href="#目錄"></a></h2>
<ol>
<li><a href="/post/2026-06-08-recordly-tutorial/#1-%e5%b0%88%e6%a1%88%e6%a6%82%e8%a6%bd">專案概覽</a></li>
<li><a href="/post/2026-06-08-recordly-tutorial/#2-%e6%a0%b8%e5%bf%83%e5%83%b9%e5%80%bc%e8%88%87%e4%bd%bf%e7%94%a8%e5%a0%b4%e6%99%af">核心價值與使用場景</a></li>
<li><a href="/post/2026-06-08-recordly-tutorial/#3-%e7%b3%bb%e7%b5%b1%e6%9e%b6%e6%a7%8b">系統架構</a></li>
<li><a href="/post/2026-06-08-recordly-tutorial/#4-%e5%ae%89%e8%a3%9d%e8%88%87%e5%bb%ba%e7%bd%ae%e6%8c%87%e5%8d%97">安裝與建置指南</a></li>
<li><a href="/post/2026-06-08-recordly-tutorial/#5-%e5%8a%9f%e8%83%bd%e6%b7%b1%e5%ba%a6%e8%a7%a3%e6%9e%90">功能深度解析</a></li>
<li><a href="/post/2026-06-08-recordly-tutorial/#6-%e8%b3%87%e5%ae%89%e5%af%a9%e6%9f%a5%e5%a0%b1%e5%91%8a">資安審查報告</a></li>
<li><a href="/post/2026-06-08-recordly-tutorial/#7-extension-%e7%b3%bb%e7%b5%b1%e8%88%87-marketplace">Extension 系統與 Marketplace</a></li>
<li><a href="/post/2026-06-08-recordly-tutorial/#8-%e5%8e%9f%e7%94%9f%e5%b1%a4%e6%8a%80%e8%a1%93%e5%89%96%e6%9e%90">原生層技術剖析</a></li>
<li><a href="/post/2026-06-08-recordly-tutorial/#9-%e6%95%88%e8%83%bd%e6%9c%80%e4%bd%b3%e5%8c%96%e8%88%87-gpu-%e5%8a%a0%e9%80%9f">效能最佳化與 GPU 加速</a></li>
<li><a href="/post/2026-06-08-recordly-tutorial/#10-%e5%b8%b8%e8%a6%8b%e5%95%8f%e9%a1%8c%e8%88%87%e9%99%90%e5%88%b6">常見問題與限制</a></li>
<li><a href="/post/2026-06-08-recordly-tutorial/#11-%e7%b8%bd%e7%b5%90%e8%88%87%e8%a9%95%e4%bc%b0">總結與評估</a></li>
</ol>
<hr>

<h2 id="1-專案概覽" data-numberify>1. 專案概覽<a class="anchor ms-1" href="#1-專案概覽"></a></h2>
<p><strong>Recordly</strong> 是一款開源跨平台桌面螢幕錄影與影片編輯應用程式，目標是讓使用者在錄製螢幕後，不需要專業影片編輯軟體（如 After Effects、Premiere），就能直接在 app 內產出具有「自動縮放 (auto-zoom)」、「游標美化 (cursor polish)」、「網路攝影機疊加 (webcam overlay)」等專業效果的展示影片。</p>]]></description></item><item><title>Pi AI Agent Toolkit — 完整教學</title><link>https://tpow-001.netlify.app/post/2026-06-07-earendil-works-pi-tutorial/</link><pubDate>Sun, 07 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-07-earendil-works-pi-tutorial/</guid><description><![CDATA[<h1 id="pi-ai-agent-toolkit--完整教學" data-numberify>Pi AI Agent Toolkit — 完整教學<a class="anchor ms-1" href="#pi-ai-agent-toolkit--完整教學"></a></h1>
<blockquote>
<p>Pi 是一個開源 AI agent harness (代理框架)，提供可自我擴展的 coding agent (編碼代理) CLI、統一的多供應商 LLM API、以及完整的 extension / skill / SDK 生態系統。60K+ Stars，MIT 授權，TypeScript monorepo (單倉庫)。</p>]]></description></item><item><title>Pi AI Agent Toolkit — 完整教學</title><link>https://tpow-001.netlify.app/post/2026-06-07-pi-tutorial/</link><pubDate>Sun, 07 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-07-pi-tutorial/</guid><description><![CDATA[<h1 id="pi-ai-agent-toolkit--完整教學" data-numberify>Pi AI Agent Toolkit — 完整教學<a class="anchor ms-1" href="#pi-ai-agent-toolkit--完整教學"></a></h1>
<blockquote>
<p>Pi 是一個開源 AI agent harness (代理框架)，提供可自我擴展的 coding agent (編碼代理) CLI、統一的多供應商 LLM API、以及完整的 extension / skill / SDK 生態系統。60K+ Stars，MIT 授權，TypeScript monorepo (單倉庫)。</p>]]></description></item><item><title>Firecrawl 完整教學 — 從 API 呼叫到 Self-Host 部署的 Web Scraping 全攻略</title><link>https://tpow-001.netlify.app/post/2026-06-05-firecrawl-tutorial/</link><pubDate>Fri, 05 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-05-firecrawl-tutorial/</guid><description><![CDATA[<h1 id="firecrawl-完整教學" data-numberify>Firecrawl 完整教學<a class="anchor ms-1" href="#firecrawl-完整教學"></a></h1>
<blockquote>
<p>從 API 呼叫到 Self-Host 部署：如何用 Firecrawl 將整個 Web 轉換成 LLM-ready 的乾淨資料。</p></blockquote>

<h2 id="1-專案定位" data-numberify>1. 專案定位<a class="anchor ms-1" href="#1-專案定位"></a></h2>

<h3 id="這是什麼" data-numberify>這是什麼？<a class="anchor ms-1" href="#這是什麼"></a></h3>
<p>Firecrawl 是一個開源 web scraping API（網頁抓取 API）平台，核心使命是：<strong>將網頁轉換成 AI agent 可直接使用的乾淨 Markdown 或 structured data（結構化資料）</strong>。</p>]]></description></item><item><title>NVIDIA OmniDreams 完整教學 — 自駕模擬 World Model 的後訓練與擬真影像生成</title><link>https://tpow-001.netlify.app/post/2026-06-05-omni-dreams-tutorial/</link><pubDate>Fri, 05 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-05-omni-dreams-tutorial/</guid><description><![CDATA[<h1 id="nvidia-omnidreams-完整教學" data-numberify>NVIDIA OmniDreams 完整教學<a class="anchor ms-1" href="#nvidia-omnidreams-完整教學"></a></h1>
<blockquote>
<p>從概念理解到 post-training 實作：如何用 NVIDIA 的 world model 為自駕模擬生成擬真影像。</p></blockquote>

<h2 id="1-專案定位" data-numberify>1. 專案定位<a class="anchor ms-1" href="#1-專案定位"></a></h2>

<h3 id="什麼是-omnidreams" data-numberify>什麼是 OmniDreams？<a class="anchor ms-1" href="#什麼是-omnidreams"></a></h3>
<p>OmniDreams 是 NVIDIA Research 開發的 <strong>world model（世界模型）</strong>，專為 autonomous-driving simulation（自動駕駛模擬）設計。它能從一張真實照片出發，搭配道路資訊和行車軌跡，<strong>即時生成逼真的多鏡頭駕駛影片</strong>。</p>]]></description></item><item><title>AnythingLLM 完整教學 — All-in-One Self-Hosted AI Application（含 Odysseus 詳細比較）</title><link>https://tpow-001.netlify.app/post/2026-06-04-anything-llm-tutorial/</link><pubDate>Thu, 04 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-04-anything-llm-tutorial/</guid><description><![CDATA[<h1 id="anythingllm-完整教學--all-in-one-self-hosted-ai-application" data-numberify>AnythingLLM 完整教學 — All-in-One Self-Hosted AI Application<a class="anchor ms-1" href="#anythingllm-完整教學--all-in-one-self-hosted-ai-application"></a></h1>

<h2 id="1-專案定位" data-numberify>1. 專案定位<a class="anchor ms-1" href="#1-專案定位"></a></h2>
<p>AnythingLLM 是 Mintplex Labs 開發的 all-in-one (一站式) self-hosted AI application (自建 AI 應用)，定位為「你一直在找的那個 AI app」——私有、功能完整、無需複雜設定。它解決的核心問題是：讓非技術使用者也能在幾分鐘內部署一個功能齊全的私有 ChatGPT，支援文件 RAG (Retrieval-Augmented Generation; 檢索增強生成)、AI agent、多用戶管理。</p>]]></description></item><item><title>bookMDViewer 完整教學 — 用 Tauri v2 打造極輕量 Markdown 檢視器</title><link>https://tpow-001.netlify.app/post/2026-06-04-bookmdviewer-tutorial/</link><pubDate>Thu, 04 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-04-bookmdviewer-tutorial/</guid><description><![CDATA[<h1 id="bookmdviewer-完整教學" data-numberify>bookMDViewer 完整教學<a class="anchor ms-1" href="#bookmdviewer-完整教學"></a></h1>
<blockquote>
<p>從安裝使用到原始碼解析：一款 4 MB 的跨平台 Markdown 檢視器如何做到 GFM + Mermaid + 即時編輯 + HTML 匯出。</p></blockquote>

<h2 id="1-專案定位" data-numberify>1. 專案定位<a class="anchor ms-1" href="#1-專案定位"></a></h2>

<h3 id="這是什麼" data-numberify>這是什麼？<a class="anchor ms-1" href="#這是什麼"></a></h3>
<p>bookMDViewer 是一款<strong>輕量、完全本機</strong>的 Markdown viewer（檢視器）與 editor（編輯器），以 <strong>Tauri v2</strong> 打造。它使用作業系統內建的 WebView（而非內嵌 Chromium），因此：</p>]]></description></item><item><title>ECC 完整教學 — Agent Harness Performance Optimization System</title><link>https://tpow-001.netlify.app/post/2026-06-04-ecc-tutorial/</link><pubDate>Thu, 04 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-04-ecc-tutorial/</guid><description><![CDATA[<h1 id="ecc-完整教學--agent-harness-performance-optimization-system" data-numberify>ECC 完整教學 — Agent Harness Performance Optimization System<a class="anchor ms-1" href="#ecc-完整教學--agent-harness-performance-optimization-system"></a></h1>

<h2 id="第-1-章專案定位" data-numberify>第 1 章：專案定位<a class="anchor ms-1" href="#第-1-章專案定位"></a></h2>

<h3 id="ecc-是什麼" data-numberify>ECC 是什麼？<a class="anchor ms-1" href="#ecc-是什麼"></a></h3>
<p>ECC 是一套開源的 <strong>agent harness performance optimization system (代理人工具鏈效能最佳化系統)</strong>，專為 AI coding agents 設計。它不只是一堆設定檔——而是一個涵蓋 skills (技能)、agents (代理)、hooks (鉤子)、rules (規則)、memory (記憶)、learning (學習)、security (安全) 的完整生態系統。</p>]]></description></item><item><title>Headroom 完整教學 — AI Agent Context Compression Layer</title><link>https://tpow-001.netlify.app/post/2026-06-04-headroom-tutorial/</link><pubDate>Thu, 04 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-04-headroom-tutorial/</guid><description><![CDATA[<h1 id="headroom-完整教學--ai-agent-context-compression-layer" data-numberify>Headroom 完整教學 — AI Agent Context Compression Layer<a class="anchor ms-1" href="#headroom-完整教學--ai-agent-context-compression-layer"></a></h1>

<h2 id="1-專案定位" data-numberify>1. 專案定位<a class="anchor ms-1" href="#1-專案定位"></a></h2>
<p>Headroom 是一套 AI agent 的 context compression (上下文壓縮) layer (層)，目標是把 LLM 收到的所有輸入——tool output (工具輸出)、log (日誌)、RAG chunk (檢索增強生成區塊)、檔案內容、對話歷史——在送達 LLM provider 之前進行智慧壓縮，達成 60–95% 的 token (語元) 節省，同時維持回答品質不變。</p>]]></description></item><item><title>Impeccable 完整教學 — 讓 AI 生成的前端設計脫離「AI 味」</title><link>https://tpow-001.netlify.app/post/2026-06-04-impeccable-tutorial/</link><pubDate>Thu, 04 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-04-impeccable-tutorial/</guid><description><![CDATA[<h1 id="impeccable-完整教學--讓-ai-生成的前端設計脫離ai-味" data-numberify>Impeccable 完整教學 — 讓 AI 生成的前端設計脫離「AI 味」<a class="anchor ms-1" href="#impeccable-完整教學--讓-ai-生成的前端設計脫離ai-味"></a></h1>

<h2 id="1-專案定位" data-numberify>1. 專案定位<a class="anchor ms-1" href="#1-專案定位"></a></h2>

<h3 id="問題ai-生成的-ui-千篇一律" data-numberify>問題：AI 生成的 UI 千篇一律<a class="anchor ms-1" href="#問題ai-生成的-ui-千篇一律"></a></h3>
<p>每個 LLM（大型語言模型）都在相同的 SaaS template（SaaS 模板）上訓練。不加引導，AI 生成的前端介面總會出現相同的設計慣性：</p>]]></description></item><item><title>Kaggle CLI 完整教學 — 從認證設定到競賽提交的全方位操作指南</title><link>https://tpow-001.netlify.app/post/2026-06-04-kaggle-cli-tutorial/</link><pubDate>Thu, 04 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-04-kaggle-cli-tutorial/</guid><description><![CDATA[<h1 id="kaggle-cli-完整教學" data-numberify>Kaggle CLI 完整教學<a class="anchor ms-1" href="#kaggle-cli-完整教學"></a></h1>
<blockquote>
<p>從安裝認證到競賽提交、資料集管理、模型上傳與 LLM 基準測試：Kaggle 官方 CLI 的全方位操作指南。</p></blockquote>

<h2 id="1-專案定位" data-numberify>1. 專案定位<a class="anchor ms-1" href="#1-專案定位"></a></h2>

<h3 id="這是什麼" data-numberify>這是什麼？<a class="anchor ms-1" href="#這是什麼"></a></h3>
<p>Kaggle CLI 是 Kaggle 官方維護的 Python command-line interface（命令列介面），讓你在終端機中完成 Kaggle 平台上的所有操作：下載競賽資料、提交預測、管理資料集、執行 notebook、上傳模型、瀏覽論壇、甚至跑 LLM benchmark（基準測試）。</p>]]></description></item><item><title>Odysseus 完整教學 — Self-Hosted AI Workspace</title><link>https://tpow-001.netlify.app/post/2026-06-04-odysseus-tutorial/</link><pubDate>Thu, 04 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-04-odysseus-tutorial/</guid><description><![CDATA[<h1 id="odysseus-完整教學--self-hosted-ai-workspace" data-numberify>Odysseus 完整教學 — Self-Hosted AI Workspace<a class="anchor ms-1" href="#odysseus-完整教學--self-hosted-ai-workspace"></a></h1>

<h2 id="1-專案定位" data-numberify>1. 專案定位<a class="anchor ms-1" href="#1-專案定位"></a></h2>
<p>Odysseus 是一個 self-hosted (自建) AI workspace (工作空間)，目標是成為 ChatGPT 和 Claude 的自建替代品。它運行在使用者自己的硬體上，所有資料本地儲存，不外送任何內容至第三方服務（除非使用者主動設定 API provider）。</p>]]></description></item><item><title>OpenDataLoader PDF 完整教學 — AI-ready PDF 解析與無障礙自動標記</title><link>https://tpow-001.netlify.app/post/2026-06-04-opendataloader-pdf-tutorial/</link><pubDate>Thu, 04 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-04-opendataloader-pdf-tutorial/</guid><description><![CDATA[<h1 id="opendataloader-pdf-完整教學" data-numberify>OpenDataLoader PDF 完整教學<a class="anchor ms-1" href="#opendataloader-pdf-完整教學"></a></h1>

<h2 id="第-1-章專案定位-project-positioning" data-numberify>第 1 章：專案定位 (Project Positioning)<a class="anchor ms-1" href="#第-1-章專案定位-project-positioning"></a></h2>

<h3 id="解決什麼問題" data-numberify>解決什麼問題<a class="anchor ms-1" href="#解決什麼問題"></a></h3>
<p>OpenDataLoader PDF 解決兩個核心痛點：</p>]]></description></item><item><title>Supermemory 完整教學 — AI 記憶與上下文引擎</title><link>https://tpow-001.netlify.app/post/2026-06-04-supermemory-tutorial/</link><pubDate>Thu, 04 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-04-supermemory-tutorial/</guid><description><![CDATA[<h1 id="supermemory-完整教學--ai-記憶與上下文引擎" data-numberify>Supermemory 完整教學 — AI 記憶與上下文引擎<a class="anchor ms-1" href="#supermemory-完整教學--ai-記憶與上下文引擎"></a></h1>

<h2 id="第-1-章專案定位與價值主張" data-numberify>第 1 章：專案定位與價值主張<a class="anchor ms-1" href="#第-1-章專案定位與價值主張"></a></h2>

<h3 id="核心問題ai-的失憶症" data-numberify>核心問題：AI 的「失憶症」<a class="anchor ms-1" href="#核心問題ai-的失憶症"></a></h3>
<p>每一次對話結束，AI 都會遺忘一切。你反覆告訴它你的偏好、你正在做的專案、你的技術棧——但下一次對話，它又從零開始。</p>]]></description></item><item><title>教學：microsoft/coreutils — Windows 原生 UNIX 工具集完整指南</title><link>https://tpow-001.netlify.app/post/2026-06-04-coreutils-tutorial/</link><pubDate>Thu, 04 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-04-coreutils-tutorial/</guid><description><![CDATA[<h1 id="教學microsoftcoreutils--windows-原生-unix-工具集完整指南" data-numberify>教學：microsoft/coreutils — Windows 原生 UNIX 工具集完整指南<a class="anchor ms-1" href="#教學microsoftcoreutils--windows-原生-unix-工具集完整指南"></a></h1>

<h2 id="第-1-章專案定位與價值主張" data-numberify>第 1 章：專案定位與價值主張<a class="anchor ms-1" href="#第-1-章專案定位與價值主張"></a></h2>

<h3 id="這個專案解決什麼問題" data-numberify>這個專案解決什麼問題？<a class="anchor ms-1" href="#這個專案解決什麼問題"></a></h3>
<p>長久以來，Windows 使用者若想使用 <code>ls</code>、<code>grep</code>、<code>find</code>、<code>cat</code> 等 UNIX 核心指令，必須仰賴 WSL (Windows Subsystem for Linux)、Cygwin、Git Bash 或 MSYS2 等額外環境。這些方案各有限制：WSL 需要完整 Linux 子系統、Cygwin 相容層效能開銷大、Git Bash 指令集有限。</p>]]></description></item><item><title>NVIDIA Cosmos 教學手冊 — Physical AI 的 World Foundation Model 入門</title><link>https://tpow-001.netlify.app/post/2026-06-02-cosmos-tutorial/</link><pubDate>Tue, 02 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-02-cosmos-tutorial/</guid><description><![CDATA[<h1 id="nvidia-cosmos-教學手冊" data-numberify>NVIDIA Cosmos 教學手冊<a class="anchor ms-1" href="#nvidia-cosmos-教學手冊"></a></h1>
<blockquote>
<p>這份手冊把 <code>nvidia/cosmos</code> 從「Physical AI 入口 hub」拆成可讀、可實作、可資安審查的內部知識文件。
對應 gh-save metadata 報告：<code>inbox/2026-06-02-github-nvidia-cosmos.md</code>
對應姊妹文件（NVIDIA 生態系）：<code>inbox/2026-06-02-tutorial-Nemotron.md</code></p>]]></description></item><item><title>NVIDIA Isaac GR00T N1.7 — 人形機器人 VLA 基礎模型完整教學</title><link>https://tpow-001.netlify.app/post/2026-06-02-isaac-gr00t-tutorial/</link><pubDate>Tue, 02 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-02-isaac-gr00t-tutorial/</guid><description><![CDATA[<h1 id="nvidia-isaac-gr00t-n17--人形機器人-vla-基礎模型完整教學" data-numberify>NVIDIA Isaac GR00T N1.7 — 人形機器人 VLA 基礎模型完整教學<a class="anchor ms-1" href="#nvidia-isaac-gr00t-n17--人形機器人-vla-基礎模型完整教學"></a></h1>
<blockquote>
<p>本教學針對「想把人形機器人 VLA 模型整合進 sim-to-real 管線、或想在自家機器人上 finetune 的工程師」撰寫。涵蓋安裝、架構、實際應用、資安、整合進 NVIDIA Physical AI 全家桶（Cosmos / Nemotron / Isaac Sim）的工作流。</p>]]></description></item><item><title>NVlabs/alpamayo 教學手冊：Vision-Language-Action 自動駕駛模型</title><link>https://tpow-001.netlify.app/post/2026-06-02-alpamayo-tutorial/</link><pubDate>Tue, 02 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-02-alpamayo-tutorial/</guid><description><![CDATA[<h1 id="nvlabsalpamayo-教學手冊" data-numberify>NVlabs/alpamayo 教學手冊<a class="anchor ms-1" href="#nvlabsalpamayo-教學手冊"></a></h1>
<blockquote>
<p>一份「拿到 repo → 跑出第一條軌跡 → 接入既有 pipeline」全程指引。
對應論文：<a href="https://arxiv.org/abs/2511.00088" target="_blank" rel="noopener noreferrer">Alpamayo-R1: Bridging Reasoning and Action Prediction for Generalizable Autonomous Driving in the Long Tail<i class="fas fa-external-link-square-alt ms-1"></i></a>（NVIDIA, 2025）</p>]]></description></item><item><title>NVlabs/Nemotron-Labs-Diffusion 詳細教學 — 擴散 LM × Linear 自推測 × DGX Spark serving 完整實作指南</title><link>https://tpow-001.netlify.app/post/2026-06-02-nemotron-labs-diffusion-tutorial/</link><pubDate>Tue, 02 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-02-nemotron-labs-diffusion-tutorial/</guid><description><![CDATA[<h1 id="nvlabsnemotron-labs-diffusion--tri-mode-擴散語言模型完整教學" data-numberify>NVlabs/Nemotron-Labs-Diffusion — Tri-Mode 擴散語言模型完整教學<a class="anchor ms-1" href="#nvlabsnemotron-labs-diffusion--tri-mode-擴散語言模型完整教學"></a></h1>
<blockquote>
<p>本教學針對 <code>NVlabs/Nemotron-Labs-Diffusion</code>（commit <code>2026-05-28</code>，stars 32，dual license: Apache-2.0 code + NOML weights）撰寫，為內部知識庫的「擴散 LM 工程化 reference」。</p>]]></description></item><item><title>Tutorial: NVIDIA-NeMo/Nemotron — 完整解讀（Nemotron 3 Super/Nano/Ultra/Omni 訓練 recipes、15 個 steps、9 個 cookbook、7 個 use-case、`nemotron-customize` Claude 插件）</title><link>https://tpow-001.netlify.app/post/2026-06-02-nemotron-tutorial/</link><pubDate>Tue, 02 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-02-nemotron-tutorial/</guid><description><![CDATA[<h1 id="nvidia-nemotron-完整教學" data-numberify>NVIDIA Nemotron 完整教學<a class="anchor ms-1" href="#nvidia-nemotron-完整教學"></a></h1>
<blockquote>
<p><strong>一句話定位</strong>：NVIDIA 官方為 <strong>Nemotron 模型家族</strong>（<strong>Nano / Super / Ultra</strong> 三層 + <strong>Nano Omni</strong> 多模態變體）建的 <strong>Developer Asset Hub</strong> — 一站式包含 (1) 可重現的訓練 recipes（pretrain → SFT → RL）、(2) 部署 cookbook、(3) RAG / Agent / SQL LoRA / Voice 等完整 use-case、(4) <strong><code>nemotron-customize</code> Claude Code 插件</strong>讓自然語言組合 pipeline，整合 NVIDIA AI 全家桶（NeMo-Curator / NeMo-RL / Megatron-Bridge / Automodel / Evaluator / DataDesigner）。</p>]]></description></item><item><title>Tutorial: OpenBMB/VoxCPM — Tokenizer-Free Diffusion AR TTS 完整解讀（VoxCPM 2 / 1.5 / 0.5B、Voice Cloning / Design、LoRA 微調、生態系）</title><link>https://tpow-001.netlify.app/post/2026-06-02-voxcpm-tutorial/</link><pubDate>Tue, 02 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-02-voxcpm-tutorial/</guid><description><![CDATA[<h1 id="voxcpm-完整教學" data-numberify>VoxCPM 完整教學<a class="anchor ms-1" href="#voxcpm-完整教學"></a></h1>
<blockquote>
<p><strong>一句話定位</strong>：OpenBMB（清華大學 NLP / 面壁智能 ModelBest 主導）旗下旗艦 <strong>TTS (text-to-speech; 文字轉語音)</strong> 開源項目；採 <strong>tokenizer-free + diffusion autoregressive</strong> 架構、基於 <strong>MiniCPM-4 language model</strong> + <strong>AudioVAE V2 latent space</strong>，最新版 <strong>VoxCPM 2</strong> 以 2B 參數支援 <strong>30 種語言</strong>、<strong>48 kHz</strong> 高保真合成、<strong>voice design</strong>（純文字描述生聲）、<strong>voice cloning</strong>（參考音複製）、<strong>controllable cloning</strong>（風格調整）、<strong>streaming</strong>，Apache-2.0 可商用。</p>]]></description></item><item><title>Tutorial: stefan-jansen/machine-learning-for-trading — 24 章完整精讀（ML4T 工作流 / 演算法交易 / 量化研究教材）</title><link>https://tpow-001.netlify.app/post/2026-06-02-machine-learning-for-trading-tutorial/</link><pubDate>Tue, 02 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-02-machine-learning-for-trading-tutorial/</guid><description><![CDATA[<h1 id="machine-learning-for-trading-2nd-edition--完整教學" data-numberify>Machine Learning for Trading 2nd Edition — 完整教學<a class="anchor ms-1" href="#machine-learning-for-trading-2nd-edition--完整教學"></a></h1>
<blockquote>
<p><strong>一句話定位</strong>：Stefan Jansen《Machine Learning for Algorithmic Trading》（ML4T 縮寫；機器學習演算法交易）2nd Edition 一整本書的官方配套程式碼倉庫，含 <strong>24 章 / 156 個 Jupyter notebook / 420MB</strong>，從原始市場資料一路走到深度強化學習（deep reinforcement learning, DRL；深度強化學習）交易代理人，是該領域 GitHub 上影響力最大的單一教學資產（17.8k stars / 5.2k forks）。</p>]]></description></item><item><title>Tutorial: D4Vinci/Scrapling — 自我調整型 Python 爬蟲框架完整教學</title><link>https://tpow-001.netlify.app/post/2026-06-01-scrapling-tutorial/</link><pubDate>Mon, 01 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-01-scrapling-tutorial/</guid><description><![CDATA[<h1 id="scrapling-完整教學從單次-http-請求到-ai-agent-爬蟲管線" data-numberify>Scrapling 完整教學：從單次 HTTP 請求到 AI agent 爬蟲管線<a class="anchor ms-1" href="#scrapling-完整教學從單次-http-請求到-ai-agent-爬蟲管線"></a></h1>
<blockquote>
<p>一份「讀完就能上手 + 進得了管線 + 知道資安邊界」的內部技術手冊。
目標讀者：已會 Python，正在評估 Scrapy / Playwright / BeautifulSoup 的替代方案，或要把爬蟲整進 AI agent 的工程師。</p>]]></description></item><item><title>Tutorial: D4Vinci/Scrapling — 自我調整型 Python 爬蟲框架完整教學</title><link>https://tpow-001.netlify.app/post/2026-06-01-scrapling-v2-tutorial/</link><pubDate>Mon, 01 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-01-scrapling-v2-tutorial/</guid><description><![CDATA[<h1 id="scrapling-完整教學從單次-http-請求到-ai-agent-爬蟲管線" data-numberify>Scrapling 完整教學：從單次 HTTP 請求到 AI agent 爬蟲管線<a class="anchor ms-1" href="#scrapling-完整教學從單次-http-請求到-ai-agent-爬蟲管線"></a></h1>
<blockquote>
<p>一份「讀完就能上手 + 進得了管線 + 知道資安邊界」的內部技術手冊。
目標讀者：已會 Python，正在評估 Scrapy / Playwright / BeautifulSoup 的替代方案，或要把爬蟲整進 AI agent 的工程師。</p>]]></description></item><item><title>Tutorial: LocalSend — 跨平台 AirDrop 開源替代品的完整解讀（協定、架構、資安）</title><link>https://tpow-001.netlify.app/post/2026-06-01-localsend-tutorial/</link><pubDate>Mon, 01 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-01-localsend-tutorial/</guid><description><![CDATA[<h1 id="localsend-完整教學" data-numberify>LocalSend 完整教學<a class="anchor ms-1" href="#localsend-完整教學"></a></h1>
<blockquote>
<p>LocalSend 是一個用 <strong>Flutter（UI / 平台整合）+ Rust（<code>core/</code> 網路核心）</strong> 寫的跨平台 P2P 檔案傳輸 app，主打「<strong>只用區網、不需網際網路、不需第三方伺服器</strong>」的 AirDrop 替代品。
8.2 萬星、Apache-2.0、官方 protocol 文件公開。</p>]]></description></item><item><title>Tutorial: pi-dynamic-workflows — Claude-Code-style 動態工作流移植到 Pi 的完整解讀</title><link>https://tpow-001.netlify.app/post/2026-06-01-pi-dynamic-workflows-tutorial/</link><pubDate>Mon, 01 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-01-pi-dynamic-workflows-tutorial/</guid><description><![CDATA[<h1 id="pi-dynamic-workflows-完整教學" data-numberify>pi-dynamic-workflows 完整教學<a class="anchor ms-1" href="#pi-dynamic-workflows-完整教學"></a></h1>
<blockquote>
<p>把 Anthropic 在 Claude Code 推出的 <strong>dynamic workflows (DWF; 動態工作流)</strong> 概念，移植到 <a href="https://github.com/earendil-works/pi" target="_blank" rel="noopener noreferrer">earendil-works/pi<i class="fas fa-external-link-square-alt ms-1"></i></a> 編程代理框架。
一個 Pi extension，註冊 <code>workflow</code> 工具；主模型寫一段 JavaScript script，工具會在 vm sandbox 沙箱裡跑，期間 fan-out 多個 isolated subagent 並行做事，最後把結果合回。</p>]]></description></item><item><title>Tutorial: TraderAlice/OpenAlice — 一人華爾街 AI Trading Agent 完整解析</title><link>https://tpow-001.netlify.app/post/2026-06-01-openalice-tutorial/</link><pubDate>Mon, 01 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-01-openalice-tutorial/</guid><description><![CDATA[<h1 id="openalice-完整教學" data-numberify>OpenAlice 完整教學<a class="anchor ms-1" href="#openalice-完整教學"></a></h1>
<blockquote>
<p><strong>本文目的</strong>：把 OpenAlice 的「為什麼這樣設計」、「該怎麼跑起來」、「能怎麼接進你既有的 AI 工作流」一次講清楚。<strong>不是逐行 source walkthrough</strong>，重點放在架構、運維、資安、整合面。</p>]]></description></item><item><title>Horizon 完整教學</title><link>https://tpow-001.netlify.app/post/2026-05-30-horizon-tutorial/</link><pubDate>Sat, 30 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-30-horizon-tutorial/</guid><description><![CDATA[<h1 id="horizon-完整教學" data-numberify>Horizon 完整教學<a class="anchor ms-1" href="#horizon-完整教學"></a></h1>
<blockquote>
<p>把多源新聞（Hacker News / Reddit / Twitter / RSS / GitHub / Telegram / OpenBB）一鍵變成「個人化每日中英雙語簡報」的開源 AI 雷達工具。架在自家機器、用自家的 LLM key，從此不再被資訊洪流追趕。</p>]]></description></item><item><title>HyperFrames 完整教學</title><link>https://tpow-001.netlify.app/post/2026-05-29-hyperframes-tutorial/</link><pubDate>Fri, 29 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-29-hyperframes-tutorial/</guid><description><![CDATA[<h1 id="hyperframes-完整教學" data-numberify>HyperFrames 完整教學<a class="anchor ms-1" href="#hyperframes-完整教學"></a></h1>
<blockquote>
<p>一份「HTML 寫到一半，影片就出來了」的開源框架 — 把 Web 標準作為 video composition (影片合成) 的權威介面，並把整個 production loop (製作流程) 設計成 AI agent 也能上手。</p>]]></description></item><item><title>MoneyPrinterTurbo 教學手冊（v1.2.8）</title><link>https://tpow-001.netlify.app/post/2026-05-29-moneyprinterturbo-tutorial/</link><pubDate>Fri, 29 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-29-moneyprinterturbo-tutorial/</guid><description><![CDATA[<h1 id="moneyprinterturbo-教學手冊" data-numberify>MoneyPrinterTurbo 教學手冊<a class="anchor ms-1" href="#moneyprinterturbo-教學手冊"></a></h1>
<blockquote>
<p>對應版本：v1.2.8（2026-05-28）
適用場景：團隊要評估「能不能用它替代自家短視頻 pipeline」/「能不能 fork 拆出 LLM + TTS + 自動剪輯三個 module 重用」</p>]]></description></item><item><title>RedditVideoMakerBot 完整教學 — 從 Reddit 文到 TikTok 短影片的一鍵自動化</title><link>https://tpow-001.netlify.app/post/2026-05-29-redditvideomakerbot-tutorial/</link><pubDate>Fri, 29 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-29-redditvideomakerbot-tutorial/</guid><description><![CDATA[<h1 id="redditvideomakerbot-完整教學" data-numberify>RedditVideoMakerBot 完整教學<a class="anchor ms-1" href="#redditvideomakerbot-完整教學"></a></h1>
<blockquote>
<p>對應 repo：<a href="https://github.com/elebumm/RedditVideoMakerBot" target="_blank" rel="noopener noreferrer"><code>elebumm/RedditVideoMakerBot</code><i class="fas fa-external-link-square-alt ms-1"></i></a>（v3.4.0, GPLv3, ⭐12.3K / 🍴2.88K）
對應 metadata：<code>inbox/2026-05-29-github-elebumm-RedditVideoMakerBot.md</code></p>]]></description></item><item><title>Remotion 完整教學</title><link>https://tpow-001.netlify.app/post/2026-05-29-remotion-tutorial/</link><pubDate>Fri, 29 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-29-remotion-tutorial/</guid><description><![CDATA[<h1 id="remotion-完整教學" data-numberify>Remotion 完整教學<a class="anchor ms-1" href="#remotion-完整教學"></a></h1>
<blockquote>
<p>「用 React 寫影片」這個流派的標竿與最成熟的實作，把 component composition (元件合成) / state / hook 全部搬進 video timeline (影片時間軸)，再用 Rust-based compositor (合成器) + Lambda / Cloud Run 解掉大型 production (生產) 的渲染瓶頸。</p>]]></description></item><item><title>CC Workflow Studio — 視覺化 AI Agent Workflow 編輯器深度教學</title><link>https://tpow-001.netlify.app/post/2026-05-28-cc-wf-studio-tutorial/</link><pubDate>Thu, 28 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-28-cc-wf-studio-tutorial/</guid><description><![CDATA[<h1 id="cc-workflow-studio--視覺化-ai-agent-workflow-編輯器深度教學" data-numberify>CC Workflow Studio — 視覺化 AI Agent Workflow 編輯器深度教學<a class="anchor ms-1" href="#cc-workflow-studio--視覺化-ai-agent-workflow-編輯器深度教學"></a></h1>
<blockquote>
<p>把腦中的 multi-agent workflow 拖拉成圖，匯出給 Claude Code / Copilot / Cursor / Codex / Gemini 直接執行。<br>
同一份 <code>workflow.json</code> 同時驅動 VSCode extension、CLI、MCP server — 沒有「VSCode-only」路徑。</p>]]></description></item><item><title>glab 教學：GitLab 官方 CLI 從安裝到日常工作流</title><link>https://tpow-001.netlify.app/post/2026-05-28-glab-tutorial/</link><pubDate>Thu, 28 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-28-glab-tutorial/</guid><description><![CDATA[<h1 id="glab-教學gitlab-官方-cli-從安裝到日常工作流" data-numberify>glab 教學：GitLab 官方 CLI 從安裝到日常工作流<a class="anchor ms-1" href="#glab-教學gitlab-官方-cli-從安裝到日常工作流"></a></h1>
<blockquote>
<p>內容覆蓋上游 <code>gitlab.com/gitlab-org/cli</code>（kaisenlinux/glab 是 Debian 打包鏡像）。
適用 GitLab 16.0+ / GitLab.com / Self-Managed / Dedicated。</p>]]></description></item><item><title>llm-neuron-atlas 詳細教學 — 3D LLM Neuron Atlas Tutorial</title><link>https://tpow-001.netlify.app/post/2026-05-28-llm-neuron-atlas-tutorial/</link><pubDate>Thu, 28 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-28-llm-neuron-atlas-tutorial/</guid><description><![CDATA[<h1 id="llm-neuron-atlas-詳細教學" data-numberify>llm-neuron-atlas 詳細教學<a class="anchor ms-1" href="#llm-neuron-atlas-詳細教學"></a></h1>
<blockquote>
<p>Live demo: <a href="https://charenix.com/qwen3b-atlas" target="_blank" rel="noopener noreferrer">https://charenix.com/qwen3b-atlas<i class="fas fa-external-link-square-alt ms-1"></i></a>
Repo: <a href="https://github.com/norika1207-lab/llm-neuron-atlas" target="_blank" rel="noopener noreferrer">https://github.com/norika1207-lab/llm-neuron-atlas<i class="fas fa-external-link-square-alt ms-1"></i></a>
作者: Norika Oda (ORCID 0009-0006-6816-9891)
License: MIT</p></blockquote>

<h2 id="1-專案定位" data-numberify>1. 專案定位<a class="anchor ms-1" href="#1-專案定位"></a></h2>
<p><code>llm-neuron-atlas</code> 屬於 <strong>mechanistic interpretability (機械式可解釋性)</strong> 工具範疇，但與既有工具有結構性的差異：</p>
<table>
  <thead>
      <tr>
          <th>工具</th>
          <th>視角</th>
          <th>規模</th>
          <th>互動</th>
      </tr>
  </thead>
  <tbody>
      <tr>
          <td>BertViz</td>
          <td>attention 矩陣</td>
          <td>單 head / 單層</td>
          <td>2D</td>
      </tr>
      <tr>
          <td>Neuronpedia</td>
          <td>SAE feature dashboard</td>
          <td>單 feature</td>
          <td>2D 圖卡</td>
      </tr>
      <tr>
          <td>Anthropic circuits</td>
          <td>手繪電路圖</td>
          <td>局部 (~10 nodes)</td>
          <td>靜態</td>
      </tr>
      <tr>
          <td><strong>llm-neuron-atlas</strong></td>
          <td><strong>per-neuron + 全層 + cross-arch</strong></td>
          <td><strong>73,728 nodes / 716K edges</strong></td>
          <td><strong>3D 即時</strong></td>
      </tr>
  </tbody>
</table>
<p><strong>核心定位</strong>：把整個 transformer 的「神經元城市」(neuron-as-city / weight-as-road) 一次性渲染出來，讓使用者用空間導航的方式探索 LLM 的內部結構。</p>]]></description></item><item><title>rekipedia 完整教學 — Codebase 變成 AI-Ready 知識庫</title><link>https://tpow-001.netlify.app/post/2026-05-28-rekipedia-tutorial/</link><pubDate>Thu, 28 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-28-rekipedia-tutorial/</guid><description><![CDATA[<h1 id="rekipedia-完整教學--codebase-變成-ai-ready-知識庫" data-numberify>rekipedia 完整教學 — Codebase 變成 AI-Ready 知識庫<a class="anchor ms-1" href="#rekipedia-完整教學--codebase-變成-ai-ready-知識庫"></a></h1>
<blockquote>
<p>一份「裝起來就能用」的 internal tutorial，給團隊內部準備把 rekipedia 跑進工作流的同事看。
目標版本：<code>v0.17.29</code> (2026-05-28)，MIT License。</p>]]></description></item><item><title>spritefusion-pixel-snapper 詳細教學</title><link>https://tpow-001.netlify.app/post/2026-05-28-spritefusion-pixel-snapper-tutorial/</link><pubDate>Thu, 28 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-28-spritefusion-pixel-snapper-tutorial/</guid><description><![CDATA[<h1 id="spritefusion-pixel-snapper--完整教學" data-numberify>spritefusion-pixel-snapper — 完整教學<a class="anchor ms-1" href="#spritefusion-pixel-snapper--完整教學"></a></h1>
<blockquote>
<p>把 AI 生成的「不工整 pixel art」對齊到真正的整數 grid，並量化到限定色盤；單檔 870 行 Rust，可同時編譯成 CLI 與 WASM 模組。</p></blockquote>

<h2 id="1-專案定位" data-numberify>1. 專案定位<a class="anchor ms-1" href="#1-專案定位"></a></h2>

<h3 id="11-一句話定位" data-numberify>1.1 一句話定位<a class="anchor ms-1" href="#11-一句話定位"></a></h3>
<p>Pixel Snapper 是 Sprite Fusion（線上 tilemap editor）團隊釋出的 AI pixel art 後處理工具。它接收一張 AI 生成、解析度通常為 1024×1024 的「看起來像 pixel art 但 pixel 邊界其實亂飄」的圖，輸出一張 pixel 大小一致、grid 對齊、色盤受限的乾淨 sprite。</p>]]></description></item><item><title>tw-legal-rag 詳細教學 — Taiwan Legal RAG CLI 從安裝到 bundle 層級引用檢查</title><link>https://tpow-001.netlify.app/post/2026-05-28-tw-legal-rag-tutorial/</link><pubDate>Thu, 28 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-28-tw-legal-rag-tutorial/</guid><description><![CDATA[<h1 id="tw-legal-rag-詳細教學--taiwan-legal-rag-cli" data-numberify>tw-legal-rag 詳細教學 — Taiwan Legal RAG CLI<a class="anchor ms-1" href="#tw-legal-rag-詳細教學--taiwan-legal-rag-cli"></a></h1>
<blockquote>
<p>Open-source CLI for <strong>semantic Taiwan legal judgment retrieval</strong>。由法律偵探（Dr.Lawbot）建置 22M+ 台灣裁判語義檢索後端 → 開源 CLI 接 retrieval-only endpoint → 打包 bundle 交給你自己的 AI → 對 AI 答案做 bundle 層級引用檢查。</p>]]></description></item><item><title>Understand-Anything 深度教學 — 把 codebase 變成互動式 knowledge graph 的 Claude Code plugin</title><link>https://tpow-001.netlify.app/post/2026-05-28-understand-anything-tutorial/</link><pubDate>Thu, 28 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-28-understand-anything-tutorial/</guid><description><![CDATA[<h1 id="understand-anything--深度教學" data-numberify>Understand-Anything — 深度教學<a class="anchor ms-1" href="#understand-anything--深度教學"></a></h1>
<blockquote>
<p>對應 gh-save metadata 報告：<code>inbox/2026-05-28-github-Lum1104-Understand-Anything.md</code>
對應 repo: <a href="https://github.com/Lum1104/Understand-Anything" target="_blank" rel="noopener noreferrer">https://github.com/Lum1104/Understand-Anything<i class="fas fa-external-link-square-alt ms-1"></i></a>（v2.7.3, 42.3k stars, MIT）</p>]]></description></item><item><title>Webwright 完整教學 — 把 LLM 當寫程式的 SWE 來操作瀏覽器</title><link>https://tpow-001.netlify.app/post/2026-05-28-webwright-tutorial/</link><pubDate>Thu, 28 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-28-webwright-tutorial/</guid><description><![CDATA[<h1 id="webwright-完整教學" data-numberify>Webwright 完整教學<a class="anchor ms-1" href="#webwright-完整教學"></a></h1>
<blockquote>
<p>Microsoft Research 出品的極簡瀏覽器 agent framework — 用 ~1.5k LoC 在 Online-Mind2Web 拿下 86.7% SOTA，在 Odysseys long-horizon benchmark 上比前一 SOTA 高 15.6 點。</p></blockquote>
<hr>

<h2 id="1-專案定位" data-numberify>1. 專案定位<a class="anchor ms-1" href="#1-專案定位"></a></h2>

<h3 id="11-一句話" data-numberify>1.1 一句話<a class="anchor ms-1" href="#11-一句話"></a></h3>
<p><strong>Webwright 不是另一個「點擊機器人」，是「會寫 Playwright 程式的 LLM 工程師」。</strong></p>]]></description></item><item><title>map3d 完整教學 — 從 OSM bounding box 到可下載 GLB 的 R3F 工作流</title><link>https://tpow-001.netlify.app/post/2026-05-25-map3d-tutorial/</link><pubDate>Mon, 25 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-25-map3d-tutorial/</guid><description><![CDATA[<h1 id="map3d-完整教學--從-osm-bounding-box-到可下載-glb-的-r3f-工作流" data-numberify>map3d 完整教學 — 從 OSM bounding box 到可下載 GLB 的 R3F 工作流<a class="anchor ms-1" href="#map3d-完整教學--從-osm-bounding-box-到可下載-glb-的-r3f-工作流"></a></h1>
<blockquote>
<p>本文件是 <code>cartesiancs/map3d</code> 的<strong>深度技術教學</strong>，配對的 gh-save 報告請見 <code>2026-05-25-github-cartesiancs-map3d.md</code>。</p>
<p><strong>建議閱讀順序</strong>：先讀本檔 §1–§2 建立心智模型，再依需求跳讀 §3（架構）/ §4（工作流細節）/ §6（資安）。</p>]]></description></item><item><title>ReClip 完整教學 — Self-Hosted 影音下載器（Flask + yt-dlp）</title><link>https://tpow-001.netlify.app/post/2026-05-25-reclip-tutorial/</link><pubDate>Mon, 25 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-25-reclip-tutorial/</guid><description><![CDATA[<h1 id="reclip-完整教學--self-hosted-影音下載器flask--yt-dlp" data-numberify>ReClip 完整教學 — Self-Hosted 影音下載器（Flask + yt-dlp）<a class="anchor ms-1" href="#reclip-完整教學--self-hosted-影音下載器flask--yt-dlp"></a></h1>
<blockquote>
<p>把 yt-dlp 的全部能力包成「貼 URL → 下載 MP4 / MP3」的網頁介面，後端 ~170 行 Python，零前端 framework。</p>]]></description></item><item><title>Reversa — 詳細教學與資安審查</title><link>https://tpow-001.netlify.app/post/2026-05-25-reversa-tutorial/</link><pubDate>Mon, 25 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-25-reversa-tutorial/</guid><description><![CDATA[<h1 id="reversa--詳細教學與資安審查" data-numberify>Reversa — 詳細教學與資安審查<a class="anchor ms-1" href="#reversa--詳細教學與資安審查"></a></h1>
<blockquote>
<p><strong>Reversa</strong> 是把「<strong>legacy system (傳統系統)</strong>」變成「<strong>executable specifications (可執行規格)</strong>」的逆向工程框架。本教學帶你從零理解、安裝、實際跑一輪、評估資安、整合進現有工作流。</p>]]></description></item><item><title>Stirling-PDF 深度導讀 — Self-Hosted PDF 平台的架構、部署與資安審查</title><link>https://tpow-001.netlify.app/post/2026-05-25-stirling-pdf-tutorial/</link><pubDate>Mon, 25 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-25-stirling-pdf-tutorial/</guid><description><![CDATA[<h1 id="stirling-pdf-深度導讀" data-numberify>Stirling-PDF 深度導讀<a class="anchor ms-1" href="#stirling-pdf-深度導讀"></a></h1>
<blockquote>
<p>把一支 GitHub 上 79K stars 的開源專案，<strong>從定位到資安</strong>一次講完。
適合：想為團隊 / 客戶導入 self-hosted PDF 處理平台的工程師、IT 與資安人員。</p></blockquote>
<hr>

<h2 id="1-專案定位" data-numberify>1. 專案定位<a class="anchor ms-1" href="#1-專案定位"></a></h2>
<p>Stirling-PDF 在 PDF 工具光譜上的座標：</p>]]></description></item><item><title>jo-inc/camofox-browser 詳細教學</title><link>https://tpow-001.netlify.app/post/2026-05-23-camofox-browser-tutorial/</link><pubDate>Sat, 23 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-23-camofox-browser-tutorial/</guid><description><![CDATA[<h1 id="jo-inccamofox-browser-詳細教學" data-numberify>jo-inc/camofox-browser 詳細教學<a class="anchor ms-1" href="#jo-inccamofox-browser-詳細教學"></a></h1>
<blockquote>
<p>對 <code>jo-inc/camofox-browser</code> 從「定位」→「跑起來」→「整合進 AI agent」的完整 onboarding。
補充 <code>inbox/2026-05-23-github-jo-inc-camofox-browser.md</code>（gh-save metadata），請搭配閱讀。</p>]]></description></item><item><title>web-infra-dev/midscene 詳細教學</title><link>https://tpow-001.netlify.app/post/2026-05-23-midscene-tutorial/</link><pubDate>Sat, 23 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-23-midscene-tutorial/</guid><description><![CDATA[<h1 id="web-infra-devmidscene-詳細教學" data-numberify>web-infra-dev/midscene 詳細教學<a class="anchor ms-1" href="#web-infra-devmidscene-詳細教學"></a></h1>
<blockquote>
<p>對 <code>web-infra-dev/midscene</code> 從「定位」→「跑起來」→「整合進產品」的完整 onboarding。
補充 <code>inbox/2026-05-23-github-web-infra-dev-midscene.md</code>（gh-save metadata），請搭配閱讀。</p>]]></description></item><item><title>30-seconds-of-code 詳細教學 — Curated Snippet Site：內容資產、Astro Pipeline、寫作 SOP 三層解析</title><link>https://tpow-001.netlify.app/post/2026-05-22-30-seconds-of-code-tutorial/</link><pubDate>Fri, 22 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-22-30-seconds-of-code-tutorial/</guid><description><![CDATA[<h1 id="30-seconds-of-code-詳細教學" data-numberify>30-seconds-of-code 詳細教學<a class="anchor ms-1" href="#30-seconds-of-code-詳細教學"></a></h1>

<h2 id="1-定位" data-numberify>§1 定位<a class="anchor ms-1" href="#1-定位"></a></h2>
<p><strong>30-seconds-of-code (30soc)</strong> 是 Angelos Chalaris 自 2017 年起獨自維護的 <strong>curated coding snippets 教學站</strong>。三句話說清楚它是什麼、不是什麼：</p>
<ul>
<li><strong>是</strong>：每篇「30 秒讀完」的短文 + code block + 解釋，分 JavaScript / CSS / Python / React / Git / HTML 六大類，由單一作者把關品質</li>
<li><strong>不是</strong>：cheatsheet（沒有解釋）、不是社群 wiki（PR 只收 bug 不收新內容）、不是教材（沒有循序漸進的學習路徑）</li>
<li><strong>128k stars / 12.5k forks / CC-BY-4.0 內容授權</strong> — 是「solo-maintainer 高品質知識站」的代表</li>
</ul>
<p>兩條使用線：</p>]]></description></item><item><title>AAIF goose 詳細教學 — Rust 原生 AI agent（desktop + CLI + server + 30 provider + 70 MCP extension）</title><link>https://tpow-001.netlify.app/post/2026-05-22-goose-tutorial/</link><pubDate>Fri, 22 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-22-goose-tutorial/</guid><description><![CDATA[<h1 id="aaif-goose-詳細教學" data-numberify>AAIF goose 詳細教學<a class="anchor ms-1" href="#aaif-goose-詳細教學"></a></h1>
<blockquote>
<p>對應 repo: <a href="https://github.com/aaif-goose/goose" target="_blank" rel="noopener noreferrer">https://github.com/aaif-goose/goose<i class="fas fa-external-link-square-alt ms-1"></i></a>（45.6k stars / 4.7k forks / v1.34.1 stable / Apache-2.0，截至 2026-05-22）</p></blockquote>

<h2 id="1-專案定位" data-numberify>1. 專案定位<a class="anchor ms-1" href="#1-專案定位"></a></h2>

<h3 id="11-它是什麼" data-numberify>1.1 它是什麼<a class="anchor ms-1" href="#11-它是什麼"></a></h3>
<p><strong>goose</strong> 是 <strong>AAIF (Agentic AI Foundation, Linux Foundation)</strong> 治理的 Rust 原生通用 AI agent。三種形態：</p>]]></description></item><item><title>Aider-AI aider 完整教學 — 16 種 Coder / repo map / architect mode 的 terminal AI 結對程式設計</title><link>https://tpow-001.netlify.app/post/2026-05-22-aider-tutorial/</link><pubDate>Fri, 22 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-22-aider-tutorial/</guid><description><![CDATA[<h1 id="aider-ai-aider-完整教學" data-numberify>Aider-AI aider 完整教學<a class="anchor ms-1" href="#aider-ai-aider-完整教學"></a></h1>
<blockquote>
<p>對應 gh-save：<code>inbox/2026-05-22-github-Aider-AI-aider.md</code>
來源 repo：<a href="https://github.com/Aider-AI/aider" target="_blank" rel="noopener noreferrer">https://github.com/Aider-AI/aider<i class="fas fa-external-link-square-alt ms-1"></i></a> (45.1k stars / Apache-2.0)
版本基準：<code>v0.86.0</code> (2025-08-09) + main HEAD <code>6435cb8</code> (2026-05-16)</p>]]></description></item><item><title>build-your-own-x 深度教學手冊</title><link>https://tpow-001.netlify.app/post/2026-05-22-build-your-own-x-tutorial/</link><pubDate>Fri, 22 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-22-build-your-own-x-tutorial/</guid><description><![CDATA[<h1 id="build-your-own-x-深度教學手冊" data-numberify>build-your-own-x 深度教學手冊<a class="anchor ms-1" href="#build-your-own-x-深度教學手冊"></a></h1>
<blockquote>
<p>從零實作世界知名系統的權威 curated list —— 50 萬 stars 的學習路徑入口。</p></blockquote>
<hr>

<h2 id="1-定位與一句話介紹" data-numberify>§1. 定位與一句話介紹<a class="anchor ms-1" href="#1-定位與一句話介紹"></a></h2>
<p><code>codecrafters-io/build-your-own-x</code> 是一份高品質、社群維護的 awesome-list 風格教程索引，主題明確：<strong>「親手從零實作一個你每天在用的技術」</strong>。它不是框架、不是工具，而是一份「學習路徑地圖」—— 把散落在 blog post、GitHub repo、線上書籍、YouTube playlist 中的「step-by-step from scratch」教學依技術類別整理成 30+ 大類，共數百個外部教程連結。</p>]]></description></item><item><title>ChatGPT 提問助手詳細教學（重點：快速樣板使用全攻略）</title><link>https://tpow-001.netlify.app/post/2026-05-22-chat-gpt-custom-prompt-extension-tutorial/</link><pubDate>Fri, 22 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-22-chat-gpt-custom-prompt-extension-tutorial/</guid><description><![CDATA[<h1 id="chatgpt-提問助手詳細教學" data-numberify>ChatGPT 提問助手詳細教學<a class="anchor ms-1" href="#chatgpt-提問助手詳細教學"></a></h1>
<blockquote>
<p>把「跟 LLM 對話」從「每次都要打整段提問」升級成「點兩下按鈕填欄位就送出」。
本教學特別詳述「<strong>快速樣板</strong>」的三種形態與參數語法。</p>]]></description></item><item><title>Codeman 詳細教學 — Claude Code / OpenCode 跨 tmux session 的 Web 控制面（含 respawn / ralph-loop / 遠端存取）</title><link>https://tpow-001.netlify.app/post/2026-05-22-codeman-tutorial/</link><pubDate>Fri, 22 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-22-codeman-tutorial/</guid><description><![CDATA[<h1 id="codeman-詳細教學" data-numberify>Codeman 詳細教學<a class="anchor ms-1" href="#codeman-詳細教學"></a></h1>
<blockquote>
<p>對應 repo: <a href="https://github.com/Ark0N/Codeman" target="_blank" rel="noopener noreferrer">https://github.com/Ark0N/Codeman<i class="fas fa-external-link-square-alt ms-1"></i></a>（402 stars / 49 forks / v0.6.11 / MIT / 4 個月生命週期，截至 2026-05-22）</p></blockquote>

<h2 id="1-專案定位" data-numberify>1. 專案定位<a class="anchor ms-1" href="#1-專案定位"></a></h2>

<h3 id="11-它是什麼" data-numberify>1.1 它是什麼<a class="anchor ms-1" href="#11-它是什麼"></a></h3>
<p>arkon 開源的 <strong>Claude Code + OpenCode control plane</strong> — 一個 Web 控制面板，把 N 個 tmux session 內跑的 AI coding agent <strong>統一管理</strong>：</p>]]></description></item><item><title>CRISPE Prompt Template 與安全加強版 Prompt Generator 完整教學</title><link>https://tpow-001.netlify.app/post/2026-05-22-course-info-tutorial/</link><pubDate>Fri, 22 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-22-course-info-tutorial/</guid><description>&lt;blockquote>
&lt;p>本文件整理本次對話中所有核心討論、範例、模板語法、CRISPE 提示詞設計邏輯、React 網頁產生器、資訊安全檢查與安全加強版完整程式碼。&lt;br>
適用對象：想建立可長期使用的 ChatGPT Prompt Template、Prompt Generator、CRISPE 教學工具，或內部安全版提示詞產生器的使用者。&lt;/p></description></item><item><title>github/gitignore 詳細教學 — 從模板選擇到多語言組合的完整指南</title><link>https://tpow-001.netlify.app/post/2026-05-22-gitignore-tutorial/</link><pubDate>Fri, 22 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-22-gitignore-tutorial/</guid><description><![CDATA[<h1 id="githubgitignore-詳細教學" data-numberify>github/gitignore 詳細教學<a class="anchor ms-1" href="#githubgitignore-詳細教學"></a></h1>
<blockquote>
<p>物件：<strong>github/gitignore</strong> — GitHub 官方維護的 <code>.gitignore</code> 模板倉庫
規模：174k stars / 82k forks / <strong>312 個 .gitignore 模板</strong> / CC0-1.0 公共領域
適用對象：所有用 git 的工程師（不分語言）</p>]]></description></item><item><title>huggingface/transformers — 完整教學（架構、應用、資安）</title><link>https://tpow-001.netlify.app/post/2026-05-22-transformers-tutorial/</link><pubDate>Fri, 22 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-22-transformers-tutorial/</guid><description><![CDATA[<h1 id="huggingfacetransformers--完整教學" data-numberify>huggingface/transformers — 完整教學<a class="anchor ms-1" href="#huggingfacetransformers--完整教學"></a></h1>
<blockquote>
<p>本文針對的版本：v5.9.0（2026-05-20），主分支 <code>main</code>；以高層架構與實務應用為主，不深入模型實作細節。</p></blockquote>

<h2 id="1-專案定位" data-numberify>1. 專案定位<a class="anchor ms-1" href="#1-專案定位"></a></h2>
<p>Hugging Face Transformers 是當前 <strong>AI 生態系最重要的 model-definition framework (模型定義框架)</strong>，定位上扮演三個角色：</p>]]></description></item><item><title>Maigret 完整教學（繁中台灣用語）</title><link>https://tpow-001.netlify.app/post/2026-05-22-maigret-tutorial/</link><pubDate>Fri, 22 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-22-maigret-tutorial/</guid><description><![CDATA[<h1 id="maigret-完整教學繁中台灣用語" data-numberify>Maigret 完整教學（繁中台灣用語）<a class="anchor ms-1" href="#maigret-完整教學繁中台灣用語"></a></h1>
<blockquote>
<p>⚠️ <strong>必讀首節</strong>：本工具為 OSINT (Open-Source Intelligence; 開源情資) recon (reconnaissance; 偵察) 用途，屬於 dual-use security tool (雙用安全工具)。教學內容<strong>僅供 defensive security (防禦性資安)、授權滲透測試、自我足跡盤點與資安教育</strong>。任何用於 stalking (跟騷)、騷擾、人肉搜索、未授權競業情報、未成年人身分聚合的行為，皆<strong>違反工具使用條款與當地法律</strong>（GDPR、台灣個資法、美國 CFAA 等）。讀者使用本教學進行任何測試前，<strong>必須</strong>先取得書面授權或限定範圍為自己 / 公開虛構帳號。</p>]]></description></item><item><title>NVLabs/Sana 詳細教學</title><link>https://tpow-001.netlify.app/post/2026-05-22-sana-tutorial/</link><pubDate>Fri, 22 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-22-sana-tutorial/</guid><description><![CDATA[<h1 id="nvlabssana-詳細教學" data-numberify>NVLabs/Sana 詳細教學<a class="anchor ms-1" href="#nvlabssana-詳細教學"></a></h1>
<blockquote>
<p>對 <code>NVlabs/Sana</code> 從「定位」到「跑起來」到「整合進其他工作流」的完整 onboarding。
補充 <code>inbox/2026-05-22-github-NVlabs-Sana.md</code>（gh-save metadata），請搭配閱讀。</p>]]></description></item><item><title>open-slide 詳細教學 — Agent-native React 簡報框架完整解析</title><link>https://tpow-001.netlify.app/post/2026-05-22-open-slide-tutorial/</link><pubDate>Fri, 22 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-22-open-slide-tutorial/</guid><description><![CDATA[<h1 id="open-slide-詳細教學" data-numberify>open-slide 詳細教學<a class="anchor ms-1" href="#open-slide-詳細教學"></a></h1>
<blockquote>
<p>對應 repo: <a href="https://github.com/1weiho/open-slide" target="_blank" rel="noopener noreferrer">https://github.com/1weiho/open-slide<i class="fas fa-external-link-square-alt ms-1"></i></a>（3.5k stars / 248 forks / @open-slide/core@1.6.0，截至 2026-05-22）</p></blockquote>

<h2 id="1-專案定位" data-numberify>1. 專案定位<a class="anchor ms-1" href="#1-專案定位"></a></h2>

<h3 id="11-它是什麼" data-numberify>1.1 它是什麼<a class="anchor ms-1" href="#11-它是什麼"></a></h3>
<p>1weiho (Yiwei Ho) 開源的 <strong>agent-native React 簡報框架</strong>。核心理念：<strong>「slides are visual code, agents are great at writing code; the missing runtime turns &lsquo;make slides about X&rsquo; into a polished deck」</strong>。一行 <code>npx @open-slide/cli init</code> scaffold workspace，餘下交給 agent + 內建 5 個 skill。</p>]]></description></item><item><title>PozzettiAndrea/ComfyUI-LiTo 詳細教學 — 把 Apple LiTo 變成 ComfyUI 一鍵 image-to-3D</title><link>https://tpow-001.netlify.app/post/2026-05-22-comfyui-lito-tutorial/</link><pubDate>Fri, 22 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-22-comfyui-lito-tutorial/</guid><description><![CDATA[<h1 id="comfyui-lito-詳細教學" data-numberify>ComfyUI-LiTo 詳細教學<a class="anchor ms-1" href="#comfyui-lito-詳細教學"></a></h1>
<blockquote>
<p>一張圖 → 524K 個 3D Gaussian Splats，4.7 秒（H100）。把 Apple ICLR 2026 的研究模型包成 ComfyUI 可拖拉的 5 個 node。</p></blockquote>
<hr>

<h2 id="1-專案定位project-positioning" data-numberify>1. 專案定位（Project Positioning）<a class="anchor ms-1" href="#1-專案定位project-positioning"></a></h2>

<h3 id="11-解決什麼問題" data-numberify>1.1 解決什麼問題<a class="anchor ms-1" href="#11-解決什麼問題"></a></h3>
<p>傳統 image-to-3D 流程多步驟、容易斷鏈：</p>]]></description></item><item><title>Stable Diffusion WebUI (A1111) 詳細教學</title><link>https://tpow-001.netlify.app/post/2026-05-22-sd-webui-tutorial/</link><pubDate>Fri, 22 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-22-sd-webui-tutorial/</guid><description><![CDATA[<h1 id="stable-diffusion-webui-a1111-詳細教學" data-numberify>Stable Diffusion WebUI (A1111) 詳細教學<a class="anchor ms-1" href="#stable-diffusion-webui-a1111-詳細教學"></a></h1>

<h2 id="1-專案定位與適用情境" data-numberify>§1. 專案定位與適用情境<a class="anchor ms-1" href="#1-專案定位與適用情境"></a></h2>
<p><code>stable-diffusion-webui</code> (常稱 A1111 / WebUI) 是 stable diffusion (SD; 穩定擴散) 模型的本地圖形化操作介面，以 gradio (Gradio; 一個快速 web UI 框架) 為前端、PyTorch 為後端推論引擎。</p>]]></description></item><item><title>tech-interview-handbook 詳細教學（11 章節 繁中）</title><link>https://tpow-001.netlify.app/post/2026-05-22-tech-interview-handbook-tutorial/</link><pubDate>Fri, 22 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-22-tech-interview-handbook-tutorial/</guid><description><![CDATA[<h1 id="tech-interview-handbook-詳細教學" data-numberify>tech-interview-handbook 詳細教學<a class="anchor ms-1" href="#tech-interview-handbook-詳細教學"></a></h1>
<blockquote>
<p>「不是 library，是一本書」——本教學文件帶你把這個 139k stars 的內容型 repo，當成一份可規劃、可追蹤、可整合的「個人面試準備工作系統」。</p>]]></description></item><item><title>Untitled</title><link>https://tpow-001.netlify.app/post/2026-05-22-awesome-selfhosted-tutorial/</link><pubDate>Fri, 22 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-22-awesome-selfhosted-tutorial/</guid><description><![CDATA[<h1 id="awesome-selfhosted-深度教學用清單規劃你的私有雲" data-numberify>awesome-selfhosted 深度教學：用清單規劃你的私有雲<a class="anchor ms-1" href="#awesome-selfhosted-深度教學用清單規劃你的私有雲"></a></h1>

<h2 id="1-定位與本質" data-numberify>§1 定位與本質<a class="anchor ms-1" href="#1-定位與本質"></a></h2>
<p><code>awesome-selfhosted</code> <strong>不是一個軟體工具</strong>，而是一份「策展型清單」（curated list）。它列出約 <strong>1,500+ 個 Free Software (FOSS)</strong> 網路服務與 Web 應用，全部都能在你自己的伺服器上跑，不需要交資料給雲端 SaaS。</p>]]></description></item><item><title>dari-docs 詳細教學 — Agent fleet 測你的文件，找 ambiguity 並產 docs edit 建議</title><link>https://tpow-001.netlify.app/post/2026-05-21-dari-docs-tutorial/</link><pubDate>Thu, 21 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-21-dari-docs-tutorial/</guid><description><![CDATA[<h1 id="dari-docs-詳細教學" data-numberify>dari-docs 詳細教學<a class="anchor ms-1" href="#dari-docs-詳細教學"></a></h1>
<blockquote>
<p>對應 repo: <a href="https://github.com/mupt-ai/dari-docs" target="_blank" rel="noopener noreferrer">https://github.com/mupt-ai/dari-docs<i class="fas fa-external-link-square-alt ms-1"></i></a>（34 stars / 0 forks / v0.1.5，截至 2026-05-21）</p></blockquote>

<h2 id="1-專案定位" data-numberify>1. 專案定位<a class="anchor ms-1" href="#1-專案定位"></a></h2>

<h3 id="11-它是什麼" data-numberify>1.1 它是什麼<a class="anchor ms-1" href="#11-它是什麼"></a></h3>
<p>mupt-ai 公司開源的 <strong>「測你的文件能不能被 agent 跑通」工具</strong>。把 docs 包 tarball 上傳給 dari.dev hosted agents（或自家 dari.dev org 的 agents），讓 simulated developer agent 試著按文件完成 task，最後產出兩種結果：</p>]]></description></item><item><title>Ruflo 詳細教學 — 53k★ Claude Code 多代理協調平台</title><link>https://tpow-001.netlify.app/post/2026-05-21-ruflo-tutorial/</link><pubDate>Thu, 21 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-21-ruflo-tutorial/</guid><description><![CDATA[<h1 id="ruflo-詳細教學" data-numberify>Ruflo 詳細教學<a class="anchor ms-1" href="#ruflo-詳細教學"></a></h1>
<blockquote>
<p><strong>本教學對應 repo commit <code>6d50dd8</code>（2026-05-20，v3.7.0-alpha.72），最後驗證日 2026-05-21。</strong>
涵蓋專案定位、安裝（雙路設計）、核心架構、CLI 詳細用法、應用場景、資安、FAQ、進階技巧、整合 9 個章節，<strong>重點放在「33 個 plugin 工程模式 + lite/full 雙路安裝設計」</strong>。</p>]]></description></item><item><title>text-to-cad / CAD Skills 詳細教學 — 自然語言 → build123d → STEP / URDF / SDF 的 agent skill 集</title><link>https://tpow-001.netlify.app/post/2026-05-21-text-to-cad-tutorial/</link><pubDate>Thu, 21 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-21-text-to-cad-tutorial/</guid><description><![CDATA[<h1 id="text-to-cad-詳細教學" data-numberify>text-to-cad 詳細教學<a class="anchor ms-1" href="#text-to-cad-詳細教學"></a></h1>
<blockquote>
<p>對應 repo: <a href="https://github.com/earthtojake/text-to-cad" target="_blank" rel="noopener noreferrer">https://github.com/earthtojake/text-to-cad<i class="fas fa-external-link-square-alt ms-1"></i></a>（3.7k stars / 428 forks / MIT，截至 2026-05-21）</p></blockquote>

<h2 id="1-專案定位" data-numberify>1. 專案定位<a class="anchor ms-1" href="#1-專案定位"></a></h2>

<h3 id="11-它是什麼" data-numberify>1.1 它是什麼<a class="anchor ms-1" href="#11-它是什麼"></a></h3>
<p>earthtojake (Jake Brukhman) 開源的 <strong>7 個跨 agent CAD skill 集合</strong>，把 coding agent（Claude Code / Codex / Cursor）變成 CAD 工程師：</p>]]></description></item><item><title>Anthropic Financial Services 詳細教學 — Cowork / Claude Code plugins + Managed Agents</title><link>https://tpow-001.netlify.app/post/2026-05-20-financial-services-tutorial/</link><pubDate>Wed, 20 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-20-financial-services-tutorial/</guid><description><![CDATA[<h1 id="anthropic-financial-services-詳細教學" data-numberify>Anthropic Financial Services 詳細教學<a class="anchor ms-1" href="#anthropic-financial-services-詳細教學"></a></h1>
<blockquote>
<p><strong>本教學對應 repo commit <code>3edda1c</code> (2026-05-19)，最後驗證日 2026-05-20。</strong>
涵蓋專案定位、安裝、核心架構（&ldquo;one source, two wrappers&rdquo;）、scripts CLI、應用場景、資安、FAQ、進階技巧、整合 9 個章節，<strong>重點放在「可移植到其他領域的 plugin 工程模式」</strong>。</p>]]></description></item><item><title>daily_stock_analysis 詳細教學 — LLM 股票分析全棧系統</title><link>https://tpow-001.netlify.app/post/2026-05-20-daily_stock_analysis-tutorial/</link><pubDate>Wed, 20 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-20-daily_stock_analysis-tutorial/</guid><description><![CDATA[<h1 id="daily_stock_analysis-dsa-詳細教學" data-numberify>daily_stock_analysis (DSA) 詳細教學<a class="anchor ms-1" href="#daily_stock_analysis-dsa-詳細教學"></a></h1>
<blockquote>
<p><strong>本教學對應 repo commit <code>8be6546</code> (2026-05-20, v3.17.1 之後)，最後驗證日 2026-05-20。</strong>
涵蓋專案定位、安裝（4 種方案）、核心架構、CLI 詳細用法、應用場景、資安、FAQ、進階技巧、整合 9 個章節，<strong>重點是「多供應商抽象 + GitHub Actions 排程 + 多通道通知」三個可移植 pattern</strong>。</p>]]></description></item><item><title>GenCAD 詳細教學 — 影像條件 CAD 生成（TMLR 2025）</title><link>https://tpow-001.netlify.app/post/2026-05-20-gencad-tutorial/</link><pubDate>Wed, 20 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-20-gencad-tutorial/</guid><description><![CDATA[<h1 id="gencad-詳細教學" data-numberify>GenCAD 詳細教學<a class="anchor ms-1" href="#gencad-詳細教學"></a></h1>
<blockquote>
<p><strong>本教學對應 repo commit <code>f5484cf</code> (2025-07-14)，最後驗證日 2026-05-20。</strong>
涵蓋專案定位、安裝、核心架構、CLI 詳細用法、應用情境、資安掃描、FAQ、進階技巧、整合建議共 11 個章節。</p>]]></description></item><item><title>RTK (Rust Token Killer) 完整教學 — Claude Code / Copilot / Cursor 的 token 殺手</title><link>https://tpow-001.netlify.app/post/2026-05-20-rtk-tutorial/</link><pubDate>Wed, 20 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-20-rtk-tutorial/</guid><description><![CDATA[<h1 id="rtk-rust-token-killer-完整教學" data-numberify>RTK (Rust Token Killer) 完整教學<a class="anchor ms-1" href="#rtk-rust-token-killer-完整教學"></a></h1>
<blockquote>
<p>一句話：在 LLM agent 跑 shell 命令前先過濾、分群、去重、截斷輸出，把 token 消耗砍 60–90%。</p></blockquote>

<h2 id="1-專案定位" data-numberify>1. 專案定位<a class="anchor ms-1" href="#1-專案定位"></a></h2>
<p><strong>RTK (Rust Token Killer; Rust token 殺手)</strong> 是 Rust 寫的 CLI proxy，定位是「AI agent 與 shell 之間的壓縮層」。和其他類似工具比較：</p>]]></description></item><item><title>SwiftClip 詳細教學 — Remotion 影片模板 + Claude/Codex Plugin</title><link>https://tpow-001.netlify.app/post/2026-05-20-swiftclip-tutorial/</link><pubDate>Wed, 20 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-20-swiftclip-tutorial/</guid><description><![CDATA[<h1 id="swiftclip-詳細教學" data-numberify>SwiftClip 詳細教學<a class="anchor ms-1" href="#swiftclip-詳細教學"></a></h1>
<blockquote>
<p><strong>本教學對應 repo commit <code>1ab3903</code> (2026-05-11)，最後驗證日 2026-05-20。</strong>
涵蓋專案定位、安裝、核心架構、CLI 詳細用法、應用情境、資安、FAQ、進階技巧、整合建議共 11 章。</p>]]></description></item><item><title>CLIProxyAPI 完整教學 — 把 CLI 訂閱配額變成 OpenAI 相容 API（含 koc 灰色市場深度討論）</title><link>https://tpow-001.netlify.app/post/2026-05-19-cliproxyapi-tutorial/</link><pubDate>Tue, 19 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-19-cliproxyapi-tutorial/</guid><description><![CDATA[<h1 id="cliproxyapi-完整教學" data-numberify>CLIProxyAPI 完整教學<a class="anchor ms-1" href="#cliproxyapi-完整教學"></a></h1>
<blockquote>
<p>一個 Go proxy，把你買的 Claude Pro / ChatGPT Plus / Gemini Pro CLI 訂閱<strong>重新打包成 OpenAI 相容 API</strong>。
同時也是 <strong>「中國地下 API 中轉站經濟」</strong>（koc.com.tw 2026-05-18 報導）的關鍵元件 — 這份教學會把技術與爭議<strong>同時</strong>講清楚。</p>]]></description></item><item><title>RFdiffusion 完整教學 — 從零開始用擴散模型設計蛋白質</title><link>https://tpow-001.netlify.app/post/2026-05-19-rfdiffusion-tutorial/</link><pubDate>Tue, 19 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-19-rfdiffusion-tutorial/</guid><description><![CDATA[<h1 id="rfdiffusion-完整教學" data-numberify>RFdiffusion 完整教學<a class="anchor ms-1" href="#rfdiffusion-完整教學"></a></h1>
<blockquote>
<p>把 protein design (蛋白質設計; PD) 從「修改既有結構」推進到「從噪音開始 generate 全新功能蛋白質」。
這份教學涵蓋：原理、安裝、6 種主要 design task、實際 contig 寫法、資安考量、與 ProteinMPNN + AlphaFold pipeline 整合。</p>]]></description></item><item><title>Articraft 完整教學 — Agentic 系統做 articulated 3D asset 生成</title><link>https://tpow-001.netlify.app/post/2026-05-18-articraft-tutorial/</link><pubDate>Mon, 18 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-18-articraft-tutorial/</guid><description><![CDATA[<h1 id="articraft-完整教學--agentic-系統做-articulated-3d-asset-生成" data-numberify>Articraft 完整教學 — Agentic 系統做 articulated 3D asset 生成<a class="anchor ms-1" href="#articraft-完整教學--agentic-系統做-articulated-3d-asset-生成"></a></h1>
<blockquote>
<p>⚠️ <strong>重要資安提醒</strong>：Articraft 會把 LLM 生成的 <code>model.py</code> 當 Python 程式碼直接執行（local compile + probe + viewer materialization）。<strong>絕對不要直接跑來源不明的 record / 對抗性 prompt 生成的 record</strong>。建議用 disposable VM / Docker container / 雲端隔離環境。詳見第 6 節。</p>]]></description></item><item><title>awesome-design-md 完整教學 — 用 DESIGN.md 讓 AI agent 生出對的 UI</title><link>https://tpow-001.netlify.app/post/2026-05-18-awesome-design-md-tutorial/</link><pubDate>Mon, 18 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-18-awesome-design-md-tutorial/</guid><description><![CDATA[<h1 id="awesome-design-md-完整教學--用-designmd-讓-ai-agent-生出對的-ui" data-numberify>awesome-design-md 完整教學 — 用 DESIGN.md 讓 AI agent 生出對的 UI<a class="anchor ms-1" href="#awesome-design-md-完整教學--用-designmd-讓-ai-agent-生出對的-ui"></a></h1>
<blockquote>
<p>📁 對應 metadata 報告：<code>2026-05-18-github-VoltAgent-awesome-design-md.md</code>
🌐 對應 HTML：<code>projects/awesome-design-md/quarkdown-out/02-tutorial/index.html</code></p>]]></description></item><item><title>broadinstitute/depmap_omics 完整教學指南</title><link>https://tpow-001.netlify.app/post/2026-05-18-depmap_omics-tutorial/</link><pubDate>Mon, 18 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-18-depmap_omics-tutorial/</guid><description><![CDATA[<h1 id="broadinstitutedepmap_omics-完整教學指南" data-numberify>broadinstitute/depmap_omics 完整教學指南<a class="anchor ms-1" href="#broadinstitutedepmap_omics-完整教學指南"></a></h1>
<blockquote>
<p><strong>一句話定位</strong>：depmap_omics 是 Broad Institute 維護的官方 <strong>DepMap 季度資料生產 pipeline</strong>。每季把 CCLE 細胞株的 WGS/WES/RNAseq raw data，透過 Terra cloud workflows 處理成 DepMap portal 對外發佈的標準矩陣（CN、Mutation、Expression、Fusion、Dependency）。</p>]]></description></item><item><title>cell2sentence (C2S / C2S-Scale) 完整教學</title><link>https://tpow-001.netlify.app/post/2026-05-18-cell2sentence-tutorial/</link><pubDate>Mon, 18 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-18-cell2sentence-tutorial/</guid><description><![CDATA[<h1 id="cell2sentence-c2s--c2s-scale--完整教學" data-numberify>cell2sentence (C2S / C2S-Scale) — 完整教學<a class="anchor ms-1" href="#cell2sentence-c2s--c2s-scale--完整教學"></a></h1>
<blockquote>
<p>把單細胞 RNA-seq 表達矩陣轉成 LLM 看得懂的「cell sentence (細胞句子)」，用大型語言模型做 cell type prediction (細胞類型預測)、cell generation (細胞生成)、perturbation response prediction (擾動反應預測) 等任務。</p>]]></description></item><item><title>fireworks-tech-graph 詳細安裝與使用教學（含資安掃描報告）</title><link>https://tpow-001.netlify.app/post/2026-05-18-fireworks-tech-graph-tutorial/</link><pubDate>Mon, 18 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-18-fireworks-tech-graph-tutorial/</guid><description><![CDATA[<h1 id="fireworks-tech-graph-詳細安裝與使用教學" data-numberify>fireworks-tech-graph 詳細安裝與使用教學<a class="anchor ms-1" href="#fireworks-tech-graph-詳細安裝與使用教學"></a></h1>
<blockquote>
<p>本文件 deep-dive 整理 <code>yizhiyanhua-ai/fireworks-tech-graph</code> 的安裝、設定、API 使用、應用情境，並附上對所有 <code>scripts/</code> 與 <code>SKILL.md</code> 的資安審查結果。閱讀對象：想把這個 skill 納入個人 / 團隊 Claude Code 工作流的開發者。</p>]]></description></item><item><title>img-hosting 完整教學 — Cloudflare 全家桶私人圖床（含 Claude Code skill）</title><link>https://tpow-001.netlify.app/post/2026-05-18-img-hosting-tutorial/</link><pubDate>Mon, 18 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-18-img-hosting-tutorial/</guid><description><![CDATA[<h1 id="img-hosting-完整教學" data-numberify>img-hosting 完整教學<a class="anchor ms-1" href="#img-hosting-完整教學"></a></h1>
<blockquote>
<p>用一個 Worker、一顆 API_KEY、Cloudflare R2 + D1 + Access 做一個只有自己能寫、任何人能讀的 Imgur-shaped 圖床。
多送你：bash CLI 跟 Claude Code skill 各一份。</p>]]></description></item><item><title>nuclei 完整教學 — YAML-based 漏洞掃描器從零到上線</title><link>https://tpow-001.netlify.app/post/2026-05-18-nuclei-tutorial/</link><pubDate>Mon, 18 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-18-nuclei-tutorial/</guid><description><![CDATA[<blockquote>
<p>⚠️ <strong>使用授權警示</strong>：nuclei 是<strong>主動式漏洞掃描器</strong>，會對目標發送可能觸發漏洞的請求。<strong>未經書面授權對他人系統執行掃描，在許多司法管轄區屬於違法行為</strong>（台灣：刑法 §358 / §359；美國：CFAA；歐盟：CDA / NIS2）。本教學僅用於：(a) 你擁有的系統，(b) 你以書面合約被授權測試的系統，(c) 公開 Bug Bounty Program 範圍內的標的。</p>]]></description></item><item><title>NVIDIA VSS Blueprint 完整教學 — Video Search and Summarization (v3.1.0)</title><link>https://tpow-001.netlify.app/post/2026-05-18-video-search-and-summarization-tutorial/</link><pubDate>Mon, 18 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-18-video-search-and-summarization-tutorial/</guid><description><![CDATA[<h1 id="nvidia-vss-blueprint-完整教學--video-search-and-summarization-v310" data-numberify>NVIDIA VSS Blueprint 完整教學 — Video Search and Summarization (v3.1.0)<a class="anchor ms-1" href="#nvidia-vss-blueprint-完整教學--video-search-and-summarization-v310"></a></h1>
<blockquote>
<p>本教學以 <strong>2026-05-15 main 分支快照</strong> 為基礎，搭配 v3.1.0 release 對照撰寫。
對應的 metadata 報告：<code>2026-05-17-github-NVIDIA-AI-Blueprints-video-search-and-summarization.md</code>
對應的 quarkdown HTML：<code>projects/video-search-and-summarization/quarkdown-out/02-tutorial/index.html</code></p>]]></description></item><item><title>OpenHuman 詳細安裝與使用教學（含資安掃描報告）</title><link>https://tpow-001.netlify.app/post/2026-05-18-openhuman-tutorial/</link><pubDate>Mon, 18 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-18-openhuman-tutorial/</guid><description><![CDATA[<h1 id="openhuman-詳細安裝與使用教學" data-numberify>OpenHuman 詳細安裝與使用教學<a class="anchor ms-1" href="#openhuman-詳細安裝與使用教學"></a></h1>
<blockquote>
<p>本文件 deep-dive 整理 <code>tinyhumansai/openhuman</code> 的安裝、設定、核心架構、應用情境，並附上對 <code>scripts/</code> 與 install pipeline 的資安審查結果。閱讀對象：想把 OpenHuman 納入個人 / 團隊日常工作流的開發者與 power user。</p>]]></description></item><item><title>PyRAG 完整教學 — 把多跳 RAG 當 Python 程式來執行</title><link>https://tpow-001.netlify.app/post/2026-05-18-pyrag-tutorial/</link><pubDate>Mon, 18 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-18-pyrag-tutorial/</guid><description><![CDATA[<blockquote>
<p>⚠️ <strong>重要警示</strong>：PyRAG 的核心機制是用 <code>exec()</code> 執行 LLM 產生的 Python code。<strong>研究 / lab 環境完全可用，但任何 non-research 部署必須先沙箱化</strong> — README 作者已主動聲明，本教學會在 §6 詳細說明風險與緩解。</p>]]></description></item><item><title>supervision 完整教學 — Roboflow 開源 Computer Vision 工具集從零到上線</title><link>https://tpow-001.netlify.app/post/2026-05-18-supervision-tutorial/</link><pubDate>Mon, 18 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-18-supervision-tutorial/</guid><description><![CDATA[<h1 id="supervision-完整教學" data-numberify>supervision 完整教學<a class="anchor ms-1" href="#supervision-完整教學"></a></h1>
<blockquote>
<p>30 分鐘從安裝到能寫出「車流計數 / 區域進出告警 / 速度估計」這類 production 級 CV pipeline。</p></blockquote>
<hr>

<h2 id="1-專案定位" data-numberify>1. 專案定位<a class="anchor ms-1" href="#1-專案定位"></a></h2>

<h3 id="11-一句話總結" data-numberify>1.1 一句話總結<a class="anchor ms-1" href="#11-一句話總結"></a></h3>
<p><strong><code>supervision</code></strong> 是 <a href="https://roboflow.com" target="_blank" rel="noopener noreferrer">Roboflow<i class="fas fa-external-link-square-alt ms-1"></i></a> 開源的 <strong>model-agnostic</strong> computer vision toolkit。把任何 detection / segmentation / classification model 的輸出 <strong>標準化</strong> 成統一資料結構（<code>sv.Detections</code> / <code>sv.KeyPoints</code> / <code>sv.Classifications</code>），然後用一套乾淨 API 做視覺化、ROI 計數、速度估算、tracking、dataset 轉換、metric 計算。</p>]]></description></item><item><title>taiwan-legal-plugin 完整教學 — Claude Code 內查台灣裁判書與法規</title><link>https://tpow-001.netlify.app/post/2026-05-18-taiwan-legal-plugin-tutorial/</link><pubDate>Mon, 18 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-18-taiwan-legal-plugin-tutorial/</guid><description><![CDATA[<h1 id="taiwan-legal-plugin-完整教學" data-numberify>taiwan-legal-plugin 完整教學<a class="anchor ms-1" href="#taiwan-legal-plugin-完整教學"></a></h1>
<blockquote>
<p>把 Claude Code 變成「會查台灣裁判書與法規」的法律助理 — 安裝、使用、設計理念、資安審查全套說明。</p></blockquote>
<hr>

<h2 id="1-專案定位" data-numberify>1. 專案定位<a class="anchor ms-1" href="#1-專案定位"></a></h2>

<h3 id="11-一句話總結" data-numberify>1.1 一句話總結<a class="anchor ms-1" href="#11-一句話總結"></a></h3>
<p><code>taiwan-legal-plugin</code> 是一個 <a href="https://claude.com/claude-code" target="_blank" rel="noopener noreferrer">Claude Code<i class="fas fa-external-link-square-alt ms-1"></i></a> plugin marketplace，讓 Claude 直接在 IDE / chat 中查詢三個台灣公開法律資料來源：<strong>裁判書</strong>、<strong>法規</strong>、（v0.2 預計）<strong>憲法法庭釋字</strong>。</p>]]></description></item></channel></rss>