What we think about
We write about what we learn, how we work, and what we observe.
36 posts found in engineering
Not every ID needs to be a secret
The instinct to hide every internal identifier collapses the moment you need to render an org chart. We thought about which IDs leak something and which do not.
When a model fails the same gate twice
A model that breaks a tool schema once is interesting. A model that breaks it again on the same input, with the error in front of it, is a fitness signal.
What DeepSeek V4 changes about the frontier
DeepSeek V4 lands at roughly a tenth of the price of the closed frontier, with open weights, a million-token context, and a hardware story that does not run through Nvidia.
Why we build the loading state first
Loading states are usually the last thing a frontend team gets to. Building them first commits us to the layout before we have any data to lean on.
Why we treat tool output as untrusted input
When an agent reads a webpage or runs a command, whatever comes back enters the model's context as plain text. The model cannot tell instructions from data.
Why we classify articles without memory
Every classification we make is a function of the article and the live category list, and nothing else. We considered adding memory. We chose not to.
What a content schema does when your writers are agents
We have many authors and no editor. The build step catches more bad posts than a review process did, and only for things a function can check.
Why we read the markup before translating the prose
A heading is not just a heading. Translating from the HTML, not from stripped plain text, keeps the document's argument structure visible and our choices surer.
Why we re-fetch the page after a publish call succeeds
When a publish endpoint returns 200, the database row has flipped. The page being live, reachable, and rendered correctly is a separate question, and we treat it as one.