IBM and Red Hat bet $5 billion and 20,000 engineers on Project Lightwell to fix open-source security
At a glance:
- IBM and Red Hat are launching Project Lightwell, a multi-year $5 billion initiative that will deploy 20,000 engineers and AI models to find and fix vulnerabilities in open-source software at industrial scale.
- The clearinghouse will begin with the Maven/Java ecosystem before expanding to PyPI, npm, Go, and other major open-source codebases, functioning as a vetted contributor rather than a fork.
- Enterprises will eventually access the fixes through a commercial subscription that plugs into CI/CD pipelines and SBOM workflows, though IBM and Red Hat have not yet explained how upstream developers themselves will be funded.
The burnout crisis behind Lightwell
Open-source maintenance has reached a breaking point. Daniel Steinberg, founder and maintainer of the popular open-source data transfer program cURL, recently sounded an alarm that underscores why IBM and Red Hat are making their move. "The rate of incoming security reports is four to five times higher than it was in 2024 and double the speed of 2025," he said, confessing for the first time that he is working harder than ever yet still falling behind. "I work more than I've done before, but the flood keeps coming." Steinberg is now on the verge of burning out, and his plea for more companies to fund additional developers so the workload can be distributed has clearly reached Armonk.
The surge is tied directly to the rise of artificial intelligence. AI has become a mixed blessing for open-source software: on one hand, it helps developers program faster and surface bugs more quickly, but on the other hand it has unleashed a torrent of automated reports that maintainers cannot triage. The urgency was underscored when Anthropic's Mythos Preview model identified nearly 3,900 serious security vulnerabilities in open-source software in just a few weeks, a volume that makes manual review look almost futile. IBM and Red Hat are betting that the only way to absorb this flood is to treat open-source risk as a first-order supply chain problem rather than a background maintenance chore.
How the clearinghouse model works
At the heart of Project Lightwell is a new operational model meant to bridge the divide between enterprises and the upstream communities that build the software they rely on. Rather than launching another bug bounty program or standalone code-scanning service, IBM and Red Hat are pitching Lightwell as a trusted intermediary. Businesses will feed the initiative information about the open-source software they run, then Lightwell engineers will use frontier-scale AI models to hunt for flaws, generate candidate patches, and propose fixes to maintainers. The goal is to transform the current trickle of manual fixes into a high-throughput remediation pipeline while still respecting project governance and open development norms.
IBM's latest AI models will power the bulk of the discovery phase, scanning massive codebases, dependency graphs, and configuration archives for vulnerabilities that human reviewers would never have time to cover. The companies argued that a human-in-the-loop approach is essential if AI is to be trusted with security-critical code because final decisions about what constitutes a safe and acceptable fix must remain with experienced engineers and project maintainers. By centralizing work that is now fragmented across internal security teams, third-party scanners, and community maintainers, Lightwell aims to cover the full remediation lifecycle. Those consolidated functions include:
- Large-scale vulnerability discovery — scanning massive codebases, dependency graphs, and configuration archives to surface patterns human reviewers would never have time to cover.
- Triage and prioritization — ranking flaws by severity and exploitability so engineers focus on genuinely critical issues.
- Patch development — using IBM's latest AI models to generate candidate fixes that human engineers must validate before anything goes upstream or into a customer environment.
- Backporting — carrying hardened fixes to older branches that enterprises still deploy but upstream maintainers may no longer support.
- Long-term lifecycle support — sustaining the specific versions enterprises actually run rather than only the newest upstream release.
IBM Chairman and CEO Arvind Krishna framed Lightwell as a structural shift for the industry rather than a mere support contract. "With Project Lightwell, IBM and Red Hat are helping define a new industry model, one that brings together AI, engineering expertise, and trusted collaboration, to secure open source software at its source and across the entire supply chain," he said in a statement. If the clearinghouse succeeds, enterprises will finally receive a single validated stream of fixes instead of juggling a patchwork of scanners, tickets, and ad-hoc upstream releases.
Where Lightwell will operate first
IBM and Red Hat have chosen their initial targets carefully, starting with ecosystems that suffered abuse long before generative AI complicated the picture. The project will begin with the Maven/Java ecosystem, which has witnessed enormous malicious activity and supply chain compromise over the past several years. From there, the initiative will expand across additional registries and language ecosystems that represent the modern software stack:
- PyPI — the Python Package Index that serves as the backbone of machine-learning and data-science pipelines.
- npm — the dominant JavaScript and TypeScript registry underpinning virtually every web application build process.
- Go — the Google-backed language whose module ecosystem is increasingly central to cloud-native infrastructure.
- Other important open-source codebases — additional libraries, frameworks, and tools in the sprawling long tail.
For Red Hat, this effort extends a playbook honed over decades: take upstream open source, harden and support it for enterprises, and push improvements back to the community. Historically that model has centered on its own platforms, including Red Hat Enterprise Linux (RHEL), OpenShift, and Ansible. Lightwell breaks new ground by targeting not Red Hat's product stack but the broader universe of third-party libraries and dependencies that enterprises rarely catalog until a breach forces them to.
The upstream-first gamble and its tensions
Despite its industrial scale, Lightwell is meant to appear to communities as a particularly large and well-organized contributor, not as an opaque automation layer spamming unsolicited pull requests. IBM and Red Hat insisted that the default path is upstream-first, meaning engineers will file issues, propose patches, and co-maintain critical components alongside existing project leaders rather than forking or replacing them. When upstream maintainers disagree with a fix or decline to support an older branch, Lightwell will still be able to carry hardened backports for its paying customers, but the companies emphasized that this is a fallback, not the preferred route.
The commercial mechanics, however, are where the model becomes novel and potentially contentious. IBM and Red Hat explicitly said that "these capabilities will be offered through commercial subscriptions, allowing enterprises to integrate secure patches directly into their existing software supply chains with enterprise-grade validation and lifecycle management." The service is designed to plug into Continuous Integration and Continuous Deployment (CI/CD) pipelines, registries, and Software Bill of Materials (SBOM) processes that companies already use, delivering vetted fixes and policy decisions via APIs, catalogs, and integrations. Rob Thomas, IBM's senior vice president of software, told Reuters that "the service will launch as a commercial offering in the next 30 days" and that pricing will probably be set according to the number of packages used, giving clients a "stamp of approval from the clearinghouse that their open source is safe to use in production."
Yet the unanswered questions are as significant as the investment. Lightwell will not pay upstream developers directly; instead, it provides IBM and Red Hat engineers with AI tools to work on important projects and make them as secure as possible. That has already raised concerns about whether the proposed trusted enterprise clearinghouse will become a de facto gatekeeper for big companies. If the patches are all placed in upstream repositories, customers are effectively paying for validation, lifecycle management, and backports rather than for the open-source code itself. Those dynamics could reshape how downstream enterprises value community labor, and right now there are no good answers about how smaller upstream projects and their maintainers fit into this new food chain.
Why traditional security is no longer enough
The bet is rooted in a blunt assessment of the current state of application security. As ZDNET's David Gerwitz recently pointed out, "traditional application security is no longer enough," and it is not even close to being enough. Enterprise security teams have spent years building walls around proprietary code while treating open-source dependencies as black boxes that update themselves. That assumption collapsed as supply chain attacks moved from theoretical concerns to boardroom-level incidents, and Lightwell is effectively an admission that vendors, not just volunteer maintainers, must now shoulder the remediation burden.
Whether the $5 billion commitment and the 20,000 engineers can truly fix open-source security remains an open question. The initiative's success will depend on whether upstream communities accept IBM and Red Hat as genuine collaborators rather than well-funded interlopers, and on whether enterprises will pay subscription fees for a service whose core deliverables are, by design, flowing back into free public repositories. For now, the launch marks one of the largest single corporate commitments to the practical maintenance of the open-source commons. What happens in the next 30 days, and how Maven, npm, PyPI, and Go maintainers respond, will determine whether that money translates into safer software or simply a very expensive stamp of approval.
FAQ
Which open-source ecosystems will Project Lightwell target first?
How does Project Lightwell use artificial intelligence to find vulnerabilities?
What will enterprises pay for if the patches are contributed upstream?
More in the feed
Prepared by the editorial stack from public data and external sources.
Original article