Gemma 4 E4B caught three planted fabrications in 50 seconds — on a laptop, no cloud
Gemma 4 E4B has successfully identified three instances of fabrication in a published article within 50 seconds using a local command-line tool. The tool, named scribe-check, analyzes Markdown articles against source documents to flag discrepancies. It highlights issues such as terminology drift, fabricated authors, and incorrect numeric specifics.
- ▪Scribe-check is a local-first command-line tool that checks articles for uncorroborated claims.
- ▪It can identify five categories of fabrication risk, including terminology drift and fabricated coauthors.
- ▪In a recent test, it caught three fabrications in a published article, including a doubled count of rod cells.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3906866) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Arthur Posted on May 24 Gemma 4 E4B caught three planted fabrications in 50 seconds — on a laptop, no cloud #devchallenge #gemmachallenge #gemma #go Gemma 4 Challenge: Build With Gemma 4 Submission This is a submission for the Gemma 4 Challenge: Build with Gemma 4 What I Built scribe-check is a local-first command-line tool that reads a Markdown article and a folder of source documents, and reports every concrete claim in the article that isn't corroborated by the sources you handed…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).