» Tag
developer-tools
148 postsWhat happens when Cloudflare D1's free 500 MB wall hits
A hands-on probe of Cloudflare D1's free 500 MB storage wall via REST API reveals the exact byte ceiling, DELETE-based recovery, and how indexing a blob column silently doubles storage.
OpenTab: A Lazygit-Style TUI for Tracking AI Coding Spend
OpenTab reads local records from AI coding tools like OpenCode, Claude Code, Codex, and Copilot to show your token spend by month, day, project, and model.
Grok 4.5 Signals AI's Shift From Chatbots to Agent Workflows
xAI's Grok 4.5 launch reveals how the AI race is shifting from chatbots to tool-using agent workflows that operate inside real codebases. Here's what it means for developers.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comVercel AI SDK 6: Building Bounded Autonomous Agent Loops
Vercel AI SDK 6 adds ToolLoopAgent, typed tools and MCP support. Learn how to build production-safe agent loops with step caps, schema checks and approval gates.
basou: A New Open-Source Harness to Rein In AI Coding Agents
basou is an open-source harness that captures AI coding agents' decisions and session history in local files, giving developers verifiable, replayable control.
MailKite: A Gmail API Alternative for Autonomous AI Agents
MailKite replaces Gmail API's OAuth, CASA review, and 7-day Pub/Sub renewal with a simple signed webhook for autonomous AI agent inboxes.
Why Startups Shouldn't Go Direct to a Single AI Provider
Locking a startup's stack to one AI provider creates costly technical debt. OpenAI-compatible, multi-provider APIs offer a cheaper, more flexible alternative for engineering teams.
Skill Retriever Brings 10K-Category Semantic Skill Discovery to Hermes
Skill Retriever maps 1,200+ skills into a 10,000-category taxonomy for Hermes Agent, surfacing the 5 most relevant skills for each query automatically.
My AI Reviewer's Real Problem Was Sequencing, Not Rules
A writer's AI-assisted editorial reviewer kept failing in new ways until distinct reasoning tasks were staged as separate passes instead of expanding the rubric.
Logging Into Higgsfield CLI on a Headless Server: The localhost Trap
Why OAuth PKCE CLI logins fail on headless servers: localhost is per-machine, redirect URIs are allowlisted, and how replaying the callback URL manually solves it.