Enterprise AI
Patch the Planet
Also known as: OpenAI Patch the Planet
Patch the Planet is the name of an OpenAI initiative applying AI security tooling to find and fix vulnerabilities in widely used open source software. The underlying idea is that automated security research agents can review far more code than human maintainers can, and submit candidate fixes back to projects. Confirm scope, eligibility and participation details with OpenAI's own announcements before relying on them.
What it is
The initiative sits in a broader category of AI-for-open-source-security programmes, where a vendor offers agent-based code review to maintainers who would not otherwise have security resourcing. The agent reads repositories, reasons about exploitable paths, and produces reports or draft patches for human review. Maintainers remain the decision makers on whether a fix is accepted.
Why it matters
Open source underpins most commercial software, and a large share of it is maintained by small, unpaid teams, so unreviewed vulnerabilities become everyone's supply chain risk. Programmes of this type matter to business owners because they change the expected baseline of security hygiene in dependencies. They also matter as a signal that agentic AI is being deployed on real, consequential engineering work rather than demos.
How it works
Participating projects are scanned by an automated agent, which produces findings with reasoning and often a proposed patch. Maintainers triage those submissions like any other contribution, accepting, amending or rejecting them. Organisations mirroring the approach internally point similar tooling at their own repositories and set a policy for how AI-submitted pull requests are reviewed, labelled and merged.
When it applies
It applies when you maintain or depend heavily on open source code, or when you are setting internal policy for how AI-generated security findings and patches are handled.
Examples
- A maintainer of a widely used library receives an AI-generated report with a draft patch and reviews it alongside community pull requests.
- An engineering manager adds a label for AI-submitted pull requests so reviewers know to apply extra scrutiny.
- A company audits its dependency tree to see which critical packages are covered by AI-assisted security review and which are not.
How it is measured
- Number of valid vulnerability reports accepted by maintainers
- Patch acceptance rate: merged fixes as a share of submitted fixes
- Median time from report to merged remediation
- False positive rate, measured as rejected findings per hundred submitted
Insights on Patch the Planet
Related terms in Enterprise AI
- AI agentsAI agents are software systems that use a language model to plan and carry out multi-step tasks, rather than simply returning a block of text. They can call tools, query APIs, browse websites and write to other systems in pursuit of a goal, with varying degrees of human oversight. The term covers everything from a scripted assistant that books a meeting to a research agent that gathers sources and drafts a report.
- AI chipsAI chips are processors designed or optimised to run machine learning workloads, especially the large matrix operations behind training and inference. The category covers GPUs, tensor and neural processing units, and custom ASICs, usually paired with high-bandwidth memory and fast interconnects. They are also called AI accelerators or AI semiconductors.
- AI drug discoveryAI drug discovery is the use of machine learning and computational models to support the early stages of finding and refining new medicines. Models are applied to tasks such as predicting protein structures, identifying candidate molecules, prioritising targets and estimating properties like toxicity or binding affinity. The aim is to narrow a very large search space before expensive laboratory and clinical work begins.
- AI infrastructureAI infrastructure is the stack of hardware, networking, storage and software needed to train, fine-tune and serve AI models at scale. It spans accelerators such as GPUs, the data centres and power that house them, and the orchestration and serving layers that turn raw compute into working model endpoints. For most marketing teams it is a cost and capacity constraint they consume through APIs rather than something they build.
- AI procurementAI procurement is the process of evaluating, buying and contracting artificial intelligence tools and services, from assistants and content platforms to models accessed through an application programming interface. It covers commercial terms alongside security, data protection, accuracy and integration questions that do not arise with ordinary software. Most organisations run it as a structured review with pilots, stakeholder sign off and defined exit conditions.
- AI securityAI security is the practice of protecting AI systems, their data and the applications built on them from misuse, manipulation and leakage. It covers threats such as prompt injection, data exfiltration through model outputs, unsafe tool use by agents and compromised supply chains. It also covers the controls that keep AI features safe once they are live.