AI-Assisted Systems Analysis AI 辅助系统分析
Using LLMs and AI tooling to read traces, logs, and complex systems faster than I could by hand. New hub — more posts coming as I work through this.
用 LLM 和 AI 工具更快地读 trace、日志,看懂复杂系统。这个话题刚起步,会慢慢补内容。
Posts in this topic · 本话题下的文章
-
Claude Code tips that have saved me timeEN
I’ve been using Claude Code (Anthropic’s CLI agent) on a few of my own projects — this blog and some Linux storage tooling — and a small set of customizations have made it noticeably faster to live...
-
为什么 LLM 搞不定数据分析中文
为什么 LLM 搞不定数据分析LLM 能写代码、能聊天,但让它分析数据库里的数据,效果往往很差。用户问一句”为什么上周收入下降了”,理论上 Agent 可以自动查数据库、跑分析、给答案。但实际上,大多数时候结果一团糟。这篇文章整理了几个原因,以及 Tinybird 的一些解决思路。问题在哪里LLM 本质上是文本预测模型,擅长处理有逻辑的文字,但数据库里的表格不是故事。1. 宽表理解能力差面对...