Claude Code Now Maintains Anthropic's Own Apps (2026)
Claude Code is now running daily maintenance on Anthropic's own software, and 46 percent of its pull requests get merged. Here is what this news actually means for you, explained without the jargon.
📰 What Happened: Claude Code Is Doing Chores at Anthropic Every Day
According to a report from The Decoder, Anthropic has been letting Claude Code, its AI coding agent, run daily maintenance routines on the company's own software for the past few weeks. The detail comes from Boris Cherny, the Anthropic engineer who created Claude Code.
Here is the concrete version. Every day, Claude works through a list of routine upkeep tasks across all of Anthropic's platforms: the iOS app, Android app, desktop app, web app, the command line tool, and the Agent SDK. The work is coordinated through a dedicated Slack channel at Anthropic called proj-claude-maintains-apps, where the AI's activity is visible to the team.
Over a few weeks, Claude created 388 pull requests. A pull request is a proposed code change that a human reviews before it becomes part of the real product. Of those 388 proposals, 46 percent were accepted and merged after human review. Cherny called the results early signs of life that this kind of autonomous maintenance might be possible.
One important clarification: this is not the same as the separate widely shared claim that Claude now writes the majority of Anthropic's new code. This story is narrower and, in some ways, more interesting. It is about an AI running on a schedule, unprompted each day, doing janitorial work on real production software.
📊 The Numbers: What a 46 Percent Merge Rate Actually Means
A 46 percent merge rate sounds unimpressive if you read it as a test score. It is not a test score. It is closer to a hiring metric: out of everything the AI proposed on its own initiative, humans found nearly half good enough to ship.
For context, maintenance work is the unglamorous part of software: updating dependencies, fixing small bugs, cleaning up inconsistencies, keeping six different platforms in sync. Human engineers often deprioritize it because feature work is more urgent. An agent that clears even half of that backlog automatically is doing work that otherwise might not happen at all.
The other half matters too. Rejected pull requests cost reviewer time, so the merge rate is the number to watch as this experiment continues. According to Cherny, Claude usually gets pull requests right on the first try, and when it does not, the team adjusts the daily routine so the AI performs better the next day. That feedback loop, tweak the instructions rather than retrain the model, is the part most transferable to your own work.
The headline stats at a glance
Timeframe: the last few weeks as of August 2026. Output: 388 pull requests created autonomously. Outcome: 46 percent merged after human review. Scope: iOS, Android, desktop, web, CLI, and the Agent SDK. Oversight: every change reviewed by a human before merging.
| Question | Answer from the report |
|---|---|
| Who set this up? | Boris Cherny, the Anthropic engineer who created Claude Code |
| What does Claude do? | Daily maintenance routines on Anthropic's own apps |
| How much work? | 388 pull requests over a few weeks |
| How much shipped? | 46 percent merged after human review |
| Which platforms? | iOS, Android, desktop, web, CLI, Agent SDK |
| Is it unsupervised? | No, humans review every change before it merges |
💡 Why This Matters Even If You Never Write Code
If you are a solopreneur or knowledge worker, the significance is not the code. It is the working pattern: an AI agent with a recurring schedule, a defined checklist, and a human approval step at the end. That pattern applies to almost any repeatable digital work.
Think about your own version of maintenance. Checking that links on your website still work. Tidying a spreadsheet. Triaging an inbox. Updating product listings. Drafting the weekly newsletter from this week's notes. These are exactly the kinds of tasks that are too small to hire for and too boring to do consistently, which is why they slip. Anthropic is publicly demonstrating that a scheduled agent plus human review can absorb this category of work.
The second signal is about trust calibration. Anthropic did not hand the AI the keys. Every change goes through review, and the team openly reports that more than half of proposals do not make the cut. That is a realistic template for how you should adopt AI automation in 2026: give the agent real work, keep yourself as the final gate, and measure the acceptance rate honestly instead of assuming the output is fine.
Third, this is a preview of where the tools you already use are heading. Claude Code now supports scheduled, recurring agent tasks, and competing tools are moving the same direction. The companies building these products are eating their own cooking in public, which usually means the consumer-facing version of the workflow is not far behind.
🧑💻 Humans Are Still in the Loop, and That Is the Point
It is easy to read this headline as AI replacing engineers. The details point somewhere more nuanced. Nothing Claude proposes ships without a person approving it. The 46 percent merge rate exists precisely because humans are filtering the output.
The interesting shift is in what the humans do. Instead of performing the maintenance themselves, Anthropic's engineers now review proposals and refine the daily routine. When Claude gets something wrong, the fix is usually better instructions for tomorrow, not manual rework today. The engineer's job moves up a level, from doing the task to managing the system that does the task.
For a solo operator, that is the most practical takeaway in this story. You do not need an AI that is perfect. You need an AI whose work you can review in five minutes instead of doing it yourself in an hour, plus the discipline to improve your instructions each time it misses.
🚀 How to Try the Same Pattern Today
You can copy the shape of Anthropic's experiment this week, whether or not you are technical. The recipe is: pick one recurring task, write the instructions down, let an AI agent run it on a schedule, and review the output before anything goes live.
If you are comfortable with a terminal, Claude Code is available at claude.com/claude-code and runs on Anthropic's current models, including Claude Opus 4.8 and Claude Sonnet 4.6. It supports scheduled recurring tasks, so you can set up your own daily routine, for example checking a repository for broken builds or drafting release notes. If you are not technical, the same pattern works in the Claude apps or other agent tools: save a reusable prompt for a weekly task and run it on a fixed day, with you as the reviewer.
Start embarrassingly small. Anthropic's version covers six platforms, but it began as one Slack channel and a checklist. Your version can be one task and one calendar reminder. The original report is on The Decoder at the-decoder.com if you want the full details.
A starter routine you can steal
Write a short instruction file for one recurring task. Include: what to check, what a good result looks like, what the agent must never do without asking, and where to put the output for your review. Run it manually for a week before you schedule it. Track how often you accept the output, your own merge rate.
- ✔Pick one recurring task you already do weekly
- ✔Write the steps as if briefing a new assistant
- ✔Run the AI on it manually first, review everything
- ✔Only schedule it once the output is consistently usable
- ✔Track your acceptance rate, just like Anthropic's 46 percent
- ✔Improve the instructions after every miss, not the output
🔭 What to Watch Next
Cherny framed the results as early signs of life, not a finished system, so treat this as the opening chapter. The numbers to watch over the coming months are simple: does the merge rate climb as the routines get refined, and does the scope expand from maintenance chores toward feature work?
Also watch how quickly this pattern gets productized. When an AI lab uses its own agent for internal operations and then publishes the results, the workflow tends to show up in the public product soon after, in a friendlier package. Scheduled agent tasks already exist in Claude Code, and every major AI company is racing toward the same always-running agent model in 2026.
The honest summary: this is not AI replacing a team. It is AI absorbing the chores a team never had time for, at a publicly reported 46 percent success rate, with humans firmly holding the merge button. That is less dramatic than the headline sounds, and considerably more useful.
❓ Frequently Asked Questions
Is a 46 percent merge rate good or bad?
It depends on the frame. As a test score it looks mediocre, but as autonomous output it means humans accepted nearly half of everything the AI proposed without being asked. For low-priority maintenance work that might otherwise never get done, that is meaningful net-positive output. The number also gives Anthropic a clear metric to improve by refining the daily routines.
Does this mean Claude Code works without human supervision?
No. Claude creates the pull requests autonomously on a daily schedule, but every single change is reviewed by a human before it is merged into Anthropic's software. The 46 percent figure exists because humans rejected the other 54 percent. Human review is a core part of the design, not a temporary training wheel.
Can I use Claude Code for this kind of automation myself?
Yes. Claude Code is publicly available at claude.com/claude-code and supports scheduled recurring tasks, so you can set up your own daily or weekly routines. It runs on Anthropic's current models such as Claude Opus 4.8 and Claude Sonnet 4.6. Non-technical users can approximate the same pattern with saved prompts in the Claude apps, running them on a fixed schedule with themselves as reviewer.
Is this the same as the claim that Claude writes most of Anthropic's code?
No, they are related but separate stories. The majority-of-code claim refers to Claude assisting engineers who are actively directing it. This story is about Claude running unattended daily routines and proposing changes on its own initiative, which is a different and arguably harder test of autonomy.
🏁 Final Thoughts
The short version: Anthropic now lets Claude Code run daily maintenance on its own apps, the AI filed 388 pull requests in a few weeks, and humans approved 46 percent of them. The pattern behind the headline, a scheduled agent with written instructions and a human approval gate, is something any solopreneur can copy this week with one small recurring task. If you found this explainer useful, subscribe to Agents at Work for plain-English breakdowns of AI news like this every week, and drop a comment with the first task you would hand to a daily AI routine.
Last updated: August 15, 2026 · Keyword: Claude Code daily maintenance · Agents at Work

Comments
Post a Comment