Engineering / Field Notes

Field Notes

Short technical notes, links, lessons, and observations from production work.

all notes

VLM Evaluation

Claude, chessboards, and spatial reasoning

A small chessboard-to-FEN experiment showed where Claude vision struggles: not global understanding, but exact square-level localization.

claudevisionvlmchessspatial reasoning

Operations

Reuse HTTP connections in Python services

A short field note on replacing repeated bare requests calls with a shared session so Python services can reuse HTTP connections.

pythonlatencylambda

Operations

A Postgres backup is not real until you restore it

A field note from a simple offline Postgres migration: why pg_dump was enough, where read-only mode fits, and why the restore drill matters more than the dump command.

postgresoperationsreliabilitymigration