Haochen Xu

归档

关于软件、前端手艺,以及我想弄明白的那些事。

这里放我的笔记、实验和长文。有些来自工作,有些来自 side project,还有些来自把一个话题一直钻到它终于说得通为止。

Agent

4 篇
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 a item in a table. It is the "key" of the item. It must contain a partition key and a...

DB