Verify Search Console Ownership with Vercel DNS
Find and fix failed Google Search Console TXT verification when a domain is registered externally but its DNS is delegated to Vercel.
Find and fix failed Google Search Console TXT verification when a domain is registered externally but its DNS is delegated to Vercel.
A beginner-friendly comparison of ontology, knowledge graphs, RAG, and GraphRAG that explains each role and shows how to choose from where an answer lives.
A beginner-friendly explanation of why WebMCP was proposed, its two ways to describe page features, how it differs from adjacent technologies, and how to test it safely.
A practical guide to the AI, engineering, and business-change skills required across FDE, Deployment Strategist, and GTM roles, with a 90-day program built around production work, evaluation, reuse, and internal ownership.
A comparison of Palantir's FDE, Deployment Strategist, and GTM responsibilities with consulting and onsite engineering, including global and Japanese trends, implementation risks, and an operating-model checklist.
A comparison of OpenMontage, AIFX, and AdCP across production work, finished-work creation records, and advertising distribution.
A practical enterprise design that separates AIFX creation records and integrity checks from rights review and human release approval.
A practical reading of AdCP Creative, Governance, and Trust specifications for connecting AI-generated ads to review, approval, and delivery.
A design for monitoring long-running agent behavior through minimal safety signals without centralizing conversations and documents.
A practical design for checking the structure, safety, overlap, effectiveness, and source record of an Agent Skill before production distribution.
A Verification-First design that links claims to evidence as they are produced and independently checks them before action.
An explanation of OpenMontage as a way to organize the stages, responsibilities, approvals, and records of AI video production rather than as a list of code features.
A guide to Palantir Ontology covering its origins, Objects, Links, Actions, Functions, permissions, applications, differences from knowledge graphs and RAG, and a practical PoC decision framework.
A research-based overview of Hermes Agent covering framework differences, use cases, extensions, and considerations for organizational use.
An explanation of AWS's AI-Driven Development Life Cycle through its current five phases, official examples, enterprise case, and adoption checklist.
Learn how AWS Context Ontology Accelerator differs from RAG and knowledge graphs, how it uses Neptune, OpenSearch, and Bedrock, and what to evaluate before enterprise adoption.
A guide for IT administrators managing Claude, Codex, and GitHub Copilot costs, user selection, budget limits, adoption, and monthly license reviews.
Google revealed how it builds, tests, and scales Agent Skills on August 4, 2026. This article explains the concrete practices and a practical SkillOps adoption path.
Use /goal and /plan in Claude Code and Codex with model guidance, usage budgets, human checkpoints, and document and development workflows.
Using the Claude Code team's HTML workflow as a starting point, this article separates when to use Markdown, HTML, XML, and JSON for AI agent outputs.
A practical guide to coding-agent self-healing loops based on 2026 research and official implementations from OpenAI, Google, and GitHub, covering layered verification, stop conditions, permission boundaries, and human approval.
An overview of Generative UI, where the AI generates the interface itself rather than text, covering how it works, use cases in the Vercel AI SDK and Claude, its potential, and points to check before adoption.
How I choose between Claude Code and Codex in the same repository by comparing discussion, design, implementation, verification, and handoff work.
How I am building a harness to reduce repeated color accessibility issues in UI components created through Vibe Coding, especially across light/dark themes, hover, selected, and focus states.
A practical guide to what Codex Memories are for, how they differ from AGENTS.md, and when to avoid, review, or reset memory behavior.
A practical comparison of Claude Code Skills, Codex Skills, GitHub Copilot Skills, Google Antigravity Skills, CLAUDE.md, AGENTS.md, GEMINI.md, and copilot-instructions.md, with guidance on what belongs where.
How I decide when to use Claude Code versus Codex in the same repository, and how I design handoff documents to transfer context across sessions.
How I reduced recurring Astro build failures by moving automatic normalization into prebuild instead of treating each failure as a one-off fix.
How AI Learning Playground positions Playwright alongside structural checks, URL verification, and human review.
A summary of copyright, responsibility, and reader disclosure policy when using AI as a writing support tool.
When using AI to draft blog posts, I separate structural checks from publication approval and keep new articles out of passed until human review is complete.
A plain-language information summary of AWS AI BPR, its four strength-based steps, and the questions to consider when evaluating it for AI projects.
A look back at three months of building and running AI Learning Playground with Vibe Coding, organized around insights from the technical, design, and operational phases.
A plain-language guide to Dynamic Workflows in Claude Code: how multiple AI workers divide a job, which tasks fit, and how to plan outputs, limits, costs, and resumption.
A plain-language workflow for using Claude Design for early concepts and dividing later work among Figma, Canva, and Claude Code.
A clear distinction between Vibe Coding and broader AI-assisted development, plus the human review needed for prototypes and production use.
A plain-language guide to using Claude Code Hooks for repeated checks, including before-versus-after timing, human approval boundaries, and an adoption process.
Seven ways to reduce Claude Code input and output tokens while preserving required context, verification, and safety constraints.
AI Driven and AI Native represent different starting points for how organizations design their relationship with AI. This article clarifies the distinction and what each approach means in practice.
How to record an AI workflow problem, cause, resolution, and prevention in lessons.md as a decision history that later work can verify.
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.
A safe handoff process for uncommitted changes, separating what Codex Local, Worktree, and Cloud environments can see.
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.
A file exists in the repository but the link is broken — this happened on this site. Here is why verifying internal links by file path alone is insufficient, and how I addressed it.
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.
Manually checking the consistency of configuration files has limits. This article covers the process of building a validation script with AI and why automated detection proved useful.
I updated the learning_time workflow so docs articles normalize reading time during authoring, while dev:check and prebuild keep the same normalization as a safety net.
This article explains the current workflow for synchronizing English articles from canonical Japanese, using three translation-drift patterns and a two-stage checklist. It separates differences that structural checks can surface from semantic differences that require human judgment.
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.
Repeating the same instructions to an AI every time is less stable than defining procedures as a skill file. This article covers how I designed SKILL.md files for this site and what changed as a result.
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.
When the number of rule files for AI grows, knowing what is where becomes difficult. This article explains how I organized them into three categories—rules, skills, and workflows—using the shared/ directory.
AI gives different answers to the same question, and it does not remember previous sessions. This article explains how I use the term Harness Engineering for this site's AI operation practices.
How harness drift separates shared rules from tool-specific configuration, and how synchronization checks detect the mismatch earlier.
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.
A record of five specific patterns where AI-assisted Mermaid diagrams failed to render correctly, including special characters, arrow direction, label length, Japanese text, and nested structures.
How to write CLAUDE.md to give Claude Code project context, with before-and-after examples and the boundary between guidance and enforcement.
A step-by-step guide to setting up Google Analytics in a Vercel environment, covering measurement IDs, environment variables, and an Astro component.
A guide to the structure of AI Learning Playground and where to start learning generative AI, organizational adoption, development, and governance.