Published event
ArtificialIntelligence
ProductLaunch
1 source(s)
Codex is Open Sourcing AI models
Summary
Codex is Open Sourcing AI models Codex is Open Sourcing AI models Published December 11, 2025 Update on GitHub Upvote 84 ben burtenshaw burtenshaw shaun smith evalstate Building on our work to get Claude Code to train open source models, we are now getting Codex to go further. We gave Codex access to the Hugging Face Skills repository, which contains skills for Machine Learning and AI tasks such as training or evaluating models.
Why it matters
This ProductLaunch is relevant to the technology intelligence record because it involves GitHub, Hugging Face, OpenAI, Claude. The source article should remain the factual reference for follow-up coverage.
Key facts
- Codex is Open Sourcing AI models Published December 11, 2025 Update on GitHub Upvote 84 ben burtenshaw burtenshaw shaun smith evalstate Building on our work to get Claude Code to train open source models, we are now getting Codex to go further.
- We gave Codex access to the Hugging Face Skills repository, which contains skills for Machine Learning and AI tasks such as training or evaluating models.
- With HF skills, a coding agent can: Fine-tune and apply RL alignment on language models Review, explain, and act on live training metrics from Trackio Evaluate checkpoints and act on evaluation results Create reports from experiments Export to and quantize models with GGUF for local deployment Publish models to the Hub This tutorial dives even deeper and shows you how it works and how to use it yourself.
- Codex uses AGENTS.md files to accomplish specialized tasks, whilst Claude Code uses 'Skills'.
- Fortunately, 'HF-skills' is compatible with both approaches and works with major coding agents like Claude Code, Codex, or Gemini CLI.
- With HF-skills , you can tell Codex something like: Fine-tune Qwen3-0.6B on the dataset open-r1/codeforces-cots And Codex will: Validate your dataset format Select appropriate hardware (t4-small for a 0.6B model) Use and update a training script with Trackio monitoring Submit the job to Hugging Face Jobs Report the job ID and estimated cost Check on progress when you ask Help you debug if something goes wrong The model trains on Hugging Face GPUs while you do other things.
Entities in this story
Related events