<?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>A Shared Context Layer for Multiple LLM Providers</title><link>https://cmwen.github.io/posts/shared-context-across-llm-providers/</link><guid isPermaLink="true">https://cmwen.github.io/posts/shared-context-across-llm-providers/</guid><description>Use plugins and a shared file store to carry deliberate context between LLM providers—and between cloud chats and local coding agents.</description><pubDate>Mon, 10 Aug 2026 14:00:00 GMT</pubDate></item><item><title>A Framework for Composable Workspaces</title><link>https://cmwen.github.io/posts/07-framework-for-composable-workspaces/</link><guid isPermaLink="true">https://cmwen.github.io/posts/07-framework-for-composable-workspaces/</guid><description>A composable workspace needs shared entities, data, actions, views, events, and intents—coordinated by a shell, context graph, panel runtime, and local daemon.</description><pubDate>Thu, 06 Aug 2026 14:00:00 GMT</pubDate></item><item><title>The Workflow-Centric Workbench</title><link>https://cmwen.github.io/posts/06-the-workflow-centric-workbench/</link><guid isPermaLink="true">https://cmwen.github.io/posts/06-the-workflow-centric-workbench/</guid><description>A workflow-centric workbench makes an outcome—not an application or service catalog—the primary unit of orientation while preserving specialist tools as sources of authority.</description><pubDate>Wed, 05 Aug 2026 14:00:00 GMT</pubDate></item><item><title>The Tab Problem and App-Centric Fragmentation</title><link>https://cmwen.github.io/posts/05-the-tab-problem-and-app-centric-fragmentation/</link><guid isPermaLink="true">https://cmwen.github.io/posts/05-the-tab-problem-and-app-centric-fragmentation/</guid><description>Software delivery feels fragmented not merely because we open many tabs, but because each application owns a different slice of one workflow and makes us reconstruct the links.</description><pubDate>Tue, 04 Aug 2026 14:00:00 GMT</pubDate></item><item><title>Why URLs Will Survive AI</title><link>https://cmwen.github.io/posts/04-why-urls-will-survive-ai/</link><guid isPermaLink="true">https://cmwen.github.io/posts/04-why-urls-will-survive-ai/</guid><description>AI may change how people enter software, but URLs remain the durable addressing layer for identity, permissions, sharing, deep links, and returnable work.</description><pubDate>Mon, 03 Aug 2026 14:00:00 GMT</pubDate></item><item><title>MCP Apps and the AI Interface Layer</title><link>https://cmwen.github.io/posts/03-mcp-apps-and-the-ai-interface-layer/</link><guid isPermaLink="true">https://cmwen.github.io/posts/03-mcp-apps-and-the-ai-interface-layer/</guid><description>MCP gives AI systems structured capabilities; MCP Apps add contextual interactive views. Neither eliminates the need for a full Web App when the product needs a durable destination.</description><pubDate>Sun, 02 Aug 2026 14:00:00 GMT</pubDate></item><item><title>Local Web Apps Are Underrated</title><link>https://cmwen.github.io/posts/02-local-web-apps-are-underrated/</link><guid isPermaLink="true">https://cmwen.github.io/posts/02-local-web-apps-are-underrated/</guid><description>A local Web App can give a command-line tool rich visual inspection without turning it into a cloud service, if process ownership and security boundaries stay explicit.</description><pubDate>Sat, 01 Aug 2026 14:00:00 GMT</pubDate></item><item><title>From Apps to Intent-Driven Computing: A Series Map</title><link>https://cmwen.github.io/posts/00-from-apps-to-intent-driven-computing/</link><guid isPermaLink="true">https://cmwen.github.io/posts/00-from-apps-to-intent-driven-computing/</guid><description>A reading guide to eight essays on application interfaces, workflow-centric workspaces, durable Web primitives, and intent-first UI.</description><pubDate>Fri, 31 Jul 2026 14:00:00 GMT</pubDate></item><item><title>Choosing the Right Application Interface</title><link>https://cmwen.github.io/posts/01-choosing-the-right-application-interface/</link><guid isPermaLink="true">https://cmwen.github.io/posts/01-choosing-the-right-application-interface/</guid><description>Choose between a CLI, TUI, Web App, PWA, Desktop App, Browser Extension, and MCP by matching the interface to the user&apos;s cognitive work—not the application&apos;s internal complexity.</description><pubDate>Fri, 31 Jul 2026 14:00:00 GMT</pubDate></item><item><title>Intent-First Computing Will Need More Than Chat</title><link>https://cmwen.github.io/posts/08-intent-first-computing-and-future-ui/</link><guid isPermaLink="true">https://cmwen.github.io/posts/08-intent-first-computing-and-future-ui/</guid><description>An intent-first computer should compose commands, interactive views, attention surfaces, and persistent workspaces around the work—not force every task into a chatbot.</description><pubDate>Fri, 31 Jul 2026 14:00:00 GMT</pubDate></item><item><title>Local or Remote LLM? Build a Cognitive Router, Not a Rule of Thumb</title><link>https://cmwen.github.io/posts/local-vs-remote-llm-cognitive-router/</link><guid isPermaLink="true">https://cmwen.github.io/posts/local-vs-remote-llm-cognitive-router/</guid><description>A practical framework for deciding when to use local LLMs, when to use remote frontier models, and how to route tasks by risk, privacy, context, cost, and verification.</description><pubDate>Thu, 02 Jul 2026 10:00:00 GMT</pubDate></item><item><title>OpenAI Codex and the Build-vs-Buy Question for Coding Agents</title><link>https://cmwen.github.io/posts/openai-codex-build-vs-buy-coding-agents/</link><guid isPermaLink="true">https://cmwen.github.io/posts/openai-codex-build-vs-buy-coding-agents/</guid><description>After building my own Copilot CLI control plane with tmux, Tailscale, and a PWA, Codex made me rethink what developers should build themselves and what they should adopt from an opinionated platform.</description><pubDate>Wed, 17 Jun 2026 00:00:00 GMT</pubDate></item><item><title>Facing the End of LLM Subsidies: Building a Token-Saving Automation Architecture</title><link>https://cmwen.github.io/posts/token-saving-llm-architecture/</link><guid isPermaLink="true">https://cmwen.github.io/posts/token-saving-llm-architecture/</guid><description>The subsidized LLM era won&apos;t last. Here&apos;s how to build a tiered, token-efficient automation system that separates deterministic tasks, local models, and frontier AI.</description><pubDate>Mon, 08 Jun 2026 06:00:00 GMT</pubDate></item><item><title>The Agentic System Maturity Ladder: From Chatbots to Orchestrated AI</title><link>https://cmwen.github.io/posts/agentic-system-maturity-ladder/</link><guid isPermaLink="true">https://cmwen.github.io/posts/agentic-system-maturity-ladder/</guid><description>A framework for understanding the evolution of AI agents, from simple conversation models to sophisticated multi-agent orchestration systems.</description><pubDate>Fri, 15 May 2026 08:00:00 GMT</pubDate></item><item><title>The Agentic Systems Maturity Ladder</title><link>https://cmwen.github.io/posts/agentic-systems-maturity-ladder/</link><guid isPermaLink="true">https://cmwen.github.io/posts/agentic-systems-maturity-ladder/</guid><description>A framework for understanding the evolution of AI agents from simple chatbots to sophisticated autonomous systems with memory, tool calling, and inter-agent communication</description><pubDate>Fri, 15 May 2026 08:00:00 GMT</pubDate></item><item><title>PR Review in the Age of Coding Agents Should Start with Intent</title><link>https://cmwen.github.io/posts/pr-review-should-start-with-intent/</link><guid isPermaLink="true">https://cmwen.github.io/posts/pr-review-should-start-with-intent/</guid><description>When coding agents write much of the implementation, the real review target is not just the diff. It is whether the change still matches the user&apos;s intent, constraints, and project goals.</description><pubDate>Thu, 07 May 2026 21:54:13 GMT</pubDate></item><item><title>Building a Copilot Control Plane with Tmux and Tailscale</title><link>https://cmwen.github.io/posts/building-a-copilot-control-plane-with-tmux-and-tailscale/</link><guid isPermaLink="true">https://cmwen.github.io/posts/building-a-copilot-control-plane-with-tmux-and-tailscale/</guid><description>How I wrapped Copilot CLI in a small desktop-hosted web app so I can delegate coding tasks from my phone without giving up control.</description><pubDate>Sat, 21 Mar 2026 20:32:32 GMT</pubDate></item><item><title>ACP and the Future of Coding Agents in Enterprise CI/CD</title><link>https://cmwen.github.io/posts/acp-and-the-future-of-coding-agents-in-enterprise-ci-cd/</link><guid isPermaLink="true">https://cmwen.github.io/posts/acp-and-the-future-of-coding-agents-in-enterprise-ci-cd/</guid><description>Why the Agent Client Protocol could become the standard way enterprise pipelines talk to coding agents, and why the CLI still makes architectural sense.</description><pubDate>Fri, 20 Mar 2026 22:42:37 GMT</pubDate></item><item><title>Coding Agent vs OpenClaw: Why OpenClaw Feels Bigger Than Its Capabilities</title><link>https://cmwen.github.io/posts/coding-agent-vs-openclaw/</link><guid isPermaLink="true">https://cmwen.github.io/posts/coding-agent-vs-openclaw/</guid><description>A personal take on why OpenClaw feels so compelling: not because it can do more than coding agents, but because a single orchestrator reduces context switching and cognitive load.</description><pubDate>Wed, 18 Mar 2026 00:00:00 GMT</pubDate></item><item><title>The AI Adoption Paradox: Why Enterprises Say &apos;All-In&apos; But Do Almost Nothing</title><link>https://cmwen.github.io/posts/enterprise-ai-adoption-bottom-up/</link><guid isPermaLink="true">https://cmwen.github.io/posts/enterprise-ai-adoption-bottom-up/</guid><description>An insider&apos;s take on enterprise AI adoption from the bottom of the org chart. Why documentation is feared, meetings replace action, and middle management might be the real blocker.</description><pubDate>Sat, 14 Mar 2026 04:00:00 GMT</pubDate></item><item><title>The Three Types of Developers Who Will Be Replaced by AI (And Why It&apos;s Already Happening)</title><link>https://cmwen.github.io/posts/three-types-developers-ai-era/</link><guid isPermaLink="true">https://cmwen.github.io/posts/three-types-developers-ai-era/</guid><description>Not all developers are equal in the AI era. Some will thrive. Others will be commoditized. Here&apos;s who falls behind and why proactivity and accountability matter more than code.</description><pubDate>Sat, 14 Mar 2026 03:50:00 GMT</pubDate></item><item><title>Build First, Learn Later: How AI Changed the Way I Approach Software</title><link>https://cmwen.github.io/posts/top-down-software-development-with-ai/</link><guid isPermaLink="true">https://cmwen.github.io/posts/top-down-software-development-with-ai/</guid><description>AI enables a top-down, goal-first approach to software development. You can now build something real, then understand how it works — and that changes everything for developers.</description><pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate></item><item><title>Desktop AI Coding Assistants: The New Era of Developer Tools</title><link>https://cmwen.github.io/posts/desktop-ai-coding-assistants-new-era/</link><guid isPermaLink="true">https://cmwen.github.io/posts/desktop-ai-coding-assistants-new-era/</guid><description>How desktop AI coding apps like OpenAI&apos;s Codex are revolutionizing developer workflows with persistent contexts, parallel tasks, and unified interfaces.</description><pubDate>Wed, 04 Feb 2026 00:00:00 GMT</pubDate></item><item><title>From Coding to Orchestration: How AI is Redefining the Developer&apos;s Role</title><link>https://cmwen.github.io/posts/from-coding-to-orchestration/</link><guid isPermaLink="true">https://cmwen.github.io/posts/from-coding-to-orchestration/</guid><description>The evolution of AI coding tools from IDE plugins to agent orchestration platforms, and what it means for the future of software development.</description><pubDate>Wed, 04 Feb 2026 00:00:00 GMT</pubDate></item><item><title>OpenCode: Code From Anywhere with Your Personal AI Development Server</title><link>https://cmwen.github.io/posts/opencode-self-hosted-ai-coding-assistant/</link><guid isPermaLink="true">https://cmwen.github.io/posts/opencode-self-hosted-ai-coding-assistant/</guid><description>How OpenCode&apos;s server mode changed my workflow - start long-running tasks on your desktop and check progress from your phone, tablet, or anywhere on your network.</description><pubDate>Sun, 18 Jan 2026 00:00:00 GMT</pubDate></item><item><title>2025: A Year of AI-Powered Development and Personal Growth</title><link>https://cmwen.github.io/posts/2025-year-in-review/</link><guid isPermaLink="true">https://cmwen.github.io/posts/2025-year-in-review/</guid><description>A comprehensive reflection on 27 blog posts, tracing my journey through AI coding agents, developer tools, personal experiments, and the evolving landscape of software development in 2025.</description><pubDate>Wed, 31 Dec 2025 12:00:00 GMT</pubDate></item><item><title>The 2025 Field Guide to Customizing Copilot in VS Code</title><link>https://cmwen.github.io/posts/the-2025-field-guide-to-customizing-copilot-in-vs-code/</link><guid isPermaLink="true">https://cmwen.github.io/posts/the-2025-field-guide-to-customizing-copilot-in-vs-code/</guid><description>A practical decision framework for when to use instructions, prompt files, custom agents, agent skills, and MCP servers—so Copilot stays consistent, safe, and useful across your day job.</description><pubDate>Mon, 22 Dec 2025 10:01:24 GMT</pubDate></item><item><title>AI-Enhanced Reading: Generating Custom Book Chapters with LLMs
</title><link>https://cmwen.github.io/posts/ai-enhanced-reading-custom-chapters/</link><guid isPermaLink="true">https://cmwen.github.io/posts/ai-enhanced-reading-custom-chapters/</guid><description>Discover how large language models can extend your favorite books by generating new chapters that explore contemporary topics through the lens of classic ideas. Learn how to bridge the gap between timeless wisdom and modern challenges.</description><pubDate>Sat, 20 Dec 2025 04:39:00 GMT</pubDate></item><item><title>Choosing the Right AI Coding Agent: Remote, CLI, or IDE Mode?</title><link>https://cmwen.github.io/posts/choosing-the-right-ai-coding-agent/</link><guid isPermaLink="true">https://cmwen.github.io/posts/choosing-the-right-ai-coding-agent/</guid><description>A practical comparison of GitHub Copilot&apos;s remote coding agents, CLI mode, and VS Code agent mode based on real-world experience with Android development and automation tasks.</description><pubDate>Sun, 30 Nov 2025 00:00:00 GMT</pubDate></item><item><title>The Discovery Problem: How Will Agents Find Your WebMCP Tools?</title><link>https://cmwen.github.io/posts/webmcp-discovery-problem/</link><guid isPermaLink="true">https://cmwen.github.io/posts/webmcp-discovery-problem/</guid><description>WebMCP&apos;s biggest unsolved challenge is tool discovery—the future of agent-web interaction depends on solving how AI agents find your website&apos;s structured tools without expensive navigation.</description><pubDate>Fri, 21 Nov 2025 00:00:00 GMT</pubDate></item><item><title>Why GitHub is Betting on &apos;Continuous AI&apos; (And What It Means for You)</title><link>https://cmwen.github.io/posts/why-github-is-betting-on-continuous-ai/</link><guid isPermaLink="true">https://cmwen.github.io/posts/why-github-is-betting-on-continuous-ai/</guid><description>Continuous AI represents the next evolution after CI/CD—GitHub&apos;s vision for LLM-powered automation in software collaboration, and what developers need to know about the future of repository automation.</description><pubDate>Wed, 19 Nov 2025 00:00:00 GMT</pubDate></item><item><title>Multi-Agent Systems Beyond VSCode: A Pattern Emerges</title><link>https://cmwen.github.io/posts/multi-agent-pattern-vscode-autogen-sdlc/</link><guid isPermaLink="true">https://cmwen.github.io/posts/multi-agent-pattern-vscode-autogen-sdlc/</guid><description>VSCode custom agents, AutoGen, and agentic SDLC share a common architecture—specialized agents with structured handoffs. Discover why this pattern is becoming the standard for AI orchestration.</description><pubDate>Thu, 13 Nov 2025 00:00:00 GMT</pubDate></item><item><title>Automating Android Repo Secrets with Val Town and GitHub Apps</title><link>https://cmwen.github.io/posts/automating-android-repo-secrets-with-val-town/</link><guid isPermaLink="true">https://cmwen.github.io/posts/automating-android-repo-secrets-with-val-town/</guid><description>How I stopped hand-wiring Android template repos by letting a Val Town GitHub App inject keystores and GitHub Action secrets the moment a repository is created.</description><pubDate>Sat, 08 Nov 2025 06:45:09 GMT</pubDate></item><item><title>Ship Private Android Apps with GitHub Releases and Obtainium</title><link>https://cmwen.github.io/posts/ship-private-android-apps-with-github-releases-and-obtainium/</link><guid isPermaLink="true">https://cmwen.github.io/posts/ship-private-android-apps-with-github-releases-and-obtainium/</guid><description>How to self-sign Android APKs, automate GitHub Actions releases, and use Obtainium to install custom builds without the Play Store.</description><pubDate>Sun, 26 Oct 2025 09:33:44 GMT</pubDate></item><item><title>Codex CLI MCP Environment Variables: Lessons from the Sandbox</title><link>https://cmwen.github.io/posts/mcp-env-vars-in-codex-cli/</link><guid isPermaLink="true">https://cmwen.github.io/posts/mcp-env-vars-in-codex-cli/</guid><description>Why Codex CLI MCP servers need explicit environment variable configuration and how sandboxed runtimes differ from your local shell.</description><pubDate>Tue, 14 Oct 2025 00:00:00 GMT</pubDate></item><item><title>Copilot CLI vs Codex CLI: Terminal AI Assistants Compared</title><link>https://cmwen.github.io/posts/copilot-cli-vs-codex-cli/</link><guid isPermaLink="true">https://cmwen.github.io/posts/copilot-cli-vs-codex-cli/</guid><description>A hands-on comparison of GitHub Copilot CLI and OpenAI Codex CLI across shell integration, remote agents, configuration, and documentation experience.</description><pubDate>Sun, 12 Oct 2025 00:00:00 GMT</pubDate></item><item><title>Sora 2 vs Suno: Why Sora 2 Might — or Might Not — Become Mainstream</title><link>https://cmwen.github.io/posts/sora-2-vs-suno-why-sora2-might-or-might-not-become-mainstream/</link><guid isPermaLink="true">https://cmwen.github.io/posts/sora-2-vs-suno-why-sora2-might-or-might-not-become-mainstream/</guid><description>A comparative analysis of Sora 2 and Suno, exploring technical differences, social mechanics, legal risks, and the strategic choices that could make Sora 2 a cultural platform rather than just another tool.</description><pubDate>Sat, 11 Oct 2025 00:00:00 GMT</pubDate></item><item><title>GitHub Copilot CLI: Why the Pricing Model Matters</title><link>https://cmwen.github.io/posts/copilot-cli-pricing-model-comparison/</link><guid isPermaLink="true">https://cmwen.github.io/posts/copilot-cli-pricing-model-comparison/</guid><description>An examination of GitHub Copilot CLI&apos;s premium-only model approach compared to Claude Code and OpenAI Codex CLI, and why free tier support would make it more practical for everyday use.</description><pubDate>Sun, 05 Oct 2025 00:00:00 GMT</pubDate></item><item><title>From Code to Camera: My Journey into Video Production</title><link>https://cmwen.github.io/posts/venturing-into-video-editing/</link><guid isPermaLink="true">https://cmwen.github.io/posts/venturing-into-video-editing/</guid><description>A software developer&apos;s first venture into video recording and editing, sharing lessons learned from creating technical demos and discovering the parallels between coding and video production.</description><pubDate>Tue, 23 Sep 2025 00:00:00 GMT</pubDate></item><item><title>Continuous E-book Reading Across Devices with KOReader and Syncthing</title><link>https://cmwen.github.io/posts/koreader-syncthing-ebook-sync/</link><guid isPermaLink="true">https://cmwen.github.io/posts/koreader-syncthing-ebook-sync/</guid><description>A guide to setting up a fully offline, self-hosted solution for synchronizing e-book progress, notes, and highlights across multiple devices using KOReader and Syncthing.</description><pubDate>Sat, 20 Sep 2025 00:00:00 GMT</pubDate></item><item><title>The Rise of Personal Forks: Customizing Open Source with AI Coding Agents</title><link>https://cmwen.github.io/posts/personalizing-open-source-with-coding-agents/</link><guid isPermaLink="true">https://cmwen.github.io/posts/personalizing-open-source-with-coding-agents/</guid><description>Exploring how AI coding agents are revolutionizing the way we customize open source projects, making personalization accessible even without deep codebase knowledge.</description><pubDate>Sun, 14 Sep 2025 00:00:00 GMT</pubDate></item><item><title>AGENTS.md: A New Standard for Unified Coding Agent Instructions</title><link>https://cmwen.github.io/posts/agents-md-a-new-standard-for-unified-coding-agent-instructions/</link><guid isPermaLink="true">https://cmwen.github.io/posts/agents-md-a-new-standard-for-unified-coding-agent-instructions/</guid><description>Learn about AGENTS.md, the new open standard for providing instructions to coding agents, and how it can help you streamline your development workflow.</description><pubDate>Sat, 13 Sep 2025 19:28:00 GMT</pubDate></item><item><title>From Research to Engineering: Understanding the Critical Transition</title><link>https://cmwen.github.io/posts/from-research-to-engineering/</link><guid isPermaLink="true">https://cmwen.github.io/posts/from-research-to-engineering/</guid><description>Exploring the pivotal difference between unproven possibilities and engineering optimization.</description><pubDate>Tue, 02 Sep 2025 00:00:00 GMT</pubDate></item><item><title>Copilot Pro Tips: Monthly Premium Reset and a Model Bakeoff</title><link>https://cmwen.github.io/posts/copilot-pro-monthly-reset-and-model-bakeoff/</link><guid isPermaLink="true">https://cmwen.github.io/posts/copilot-pro-monthly-reset-and-model-bakeoff/</guid><description>Practical tips for getting the most from GitHub Copilot Pro&apos;s monthly premium resets, plus notes from a quick model bakeoff building a mobile-friendly habit tracker.</description><pubDate>Sun, 31 Aug 2025 00:00:00 GMT</pubDate></item><item><title>Exporting Diffs for LLM Analysis and Codemod Generation</title><link>https://cmwen.github.io/posts/exporting-diffs-for-llm-codemods/</link><guid isPermaLink="true">https://cmwen.github.io/posts/exporting-diffs-for-llm-codemods/</guid><description>A practical workflow for exporting git diffs, teaching LLMs the refactor patterns, and generating codemods with test data to apply across repositories.</description><pubDate>Tue, 26 Aug 2025 11:12:11 GMT</pubDate></item><item><title>Agentic SDLC with Human-in-the-Loop (HITL) Playbook
</title><link>https://cmwen.github.io/posts/agentic-sdlc-human-in-the-loop-playbook/</link><guid isPermaLink="true">https://cmwen.github.io/posts/agentic-sdlc-human-in-the-loop-playbook/</guid><description>A practical playbook for integrating LLM-based agents into the Software Development Life Cycle while keeping humans in the loop at critical decision points.</description><pubDate>Mon, 25 Aug 2025 12:00:00 GMT</pubDate></item><item><title>Reflections on Upgrading to GitHub Copilot Pro</title><link>https://cmwen.github.io/posts/reflections-on-upgrading-to-github-copilot-pro/</link><guid isPermaLink="true">https://cmwen.github.io/posts/reflections-on-upgrading-to-github-copilot-pro/</guid><description>A personal account of transitioning from enterprise Copilot to Copilot Pro, exploring new features, mental models, and strategies for maximizing premium requests.</description><pubDate>Sun, 10 Aug 2025 00:00:00 GMT</pubDate></item><item><title>Why Modern PostgreSQL is a Game-Changer for AI Agents</title><link>https://cmwen.github.io/posts/postgresql-ai-agents/</link><guid isPermaLink="true">https://cmwen.github.io/posts/postgresql-ai-agents/</guid><description>How modern PostgreSQL approaches empower AI agent workflows, making them ideal for local development and embedding-based applications.</description><pubDate>Thu, 22 May 2025 10:00:00 GMT</pubDate></item><item><title>Unlocking the Power of VS Code Copilot: Using #fetch for RAG</title><link>https://cmwen.github.io/posts/using-vscode-copilot-fetch-for-rag/</link><guid isPermaLink="true">https://cmwen.github.io/posts/using-vscode-copilot-fetch-for-rag/</guid><description>Learn how to leverage VS Code Copilot&apos;s #fetch tool to use Retrieval-Augmented Generation (RAG) without coding. Enhance productivity with custom prompts.</description><pubDate>Tue, 13 May 2025 14:00:00 GMT</pubDate></item><item><title>Pre-Reading Prep: Unlock a Book&apos;s Secrets Before You Crack It Open
</title><link>https://cmwen.github.io/posts/idea-learn-a-book-before-reading-it/</link><guid isPermaLink="true">https://cmwen.github.io/posts/idea-learn-a-book-before-reading-it/</guid><description>Tired of dense books? Learn how to leverage large language models (LLMs) and targeted research to gain a head start on understanding a book&apos;s core ideas before you even begin reading.</description><pubDate>Sun, 11 May 2025 00:00:00 GMT</pubDate></item><item><title>RDB vs. Vector DB in LLM Financial Apps: Which to Use and Why Both Matter
</title><link>https://cmwen.github.io/posts/rdb-vs-vector-db-in-llm-financial-app/</link><guid isPermaLink="true">https://cmwen.github.io/posts/rdb-vs-vector-db-in-llm-financial-app/</guid><description>Comparing relational and vector databases for LLM-powered financial apps. Learn when to use each and why a hybrid approach delivers the best results for transaction tracking and analytics.</description><pubDate>Sat, 10 May 2025 10:00:00 GMT</pubDate></item><item><title>Understanding LLM Tool Calling in LangChain</title><link>https://cmwen.github.io/posts/llm-tool-calling-langchain/</link><guid isPermaLink="true">https://cmwen.github.io/posts/llm-tool-calling-langchain/</guid><description>A step-by-step guide to how LLM Tool Calling works in LangChain, complete with a sequence diagram.</description><pubDate>Sat, 03 May 2025 11:12:11 GMT</pubDate></item><item><title>Learning in the AI Era: From Reactive to Proactive
</title><link>https://cmwen.github.io/posts/learning-ai-era-reactive-proactive/</link><guid isPermaLink="true">https://cmwen.github.io/posts/learning-ai-era-reactive-proactive/</guid><description>How AI is revolutionizing learning by tailoring content to your specific needs. Discover the benefits and potential pitfalls of proactive learning in the AI era.</description><pubDate>Sun, 25 Aug 2024 16:16:56 GMT</pubDate></item><item><title>Inbox Zen: Unleash the Power of Gmail Aliases with &quot;+&quot;
</title><link>https://cmwen.github.io/posts/gmail-aliases-inbox-zen/</link><guid isPermaLink="true">https://cmwen.github.io/posts/gmail-aliases-inbox-zen/</guid><description>Feeling overwhelmed by subscriptions and service emails? Discover the magic of Gmail aliases! Learn how to use the &quot;+&quot; symbol to create unique email addresses and organize your inbox for ultimate zen.</description><pubDate>Sun, 05 May 2024 07:52:12 GMT</pubDate></item><item><title>Finding the Documentation Sweet Spot: Striking a Balance in Dev-Business Collaboration
</title><link>https://cmwen.github.io/posts/dev-business-collaboration/</link><guid isPermaLink="true">https://cmwen.github.io/posts/dev-business-collaboration/</guid><description>Drowning in documents?  There&apos;s a better way! Explore strategies for achieving a documentation sweet spot, fostering clear communication, and streamlining Dev-Business collaboration.</description><pubDate>Sat, 20 Apr 2024 11:12:11 GMT</pubDate></item><item><title>I&apos;m an ISTJ-A: The Reliable Rock (But Maybe a Little Set in My Ways)
</title><link>https://cmwen.github.io/posts/mbti-istj-a/</link><guid isPermaLink="true">https://cmwen.github.io/posts/mbti-istj-a/</guid><description>Ever get called the dependable one? There&apos;s a chance you might be an ISTJ-A, just like me! Let&apos;s explore what this Myers-Briggs type means and what it&apos;s like to live in this organized, logical mind.</description><pubDate>Wed, 10 Apr 2024 10:00:00 GMT</pubDate></item><item><title>Streamline Your Workflow: Why Your Team Needs to Embrace Microsoft Teams Channels
</title><link>https://cmwen.github.io/posts/adapting-ms-teams-channel/</link><guid isPermaLink="true">https://cmwen.github.io/posts/adapting-ms-teams-channel/</guid><description>Ditch the group chat chaos and streamline your team communication with the power of Microsoft Teams Channels.</description><pubDate>Wed, 27 Mar 2024 11:12:11 GMT</pubDate></item></channel></rss>