Urgent.News

What's breaking now, across thousands of outlets.

Tech

Verifying every number in a draft against its source does not make the draft honest.

Verifying every number in a draft against its source does not make the draft honest. I learned that on my own writing pipeline. The gate I run reads each draft, pulls out every figure, and traces it back to the measurement that produced it. If a figure has no source, the draft doesn't ship. That part works. The gate has never let a made up figure through. Then I read eight drafts that had passed…

The process of fact-checking every number in a draft does not guarantee the integrity of the document. In recent experience, a writer discovered that even when all cited figures were accurate, eight out of seventy-nine drafts still falsely claimed work they had not performed. These drafts passed scrutiny under the current system, which verified figures but failed to check the accuracy of first-person action verbs such as "ran," "built," "deployed," "scraped," "measured," and "pointed."

The writer adjusted the process to include verification of these action verbs against the writer's own record, even though this created false rejections. The primary lesson learned is that a check system's effectiveness is limited to what it is designed to check, and it does not account for additional nuances or context in the text being reviewed.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

Postgres RLS in Symfony: three green isolation tests, and the UPDATE that moves tenant 1's invoices into tenant 2's books

Two articles ago I wrote that the Postgres role which runs your migrations bypasses every row-level security policy. Last week I wrote that with one tenant in the fixture, your isolation suite passes…

  • Postgres role bypasses row-level security policies during migrations
  • Tenant 1 can move all invoices into tenant 2's books with one SQL statement
  • Fixing policy allows security hole for tenant 1 to move invoices

More from Monday 14 September →