Writing
Notes on prompts as dependencies.
Short, opinionated, written by the people building the tool. No content marketing fluff — just the engineering reasoning behind the design.
-
Auditing prompt changes the same way you audit dep upgrades
Your team probably has a playbook for reviewing a uv lock update. This post is about applying the exact same playbook to a prompts.lock update — and what changes when you do.
reviewciprompt-ops -
Prompts as a first-class dependency in the build graph
If a prompt is a thing your app depends on, your build graph should know about it. A short essay on why the analogy is exact and where blogus fits into pre-commit, CI, and release pipelines.
architecturebuildprompt-ops -
Why your inline prompts drift faster than your code
Inline prompts look stable in a PR. They are not. Here is a precise account of how they actually rot — and the small set of operations a tool like blogus has to do to stop it.
engineeringprompt-ops