All
334 posts in all
Part 5 — RAG 完全指南(五):生產級評估、GraphRAG 與 Agentic RAG
RAG 系列終章:如何用 RAGAS 框架量化評估 RAG 品質、GraphRAG 如何用知識圖譜突破向量搜尋的限制,以及 Agentic RAG 如何讓 AI Agent 主動決策何時搜尋、搜尋什麼。
Part 5 — 用 AI Bot 打造顧問團隊(五):數位行銷公司實戰案例
實戰案例:一家 8 人數位行銷公司如何用 AI Agent 團隊自動化內容策略、廣告文案、成效報告與客戶簡報,包含完整 Prompt、LangGraph 實作與執行步驟。
Part 5 — Kubernetes Autoscaling Complete Guide (Part 5): Vertical Pod Autoscaler & Resource Optimization
Part 5 of the Kubernetes Autoscaling series: Deep dive into Vertical Pod Autoscaler (VPA), resource right-sizing strategies, combining VPA with HPA, and production-grade resource optimization techniques for cost-effective Kubernetes operations.
Part 6 — AIO / GEO - Part 6 - 實戰案例:大型企業官網(多語系 + AWS + 法遵)
一家 3,000 人製造業集團的六語系官網,跑在 AWS CloudFront + WAF 上。看 GEO 在大企業環境的真正瓶頸:不是技術,是治理。附 WAF 規則、hreflang 與實體一致性的實作。
Part 6 — AI 工程從零開始|Phase 4 Part 1:電腦視覺基礎 — 從像素到 CNN 特徵
深入解析卷積神經網路的工程直覺:卷積運算、池化、ResNet/EfficientNet 架構演進、影像資料增強與遷移學習策略
Part 6 — FDE core topic - Prompt Injection & Jailbreak Defense:生產環境零信任 AI 防禦體系
深入剖析生產環境中 LLM 系統面臨的 Prompt Injection 與 Jailbreak 攻擊,從輸入分類器、XML 隔離、DLP 掃描到工具白名單,建構四層縱深防禦體系。
Part 6 — FDE 面試準備指南(六):RAG 進階——檢索失敗、Grounding、評估指標與成本控制
以 Google AI 工程師兼面試官的視角,深度拆解 RAG 系統的四大進階主題:檢索失敗的原因與修復、Grounding 策略、RAG 評估指標設計,以及生產環境中的成本控制
Part 6 — Kubernetes Autoscaling Complete Guide (Part 6): Advanced Autoscaling Patterns
Part 6 of the Kubernetes Autoscaling series: Advanced autoscaling patterns for stateful applications, multi-cluster deployments, cost optimization strategies, batch job scaling, and emerging technologies. Real-world architectures and production-grade implementations.
Part 7 — AIO / GEO - Part 7 - 實戰案例:電商網站(12,000 SKU + 價格新鮮度)
一家台灣戶外用品電商,12,000 個 SKU、跑在 Vercel + Shopify Headless 上。電商 GEO 的兩個獨有難題:長尾商品頁怎麼模板化才不變成薄內容,以及價格與庫存怎麼讓模型抓到最新的。
Part 7 — AI 工程從零開始|Phase 4 Part 2:目標偵測與語義分割 — 讓機器看懂空間
深入解析 YOLO/Faster-RCNN 目標偵測架構、Mask R-CNN 語義分割、IoU/mAP 評估框架與工業部署的延遲優化策略
Part 7 — FDE core topic - Indirect Prompt Injection:Agent 工具鏈的隱形攻擊與沙盒隔離
深入剖析 Indirect Prompt Injection 攻擊原理,從雙模型特權隔離架構到 Unicode 正規化防禦,逐層建構企業級 Agent 安全沙盒。
Part 7 — FDE 面試準備指南(七):Agent 深度設計——ReAct vs Planner、Tool Routing、Multi-Agent
以 Google AI 工程師兼面試官的視角,深度拆解 Agent 系統設計的五大主題:ReAct vs Planner-Executor 架構選擇、Tool Routing 四層漏斗、Multi-Agent 邊界、Loop 終止策略,以及 Memory 系統設計
Part 7 — Kubernetes Autoscaling Complete Guide (Part 7): Production Troubleshooting & War Stories
Part 7 of the Kubernetes Autoscaling series: Real-world production incidents, debugging workflows, common failure scenarios, and hard-learned lessons from operating autoscaling at scale. Battle-tested troubleshooting guides and postmortem analysis.
Part 8 — AIO / GEO - Part 8 - 實戰案例:單頁式 Landing Page(內容只有 800 字)
一個 3 人團隊的 SaaS 產品,全站只有一頁 Landing Page 加一份文件。內容量是最小的,資源也是最少的——這反而讓「該做什麼、不該做什麼」變得極度清楚。從 0 到被引用的 8 週實錄。
Part 8 — AI 工程從零開始|Phase 4 Part 3:視覺語言模型、3D 視覺與世界模型
深入解析 CLIP/BLIP/LLaVA 視覺語言模型架構、NeRF/3D Gaussian Splatting 三維重建、以及 Sora 等影片生成世界模型的工程原理
Part 8 — FDE core topic - PII 去識別化與格式保留加密:資料進入 AI 管線前的隱私護欄
深入解析 PII 去識別化光譜、格式保留加密(FPE)原理、Cloud Sensitive Data Protection 整合,以及 AI 管線中隱私護欄的三個實作層次。
Part 8 — FDE 面試準備指南(八):ML 基礎必備——從傳統機器學習到 Deep Learning
以 Google AI 工程師兼面試官的視角,系統整理 FDE 面試不能缺的 ML 基礎:Supervised Learning、評估指標、Overfitting 處理,以及從 MLP 到 Transformer 的 Deep Learning 核心概念
Part 8 — Kubernetes Autoscaling Complete Guide (Part 8): Security, Compliance & Governance
Part 8 of the Kubernetes Autoscaling series: Complete guide to securing autoscaling infrastructure with RBAC, policy enforcement, compliance frameworks (PCI-DSS, HIPAA, SOC2), multi-tenancy patterns, audit logging, and governance best practices for enterprise Kubernetes.
Part 9 — AIO / GEO - Part 9 - 實戰案例:線上課程平台(付費牆 + 影片內容)
一個 8,000 名付費學員的線上課程平台,跑在 GCP Cloud Run 上。內容 90% 是影片、且全在付費牆後——這是 GEO 最困難的組合。看付費牆怎麼分層、影片怎麼變成可引用文字,以及「開放多少才不會傷害營收」的實測。
Part 9 — AI 工程從零開始|Phase 5 Part 1:NLP 基礎 — 文字是智慧的介面
從詞袋到詞嵌入,掌握 NLP 工程師必備的文字前處理、TF-IDF、Word2Vec/GloVe/FastText 嵌入技術與文字分類生產架構
Part 9 — FDE core topic - Data Residence & Sovereign AI:金融醫療場景的地緣合規架構
深入解析資料主權架構的技術控制堆疊,涵蓋 VPC Service Controls、Organization Policy、Vertex AI 區域端點及審計證據,幫助工程師在面試中精準回答金融與醫療合規場景。
Part 9 — FDE 面試準備指南(九):LLM 核心知識——Token、Prompt Engineering 與 Embedding
以 Google AI 工程師兼面試官的視角,整理 FDE 面試中最關鍵的 LLM 實用知識:Token 與 Context Window 的工程意涵、Prompt Engineering 五大技法,以及 Embedding 在語意搜尋中的原理與選型
Part 10 — AIO / GEO - Part 10 - 實戰案例:私有 Repo 與內部知識庫(把 GEO 反過來用)
最後一個案例沒有搜尋引擎。一家 400 人公司把 GEO 的原則用在自己的內部 AI 助手上——私有 repo、Confluence、Slack 全接進 RAG,答案卻錯得離譜。診斷結果和公開網站一模一樣:內容不是不存在,是不可引用。
Part 10 — AI 工程從零開始|Phase 5 Part 2:Seq2Seq 與注意力機制 — Transformer 前夜
深入解析 RNN/LSTM/GRU 序列建模、Encoder-Decoder 架構、Bahdanau 注意力機制,理解 Transformer 取代 RNN 的工程動機
Part 10 — FDE core topic - CMEK / BYOK 信封加密:自主密鑰管理與零信任加密架構
深入解析信封加密的 DEK/KEK 機制、Cloud KMS 與外部密鑰管理器(EKM)的取捨、Confidential Computing 封存與 Vertex AI CMEK 整合,掌握企業級零信任加密的三個實作層次。