Latest Posts

All blog posts sorted by newest first.

[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 →

Auto-switching GitHub CLI Accounts per Directory

2026-06-19
Tired of running gh auth switch every time you move between personal and work projects? Learn how to combine the GH_TOKEN environment variable with zsh's chpwd hook to automatically switch GitHub CLI accounts when you enter a directory.
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 →

[Flutter] The split('') Trap — Android Crash from Emoji and Some CJK Characters

2026-05-27
A summary of the cause and fix for the "string is not well-formed UTF-16" Android crash that occurs when splitting a word containing certain CJK characters or emoji character by character.
see more →

[Flutter] Fixing AppBar / System Control Overlap in iPad Multitasking

2026-05-26
A walkthrough of the bug where the AppBar back button overlaps with the system grab handle in iPad Split View / Slide Over / Stage Manager. Covers why screen-size based iPad detection fails, the hardware-based alternative, and the subtle AppBar leading alignment pitfall.
see more →

[Flutter] Galaxy S26 Support — Android 16KB Page Size Compatibility

2026-05-25
Learn how to align AAB artifacts so that Flutter apps are properly listed on the Play Store for Galaxy S26 and other devices using 16KB memory page sizes, and how to build a static verification gate to prevent regressions.
see more →

SHARE
Twitter Facebook RSS