<?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>Llm on TPOW Lab</title><link>https://tpow-001.netlify.app/tags/llm/</link><description>Recent content in Llm on TPOW Lab</description><generator>Hugo</generator><language>en</language><copyright>Copyright &amp;copy; 2025-2026 TPOW-001. All Rights Reserved.</copyright><lastBuildDate>Tue, 07 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://tpow-001.netlify.app/tags/llm/index.xml" rel="self" type="application/rss+xml"/><item><title>claude-real-video 教學 — 讓 Claude 真正看懂影片</title><link>https://tpow-001.netlify.app/post/2026-07-07-claude-real-video-tutorial/</link><pubDate>Tue, 07 Jul 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-07-07-claude-real-video-tutorial/</guid><description><![CDATA[<h1 id="claude-real-video-claude-實時影片-教學" data-numberify>claude-real-video (Claude 實時影片) 教學<a class="anchor ms-1" href="#claude-real-video-claude-實時影片-教學"></a></h1>

<h2 id="1-專案定位" data-numberify>1. 專案定位<a class="anchor ms-1" href="#1-專案定位"></a></h2>
<p><code>claude-real-video (Claude 實時影片)</code>，CLI 指令別名 <code>crv</code>，解決的是一個很具體的痛點：<strong>LLM 沒辦法真正「看」影片</strong>。</p>
<p>現況盤點：</p>]]></description></item><item><title>Strands Evals 完整教學</title><link>https://tpow-001.netlify.app/post/2026-06-18-evals-tutorial/</link><pubDate>Thu, 18 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-18-evals-tutorial/</guid><description><![CDATA[<blockquote>
<p><strong>Repository</strong>: <a href="https://github.com/strands-agents/evals" target="_blank" rel="noopener noreferrer">https://github.com/strands-agents/evals<i class="fas fa-external-link-square-alt ms-1"></i></a>
<strong>Stars</strong>: 144 | <strong>Forks</strong>: 39 | <strong>Language</strong>: Python | <strong>License</strong>: Apache-2.0
<strong>Tags</strong>: Evaluation, Testing, LLM, Agentic AI, Machine Learning
<strong>PyPI</strong>: <code>strands-agents-evals</code> | <strong>Python</strong>: 3.10+
<strong>Homepage</strong>: <a href="https://strandsagents.com" target="_blank" rel="noopener noreferrer">https://strandsagents.com<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>Strands Evals 是 <strong>Strands Agents 生態系</strong> 中的綜合評估框架 (Comprehensive Evaluation Framework)，由 AWS 開源團隊開發維護。它為 AI Agent 與 LLM 應用提供從簡單的輸出驗證 (Output Validation) 到複雜的多 Agent 互動分析 (Multi-Agent Interaction Analysis)、軌跡評估 (Trajectory Evaluation)、自動化實驗生成 (Automated Experiment Generation) 等全方位評估能力。</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>Tutorial: deepforestsci/DeepRetro — LLM 驅動遞歸逆合成完整解析</title><link>https://tpow-001.netlify.app/post/2026-06-05-deepretro-tutorial/</link><pubDate>Fri, 05 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-05-deepretro-tutorial/</guid><description><![CDATA[<h1 id="deepretro-完整教學" data-numberify>DeepRetro 完整教學<a class="anchor ms-1" href="#deepretro-完整教學"></a></h1>
<blockquote>
<p><strong>本文目的</strong>：把 DeepRetro 的「為什麼要用 LLM 做逆合成」、「整個 pipeline 怎麼運作」、「怎麼跑起來然後接進你的 lead optimization 工作流」一次講清楚。重點放在<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>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>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>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>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>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>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>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></channel></rss>