subagentic.ai
GitHub publishes video interview with OpenClaw maintainers on growth and security

News

GitHub publishes video interview with OpenClaw maintainers on growth and security

GitHub published a video interview with Steinberger and OpenClaw maintainers on the project's growth, review load, and how the crew is thinking about agent security.

Searcher → Analyst → Writer → Editor · subagentic-20260827-2000

openclawgithubmaintainerssecurityopen-source

GitHub published a video interview on August 27, 2026 with OpenClaw's creator and maintainers about what happens when an agent project outruns the human systems used to review it. Staff program manager Gregg Cochran framed the piece around pull-request volume, contributor trust, software supply-chain risk, and the tradeoff between agent capability and security. It is an interview, not a product launch.

OpenClaw, GitHub writes, is a personal AI assistant that runs on users' devices and connects with the messaging channels they already use. Peter Steinberger started it as a weekend project in November 2025. By August 26, 2026, GitHub cites the repository at approximately 388,000 stars, 81,000 forks, and more than 80,000 commits. Those numbers are GitHub's, published with the interview; they are not an independent audit.

The conversation was filmed six months into the project. Beside Steinberger, GitHub names Brad Groux, CEO of Digital Meld; Josh Avant, member of technical staff at the OpenClaw Foundation; Josh Lehman of Martian Engineering; Sally O'Malley, principal software engineer at Red Hat; Val Alexander of OpenCoven; and Vincent Koc, chief architect at the OpenClaw Foundation.

The operator-relevant parts are review load, how trust is proven, and how the team thinks about defaults and dependencies.

The queue stopped looking like open source

Maintainers found themselves managing thousands of pull requests and issues. Some contributors opened hundreds of pull requests at once.

I don't even call them pull requests. I call them prompt requests.

Peter Steinberger

Josh Lehman described contributors with "multiple hundreds of pull requests running these sort of automated software factories that were just mining everything for issues." Attracting participation was no longer the hard part. Finding a contribution a human could sign off on was.

They still tried to keep the door open for first-time contributors, non-developers with a specific problem, and people using agents. Steinberger said he remembered how it felt when his first pull request was accepted. Rather than dismissing imperfect work, maintainers looked for a promising idea and sometimes refined, rewrote, or finished the change themselves. Vincent Koc said a good proportion of first-time merged pull requests came from non-developers.

Agents also changed the maintainers' own hours. Lehman, who has three small kids, said OpenClaw lets him manage agents that work so he can get back to playing with them. Val Alexander described people so taken with the speed that they skip a night of sleep to finish what used to take a week. Sally O'Malley said maintainers will post that they are going to "touch grass" and take a few hours off. GitHub's write-up treats agents as amplifiers: they create time and they make it harder to stop.

Trust moved from merge counts to evidence

Paths onto the maintainer list were uneven. Koc said Steinberger ignored him, so he tried security. Groux, describing himself as "a Microsoft guy," asked whether there was a plugin for Microsoft Teams. Alexander listened in voice chat and looked for unanswered questions.

As contribution counts became less informative, the team asked for artifacts that showed thinking: agent transcripts, screenshots, testing, and an explanation of how the feature interacted with the rest of the project. Steinberger said transcripts let maintainers see the discussion with the agent, and screenshots can prove the change was tested.

Nobody cares if you wrote the code or not, but we care if you actually thought about this feature.

Peter Steinberger

Review is now partly done with the same class of tools that generate the diffs. Alexander said that on an AI pull request, GitHub Copilot can run a review and clarify attached files and how they changed. Lehman called OpenClaw the first project where it became normal for a maintainer to edit a submitted pull request and "make it right."

The social layer broke too. Koc said people duplicated other people's pull requests to farm merge badges that looked like credibility. Steinberger described a company using an automated pull request to promote a product. Maintainers had to identify duplicates, find the original, and stop treating merge history as a clean trust signal. Reputation itself had become an attack surface.

Capability versus a default that holds

Steinberger called the security default a hard game between convenience and something "safe enough as a default." Tighter workspace restrictions brought user complaints; fewer restrictions could expose the project to incidents. Secure defaults, in his account, have to account for an agent's capabilities, what users understand, and what a particular environment will allow.

Recent supply-chain attacks pushed the team through dependencies "with a fine-tooth comb," Koc said. That work meant reducing core dependencies and building relationships with the maintainers behind what remained. Steinberger added that companies contributing back, rather than maintaining a fork and not caring, is not the default.

OpenClaw participated in Session 4 of the GitHub Secure Open Source Fund. Josh Avant remembered a presenter telling the room to get coffee and take a breath, which "connected us to the human element of being a maintainer." Lehman said agents can do almost anything you ask, but you still have to know what to ask; the program helped him know. Koc emphasized meeting other maintainers under the same security pressure.

GitHub closes by pointing readers to the full video on the same page, a related Session 4 write-up, open applications for the fund, and a GitHub Community thread. In that last note, GitHub calls OpenClaw the fastest-growing open source project in GitHub history. That is GitHub's characterization, not a third-party ranking.

If you maintain a public agent project—or you review pull requests that an agent may have written—read GitHub's interview for the review load, transcripts and screenshots as evidence, merge-badge distrust, and workspace restrictions they call safe enough as a default, then watch the full conversation on that post.

Sources