OpenAI Blog
·
1 month ago
Nextdoor engineers use OpenAI's Codex to debug difficult-to-reproduce issues and develop code across multiple platforms. The company deployed Codex with GPT-5.5 to help engineers spend less time on repetitive coding tasks. Engineers can now focus more on product strategy and outcomes rather than implementation details.
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.
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`.