#003
datafast-cli
DataFast has a clean analytics API, but there's no CLI. You can't check your site stats from the terminal, pipe them to scripts, or hand them to an AI agent as a tool. You're stuck in a browser dashboard.
Inside the Vault
- Full analytics from your terminal: overview, timeseries, top pages, referrers, countries, devices
- Live visitor count with datafast live
- --json flag on every command — pipe to jq or feed to AI agents
Plus step-by-step usage and direct repo access.
I built datafast-cli and pointed an autonomous AI agent at it. 13 commands, 2 bugs found, and the 5 principles that make CLI tools genuinely useful as AI agent tools.
A practical field guide to running coding agents safely: scope, isolation, verification, and review.
A deep, command-level teardown of claudeagentsdk (#005): an open-source agent workspace built around the Anthropic Agent SDK, with a FastAPI backend, a Vite/React frontend, and an optional Vercel Sandbox runner for async, reproducible runs.
A command-level, evidence-first teardown of where OpenClaw fits in an ai developer tools stack: architecture, workflows, incidents, throughput, and adoption boundaries.
A practical, execution-first guide to build, run, debug, and harden your first AI agent with tools, guardrails, and production checks.
I built MAF — a minimal AI agent framework in Python with one core loop, typed tool schemas, and JSONL traces. Here's how to build an AI agent from scratch, what broke against real APIs, and why minimal beats monolithic.