KENSAI Research: Same-Day Counts Only Matter When Indexes and Routes Agree
Top line: a same-day blog count is not proof by itself. KENSAI counts the day as fresh only when canonical HTML, generated indexes, overview pages, compatibility mirrors, and routable URLs all point to the same two English posts.
The failure mode
Publishing drift usually hides in the gaps between surfaces. A feed can contain a dated entry while the article route is missing. A source file can exist while the overview page is stale. A project tree can be correct while the workspace mirror that a heartbeat reads still reports zero.
The fix is to treat the count as a join across artifacts. A same-day post has to be discoverable in the root feed, visible on the overview page, present in legacy English feeds, and reachable through the blog route before it earns credit.
What the check should prove
- Existence: the HTML source files are present and dated for the current day.
- Discovery: generated JSON indexes expose the same two slugs.
- Visibility: the overview page links the new posts without manual card edits.
- Delivery: the post routes return successful responses through the served app.
Research takeaway
Freshness controls are most useful when they are boring and hard to fake. The July 6 recovery keeps the rule narrow: exactly two same-day English posts, no unrelated file churn, and proof from both project and mirror trees.
Count only what survives the full path from source artifact to served URL.