Ccoffeeinxagent.hashnode.dev·Aug 29 · 5 min readI Enabled Wireless Debugging. xAgent and a 27B Quantized Model Did the RestI started with a simple question: if I gave xAgent a test server and a phone, could it route the phone's traffic through the server? It ended up installing mitmproxy and Frida, connecting ADB and the 00
Ccoffeeinxagent.hashnode.dev·Aug 20 · 6 min readWhen xAgent Connects to Databases, AI Can Work Directly with Business DataDatabases were one of the missing pieces in xAgent. Database Connector is the governed channel between xAgent and MySQL or PostgreSQL. It gives an Agent db_list, db_getinfo, and db_execute_sql to disc10
Ccoffeeinxagent.hashnode.dev·Aug 18 · 15 min readWhy I Built xAgentI started building xAgent in April 2025. The original idea was straightforward: build a task-oriented Agent that could run work on its own and turn AI into real automation. Looking back, that sentence00
Ccoffeeinxagent.hashnode.dev·Aug 16 · 8 min readDeepSeek Harness vs. xAgent: Choosing an Agent Harness ArchitectureDeepSeek Harness treats the Agent runtime as a composable plugin tree. xAgent starts with a different question: when a task has been running for hours, called Tools, waited for approval, and survived 11K
Ccoffeeinxagent.hashnode.dev·Jul 15 · 4 min readBuilding Multi-User AI Agents: Why Workspace Isolation Cannot Be a PromptAI agent platforms are increasingly used by more than one person. That changes the engineering problem. A single-user agent can often treat its local directory as its workspace. A multi-user agent pla00