» Tag
developer-tools
148 postsEntire Launches Distributed Git Network for AI Coding Agents
Entire unveils a distributed Git mirror network sitting in front of GitHub, hitting 570K clones/hour and 586 pushes/sec, with the backend going open source.
Claude Code Orchestration: 96% Performance at 46% of Cost
Anthropic's Fable-Sonnet orchestration pattern now runs natively in Claude Code: 96% performance at 46% cost. Details plus the pilotfish package inside.
Makoto Blocks False Claims by Claude Code AI Agents
Makoto is an integrity hook for Claude Code that checks agent claims like passed tests or commits against real tool-call logs and blocks mismatches.
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.comGenerating TypeScript Types from JSON Without Missing Optional Fields
Most JSON-to-TypeScript tools infer structure from a single array element, mistyping optional fields. Correct conversion merges keys across every sample.
GitHub rebuilds Issues navigation for instant, cache-first loading
GitHub built a client-side caching layer with IndexedDB, cache preheating, and a service worker to make Issues navigation feel instant instead of laggy.
Local Motion Brings Local LLM Agents to Cursor and VS Code
Local Motion auto-picks a compatible local coding model on Mac, manages memory, and links to Cursor via tunnel or runs fully local inside VS Code.
Code or Diffusion: A Field Guide to Programmatic Image Generation
Generating diagrams and charts as code instead of diffusion cuts costs and produces testable, diffable, version-controlled image assets.
Making Documentation AI-Agent Ready with llms.txt
RevoGrid's team explains how llms.txt, llms-full.txt and Skill bundles work together to help AI coding agents find accurate documentation.
aeovim: Orchestrating Claude Code agents like Neovim
aeovim is a Rust TUI that applies Neovim's modal, split-based workflow to LLM coding agents, letting developers orchestrate multiple Claude Code sessions from the keyboard.
Scarf Moves From Haskell to Python in the AI Coding Era
Scarf explains why faster LLM-driven code generation made Haskell's long compile times and ecosystem friction unsustainable, prompting a move to Python.