Articles tagged "nebo"
A Simple Formula for Naming AI
The AI industry has a naming problem. A simple four-part formula - who owns it, where it lives, AI, and the role it plays - cuts through the jargon and makes AI products instantly understandable.
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.
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.
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.