<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Min Wen (中文)</title><description>Blogs and Portfolios for Min Wen</description><link>https://cmwen.github.io/</link><item><title>本機服務也值得使用 OpenTelemetry，但不要照搬企業預設</title><link>https://cmwen.github.io/zh-hant/posts/local-observability-does-not-need-enterprise-defaults/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/local-observability-does-not-need-enterprise-defaults/</guid><description>在家用網路部署 IdP、OpenTelemetry、VPN 與 OpenObserve 之後，我重新思考日誌、追蹤、指標與資料保留期限該如何取捨。</description><pubDate>Mon, 21 Sep 2026 14:00:00 GMT</pubDate></item><item><title>把想法放到 GitHub 之後，我發現這條路有人一起走</title><link>https://cmwen.github.io/zh-hant/posts/the-architecture-wasnt-imaginary-open-sourcing-agentic-workspace/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/the-architecture-wasnt-imaginary-open-sourcing-agentic-workspace/</guid><description>我把 agentic workspace 的想法放進新的 GitHub organization 和公開文件站，後來又看到 Kiro Crew 探索相近方向。這不是競爭，而是很好的收斂證據。</description><pubDate>Mon, 31 Aug 2026 00:00:00 GMT</pubDate></item><item><title>為 Agentic Engineering 打造一個開放工作區</title><link>https://cmwen.github.io/zh-hant/posts/open-workspace-for-agentic-engineering/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/open-workspace-for-agentic-engineering/</guid><description>真正的產品是 architecture，CLI 只是證明。這是我從工作上使用 coding agent 後，逐步整理出的開放工作區 pattern language。</description><pubDate>Sat, 29 Aug 2026 00:00:00 GMT</pubDate></item><item><title>發現問題：AI 代理如何找到你的 WebMCP 工具？</title><link>https://cmwen.github.io/zh-hant/posts/webmcp-discovery-problem/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/webmcp-discovery-problem/</guid><description>WebMCP 最大的未解決挑戰是工具發現——代理與網頁互動的未來取決於解決 AI 代理如何在不需要昂貴導航的情況下找到你網站的結構化工具。</description><pubDate>Sat, 29 Aug 2026 00:00:00 GMT</pubDate></item><item><title>從 Coding Agent 到持續運作的工程團隊</title><link>https://cmwen.github.io/zh-hant/posts/from-coding-agent-to-engineering-team/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/from-coding-agent-to-engineering-team/</guid><description>Coding agent 最有價值的角色可能不是另一個 feature developer，而是 housekeeper、bug fixer、test maintainer 與 dependency maintainer。</description><pubDate>Fri, 28 Aug 2026 00:00:00 GMT</pubDate></item><item><title>只有 Worktree 還不夠</title><link>https://cmwen.github.io/zh-hant/posts/worktrees-are-not-enough/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/worktrees-are-not-enough/</guid><description>Git worktree 只隔離檔案，不會隔離 port、database、process、container 或 browser profile。並行 Run 還需要清楚的 runtime resource ownership。</description><pubDate>Thu, 27 Aug 2026 00:00:00 GMT</pubDate></item><item><title>不用 Swarm，也能讓多個 Coding Agent 一起工作</title><link>https://cmwen.github.io/zh-hant/posts/multiple-coding-agents-without-a-swarm/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/multiple-coding-agents-without-a-swarm/</guid><description>多個 coding agent 不需要共享一顆大腦。真正需要的是隔離 Run、共同工程脈絡、公開 intent，以及刻意設計的 integration boundary。</description><pubDate>Wed, 26 Aug 2026 00:00:00 GMT</pubDate></item><item><title>一個 Agent，一次隔離的 Run</title><link>https://cmwen.github.io/zh-hant/posts/one-agent-one-isolated-run/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/one-agent-one-isolated-run/</guid><description>Coding agent 不該直接修改開發者正在使用的 checkout。每次任務都應在隔離、有邊界的 Run 裡工作，最後交回可 review 的候選變更。</description><pubDate>Tue, 25 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Git 記得改了什麼，卻不記得我們為什麼走到這裡</title><link>https://cmwen.github.io/zh-hant/posts/git-stores-what-changed-not-why-we-got-there/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/git-stores-what-changed-not-why-we-got-there/</guid><description>Agent session 會產生目標、失敗、發現與決策。真正該長期保存的不是完整對話，而是經過整理、未來仍有工程價值的那一小部分。</description><pubDate>Mon, 24 Aug 2026 00:00:00 GMT</pubDate></item><item><title>軟體系統比一個 Repo 更大</title><link>https://cmwen.github.io/zh-hant/posts/software-system-is-bigger-than-a-repository/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/software-system-is-bigger-than-a-repository/</guid><description>Coding agent 可以修改的範圍，和它必須理解的範圍，通常不是同一個邊界。把兩者拆開，才能避免本機正確、整體錯誤的變更。</description><pubDate>Sun, 23 Aug 2026 00:00:00 GMT</pubDate></item><item><title>Coding Agent 重新定義了什麼是工作區</title><link>https://cmwen.github.io/zh-hant/posts/coding-agents-changed-what-a-workspace-means/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/coding-agents-changed-what-a-workspace-means/</guid><description>開始在工作上認真使用 coding agent 之後，我才發現 Repo 只保存程式碼，真正的工作單位其實是圍繞任務建立、用完即可丟棄的工程工作區。</description><pubDate>Sat, 22 Aug 2026 00:00:00 GMT</pubDate></item><item><title>頂尖實驗室、開源生態與 AI 時代的創新飛輪</title><link>https://cmwen.github.io/zh-hant/posts/frontier-labs-open-source-and-the-innovation-flywheel/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/frontier-labs-open-source-and-the-innovation-flywheel/</guid><description>探討頂尖 AI 研發實驗室與開源社群如何形成強大互補的創新飛輪，一端負責高成本的 0 到 1 能力突破，另一端則展開無拘無束的 1 到 N 邊界探索。</description><pubDate>Sun, 16 Aug 2026 08:30:00 GMT</pubDate></item><item><title>未來的軟體：不再只有一個標準應用程式</title><link>https://cmwen.github.io/zh-hant/posts/the-future-of-software-is-no-single-canonical-application/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/the-future-of-software-is-no-single-canonical-application/</guid><description>應用程式可能成為可重複使用能力的參考組合，讓使用者與代理程式圍繞目標，而不是供應商邊界來組裝軟體。</description><pubDate>Sat, 15 Aug 2026 14:00:00 GMT</pubDate></item><item><title>未來的 UI：不再只有一個標準介面</title><link>https://cmwen.github.io/zh-hant/posts/the-future-of-ui-is-no-single-canonical-ui/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/the-future-of-ui-is-no-single-canonical-ui/</guid><description>AI 不會消滅圖形介面，而是讓每個人依自己的需求，組合合適的互動方式、資訊密度與工作流程。</description><pubDate>Fri, 14 Aug 2026 14:00:00 GMT</pubDate></item><item><title>讓多個 LLM 供應商共享一層上下文</title><link>https://cmwen.github.io/zh-hant/posts/shared-context-across-llm-providers/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/shared-context-across-llm-providers/</guid><description>透過插件與共享檔案儲存空間，把刻意整理的上下文帶到不同 LLM 供應商之間，也讓雲端對話能接續本機 coding agent 的工作。</description><pubDate>Mon, 10 Aug 2026 14:00:00 GMT</pubDate></item><item><title>讓工作空間真的能組合：一套共通語意框架</title><link>https://cmwen.github.io/zh-hant/posts/07-framework-for-composable-workspaces/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/07-framework-for-composable-workspaces/</guid><description>可組合工作空間不只要能排面板，還需要共用物件、資料、動作、畫面、事件與意圖，才能讓不同工具接得起來。</description><pubDate>Thu, 06 Aug 2026 14:00:00 GMT</pubDate></item><item><title>以工作流程為中心的 Workbench：讓一項工作有自己的位置</title><link>https://cmwen.github.io/zh-hant/posts/06-the-workflow-centric-workbench/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/06-the-workflow-centric-workbench/</guid><description>Workflow-centric workbench 以正在推進的成果為核心，在保留專業工具權責的前提下，整理意圖、證據、狀態與下一步。</description><pubDate>Wed, 05 Aug 2026 14:00:00 GMT</pubDate></item><item><title>分頁越開越多，真正的問題不是瀏覽器</title><link>https://cmwen.github.io/zh-hant/posts/05-the-tab-problem-and-app-centric-fragmentation/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/05-the-tab-problem-and-app-centric-fragmentation/</guid><description>軟體交付之所以零碎，不只是因為分頁太多，而是同一個工作流程被不同應用程式各自切走一部分，最後得靠使用者自己拼回全貌。</description><pubDate>Tue, 04 Aug 2026 14:00:00 GMT</pubDate></item><item><title>為什麼到了 AI 時代，我們還是需要 URL</title><link>https://cmwen.github.io/zh-hant/posts/04-why-urls-will-survive-ai/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/04-why-urls-will-survive-ai/</guid><description>AI 會改變我們進入軟體的方式，但 URL 仍是辨識、授權、分享、深層連結與日後返回工作的共同地址。</description><pubDate>Mon, 03 Aug 2026 14:00:00 GMT</pubDate></item><item><title>MCP Apps 與 AI 介面層</title><link>https://cmwen.github.io/zh-hant/posts/03-mcp-apps-and-the-ai-interface-layer/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/03-mcp-apps-and-the-ai-interface-layer/</guid><description>MCP 讓 AI 使用結構化工具，MCP Apps 再補上情境式互動畫面；需要長期導覽、分享與協作時，完整 Web App 仍有不可取代的角色。</description><pubDate>Sun, 02 Aug 2026 14:00:00 GMT</pubDate></item><item><title>為什麼本機 Web App 值得重新認識</title><link>https://cmwen.github.io/zh-hant/posts/02-local-web-apps-are-underrated/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/02-local-web-apps-are-underrated/</guid><description>本機工具也能使用瀏覽器提供完整視覺介面。只要把程式生命週期、資料保存與安全邊界設計清楚，就不必急著做成雲端服務。</description><pubDate>Sat, 01 Aug 2026 14:00:00 GMT</pubDate></item><item><title>從 App 到意圖驅動運算：系列導讀</title><link>https://cmwen.github.io/zh-hant/posts/00-from-apps-to-intent-driven-computing/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/00-from-apps-to-intent-driven-computing/</guid><description>八篇文章帶你從應用程式介面、工作流程與可組合工作區，一路思考 AI 時代的介面會走向哪裡。</description><pubDate>Fri, 31 Jul 2026 14:00:00 GMT</pubDate></item><item><title>如何選擇合適的應用程式介面</title><link>https://cmwen.github.io/zh-hant/posts/01-choosing-the-right-application-interface/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/01-choosing-the-right-application-interface/</guid><description>比較 CLI、TUI、Web App、PWA、桌面程式、瀏覽器擴充功能與 MCP 時，先看使用者怎麼思考與操作，而不是程式內部有多複雜。</description><pubDate>Fri, 31 Jul 2026 14:00:00 GMT</pubDate></item><item><title>意圖優先，不等於未來只剩聊天視窗</title><link>https://cmwen.github.io/zh-hant/posts/08-intent-first-computing-and-future-ui/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/08-intent-first-computing-and-future-ui/</guid><description>真正的意圖優先運算，會依工作組合意圖、互動、注意力與持久工作空間四種介面，而不是把所有事情塞進聊天機器人。</description><pubDate>Fri, 31 Jul 2026 14:00:00 GMT</pubDate></item><item><title>本地還是遠端 LLM？不要只靠直覺，打造認知路由器</title><link>https://cmwen.github.io/zh-hant/posts/local-vs-remote-llm-cognitive-router/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/local-vs-remote-llm-cognitive-router/</guid><description>一套實用框架，從風險、隱私、上下文、成本、可驗證性與可逆性，判斷任務該交給本地 LLM、遠端模型，還是混合編排。</description><pubDate>Thu, 02 Jul 2026 10:00:00 GMT</pubDate></item><item><title>OpenAI Codex 與 Coding Agent 的自建或採用抉擇</title><link>https://cmwen.github.io/zh-hant/posts/openai-codex-build-vs-buy-coding-agents/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/openai-codex-build-vs-buy-coding-agents/</guid><description>在我用 tmux、Tailscale 與 PWA 打造自己的 Copilot CLI 控制平面之後，Codex 讓我重新思考開發者應該自己打造什麼，又該採用平台已經做好的什麼。</description><pubDate>Wed, 17 Jun 2026 00:00:00 GMT</pubDate></item><item><title>面對 LLM 補貼時代的終結：打造節省 Token 的自動化架構</title><link>https://cmwen.github.io/zh-hant/posts/token-saving-llm-architecture/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/token-saving-llm-architecture/</guid><description>LLM 補貼時代不會長久。本文介紹如何建立分層、高效率的自動化系統，將確定性任務、本地模型與前沿 AI 妥善區隔。</description><pubDate>Mon, 08 Jun 2026 06:00:00 GMT</pubDate></item><item><title>Agentic 系統成熟度階梯：從聊天機器人到編排式 AI</title><link>https://cmwen.github.io/zh-hant/posts/agentic-system-maturity-ladder/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/agentic-system-maturity-ladder/</guid><description>用一套框架理解 AI agent 的演進：從簡單對話模型到可協同運作的多代理編排系統。</description><pubDate>Fri, 15 May 2026 08:00:00 GMT</pubDate></item><item><title>在 Coding Agents 時代，PR Review 應該從 Intent 開始</title><link>https://cmwen.github.io/zh-hant/posts/pr-review-should-start-with-intent/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/pr-review-should-start-with-intent/</guid><description>當 Coding Agent 寫出愈來愈多實作內容時，真正該審查的對象不只是 diff，而是這次變更是否仍然符合使用者意圖、限制條件與專案目標。</description><pubDate>Thu, 07 May 2026 21:54:13 GMT</pubDate></item><item><title>用 Tmux 與 Tailscale 打造 Copilot 控制平面</title><link>https://cmwen.github.io/zh-hant/posts/building-a-copilot-control-plane-with-tmux-and-tailscale/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/building-a-copilot-control-plane-with-tmux-and-tailscale/</guid><description>我如何把 Copilot CLI 包成一個由桌機代管的小型 Web App，讓我能從手機委派程式任務，同時保有控制權。</description><pubDate>Sat, 21 Mar 2026 20:32:32 GMT</pubDate></item><item><title>Coding Agent vs OpenClaw：為什麼 OpenClaw 的吸引力超過它的能力差距</title><link>https://cmwen.github.io/zh-hant/posts/coding-agent-vs-openclaw/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/coding-agent-vs-openclaw/</guid><description>我對 OpenClaw 爆紅原因的看法：重點不在它比 coding agent 更強，而在於單一協調者介面大幅降低了 context switching 與認知負擔。</description><pubDate>Wed, 18 Mar 2026 00:00:00 GMT</pubDate></item><item><title>先建構，後理解：AI 如何改變了我開發軟體的方式</title><link>https://cmwen.github.io/zh-hant/posts/top-down-software-development-with-ai/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/top-down-software-development-with-ai/</guid><description>AI 開創了一種由上而下、目標優先的軟體開發模式。你現在可以先建構出真實的成果，再去理解它的運作原理——這對開發者而言改變了一切。</description><pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate></item><item><title>桌面 AI 編碼助手：開發者工具的新時代</title><link>https://cmwen.github.io/zh-hant/posts/desktop-ai-coding-assistants-new-era/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/desktop-ai-coding-assistants-new-era/</guid><description>像 OpenAI Codex 這樣的桌面 AI 編碼應用程式如何透過持久化上下文、並行任務和統一介面革新開發者工作流程。</description><pubDate>Wed, 04 Feb 2026 00:00:00 GMT</pubDate></item><item><title>從編碼到編排：AI 如何重新定義開發者的角色</title><link>https://cmwen.github.io/zh-hant/posts/from-coding-to-orchestration/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/from-coding-to-orchestration/</guid><description>AI 編碼工具從 IDE 插件到 agent 編排平台的演進，以及這對軟體開發未來的意義。</description><pubDate>Wed, 04 Feb 2026 00:00:00 GMT</pubDate></item><item><title>OpenCode：從任何地方編寫代碼，使用您的個人 AI 開發伺服器</title><link>https://cmwen.github.io/zh-hant/posts/opencode-self-hosted-ai-coding-assistant/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/opencode-self-hosted-ai-coding-assistant/</guid><description>OpenCode 的伺服器模式如何改變了我的工作流程 — 在桌面上啟動長期運行的任務，並從您的手機、平板電腦或網絡上的任何位置檢查進度。</description><pubDate>Sun, 18 Jan 2026 00:00:00 GMT</pubDate></item><item><title>2025：AI 驅動開發與個人成長的一年</title><link>https://cmwen.github.io/zh-hant/posts/2025-year-in-review/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/2025-year-in-review/</guid><description>對 27 篇部落格文章的全面回顧，追溯我在 AI 編碼代理、開發工具、個人實驗以及 2025 年軟體開發演進中的旅程。</description><pubDate>Wed, 31 Dec 2025 12:00:00 GMT</pubDate></item><item><title>2025 年 VS Code Copilot 自訂設定完全指南</title><link>https://cmwen.github.io/zh-hant/posts/the-2025-field-guide-to-customizing-copilot-in-vs-code/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/the-2025-field-guide-to-customizing-copilot-in-vs-code/</guid><description>實用的決策框架，幫助你了解何時使用 instructions、prompt files、custom agents、agent skills 和 MCP servers，讓 Copilot 在日常工作中保持一致、安全且實用。</description><pubDate>Mon, 22 Dec 2025 10:01:24 GMT</pubDate></item><item><title>AI 增強閱讀：用大型語言模型生成自訂書籍章節</title><link>https://cmwen.github.io/zh-hant/posts/ai-enhanced-reading-custom-chapters/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/ai-enhanced-reading-custom-chapters/</guid><description>探索大型語言模型如何擴展你喜愛的書籍，透過經典思想的視角生成探索當代議題的新章節。學習如何在永恆智慧與現代挑戰之間搭建橋樑。</description><pubDate>Sat, 20 Dec 2025 04:39:00 GMT</pubDate></item><item><title>為什麼 GitHub 押注「Continuous AI」(這對你意味著什麼)</title><link>https://cmwen.github.io/zh-hant/posts/why-github-is-betting-on-continuous-ai/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/why-github-is-betting-on-continuous-ai/</guid><description>Continuous AI 代表 CI/CD 之後的下一次演進——GitHub 對軟體協作中 LLM 驅動自動化的願景，以及開發者需要了解的儲存庫自動化未來。</description><pubDate>Wed, 19 Nov 2025 00:00:00 GMT</pubDate></item><item><title>超越 VSCode 的多代理系統：一種模式浮現</title><link>https://cmwen.github.io/zh-hant/posts/multi-agent-pattern-vscode-autogen-sdlc/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/multi-agent-pattern-vscode-autogen-sdlc/</guid><description>VSCode 自訂代理、AutoGen 與 Agentic SDLC 共享相同架構——專門化代理與結構化交接。探討為何這種模式正成為 AI 編排的標準。</description><pubDate>Thu, 13 Nov 2025 00:00:00 GMT</pubDate></item><item><title>用 Val Town + GitHub App 自動填滿 Android Repo Secrets</title><link>https://cmwen.github.io/zh-hant/posts/automating-android-repo-secrets-with-val-town/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/automating-android-repo-secrets-with-val-town/</guid><description>分享如何把 Val Town 當作密鑰保險箱，讓 GitHub App 在建立新 Android 專案時自動灌入 keystore 與 Action secrets，首發就能跑 release workflow。</description><pubDate>Sat, 08 Nov 2025 06:45:09 GMT</pubDate></item><item><title>使用 GitHub Releases 搭配 Obtainium 私密發佈 Android App</title><link>https://cmwen.github.io/zh-hant/posts/ship-private-android-apps-with-github-releases-and-obtainium/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/ship-private-android-apps-with-github-releases-and-obtainium/</guid><description>了解如何自簽 Android APK、透過 GitHub Actions 自動釋出，並以 Obtainium 在手機上安裝與更新不走 Play 商店的自製 App。</description><pubDate>Sun, 26 Oct 2025 09:33:44 GMT</pubDate></item><item><title>Codex CLI MCP 環境變數：沙盒環境的教訓</title><link>https://cmwen.github.io/zh-hant/posts/mcp-env-vars-in-codex-cli/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/mcp-env-vars-in-codex-cli/</guid><description>Codex CLI 啟動 MCP 伺服器時不會自動繼承終端機的環境變數，了解沙盒差異並把設定寫進 MCP 配置裡。</description><pubDate>Tue, 14 Oct 2025 00:00:00 GMT</pubDate></item><item><title>Copilot CLI vs Codex CLI：終端機 AI 助手全面比較</title><link>https://cmwen.github.io/zh-hant/posts/copilot-cli-vs-codex-cli/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/copilot-cli-vs-codex-cli/</guid><description>深入比較 GitHub Copilot CLI 與 OpenAI Codex CLI 在終端機整合、遠端代理、自訂程度與文件體驗上的差異。</description><pubDate>Sun, 12 Oct 2025 00:00:00 GMT</pubDate></item><item><title>Sora 2 與 Suno 的比較：Sora 2 為何可能（或可能不會）成為主流</title><link>https://cmwen.github.io/zh-hant/posts/sora-2-vs-suno-why-sora2-might-or-might-not-become-mainstream/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/sora-2-vs-suno-why-sora2-might-or-might-not-become-mainstream/</guid><description>比較 Sora 2 與 Suno 的技術差異、社群機制、法律風險，以及 Sora 2 若要成為文化平台所需的策略選擇。</description><pubDate>Sat, 11 Oct 2025 00:00:00 GMT</pubDate></item><item><title>GitHub Copilot CLI：為什麼定價模式很重要</title><link>https://cmwen.github.io/zh-hant/posts/copilot-cli-pricing-model-comparison/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/copilot-cli-pricing-model-comparison/</guid><description>深入探討 GitHub Copilot CLI 純高級模型策略與 Claude Code 和 OpenAI Codex CLI 的差異，以及為什麼免費層級支援能讓它更實用於日常使用。</description><pubDate>Sun, 05 Oct 2025 00:00:00 GMT</pubDate></item><item><title>從程式碼到鏡頭：我的影片製作之旅</title><link>https://cmwen.github.io/zh-hant/posts/venturing-into-video-editing/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/venturing-into-video-editing/</guid><description>一個軟體開發者初次涉足影片錄製和編輯的經驗，分享從製作技術展示過程中學到的經驗，以及在程式開發和影片製作之間發現的相似之處。</description><pubDate>Tue, 23 Sep 2025 00:00:00 GMT</pubDate></item><item><title>使用 KOReader 與 Syncthing 實現跨裝置持續電子書閱讀</title><link>https://cmwen.github.io/zh-hant/posts/koreader-syncthing-ebook-sync/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/koreader-syncthing-ebook-sync/</guid><description>一篇關於設定完全離線、自我託管的解決方案，以使用 KOReader 和 Syncthing 在多個裝置間同步電子書進度、筆記和重點的指南。</description><pubDate>Sat, 20 Sep 2025 00:00:00 GMT</pubDate></item><item><title>個人化分支的崛起：運用 AI 程式助手客製化開源專案</title><link>https://cmwen.github.io/zh-hant/posts/personalizing-open-source-with-coding-agents/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/personalizing-open-source-with-coding-agents/</guid><description>探討 AI 程式助手如何革新我們客製化開源專案的方式，使得個人化變得更加容易，即使不需深入了解程式碼庫。</description><pubDate>Sun, 14 Sep 2025 00:00:00 GMT</pubDate></item><item><title>AGENTS.md：統一編碼助理指令的新標準</title><link>https://cmwen.github.io/zh-hant/posts/agents-md-a-new-standard-for-unified-coding-agent-instructions/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/agents-md-a-new-standard-for-unified-coding-agent-instructions/</guid><description>了解 AGENTS.md，這是為編碼助理提供指令的新開放標準，以及它如何幫助您簡化開發工作流程。</description><pubDate>Sat, 13 Sep 2025 19:28:00 GMT</pubDate></item><item><title>從研究到工程：理解關鍵的轉變</title><link>https://cmwen.github.io/zh-hant/posts/from-research-to-engineering/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/from-research-to-engineering/</guid><description>探討未證實可能性與工程優化之間的關鍵差異。</description><pubDate>Tue, 02 Sep 2025 00:00:00 GMT</pubDate></item><item><title>Copilot Pro 心法：月底重置與小型模型比拚（Bakeoff）</title><link>https://cmwen.github.io/zh-hant/posts/copilot-pro-monthly-reset-and-model-bakeoff/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/copilot-pro-monthly-reset-and-model-bakeoff/</guid><description>善用 Copilot Pro 每月 premium 重置，在月末進行多模型小實驗；固定規格做 bakeoff，觀察體驗與可重複性。</description><pubDate>Sun, 31 Aug 2025 00:00:00 GMT</pubDate></item><item><title>把差異檔變成可重複的重構：輸出 git diff，教會 LLM 產生 codemod 與測試</title><link>https://cmwen.github.io/zh-hant/posts/exporting-diffs-for-llm-codemods/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/exporting-diffs-for-llm-codemods/</guid><description>以 git diff 承載「人類意圖」，讓 LLM 學會重構模式，進而產生可驗證的 codemod 與測試資料，用於跨 repo 套用。</description><pubDate>Tue, 26 Aug 2025 11:12:11 GMT</pubDate></item><item><title>Agentic SDLC 實戰手冊：關鍵節點的人在回路 (HITL)</title><link>https://cmwen.github.io/zh-hant/posts/agentic-sdlc-human-in-the-loop-playbook/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/agentic-sdlc-human-in-the-loop-playbook/</guid><description>把 LLM Agents 納入軟體開發生命週期：讓代理負責重活與證據蒐集，人在關鍵決策點依據證據審核，兼顧速度與風險。</description><pubDate>Mon, 25 Aug 2025 12:00:00 GMT</pubDate></item><item><title>升級到 GitHub Copilot Pro 的心法與體驗</title><link>https://cmwen.github.io/zh-hant/posts/reflections-on-upgrading-to-github-copilot-pro/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/reflections-on-upgrading-to-github-copilot-pro/</guid><description>從企業版轉到 Pro 版後，我如何重新思考模型選擇、premium 請求的配置，以及善用 Coding Agents 與 PR 程式碼審查。</description><pubDate>Sun, 10 Aug 2025 00:00:00 GMT</pubDate></item><item><title>為什麼現代 PostgreSQL 很適合 AI Agents</title><link>https://cmwen.github.io/zh-hant/posts/postgresql-ai-agents/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/postgresql-ai-agents/</guid><description>JSONB、pgvector 到雲端託管，PostgreSQL 讓代理工作流同時擁有彈性、可靠與可攜性。</description><pubDate>Thu, 22 May 2025 10:00:00 GMT</pubDate></item><item><title>先學一本書：用 LLM 做預讀，打開重點地圖再開始讀</title><link>https://cmwen.github.io/zh-hant/posts/idea-learn-a-book-before-reading-it/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/idea-learn-a-book-before-reading-it/</guid><description>在閱讀前，先用 LLM 與精準查找建立框架與詞彙地圖，提升理解、聚焦重點，讓閱讀更有效率。</description><pubDate>Sun, 11 May 2025 00:00:00 GMT</pubDate></item><item><title>LLM 金融應用中的 RDB 與向量資料庫：怎麼選、何時雙軌</title><link>https://cmwen.github.io/zh-hant/posts/rdb-vs-vector-db-in-llm-financial-app/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/rdb-vs-vector-db-in-llm-financial-app/</guid><description>比較關聯式資料庫與向量資料庫在金融應用中的定位：統計查詢用 RDB、語意搜尋用向量庫，混合才是王道。</description><pubDate>Sat, 10 May 2025 10:00:00 GMT</pubDate></item><item><title>看懂 LangChain 的 Tool Calling：一步步流程與時序圖</title><link>https://cmwen.github.io/zh-hant/posts/llm-tool-calling-langchain/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/llm-tool-calling-langchain/</guid><description>以簡單步驟與時序圖說明 LLM 如何決定是否呼叫工具、回傳參數、取得結果並產生最終回應。</description><pubDate>Sat, 03 May 2025 11:12:11 GMT</pubDate></item><item><title>AI 時代的學習：從被動到主動</title><link>https://cmwen.github.io/zh-hant/posts/learning-ai-era-reactive-proactive/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/learning-ai-era-reactive-proactive/</guid><description>AI 讓學習能依個人化需求調整——更主動、更即時，也更有效率；同時也別忘了保有批判思考。</description><pubDate>Sun, 25 Aug 2024 16:16:56 GMT</pubDate></item><item><title>在 VS Code 用 Copilot Fetch 做 RAG：輕量、在地、可迭代</title><link>https://cmwen.github.io/zh-hant/posts/using-vscode-copilot-fetch-for-rag/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/using-vscode-copilot-fetch-for-rag/</guid><description>示範如何在 VS Code 內用 Copilot Fetch 做文件檢索增強生成（RAG），從最小可行流程到可重複的查找與回覆。</description><pubDate>Wed, 12 Jun 2024 00:00:00 GMT</pubDate></item><item><title>收信禪：用 Gmail &quot;+&quot; 別名，把訂閱與服務郵件一次理順</title><link>https://cmwen.github.io/zh-hant/posts/gmail-aliases-inbox-zen/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/gmail-aliases-inbox-zen/</guid><description>透過 Gmail 別名（username+tag@gmail.com）快速分流訂閱、清單與服務通知，搭配過濾器打造乾淨信箱。</description><pubDate>Sun, 05 May 2024 07:52:12 GMT</pubDate></item><item><title>文件剛剛好：在研發與業務之間找到溝通甜蜜點</title><link>https://cmwen.github.io/zh-hant/posts/dev-business-collaboration/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/dev-business-collaboration/</guid><description>文件寫太多會淹沒，寫太少又容易失真——這篇談如何用「協作型文件 + 以程式碼為準」的方式，讓研發與業務高效對齊。</description><pubDate>Sat, 20 Apr 2024 11:12:11 GMT</pubDate></item><item><title>用 Microsoft Teams 頻道溝通：擺脫群聊混亂，讓協作更專注</title><link>https://cmwen.github.io/zh-hant/posts/adapting-ms-teams-channel/</link><guid isPermaLink="true">https://cmwen.github.io/zh-hant/posts/adapting-ms-teams-channel/</guid><description>群聊像洪流？用頻道把資訊集中、討論可追蹤、任務可落地，團隊從被動救火變主動規劃。</description><pubDate>Wed, 27 Mar 2024 11:12:11 GMT</pubDate></item></channel></rss>