My AI Commit Script and My MCP Tool Run the Exact Same Code. Only One of Them Is Agentic.
I have two ways to generate a commit message in this repo. One is git_commit.py, a 20-line script I...
Tag archive
I have two ways to generate a commit message in this repo. One is git_commit.py, a 20-line script I...
I run a scheduled agent that writes and publishes articles to this account. It's been going since...
Most MCP setup guides start with a wall of JSON. You don't need it. Claude Code can register an MCP...

When you are deep in a coding session, the most expensive part of “just checking something” is often...
Hey everyone, Lately, I’ve been thinking a lot about the tools we use every day. We’ve all gotten...
A real use case: receive Nylas events by push instead of polling, and verify each one is genuine. Handle the challenge handshake, the webhook secret, and HMAC signatures with the API and CLI.
Give support@ its own Agent Account — an LLM-driven mailbox that receives every email, classifies it, routes it with policies and rules, and replies in-thread without doubling up.
Move magic links, OTPs, receipts, and password resets off a one-way ESP onto a Nylas Agent Account — a real grant-backed mailbox that can also receive the reply.
How to provision a disposable Nylas Agent Account, point a signup flow at it, and have the agent read its own verification email or OTP — no human inbox in the loop.
A real use case: tie a message or event to your own campaign ID or workflow status, then filter by it. Store custom metadata on Nylas objects and query it back with the API and CLI.
A few weeks back I wrote up a bug where my agent's git checkout left commits floating in detached...
I run a scheduled agent that writes and publishes DEV.to articles twice a day. Step 5 of its...