TLDRocket
Sign in

Developer Tools

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

Thursday, 16 April 2026

Codex for (almost) everything

OpenAI Blog 3 months ago

Anthropic updated its Codex app to include computer use capabilities, web browsing, image generation, memory features, and plugin support on macOS and Windows. The app now enables developers to automate tasks across their entire system rather than working within a single application. This integration of multiple tools into one interface is intended to streamline development processes and reduce context-switching between separate applications.

The PR you would have opened yourself

Hugging Face Blog 3 months ago

The MLX team created a Skill and test harness to help contributors port language models from the transformers library to mlx-lm using AI agents, while maintaining code quality standards. The Skill automates scaffolding tasks like downloading model variants and running per-layer comparisons, but produces PRs that disclose they were agent-assisted and include generation examples and numerical comparisons for reviewer confidence. This approach aims to make new transformers models available in mlx-lm shortly after their release, while ensuring maintainers can review agent-generated code without being overwhelmed by volume.