Visual summary of operating lessons from Greg Brockman.

Lessons from Greg Brockman

Greg Brockman is the co-founder and president of OpenAI, and previously served as the first engineer and CTO of Stripe. He drove the engineering execution behind large language models and treats research and infrastructure as equal disciplines. This profile outlines his technical and operational methods for teams building complex systems.

Part 1: Early Engineering and The Stripe Years

  1. On the Sunday Test: "You want to work with people who you would actually be excited to see in the office on a weekend." — Source: [Y Combinator]
  2. On glamorous work: "New engineers often fall into the trap of wanting to solve shiny algorithmic problems rather than tracking down the unglamorous bugs that actually affect users." — Source: [Quora]
  3. On hiring channels: "Referrals remain the most efficient way to scale an engineering team; write down the smartest people you know and go after them intensely." — Source: [First Round Review]
  4. On organizational complexity: "The informal consensus-driven debates that work for a four-person startup break down completely as you scale." — Source: [Airbrake Blog]
  5. On infrastructure design: "Build systems from first principles so that the fundamental abstractions hold up as the user base expands." — Source: [Stripe Engineering Blog]
  6. On taking ownership: "The best engineers step outside traditional coding roles to ensure the overall success of the business." — Source: [First Round Review]
  7. On continuous shipping: "Momentum is a feature; shipping small, frequent changes reduces the risk of large, catastrophic failures." — Source: [Y Combinator]
  8. On technical debt: "You have to distinguish between debt that slows down the user experience and debt that annoys the engineering team." — Source: [Airbrake Blog]
  9. On early team culture: "Culture isn't what you write on a wall; it's who you hire, fire, and promote." — Source: [Stripe Engineering Blog]

Part 2: Scaling Infrastructure and Compute

  1. On compute constraints: "Compute is the primary binding constraint for AI labs today; there simply isn't enough to satisfy the world's demand." — Source: [Big Technology Podcast]
  2. On the compute race: "Ultimately, the laboratory that can amass and efficiently utilize the most compute will win in the end." — Source: [Big Technology Podcast]
  3. On hardware utilization: "Squeezing every drop of efficiency out of our hardware is as important as the architectural improvements in the models themselves." — Source: [OpenAI Blog]
  4. On distributed training: "The engineering challenge of training large language models is largely about preventing cascading failures across thousands of GPUs." — Source: [Lex Fridman Podcast]
  5. On scaling laws: "We learned early on that simply scaling up compute and data predictably leads to more capable models." — Source: [OpenAI Research]
  6. On infrastructure stability: "When training runs cost millions of dollars, infrastructure reliability stops being a best practice and becomes a survival requirement." — Source: [OpenAI Blog]
  7. On hardware bottlenecks: "The limitations we face exist outside the chips themselves, extending into the interconnects and power delivery systems required to run them." — Source: [Big Technology Podcast]
  8. On cluster maintenance: "We spend a massive portion of our engineering effort making sure the cluster stays up and communicates efficiently." — Source: [Lex Fridman Podcast]
  9. On system engineering: "Building artificial general intelligence is an infrastructure problem masked as a machine learning problem." — Source: [Lex Fridman Podcast]
  10. On algorithmic efficiency: "While scaling hardware is necessary, algorithmic breakthroughs that reduce compute requirements are the true multipliers." — Source: [OpenAI Research]

Part 3: The Path to Artificial General Intelligence

  1. On AGI progress: "By early 2026, it felt like we were roughly 70 to 80 percent of the way to achieving artificial general intelligence." — Source: [The Next Web]
  2. On defining AGI: "Artificial general intelligence isn't a single switch that gets flipped; it's a gradual continuum of systems capable of doing economically valuable work." — Source: [Lex Fridman Podcast]
  3. On intermediate milestones: "Before we reach the end goal, we will see systems that can completely automate specific, highly complex human professions." — Source: [OpenAI Blog]
  4. On safe deployment: "The only way to build safe systems is to iteratively deploy capable models and observe how they behave in the real world." — Source: [Lex Fridman Podcast]
  5. On reasoning models: "The transition from models that predict the next token to models that can pause and think is the next major threshold." — Source: [The Next Web]
  6. On multi-agent collaboration: "The future will likely involve multiple specialized models collaborating to solve problems, rather than a single monolithic brain." — Source: [OpenAI Research]
  7. On physical constraints: "The timeline is constrained more by capital and physical supply chains than by missing theoretical breakthroughs." — Source: [Lex Fridman Podcast]
  8. On AI self-improvement: "A system that can write its own code and conduct its own research will dramatically compress the final stretch of development." — Source: [Big Technology Podcast]
  9. On continuous alignment: "Aligning intelligence is not a problem you can solve on a whiteboard; it requires continuous empirical testing." — Source: [OpenAI Blog]

