Discovery
All entries

Tag

Developer tools

200 entries tagged with #developer-tools.

Broad bucket for editor integrations, codemod tools, context generators, and other things that sit in your daily dev loop.

GitHubToolFeatured

Rapid-MLX - 2-4x faster local LLM inference on Apple Silicon

MLX-native inference engine with OpenAI-compatible API. The novel piece: DeltaNet state snapshots bring prompt caching to non-trimmable architectures (Qwen3.5 hybrids), restoring RNN state in ~0.1ms. 2-5x faster TTFT, native Metal kernels, continuous batching.

Why I saved this - DeltaNet state snapshots are described as the first prompt-cache technique for non-trimmable MLX architectures - Ollama and llama.cpp can't match this on hybrid RNN-attention models today.
GitHubToolFeatured

Claudraband - persistent, resumable Claude Code sessions over HTTP and ACP

Wraps the real Claude Code TUI with a session lifecycle layer. Resumable non-interactive workflows, HTTP daemon for remote/headless control, ACP server for editor integrations (Zed, Toad). Drives your existing Claude Code install rather than reimplementing it - keeps skills, hooks, MCPs, and approvals intact.

Why I saved this - Different from the Claude SDK - Claudraband drives the real CLI from outside, so user-installed skills/hooks/MCPs all still work. The ACP support is the easy path to editor integrations.

Browse other tags