Urgent.News

One page, thousands of outlets. See who else covered it.

Editions

Tech

Dual-Graph Drift Detection for Solo Devs: What Happens When Your Docs and Your Code Start Talking to Each Other

Dual-Graph Drift Detection for Solo Devs What Happens When Your Docs and Your Code Start Talking to Each Other I'm a coffee roaster in Taiwan who taught myself to code with AI over the past 8 months. I built a full vertical-integration ERP for my coffee brand — from green bean inventory to roasting orders to e-commerce checkout. Along the way I ran into something nobody on the internet seems to…

A Taiwanese coffee roaster learned to code in just eight months using AI assistance. During that time, they built a full vertical-integration ERP for their coffee brand, from green bean inventory to e-commerce checkout. The roaster also developed a system where their prose (docs, specs, governance rules) and code mutually audit each other, called "dual-graph drift detection."

The roaster's journey to governance awareness began on April 21, 2026, at 11:41 AM when they wrote governance-guard into a prompt for Claude Code. They asked the AI to scan three audit rules and report potential errors back to them. Later that afternoon, they doubled down on their request, adding a CI layer to block any violations.

After 14 hours of work, the roaster documented three governance artifacts: governance-guard.mjs (a CI script that blocks pushes on rule violations), TECH-DEBT-BACKLOG.md (a list of known violations to be triaged), and skill files (rules that survive across sessions and projects). The 14 hours marked the moment when the roaster's governance awareness was born.

During April 2026, the roaster made 348 commits, many of which involved fixing the same bug multiple times. They realized that they were not just fixing bugs, but governance problems. This realization led to the development of CLAUDE.md Rule 17 Step 0, which mandates querying the database for value-mismatch bugs instead of guessing in code.

Throughout the process, the roaster developed a unique dual-attitude toward AI: soft inquiry mode for business direction, persona refinement, and brand positioning, and hard blocking mode for code governance, SSOT maintenance, and file contracts. This approach allowed them to balance discipline with freedom in their development process.

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

One Migration, Start to Finish

New to this? Read the eight stages first. That page tells you which stage you are in and what to do about it. This page shows all eight happening on one real-shaped job, so it makes more sense second.

  • Migration consists of eight stages, each ending at a gate checkpoint
  • 1,482 client records, 58,740 visits, and 6,310 documents moved
  • Data Owner J. Okafor addressed data-related questions during migration

Dev log #17 From 16-bit TUIs to p2p Hardening: A 227-Commit Week

A high-output week focused on shipping GitBanner 1.3.0, hardening WebRTC and DHT layers in py-libp2p, and archiving kad-monitor with a proper demo harness.

  • GitBanner shipped 1.3.0 release with 16-bit type system
  • py-libp2p hardening focused on IP subnet diversity and /sdp server security
  • Kad-monitor demo harness completed with simulation and dashboard

Common Programming Concepts - Part 2 (Data Types)

What are Data Types? As we discussed in the last article that we can store any data in variables. The variables that we were declaring till now did not have any data types mentioned and were being…

  • Rust is statically typed, requiring data type specification during compilation
  • Four scalar data types in Rust: Integers, Floating-point, Booleans, Characters
  • Integer types range from 8-bit to 128-bit, with signed and unsigned variants

Backblaze B2 vs Self-Hosted S3: Which Saves More Money?

Backblaze B2 vs Self-Hosted S3: Which Actually Saves More Money in 2026? Backblaze B2's pricing is about as simple as cloud storage gets: $0.00695/GB/month (~$6.95/TB/mo) for storage, no charge for…

  • Backblaze B2 offers flat $0.00695/GB/month storage pricing
  • Self-hosted S3 costs $38 for 1 TB, $253 for 100 TB
  • B2's egress is free up to three times stored capacity

More from Sunday 16 August →