Tag ← All writing
Agents.
3 posts filed under Agents.
-
An Agentic Engineering Factory Inside GitHub
GitHub already has the governance layer coding agents need. I use it to route agent work from a human-triaged issue through review and back to a human merge decision.
-
CRAFTS: The Agentic Coding Loop I Trust
I wanted agents I could leave alone and still trust. CRAFTS is the coding loop I built to make autonomous output more reliable, more secure, and less forgetful.
-
Why I Put a Knowledge Base Inside My Codebase
Spec files get stale. Agents work from outdated assumptions. Here's how an in-codebase knowledge base fixes that - and how the agents maintain it themselves.