/writing
工作笔记。
在工作里弄明白、觉得值得写下来的东西。没有教程,没有清单 — 只有那些"当年要是有人告诉我就好了"的部分。
-
2026-06-08
Transformer 不只是关于语言
金融交易是真实事件的记录。交易基础模型可能学到这些事件背后的隐藏结构。
#ai#finance#llm
-
2026-06-07
大模型不是知识仓库,而是关系空间
我目前对 GPT 的一个理解:它最重要的产物不是事实库,而是一张关于世界关系的高维地图。
#ai#llm#learning
-
2026-05-21
把 6 次 OOM 的入库任务改到 52 秒跑完
一次 Parquet 到 Postgres 的重写:从批到流,从 Python 到 Rust。
#data-engineering#rust#postgres#serverless
-
2026-05-15
凭据放 Keychain,不放 .env
230 行 Bash 把 macOS Keychain 包成一个手感顺的 CLI:用 $(secret get foo) 把 API key 注入到一条命令里,用完即逝,不进 shell 环境、不进 history、不进 .env。
#tooling#security#shell
-
2026-05-13
报表的痛,根子在团队合作方式
PVH 的工单写的是「修报表」。但 bug 不在报表——而是两个团队的协作方式。
#data-engineering#process#platform
-
2026-05-13
用 CLI,不用 MCP
把现成的 Outlook MCP 退役,换成自己写的 250 行 Rust CLI。LLM 实际看到的邮件正文从 6,200 字节降到约 500,常驻 context 里的 700 token tool schema 也省了。
#ai#agents#tooling
-
2026-05-10
Hello, and what this site is for
Why I built this site, and what you can expect from it.
#meta
-
2026-05-10
The cheap stack: how this site is built
Cloudflare Pages + Astro + DeepSeek. What it costs, what it doesn't, and why I chose each piece.
#infra#cloudflare#ai