OpenAI Blog
·
1 month ago
● 2 sources
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.
Hugging Face Blog
·
1 month ago
A coding agent built a 3D gallery of Paris monuments by chaining two Hugging Face Spaces—one for image generation and one for 3D reconstruction—without manual intervention. Hugging Face Spaces now expose agents.md files that provide exact calling instructions, allowing agents to integrate them with zero custom code, and the resulting pipeline was replicated for Egypt and Japan with single-sentence prompts each. This demonstrates how multimedia software can be assembled from documented, callable building blocks rather than built from scratch, reducing integration from a major barrier to a marginal task.
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`.