Skip to content

Commit 6d2d994

Browse files
Niraj Bajpaiclaude
andcommitted
Add OpenAI Top Resources - Hiring & Technical repositories (100 repos)
Added comprehensive collection of OpenAI repositories covering hiring, careers, and technical resources: OpenAI Core & API (10 repos): - Official SDKs: Python (29.3K⭐), Node.js (10.4K⭐), Go, .NET, Java - OpenAI Cookbook (69.2K⭐) - Examples and guides - Tiktoken (16.6K⭐) - Fast BPE tokeniser - Evals (17.3K⭐) - LLM evaluation framework - Swarm (20.6K⭐) - Multi-agent orchestration OpenAI Models & Research (15 repos): - Whisper (90.9K⭐) - Speech recognition - CLIP (31.6K⭐) - Language-Image Pretraining - GPT-2 (24.4K⭐), GPT-3 (15.8K⭐), gpt-oss (19.2K⭐) - DALL-E, Jukebox, Shap-E, Point-E - Diffusion models (Guided, Improved, GLIDE) OpenAI Agents & Tools (10 repos): - Codex (50.6K⭐) - Coding agent for terminal - Agents frameworks (Python, JS) - Realtime API tools and demos - CUA (Computer Using Agent) samples OpenAI Reinforcement Learning (10 repos): - Gym (36.8K⭐), Baselines (16.6K⭐), Spinning Up (11.4K⭐) - Universe, Retro, Roboschool, MuJoCo-py, Procgen OpenAI Quickstarts & Examples (10 repos): - Node.js, Python, Next.js quickstarts - ChatGPT plugins, Discord bot, Apps SDK examples OpenAI Research Code (15 repos): - human-eval, prm800k, weak-to-strong - simple-evals, transformer-debugger, grok - mle-bench, SWELancer-Benchmark, gpt-5-coding-examples OpenAI Multi-Agent & Competition (10 repos): - Multi-agent environments, MADDPG, Neural MMO - Imitation learning, curiosity-driven learning OpenAI Generative Models (10 repos): - GAN research (Improved GAN, InfoGAN, PixelCNN++) - Fine-tuning from human preferences - Summarization, sentiment analysis OpenAI Utilities & Infrastructure (10 repos): - ChatKit, Harmony, Sparse attention, Blocksparse - Kubernetes autoscaler, Codex infrastructure Hiring & Careers Resources: - OpenAI Careers page & current openings - Residency Program (6-month pathway to full-time) - Interview Guide & preparation resources - Emerging Talent (0-3 years experience roles) Documentation & Learning: - Platform Docs & API Reference - Quickstart guides & Key Concepts - OpenAI Cookbook (69K⭐) examples Research & Publications: - Research portal & publications index - Recent highlights: GPT-5.1, gpt-oss-safeguard models - Political bias research, AI scheming detection Updated documentation: - Created star_openai_resources_repos.sh - Updated STARRED-INDEX.md with OpenAI section (3,200+ repos) - Updated README.md with comprehensive OpenAI resources - Added hiring, documentation, and research links Total repository count: 3,165 → 3,265 repos 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 80cb218 commit 6d2d994

File tree

3 files changed

+528
-5
lines changed

3 files changed

+528
-5
lines changed

README.md

Lines changed: 124 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# 🌟 Niraj Bajpai's Curated Tech Repository Collection
22

