TLDRocket
Sign in

Developer Tools

285 summarised stories about Developer Tools, each linking back to the original source. Browse all topics →

Thursday, 16 July 2026

Capn-Hook

TLDR Dev 4 hours ago

Capn-Hook is a persistent memory system for coding agents that saves discovered file locations and codebase structure between sessions, reducing token usage by 77% on repeated questions across 60 real developer queries on five production codebases. The tool uses file fingerprinting to automatically invalidate saved answers when underlying files change, integrating with Claude Code and Codex through session hooks that let agents ask before searching and chart answers after discovery. This reduces repeated exploration costs from minutes to seconds while maintaining correctness across all test cases.

Why we stopped using SDKs

TLDR 4 hours ago

A company determined that SDK integration requires similar effort to direct HTTP API calls, shifting the economics of SDK development. The cost of maintaining SDKs now exceeds the benefit when developers can accomplish the same task by calling APIs directly. Companies are moving toward creating agent skills that instruct AI systems how to use their APIs instead of distributing traditional SDKs.

Claude Science, an AI workbench for scientists

Anthropic News

Anthropic launched Claude Science, an AI workbench that integrates scientific tools, databases, and computing resources into a single environment for researchers. The platform includes over 60 pre-configured skills for genomics, proteomics, and cheminformatics, with access to major scientific databases like UniProt, PDB, and Ensembl. Scientists can now conduct multi-step analyses with auditable results and reproducible code, with one neuroscientist reducing review-writing time from two years to weeks using the system.