RTK (Rust Token Killer) 完整教學 一句話:在 LLM agent 跑 shell 命令前先過濾、分群、去重、截斷輸出,把 token 消耗砍 60–90%。 1. 專案定位 RTK (Rust Token Killer; Rust token 殺手) 是 Rust 寫的 CLI proxy,定位是「AI agent 與 shell 之間的壓縮層」。和其他類似工具比較: 維度 RTK LiteLLM proxy promptfoo 自寫 hook 目標 砍 shell command 輸出 token LLM API 路由 Prompt 評估 DIY 部署 單 Rust binary,零依賴 Python...

NVIDIA VSS Blueprint 完整教學 — Video Search and Summarization (v3.1.0) 本教學以 2026-05-15 main 分支快照 為基礎,搭配 v3.1.0 release 對照撰寫。 對應的 metadata 報告:2026-05-17-github-NVIDIA-AI-Blueprints-video-search-and-summarization.md 對應的 quarkdown HTML:projects/video-search-and-summarization/quarkdown-out/02-tutorial/index.html 1. 專案定位 1.1 ...