sessions.
claude code / codex transcripts. lightly edited. the conversational hook, taken literally.
5 sessions · ~/.claude/projects/
most of what i ship starts as a session. these are the ones where something clicked, or didn't. role is the model. timestamps are honest. context length is real.
cofhe sdk + idempotency + an elevator analogy
i had a vague mental model of WASM as 'that big binary thing'. one elevator analogy later i had a clean way to explain idempotency to a friend.
the moment claude killed a codex audit
three-model audit running. claude (orchestrator), codex + gemini (auditors). gemini finishes. claude looks at codex still thinking, declares 'i have enough', kills the audit. i didn't ask it to.
pendle PT pricing — the bug that needed someone who'd held PT
dashboard was showing $100k equity values where it should've shown a 0.95 PT/underlying ratio. only a person who's actually held PT would catch this.
/humanizer pass on the arc bio
ran my first-instinct bio through the humanizer skill. it kept the lowercase, the em-dashes, the way i actually talk. but it tightened the bullets without polishing them flat.
dev → beta-dev. main → beta. local → docker.
setting up the proper promotion pipeline. separate SSH keys per env. environment-scoped CI secrets. defense against staging compromise propagating to prod.