Winston: an agentic OS where the model never routes.
For the past month I've been building Winston, a personal agentic OS that runs 24/7 on an always-on Mac: a conversational orchestrator I talk to over Telegram and a local web panel, backed by scheduled sub-agents that triage my email, work my task board, tend their own memory, and extend the system by writing new plugins. It uses no agent framework. The only agent dependency is the Claude Agent SDK, used as a primitive — and everything LangGraph or CrewAI would call 'the framework' is thirteen thousand lines of plain TypeScript around SQLite and the filesystem. This post is about why that shape, and what it buys.
#winston·#agents·#architecture·#claude-code