» Tag
developer-tools
148 postsBuilding a Deterministic Merge Gate for AI-Generated Code
A POSIX shell gate checks AI-generated patches before merge: size budgets, sensitive path ownership, and Git diff hygiene, independent of the model that wrote the code.
A TypeScript Proxy Trick for React displayName Without Strings
How a C#-inspired TypeScript Proxy trick derives React component displayName values from real property access instead of fragile hardcoded strings.
Knowledge-and-Memory-Management v0.0.2: Portable Agent Memory Release
v0.0.2 unifies web, video and article ingestion, adds automatic memory consolidation, and enables full portability via the $AGENT_HOME variable.
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.comAFP: The Format Behind Bank Statements Gets a Browser Validator
IBM's decades-old AFP format still powers bank statements. A new free tool validates its structure in the browser, without ever uploading the file.
CodeClone 2.1: why your AI agent's diff isn't enough
CodeClone 2.1.0a1 introduces a structural change-control layer that bounds AI agent edits in Python codebases before they happen, not just reviews the diff after.
A Year of Cloud Agents: Why Environment and Durability Matter Most
How cloud agents evolved from ported local agents into a full operating layer, covering environment setup, Temporal-based durability, and harness design lessons.
Databricks Benchmarks AI Coding Agents on Massive Codebase
Databricks tested GLM, Claude, and GPT coding agents on its massive codebase, revealing how harness choice and token efficiency affect real task costs.
DevTime scans Cal.com and admits uncertainty instead of guessing
Local-first scanner DevTime flagged Cal.com's billing webhooks as unproven behavior rather than guessing from file names, exposing why evidence-based confidence matters for AI coding agents.
Jean2: A Coding Agent That Evolves Across Sessions via File-Based Memory
Jean2 is a coding agent that writes what it learns into markdown files via opt-in memory, skill and session-search layers, improving through accumulated knowledge rather than model retraining.
Security MCP Turns Org Policies Into an API for Coding Agents
Security MCP is a configurable server that exposes security policies, risk context and paved roads to coding agents like Claude Code and Cursor via MCP tools.