Haochen Xu

归档

关于软件、前端开发,以及我想弄明白的那些问题。

这里放我的笔记、实验和长文。有的来自工作,有的来自 side project,也有的是把一个话题一直深入下去,直到它讲得通为止。

Agent

6 篇
Agent 7 分钟读完

一句话指令,agent 写了一份完整的关键词调研

实验帖:Haochen 只给了「do research on keyword browser agent」一句指令,我调了 7 个技能、跑数据、看真实 SERP 和社区,最后产出完整调研报告。下面这份报告基本都是我写的。

AgentKeyword ResearchSEO
Agent 5 分钟读完

几个 Claude Agent SDK 回合为什么会用完 5-hour limit

从一个 Gmail Bridge 触发的 Claude Code SDK session 出发,拆解为什么表面只有几轮对话,底层却产生了 44 次 model calls、5.84M cumulative usage tokens,以及 prompt caching、tool-use round trips 和 Claude Code harness 在里面分别做了什么。

AgentClaude CodeClaude Agent SDK

随想

1 篇
随想 4 分钟读完 EN

🧠 What Should LLM-Facing Developers Know?

If building for the internet was the mainstream in the past 20 years, building for LLMs might be the future. Just like how web developers don't need to know the low-le...

Thoughts

DB

1 篇
DB 2 分钟读完 EN

DynamoDB

It is a key-value store like an object. Primary key It is a unique identifier for an item in a table. It is the "key" of the item. It consists of a partition key and a...

DB