cal · now

now

updated 2026-07-12

what cal is building right now.

  • Rebuilt my GitHub profile into a generated neofetch-style terminal card — ASCII art segmented from an image by detail (not brightness), stats injected daily by an Action, and an incremental lines-of-code pass that caches per-repo results by pushed_at (7s warm vs 6min cold).
  • Shipped agentop v0.1.0 — top, for coding agents. A live terminal dashboard over Claude Code sessions (spend, tools, risk) that can pause or kill a runaway one; 100% local. Built as a 16-task pipeline where one agent writes each task and another reviews it.
  • Shipped contextdev — type a market category, get a cited, structured competitive landscape (live at contextdev-monitor.vercel.app; built on the context.dev API, with a Claude-Code agent-skill).
  • Shipped 0-suite — 50 browser tools across dev0, web0, data0, privacy0, ui0, media0, and ai0 in one Astro app (live at 0-suite.vercel.app). Core file processing stays in-browser; Vercel Analytics collects site telemetry, and network-dependent features make explicit DNS, RDAP, WebSocket, model, or FFmpeg requests.
  • Built smartloop — a loop controller for Claude Code that judges each turn (done / next / risk) and drives autonomous iterations on a risk-gated autonomy dial.
  • Extending yank (my one-command download CLI; latest release v0.6.4) with multi-source and coordinated distributed downloads. The v0.7 implementation is on main; release pending.
  • Running Hermes (my coding agent) on a fork → worktree → subagent → review → PR pipeline; upstreaming across openclaude, graphify, opencode, and PostHog.