What Is Vibe Coding? Capabilities and Human Review Boundaries
A clear distinction between Vibe Coding and broader AI-assisted development, plus the human review needed for prototypes and production use.
A clear distinction between Vibe Coding and broader AI-assisted development, plus the human review needed for prototypes and production use.
A record of how a production build command ran while I was asking AI to make a separate change, and the approval-required rule I put in place afterward.
AI can suggest reference URL candidates that do not actually exist. This article covers how the URL-checking script for this site works and how it classifies results before human source review.
Practical citation rules for AI-assisted blog writing: how to separate personal experience from external facts and decide where references are required.
While asking AI to add a blog article, I discovered that the navigation layout had also been changed without instruction. This article describes why that happened and how I addressed it with a rule in CLAUDE.md.
When I use AI to draft articles, the author's voice can become hard to see. To address this, I defined writing style, prohibited expressions, and E-E-A-T review criteria in my-blog-writing SKILL. This article explains how the skill keeps drafts easier for the author to edit and review.
Writing a specification before asking AI to implement reduces mismatches and repeated revisions. This article explains the Spec First principle and what to include in a simple specification.
A three-part framework—repeatability, specificity, and verifiability—for deciding which recurring AI workflow problems belong in a harness.
Putting multiple topics into a single article makes it hard for readers to find what they need. This article explains why I introduced the one page, one topic policy on this site and what criteria I use to determine what counts as one topic.
Based on experience checking AI-created drafts with automated review before human review, this article clarifies what automated checks reliably detect and where human judgment remains necessary.
A review table for code created by coding agents, separating external connections, data changes, calculation and transformation logic, and UI code by verification priority.
A pre-delegation risk check for AI tasks, using reversibility, scope of impact, ease of verification, and the human decisions that should remain under human control.
AI-created Japanese drafts are often not suitable for business documents as-is. This article categorizes four common expression patterns and provides concrete rewriting examples for each.
How to write CLAUDE.md to give Claude Code project context, with before-and-after examples and the boundary between guidance and enforcement.