Part 4: AI Development and Research Culture

  1. On research culture: "At OpenAI, we realized early that engineering and research must be treated as equals to build systems that actually work." — Source: [Greg Brockman's Blog]
  2. On empirical results: "Debates about model architecture are best settled by running the experiment and looking at the loss curve." — Source: [OpenAI Blog]
  3. On academic incentives: "We moved away from the academic model of publishing papers toward a model of shipping working, deployable systems." — Source: [Lex Fridman Podcast]
  4. On experimental boundaries: "If your experiments are always succeeding, you are not pushing the boundaries of the model hard enough." — Source: [First Round Review]
  5. On cross-disciplinary talent: "The hardest problems in this field require people who deeply understand systems engineering, mathematics, and product design simultaneously." — Source: [Greg Brockman's Blog]
  6. On scaling principles: "Focus on the fundamental scaling laws rather than trying to engineer complex, brittle heuristics." — Source: [OpenAI Research]
  7. On internal tooling: "The most impactful work a researcher can do is build a tool that makes the rest of the team faster." — Source: [Stripe Engineering Blog]
  8. On data quality: "The quality of the pre-training data matters just as much, if not more, than the size of the parameter count." — Source: [Lex Fridman Podcast]
  9. On reinforcement learning: "Human feedback allowed us to take models that were highly capable but useless, and mold them into tools people actually wanted to talk to." — Source: [OpenAI Blog]
  10. On pacing: "The rate of improvement in these models often surprises even the people who are building them." — Source: [Big Technology Podcast]

Part 5: Coding in the AI Era

  1. On code generation: "We reached a point where it was hard to know what percent of our codebase was untouched by automated tools." — Source: [The Next Web]
  2. On agentic adoption: "By 2026, roughly 80 percent of the code written internally at OpenAI was generated by agentic coding tools." — Source: [The Next Web]
  3. On the changing developer role: "Software engineering is shifting from writing syntax to reviewing logic and defining system architecture." — Source: [OpenAI Podcast]
  4. On human-machine interfaces: "We can now interact with computers on our terms, rather than contorting ourselves to match the machine's strict parameters." — Source: [Big Technology Podcast]
  5. On intelligent debugging: "The most immediate productivity gain for engineers is having an automated system quickly isolate the source of a subtle bug." — Source: [OpenAI Podcast]
  6. On future programming skills: "Future programmers will spend less time memorizing language features and more time learning how to effectively prompt and direct complex systems." — Source: [Lex Fridman Podcast]
  7. On legacy code translation: "Language models are uniquely suited to ingest massive, undocumented legacy codebases and translate them into modern frameworks." — Source: [OpenAI Blog]
  8. On speed of thought: "When an automated tool can draft the boilerplate in seconds, the engineer's primary constraint becomes their own speed of thought." — Source: [The Next Web]
  9. On democratizing software: "Natural language is becoming the new primary programming language, allowing domain experts to build tools without learning syntax." — Source: [OpenAI Podcast]

Part 6: Leadership and Building Teams

  1. On technical leadership: "Founders must stay close to the metal; if you lose touch with how the product is actually built, you lose the ability to lead the engineering team." — Source: [Y Combinator]
  2. On resolving disagreements: "When smart people disagree, it usually means they are operating with different sets of unstated assumptions." — Source: [First Round Review]
  3. On communication: "You build trust in a team by sharing the bad news just as quickly and clearly as you share the good news." — Source: [Greg Brockman's Blog]
  4. On scaling yourself: "The hardest transition for a technical leader is realizing that your output is no longer the code you write, but the environment you create for others." — Source: [First Round Review]
  5. On learning velocity: "I always prefer to hire someone with less experience but an incredibly steep trajectory of learning." — Source: [Quora]
  6. On scope cuts: "Deadlines shouldn't be arbitrary; they should be forcing functions that require the team to cut scope and focus on what truly matters." — Source: [Stripe Engineering Blog]
  7. On autonomy: "A good technical vision is one that allows individual engineers to make autonomous decisions that naturally align with the company's goals." — Source: [Airbrake Blog]
  8. On burnout: "People don't burn out from working hard; they burn out from working hard on things that feel pointless." — Source: [Y Combinator]
  9. On flexible talent: "In the early days of any project, you need people who are willing to debug the database, write the frontend, and take out the trash." — Source: [Greg Brockman's Blog]
  10. On organizational momentum: "It is almost always better to make a fast decision and correct it later than to let an organization paralyze itself seeking consensus." — Source: [First Round Review]

Part 7: AI's Impact on Humanity

  1. On historical impact: "I deeply believe this will be the most positively transformative technology that humanity has yet developed." — Source: [Possible Podcast]
  2. On compounding innovation: "To the degree that this technology helps us invent all future technologies, we are looking at an incredibly bright future." — Source: [Possible Podcast]
  3. On scientific discovery: "The true promise of this field lies beyond drafting better emails; it accelerates the pace of discovery in physics, biology, and materials science." — Source: [Lex Fridman Podcast]
  4. On cost of intelligence: "As the marginal cost of intelligence trends toward zero, we have the opportunity to drastically reduce global inequality." — Source: [OpenAI Blog]
  5. On professional evolution: "Jobs won't disappear entirely, but the day-to-day tasks of almost every profession will be fundamentally restructured." — Source: [Big Technology Podcast]
  6. On personalized learning: "Every child will eventually have access to an automated tutor that understands exactly how they learn and adapts to their pace." — Source: [Possible Podcast]
  7. On amplifying ability: "Our goal is to build tools that drastically amplify human capability rather than replace human decision-making." — Source: [Lex Fridman Podcast]
  8. On software interfaces: "We are moving away from users learning how to use software, toward software learning how to understand the user." — Source: [Big Technology Podcast]
  9. On societal resilience: "Society is remarkably resilient; we will adapt to these changes just as we adapted to the printing press and the internet." — Source: [Lex Fridman Podcast]

Part 8: Navigating Crises and Corporate Structure

  1. On the for-profit model: "We realized that to acquire the sheer amount of compute needed for our goals, a non-profit structure relying on donations was mathematically insufficient." — Source: [Lex Fridman Podcast]
  2. On early milestones: "The early philosophy was that we needed to achieve a massive technical result before we could entertain any transition to a for-profit model." — Source: [Business Insider]
  3. On structural tension: "The board structure was designed to prioritize safety above the financial returns to investors, creating inherent, deliberate tension." — Source: [Farnam Street]
  4. On corporate crises: "During periods of intense corporate instability, the only thing that matters is the solidarity and shared mission of the engineering and research teams." — Source: [Farnam Street]
  5. On underlying value: "The rapid formation of a backup plan during the crisis proved that the value of the company was in its talent, not its corporate shell." — Source: [Farnam Street]
  6. On ignoring noise: "When the noise outside is deafening, you have to force the team to look at the loss curves and focus on the work." — Source: [Farnam Street]
  7. On open sourcing models: "The definition of open had to evolve; releasing weights for highly capable models without safety guardrails became increasingly irresponsible." — Source: [Lex Fridman Podcast]
  8. On investor alignment: "You have to partner with investors who fundamentally understand that the timeline to these discoveries cannot be strictly managed by quarterly earnings." — Source: [Business Insider]
  9. On extreme resilience: "The most important quality in a lab is the ability to take a catastrophic hit on Friday and be shipping code again by Monday." — Source: [Farnam Street]