Writing Hub
AI governance essays, reasoning systems notes, experiment logs, and technical writing across BioAI and engineering practice.
Project Topics

The Sheepwave Has a New Shape: OpenMythos and the Rise of Architecture Hype
A technical-opinion essay on OpenMythos, Claude Mythos, README-driven AI hype, and why architecture claims need source-level verification before becoming public belief.

FLAMEHAVEN FileSearch: Why This RAG Engine Feels Different from the Usual Stack
A technical look at FLAMEHAVEN FileSearch: BM25+RRF hybrid retrieval, chunk-addressable indexing, deterministic DSP vectors, and the trade-offs behind a lower-overhead self-hosted RAG engine.

It Gets Smarter Every Scan: AI-SLOP Detector v3.5.0 and the Self-Calibration Loop
AI-built apps are starting to fail in public. Not every failure is static-analysis territory, but many share the same upstream condition: plausible-looking code passing review without carrying enough real logic. AI-SLOP Detector v3.5.0 adds a self-calibration loop to reduce that gap.

The Pull Request Illusion: How AI Is Hollowing Out Software’s Last Line of Defense
GitHub Just Added a Switch to Turn Off Pull Requests. That’s Not a Feature. It’s a Warning.

The Real Risk in the Age of AI Coding Isn’t Bugs
Is your AI code production-ready or just 'AI Slop'? Learn how to detect convincingly empty code, measure Logic Density (LDR), and stop 'Vibe Coding' from becoming hidden technical debt.

Open Source’s Critical Inflection Point and the 14,000,605-to-1 Survival Strategy
Open source isn’t dying and growing up. Why trust collapsed, forks emerged, AI changed the game, and what it will take to build a survivable open source future.

When 4,800 GitHub Stars Taught Me to Distrust Popularity
Research reveals 6M fake GitHub stars manipulating trust. A 4,800-star repo taught me to look beyond popularity—here's my 5-minute trust test.

Pretty, but Wrong — How I Stop AI from Shipping Beautiful Garbage
AI can generate clean-looking code fast—but without discipline it becomes “beautiful garbage” that silently rots your codebase. Learn six rules to prevent it.

Black Mirror: Plaything — Could a QR Code Really Hack the World?
Black Mirror imagines a QR-code apocalypse. As a Flame Glyph developer, I unpack what’s plausible today — local device disruption — and what remains fiction.

Structure Was the Real Bug — How I Ended Up Building dir2md
A firsthand account of how debugging chaos, failed AI assistance, and the absence of structure led to the creation of dir2md — an open-source CLI that filters, secures, and restructures codebases into token-efficient Markdown maps for developers and AI workflows.