OpenAIOpenAI NewsMay 12, 2026, 12:00 AM

How NVIDIA engineers and researchers build with Codex

A condensed section focused on the key takeaways first.

Original Post

Quick Digest

Summary

A condensed section focused on the key takeaways first.

openaienmodel: gpt-5-mini-2025-08-07

How NVIDIA engineers and researchers build with Codex

Key Points

  • 10x faster research workflows
  • GPT-5.5 Codex runs long autonomous sessions
  • SSH-enabled remote experiment execution

Summary

NVIDIA teams use Codex (powered by GPT‑5.5 and running on GB200/GB300 infra) as a primary tool for both production engineering and end-to-end research workflows. About 40k employees have access; teams report ~10x faster experiment cycles and practical wins like turning MVPs into production systems, autonomously testing UI/recording flows, and translating code (e.g., Python→Rust) for large performance gains.

Key Points

  • Codex handles long, multi-step sessions with strong context retention and autonomous tool selection, surfacing bugs and design gaps beyond the original prompt.
  • Used as a research agent: ingest papers/corpora, produce knowledge-graph-style summaries, propose hypotheses, and generate runnable experiment scripts.
  • SSH integration enables running and managing remote ML workloads directly from a laptop—reduces setup friction for large experiments.
  • Desktop app with computer interaction can autonomously exercise and test UI/audio/video functionality during development.
  • Practical production use cases: evolve MVPs to production (scalability/reliability fixes), prototype apps rapidly, and perform code translation/optimization (reported ~20x speedups in some cases).
  • Engineers should validate outputs, audit for privacy/security constraints, and provide proper credentials/permissions for remote execution.

How engineers can adopt it quickly

  • Start by pointing Codex at a focused corpus (papers, codebase) and ask for a reproducible experiment script.
  • Use SSH-enabled runs for iteration on remote machines; keep session artifacts (logs, checkpoints) versioned.
  • Use the desktop interaction mode for end-to-end UI/integration tests, then review logs and automated test results before shipping.

Full Translation

Translations

A translation section that keeps the flow of the original article.

openaijamodel: gpt-5-mini-2025-08-07

NVIDIAのエンジニアと研究者はCodexでどのように構築しているか

2026年5月12日

NVIDIAのエンジニアや研究者は、CodexをGPT‑5.5と組み合わせて、プロダクションシステムの出荷や研究アイデアを実行可能な実験へと変換しています。チームは長時間で自律的なセッションを扱い、元のプロンプトに含まれていなかった問題点やアイデアを発見することができます。

概要

  • Contact sales
  • Company size: Enterprise
  • Region: North America
  • Industry: Technology
  • Products: Codex

主な結果

  • 研究ワークフローのエンドツーエンドで10xの速度向上
  • 40kのNVIDIANがCodexにアクセス可能

Codexの役割

At NVIDIA、エンジニアは複雑なエンジニアリング作業や機械学習のエンドツーエンド実験において、Codexをデフォルトのツールとして使用しています。CodexはGPT‑5.5上に構築され、NVIDIA GB200およびGB300インフラ上で本番稼働しており、より長時間で自律性の高いセッションを扱えます。

Building and shipping production systems

NVIDIAのコーディングエージェントチームは、社内のエンジニアがAIツールを実際の開発ワークフローで効果的に採用・利用できるよう支援しています。GPT‑5.5搭載のCodexは、複雑なエンジニアリングタスクのための主要ツールとなっています。

「Codexは複雑なエンジニアリング作業のための定番ツールで、GPT-5.5と組み合わせることで、他のモデルでは見つけられなかったバグやプログラム上のギャップを浮き彫りにしてくれます。」

— Dennis Hannusch, Senior Software Engineer

HannuschはCodexを使って、社内プラットフォームをMVPから本番対応システムへと進化させ、スケーラビリティと信頼性を改善しました。以前のモデルでは困難だった作業が可能になっています。チームはまた、Riversideに似た社内ポッドキャスト録音アプリを数時間で立ち上げました。

プライバシー制約がある中で、通常なら数週間かかったソフトウェア調達が短時間で済んだとHannuschは説明します。Codexのデスクトップアプリのコンピュータ操作機能を使うことで、ビデオ/オーディオ録音機能が構築される過程で自動的にテストされました。

「私は何もしなくても、それが完全に自律的に構築・テストされました。Codexは“作る価値があるもの”の敷居を完全に変えました。」

— Dennis Hannusch

「実験の実行だけでも、エンドツーエンドの機械学習研究ワークフローを扱えるため、10xの速度改善がありました。」

— Shaunak Joshi, AI researcher

研究ワークフローの自動化

NVIDIAの研究チームにとって、Codexは研究ループの多くを自動化しました。研究領域の特定、機械学習実験用スクリプトの作成、リモートマシン上での実験実行までを含みます。

「GPT‑5.5は知識作業の創造的パートナーとして大きな解放をもたらしました。」

— Shaunak Joshi

チームは強化学習などの分野の関連論文コーパスをモデルに与えて研究エージェントとしてCodexを利用しています。GPT‑5.5は競合と比べて創造性が高く、証拠の断片をチェーン全体でたどり、概念がどう結びつくかを可視化する知識グラフを提案してくれます。

仮説を特定した後、Codexは機械学習インフラ上でモデルを訓練するためのスクリプトを書きます。CodexアプリはSSHをサポートしているため、Joshiはリモートホストへのログインやセットアップを気にせず、ラップトップから大規模な機械学習ワークロードを簡単に実行できます。

「古いコードベースで性能が悪いものがある場合、Codexは機械翻訳が非常に得意です。多くの人がPythonリポジトリをGPT-5.5に送り、Rustに書き換えて約20X効率的にしています。」

— Shaunak Joshi

今後の展望

CodexはNVIDIAのエンジニアリングと研究チーム全体で、アイデアを概念から実行、テストへと一つのワークフローで加速させています。

「できることの表面をかすっているにすぎません。本当に実システムを作り続けて、どこまで行けるかを見るのが楽しみです。」

— Hannusch

新しい働き方の時代に参加する

世界中で100万以上の企業がOpenAIを活用して有意義な成果を上げています。

  • Contact sales

関連記事(要約)

  • 「How finance teams use Codex」 — OpenAI Academy, May 12, 2026
  • 「What Parameter Golf taught us」 — Research, May 12, 2026
  • 「AutoScout24 scales engineering with AI-powered workflows」 — May 12, 2026