<?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>Posts on 我的博客</title><link>https://pengkangzhen.github.io/posts/</link><description>Recent content in Posts on 我的博客</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Mon, 29 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://pengkangzhen.github.io/posts/index.xml" rel="self" type="application/rss+xml"/><item><title>LangChain 入门：从核心组件到 LCEL 管道</title><link>https://pengkangzhen.github.io/posts/langchain-intro/</link><pubDate>Mon, 29 Jun 2026 00:00:00 +0000</pubDate><guid>https://pengkangzhen.github.io/posts/langchain-intro/</guid><description>用 mako 多智能体项目的真实代码，讲清 LangChain 的核心组件、LCEL 管道语法，以及网上旧教程里的废弃 API 该怎么替换。</description></item><item><title>LangGraph 入门：把多个 agent 连成一张会循环的图</title><link>https://pengkangzhen.github.io/posts/langgraph-intro/</link><pubDate>Mon, 29 Jun 2026 00:00:00 +0000</pubDate><guid>https://pengkangzhen.github.io/posts/langgraph-intro/</guid><description>LangChain 的链跑完就结束。真实的多 agent 系统需要分支、循环、共享状态——这正是 LangGraph 干的事。用 mako 项目的真实工作流讲清 State、Node、Edge 三件套。</description></item><item><title>Pydantic 入门：为 LLM 结构化输出写好数据模型</title><link>https://pengkangzhen.github.io/posts/pydantic-structured-output/</link><pubDate>Mon, 29 Jun 2026 00:00:00 +0000</pubDate><guid>https://pengkangzhen.github.io/posts/pydantic-structured-output/</guid><description>结构化输出的可靠性最终都落在那个 Pydantic 模型上。本文以一个&amp;rsquo;让 LLM 建立运筹优化模型&amp;rsquo;的真实场景，从基础定义讲到嵌套、Enum、before/after 验证器，再到 LangChain 接入。</description></item><item><title>OptiMUS-0.3: 基于 LLM 的大规模优化问题自动求解</title><link>https://pengkangzhen.github.io/posts/optimus-0.3-paper-notes/</link><pubDate>Wed, 17 Jun 2026 00:00:00 +0000</pubDate><guid>https://pengkangzhen.github.io/posts/optimus-0.3-paper-notes/</guid><description>深入解析 OptiMUS-0.3 如何通过模块化 LLM Agent 架构，克服长文本、幻觉和代码生成缺陷，实现从自然语言到高效优化模型的端到端自动化。</description></item><item><title>Claude Code 并行模式：从 Worktree 到 Agent Teams</title><link>https://pengkangzhen.github.io/posts/claude-code-parallel/</link><pubDate>Mon, 08 Jun 2026 00:00:00 +0000</pubDate><guid>https://pengkangzhen.github.io/posts/claude-code-parallel/</guid><description>Claude Code 提供了多层级的并行能力，从基础的 Git Worktree 隔离到子代理自动调度，再到 Agent Teams 多代理协作。本文系统梳理这些并行模式，帮你告别排队等任务。</description></item><item><title>LLM 结构化输出技术：从原理到实践</title><link>https://pengkangzhen.github.io/posts/structured-output-techniques/</link><pubDate>Sat, 06 Jun 2026 00:00:00 +0000</pubDate><guid>https://pengkangzhen.github.io/posts/structured-output-techniques/</guid><description>结合&amp;rsquo;餐厅点菜&amp;rsquo;比喻，系统梳理 4 层结构化输出技术：从 Prompt 工程到约束解码，从 API 层到后处理中间件。</description></item><item><title>通过 SSH 从 Mac 远程控制 Windows</title><link>https://pengkangzhen.github.io/posts/ssh-mac-to-windows/</link><pubDate>Sat, 06 Jun 2026 00:00:00 +0000</pubDate><guid>https://pengkangzhen.github.io/posts/ssh-mac-to-windows/</guid><description>在同一局域网下，通过 OpenSSH 从 Mac 终端远程登录 Windows 台式机，执行命令行操作。</description></item><item><title>两阶段随机规划：从数学模型到直觉理解</title><link>https://pengkangzhen.github.io/posts/two-stage-stochastic-programming/</link><pubDate>Sun, 03 May 2026 00:00:00 +0000</pubDate><guid>https://pengkangzhen.github.io/posts/two-stage-stochastic-programming/</guid><description>两阶段随机规划的核心概念梳理：RP、EV、EEV、WS、VSS、EVPI 的含义与直觉，附工厂生产数值示例。</description></item><item><title>Hello World</title><link>https://pengkangzhen.github.io/posts/hello-world/</link><pubDate>Wed, 29 Apr 2026 00:00:00 +0000</pubDate><guid>https://pengkangzhen.github.io/posts/hello-world/</guid><description>这是我的第一篇博客文章</description></item><item><title>Poetry 开发依赖管理与 mypy 类型检查实践</title><link>https://pengkangzhen.github.io/posts/new/</link><pubDate>Wed, 29 Apr 2026 00:00:00 +0000</pubDate><guid>https://pengkangzhen.github.io/posts/new/</guid><description>介绍如何用 Poetry 的 dependency groups 管理开发依赖，并通过 mypy 为项目添加静态类型检查。</description></item><item><title>Shell 常用命令速查</title><link>https://pengkangzhen.github.io/posts/shell-commands/</link><pubDate>Wed, 29 Apr 2026 00:00:00 +0000</pubDate><guid>https://pengkangzhen.github.io/posts/shell-commands/</guid><description>AI 辅助编码时经常遇到各种 Shell 命令，本文按功能分类汇总常用命令的用法。</description></item></channel></rss>