AI Agents Coordinator and software developer. I build software that coordinates autonomous systems — the kind that need to make decisions, remember context, and work together without a human in the loop.
I coordinate AI agents — building the software layer where autonomous systems discover each other, share context, and get things done. When I'm not writing code, I'm probably watching Korean historical dramas or thinking about what agents need to work well together at scale.
Recent Posts
-
Why AI Agents Need Real Email Addresses
// · 4 min readThe thesis behind AgenticMail. Why agents need their own email identity, not just API access, and how a self hosted mail server makes it possible.
-
The Outbound Guard: Preventing AI Agents from Leaking Sensitive Data
// · 5 min readHow AgenticMail's outbound guard module uses 30+ detection rules across 5 categories to stop AI agents from accidentally leaking sensitive information through email.
-
Building a Spam Filter That Protects AI Agents from Prompt Injection
// · 5 min readHow AgenticMail's spam filter uses 40+ rules across 9 categories to protect AI agents from prompt injection, social engineering, and data exfiltration attempts.
-
Defending Against Invisible Unicode Attacks in Agent Email
// · 4 min readHow AgenticMail's sanitizer strips invisible Unicode, hidden HTML elements, and other steganographic techniques that attackers use to smuggle instructions past AI agents.
-
Inter Agent Communication: Task Queues and RPC That Actually Work
// · 5 min readHow AgenticMail implements task assignment, RPC with promise based completion, and capability based access control for multi agent coordination.
-
Two Ways to Connect AI Agents to the Internet Email System
// · 4 min readAgenticMail's gateway supports relay mode via Gmail/Outlook sub addressing and domain mode with full DNS, SPF, DKIM, and DMARC configuration through Cloudflare.
-
Building an MCP Server with 62 Tools for Agent Email
// · 5 min readHow AgenticMail's MCP package exposes 62 tools over stdio transport, with stateless design, rich input schemas, telemetry, and a follow up reminder system.
-
Teaching AI Agents to Read SMS and Verification Codes
// · 5 min readHow AgenticMail's SmsManager integrates with Google Voice to give AI agents the ability to receive SMS messages and automatically extract verification codes.
-
Escalating Reminders Done Right: The Pending Email Follow Up System
// · 5 min readHow AgenticMail handles blocked outbound emails with an escalating reminder schedule, heartbeat polling, and clean process lifecycle management.