» Tag
devtools
36 postsTypeScript 7.0: a green tsc check isn't a safe migration
TypeScript 7.0's native Go compiler is fast, but tsc --noEmit misses two real migration risks: removed tsconfig flags and tools that depend on the Compiler API.
Lessons from a Week Evaluating an AI PR Reviewer
Lessons from evaluating an AI PR review plugin: fixing the wrong skill, why risk classification matters, and how upstream evidence quality shapes review accuracy.
Sabba: A Security Tool That Proves Bugs by Actually Running Them
Sabba is an MCP security tool that verifies every bug finding by actually compiling and running the exploit, not just guessing with an LLM.
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.comAwsmux: Multi-Account AWS CLI Speeds AI Agents Up to 5.4x
Awsmux runs AWS CLI commands across hundreds of accounts in parallel, cutting AI agent costs and latency up to 5.4x with an approval-gated safety layer.
Cargo-reapi: A Shared Build Cache for Parallel Rust Agent Pipelines
cargo-reapi adds a shared build cache to Cargo for parallel Rust agent pipelines, cutting redundant compiles across worktrees without replacing Cargo's build graph.
Inside Claude Code's Multi-Agent Orchestration System
Claude Code's AgentTool orchestrates sync, async, fork, teammate and remote agents via git worktree isolation for reliable parallel AI coding.
Git worktrees don't isolate AI coding agents, despite the hype
Git worktrees share refs, config, stash and hooks with the parent repo, making them unsafe as an isolation boundary for AI coding agents.
Uvr: A uv-Style Package Manager for R, Written in Rust
Uvr is a Rust-built, uv-inspired package and project manager for R with fast P3M binary installs, lockfiles, and built-in R version management.
Belay: a local firewall for AI coding agents
Belay is an open-source, local-first security layer that gates AI coding agent tool calls, blocking secret leaks and destructive commands in real time.
Spoold: Durable Outbound HTTP Delivery Without a Database
Spoold is a lightweight Go daemon that gives outbound HTTP requests durable, at-least-once delivery without a database or message broker.