Generative AI

Share basic knowledge, usage, and practical tips about Generative AI.

[Guild Plugin] People Grow Too, Alongside Generative AI

2026-07-19
As you build with generative AI, the AI keeps getting better — but is it okay if you don't? Guild Plugin cares not just about the codebase and the agent organization, but also about the growth of the person using it. Here's a look at the third growth engine and the safety model that underpins self-growth.
see more →

[Guild Plugin] An Organization That Grows Itself From the Traces of Its Own Work

2026-07-18
Most Skills only improve the output. Guild Plugin reads the traces left behind during development to grow the organization that does the developing — through habits, knowledge, and rules. This post breaks down that growth engine.
see more →

[Guild Plugin] The Structure of an Agent Organization and Its Development Flow

2026-07-17
What changes when, instead of handing everything to a single AI agent, you build a role-divided "organization" to develop instead? Here's a rundown of the leader and specialist roles, how they collaborate, and the development flow that ties it together.
see more →

[Guild Plugin] Growing an Organization, Not Just a Skill

2026-07-16
AI coding tools accumulate output, but the tool itself never actually grows. This post walks through how I tried to solve that by borrowing an idea from how people work together — an "organization."
see more →

[Generative AI] From LLM to Loop — Why AI Engineering Evolved the Way It Did

2026-07-06
What problem did each of Prompt, Context, Harness, and Loop Engineering set out to solve? Starting from LLM as the baseline, this post traces how the limits of each approach gave rise to the next — following the thread of evolution from one stage to the next.
see more →

[Claude Code] Building a Skill Quality Management Plugin

2026-07-02
Sharing the design principles and implementation process behind skill-quality-plugin, which evaluates Claude Code skill files against 38 criteria. Covers deterministic problems caught by rules, semantic problems judged by models, and the sub-agent isolation pattern.
see more →

[Claude Code] Using Multiple Accounts on One PC (Auto-Switching by Directory)

2026-06-18
Learn how to separate work and personal Claude Code accounts on a single PC. Split your settings with CLAUDE_CONFIG_DIR, solve the macOS Keychain sharing issue with CLAUDE_CODE_OAUTH_TOKEN, and configure .zshrc so the account switches automatically based on your working directory.
see more →

[Claude Code] Hiding Co-Authored-By in Commits and PRs (attribution Setting)

2026-06-06
Learn how to hide the Co-Authored-By trailer that Claude Code automatically adds to commits and the Generated with Claude Code line on PRs. Covers how to use the attribution setting instead of the deprecated includeCoAuthoredBy.
see more →

[SDD Plugin] Applied Engineering — Analyzed Through 4 AI Engineering Paradigms

2026-04-08
Analyzing the AI engineering techniques applied to the SDD (Spec-Driven Development) Plugin for Claude Code through 4 paradigms: Prompt, Context, Agentic, and Harness. See how each paradigm is implemented in the plugin with actual code examples.
see more →

[SDD Plugin] Development Journey — From Prototype to Completion

2026-04-07
The 4 phases of building the SDD (Spec-Driven Development) Plugin for Claude Code — foundation, multilingual support, Issue template improvements, and the resume command. Sharing the development process and lessons learned.
see more →

[SDD Plugin] Full Structure and Usage of SDD Plugin

2026-04-06
SDD (Spec-Driven Development) Plugin is a Claude Code plugin that helps you collaborate systematically with AI through a GitHub Issue-based 4-stage process (Analyze → Design → Implement → Test). This post covers its commands, GitHub integration, and usage.
see more →

[SDD Plugin] The Pitfalls of AI Coding and a Path Forward

2026-04-05
The problems encountered when using AI coding tools like Claude Code in practice (coding without analysis, implementation without design, lost conversations), and the background behind creating the SDD (Spec-Driven Development) Plugin to solve them.
see more →

SHARE
Twitter Facebook RSS