Commit 66f9cfe
committed
articles: the demo did not prove the claim, and two of the pillar's three arguments were missing
"Prompt drift is almost never a prompt-only event. The field got renamed in the
domain model." Directly under that, the page described its payload as "a
projection of the same entities that drive your database and API" and showed a
standalone value object with two bare strings and no entity anywhere in it —
and the transcript below it was a rename of one of those strings. A reader who
opened examples/showcase/ found the article's central demonstration proving
something smaller than its sentence.
The showcase is fixed upstream (metaobjects 82a12aeb5): the payload binds to
Subscriber, and the fixture's rename moves onto the entity. But this site's
deploy injects snippets from the newest npm-line RELEASE TAG, not main, so the
published block stays the old one until the next release. The prose here is
therefore written to be true of both: it says the payload CAN bind its members
to those entities rather than asserting the visible snippet does, and the
verify paragraph names the mechanism instead of a specific member. Once the
snippet updates, both sentences get to be stronger.
Also adds the two arguments the pillar makes that this page never did:
- **Payload bloat as a reviewable diff** — absent entirely, and it is the
argument with a number attached. An untyped bag means "what do we send this
model" answers itself as whatever was in scope; a declared payload makes
adding a field a line in a pull request.
- **The cache-prefix consequence** — asserted twice ("cache stays warm") and
never dramatised. Exact-prefix caching ends at the first differing byte, so a
stray space does not throw, does not degrade the answer, and does not appear
in a log. It appears on the invoice weeks later, unattributable. That is the
whole reason determinism is a feature and not a detail.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NTcEKXTQMYt84fAjuw5A2M1 parent bbfe934 commit 66f9cfe
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| 138 | + | |
| 139 | + | |
138 | 140 | | |
139 | 141 | | |
140 | | - | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
141 | 145 | | |
142 | 146 | | |
143 | 147 | | |
| |||
0 commit comments