TLDRocket
Sign in

Developer Tools

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

Tuesday, 9 June 2026

What Codex unlocks for Notion

OpenAI Blog 1 month ago

Notion integrated OpenAI's Codex to automatically generate database schemas and formulas from natural language descriptions, enabling users to build structures without manual coding. The feature reduces setup time by allowing single-step creation of complex database specifications that previously required multiple manual steps. This allows small engineering teams to accelerate feature development and gives non-technical users more independence in building Notion workspaces.

Migrating Your GitHub CI to Hugging Face Jobs

Hugging Face Blog 1 month ago

Trackio migrated its GitHub Actions CI pipeline to run on Hugging Face Jobs, a serverless infrastructure service that supports arbitrary hardware including GPUs. The migration reduced CPU job runtime from 1m40s to 1m10s (30% faster) and enabled GPU tests to complete in 45 seconds on a t4-small machine at minimal cost. The setup requires duplicating a dispatcher Space, creating a GitHub App, and changing the `runs-on` label in workflows from `ubuntu-latest` to labels like `hf-jobs-cpu-upgrade` or `hf-jobs-t4-small`.