3-
> A comprehensive, categorized collection of **3,100+ starred repositories** spanning AI, MLOps, AIOps, Cybersecurity, Cloud, Networking, Systems Programming (C++/Go/LLVM), Python Development, Quality Engineering, Database Technologies, Quantum & Emerging Technologies, and Conferences (Python, Tech, Data Center, Security & Enterprise) — tailored to professional expertise and continuous learning.
3+
> A comprehensive, categorized collection of **3,200+ starred repositories** spanning AI, MLOps, AIOps, Cybersecurity, Cloud, Networking, Systems Programming (C++/Go/LLVM), Python Development, Quality Engineering, Database Technologies, Quantum & Emerging Technologies, OpenAI (Hiring & Tech), and Conferences (Python, Tech, Data Center, Security & Enterprise) — tailored to professional expertise and continuous learning.
44
55
[![LinkedIn](https://img.shields.io/badge/LinkedIn-nirajbajpai-blue?style=flat&logo=linkedin)](https://www.linkedin.com/in/nirajbajpai)
66
[![GitHub](https://img.shields.io/badge/GitHub-nbajpai--code-181717?style=flat&logo=github)](https://github.com/nbajpai-code)
7-
[![Stars](https://img.shields.io/badge/Starred%20Repos-3,100+-yellow?style=flat&logo=github)](https://github.com/nbajpai-code?tab=stars)
7+
[![Stars](https://img.shields.io/badge/Starred%20Repos-3,200+-yellow?style=flat&logo=github)](https://github.com/nbajpai-code?tab=stars)
88

9-
**📌 NEW:** [**Clickable Starred Index →**](STARRED-INDEX.md) - Easy navigation through all 3,100+ starred repos with direct links!
9+
**📌 NEW:** [**Clickable Starred Index →**](STARRED-INDEX.md) - Easy navigation through all 3,200+ starred repos with direct links!
1010

1111
---
1212

@@ -31,6 +31,7 @@
3131
- [🧪 Quality Engineering & Testing](#-quality-engineering--testing)
3232
- [🗄️ Database Technologies](#️-database-technologies)
3333
- [🔬 Quantum & Emerging Technologies](#-quantum--emerging-technologies)
34+
- [🔵 OpenAI Resources (Hiring & Tech)](#-openai-resources-hiring--tech)
3435
- [🏢 Enterprise Solutions (Broadcom/CA)](#-enterprise-solutions-broadcomca)
3536
- [🌐 API Security & Management](#-api-security--management)
3637
- [📚 Learning Resources](#-learning-resources)
@@ -1367,6 +1368,126 @@ See [STARRED-INDEX.md - Quantum & Emerging Technologies](STARRED-INDEX.md#-quant
13671368

13681369
---
13691370

1371+
## 🔵 OpenAI Resources (Hiring & Tech)
1372+
1373+
### OpenAI Repositories & Resources (~100 repos)
1374+
1375+
See [STARRED-INDEX.md - OpenAI Resources](STARRED-INDEX.md#-openai-resources-hiring--tech) for the full list.
1376+
1377+
<details>
1378+
<summary>🔵 View OpenAI Categories</summary>
1379+
1380+
### OpenAI Core & API - 10 repos
1381+
- openai-python (29.3K⭐) - Official Python library
1382+
- openai-cookbook (69.2K⭐) - Examples and guides
1383+
- openai-node (10.4K⭐) - Official JavaScript/TypeScript library
1384+
- openai-go, openai-dotnet, openai-java
1385+
- tiktoken (16.6K⭐) - Fast BPE tokeniser
1386+
- evals (17.3K⭐) - Framework for evaluating LLMs
1387+
- swarm (20.6K⭐) - Multi-agent orchestration
1388+
1389+
### OpenAI Models & Research - 15 repos
1390+
- Whisper (90.9K⭐) - Speech recognition
1391+
- CLIP (31.6K⭐) - Contrastive Language-Image Pretraining
1392+
- GPT-2 (24.4K⭐), GPT-3 (15.8K⭐), gpt-oss (19.2K⭐)
1393+
- ChatGPT Retrieval Plugin (21.2K⭐)
1394+
- DALL-E (10.9K⭐), Jukebox (8.0K⭐)
1395+
- Shap-E (12.1K⭐) - 3D object generation
1396+
- Point-E (6.8K⭐) - Point cloud diffusion
1397+
- Consistency Models, Guided Diffusion, GLIDE
1398+
1399+
### OpenAI Agents & Tools - 10 repos
1400+
- openai-agents-python (17.3K⭐) - Multi-agent workflows
1401+
- Codex (50.6K⭐) - Lightweight coding agent
1402+
- agents.md (8.2K⭐) - Open format for guiding agents
1403+
- Realtime API tools (console, embedded, agents)
1404+
- Customer service demo, CUA sample app
1405+
1406+
### OpenAI Reinforcement Learning - 10 repos
1407+
- Gym (36.8K⭐) - RL toolkit
1408+
- Baselines (16.6K⭐) - RL algorithm implementations
1409+
- Spinning Up (11.4K⭐) - Educational deep RL
1410+
- Universe (7.5K⭐) - AI general intelligence platform
1411+
- Retro, Roboschool, MuJoCo-py, Procgen
1412+
1413+
### OpenAI Quickstarts & Examples - 10 repos
1414+
- Quickstart apps (Node.js, Python, Next.js)
1415+
- ChatGPT plugins quickstart (4.2K⭐)
1416+
- GPT Discord bot, Apps SDK examples
1417+
- Structured Outputs samples, Testing agent demo
1418+
1419+
### OpenAI Research Code - 15 repos
1420+
- human-eval (3.0K⭐) - Evaluating LLMs trained on code
1421+
- prm800k (2.1K⭐) - 800K step-level correctness labels
1422+
- weak-to-strong (2.5K⭐), simple-evals (4.2K⭐)
1423+
- transformer-debugger (4.1K⭐), grok (4.2K⭐)
1424+
- grade-school-math, frontier-evals
1425+
- mle-bench (1.2K⭐) - ML engineering agent benchmark
1426+
- SWELancer-Benchmark (1.4K⭐)
1427+
- gpt-5-coding-examples (1.7K⭐)
1428+
1429+
### OpenAI Multi-Agent & Competition - 10 repos
1430+
- Multi-agent particle environments (2.7K⭐)
1431+
- MADDPG (1.9K⭐), Neural MMO (1.6K⭐)
1432+
- Multi-agent emergence, competition
1433+
- Imitation learning, curiosity-driven learning
1434+
- Video Pre-Training (1.6K⭐)
1435+
1436+
### OpenAI Generative Models - 10 repos
1437+
- Improved GAN (2.3K⭐), InfoGAN (1.1K⭐)
1438+
- PixelCNN++ (2.0K⭐)
1439+
- GPT-2 output dataset
1440+
- Fine-tuning from human preferences
1441+
- Summarization from feedback
1442+
- DALL·E 2 preview, Consistency Decoder (2.2K⭐)
1443+
1444+
### OpenAI Utilities & Infrastructure - 10 repos
1445+
- ChatKit-js, Harmony (4.0K⭐)
1446+
- Sparse attention, Blocksparse (1.1K⭐)
1447+
- Supervised Reptile, Kubernetes EC2 autoscaler
1448+
- Codex Universal, DeepType
1449+
1450+
</details>
1451+
1452+
### 🎯 OpenAI Hiring & Careers
1453+
1454+
**Career Opportunities:**
1455+
- [OpenAI Careers](https://openai.com/careers/) - Explore current openings
1456+
- [Residency Program](https://openai.com/residency/) - Six-month program → full-time pathway
1457+
- [Interview Guide](https://openai.com/interview-guide/) - Preparation resources
1458+
- [Emerging Talent](https://openai.com/careers/emerging-talent/) - Early career roles (0-3 years)
1459+
1460+
**Current Positions:**
1461+
- Research Engineers - Building unprecedented AI systems
1462+
- Software Engineers - Backend, Observability, Full-stack
1463+
- Applied Engineering - Customer-facing AI products
1464+
- Product Roles - AI product development & strategy
1465+
1466+
### 📚 OpenAI Documentation & Learning
1467+
1468+
**Technical Resources:**
1469+
- [Platform Docs](https://platform.openai.com/docs/) - Complete developer documentation
1470+
- [API Reference](https://platform.openai.com/docs/api-reference/) - Comprehensive API reference
1471+
- [Quickstart Guide](https://platform.openai.com/docs/quickstart) - Get started in minutes
1472+
- [Key Concepts](https://platform.openai.com/docs/concepts) - Core concepts explained
1473+
- [OpenAI Cookbook](https://github.com/openai/openai-cookbook) (69K⭐) - Practical examples
1474+
1475+
### 🔬 OpenAI Research & Publications
1476+
1477+
**Research Hub:**
1478+
- [Research Portal](https://openai.com/research/) - Latest research projects
1479+
- [Publications Index](https://openai.com/research/index/publication/) - All published papers
1480+
- [Research News](https://openai.com/news/research/) - Recent announcements
1481+
- [Company News](https://openai.com/news/) - OpenAI updates
1482+
1483+
**Recent Highlights (2024-2025):**
1484+
- GPT-5.1 System Card (Nov 2025)
1485+
- gpt-oss-safeguard open-weight models (Oct 2025)
1486+
- Political bias in LLMs research (Oct 2025)
1487+
- AI scheming detection & reduction (Sep 2025)
1488+
1489+
---
1490+
13701491
## 🏢 Enterprise Solutions (Broadcom/CA)
13711492

13721493
### DX NetOps & Performance Management (~361 repos)

0 commit comments

Comments
 (0)