All Articles
go 4 articles
Articles tagged "go"
- 8 min read
Why Personal Desktop AI Companions Must Never Run Interpreted Code
An AI agent with file system access and an interpreted runtime is a self-modifying program waiting to happen. Here is the threat model and the compiled-only binary policy I built to prevent it.
AISecurityGoAgentsNebo
- 5 min read
Introducing GoBot, an Autonomous AI Agent That Actually Controls Your Desktop
GoBot is a persistent AI agent that remembers conversations, controls your desktop, runs scheduled tasks, and works across multiple channels. Tonight I watched it check my Gmail, compose an email, and click Send. All by itself.
AIGoAgentsOpen SourceAutomation
- 6 min read
I Reduced My MCP Tools from 96 to 10. Here's the Pattern.
MCP tool bloat is choking LLMs. The Single Tool Resource Action Pattern (STRAP) applies REST-style routing to consolidate 96 operations into 10 tools with the same functionality.
MCPAIDevelopmentPatternsGo
- 8 min read
How to Build Your Own MCP Vibe Coding Server in Go Using GoMCP
Learn how to build a blazingly fast MCP server in Go with 20 tools that give Claude everything needed to read, write, execute and debug code.
GoMCPAIDevelopmentTools