Jjudeinsoit-ai.hashnode.dev·16h ago · 15 min readReading the code told me which services I could drop. Running it told me the truth.I read our own source code to work out which services a demo could do without, wrote down three conclusions, and then ran the trimmed stack to check. Two of the three were wrong. That is the real subj00
Jjudeinsoit-ai.hashnode.dev·3d ago · 9 min readGoverning MCP tool calls: permissions, secrets, and egressWiring up an MCP server is an afternoon of work. One streamable HTTP endpoint, one list_tools call, and the tools land in the model's callable list. That part is genuinely solved. Everything after it 00
Jjudeinsoit-ai.hashnode.dev·4d ago · 6 min readEvery agent run is a governed run: the architecture behind our open-source agent runtimeWe open-sourced SOIT a few weeks ago. The one line version: an agent runtime and governance platform for teams that need AI agents to touch real enterprise systems without losing control. This post is00