惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 叶小钗
Last Week in AI
Last Week in AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
V2EX
J
Java Code Geeks
The GitHub Blog
The GitHub Blog
博客园_首页
U
Unit 42
人人都是产品经理
人人都是产品经理
Engineering at Meta
Engineering at Meta
IT之家
IT之家
G
Google Developers Blog
L
LangChain Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
爱范儿
爱范儿
罗磊的独立博客
博客园 - 三生石上(FineUI控件)
Martin Fowler
Martin Fowler
Jina AI
Jina AI
有赞技术团队
有赞技术团队
Apple Machine Learning Research
Apple Machine Learning Research
Vercel News
Vercel News
小众软件
小众软件
H
Help Net Security

Haoxiang’s Blog

May. 2nd, 2026 Feb. 19, 2026 Feb. 12, 2026 Jan. 12, 2026 My Coding Experience with AI
Jan. 7 2026
Haoxiang Li Published 2026/01/07 · 2026-01-08 · via Haoxiang’s Blog

Design patterns emerge from practice. I was semi-vibe-coding a specific planner for myself and noticed the agent had trouble responding to my message while being asked to output a plan at the same time. Splitting it into two agents readily improved quality. You can even use different models for each task to save cost and reduce latency. The multi-agent design suddenly makes a lot more sense to me.

— I decided to follow https://simonwillison.net to start posting short-form thoughts.