# Qwen3.8-Max Ran 16 Days Without a Human and Shipped 265 Commits — Agent Loops Shouldn't Last a Day

> Source: <https://pub.towardsai.net/qwen3-8-max-ran-16-days-without-a-human-and-shipped-265-commits-agent-loops-shouldnt-last-a-day-18def4d09360?source=rss----98111c9905da---4>
> Published: 2026-08-04 13:44:51+00:00

Member-only story

# Qwen3.8-Max Ran 16 Days Without a Human and Shipped 265 Commits — Agent Loops Shouldn't Last a Day

Alibaba pointed a model at an empty Git repository on roughly July 14, walked away, and came back on July 30. In those **16 days** the model had opened, worked, and closed **151 issues**, merged **127 pull requests**, and landed **265 commits**. Nobody reviewed any of it. Nobody restarted it. The repo is public at `qwen-code-dev-bot/oh-my-cli`

, which means for once you can actually check.

I have spent the last month writing about why agent loops fall apart — context compaction quietly deleting policies, temperature-0 sampling collapsing into repetition, harness choice swinging results by double digits. The consensus failure horizon for an unattended coding agent is measured in *hours*. Sixteen days should not be possible.

So the interesting question isn’t “is Qwen3.8-Max smart.” It’s **what did they build around the model that kept it alive for 384 hours**, and can you copy it. The answer turns out to be a scheduler, not a model.

Here is what shipped on August 3, what the numbers really say, and the loop architecture you can rebuild this afternoon.

## The model, in one paragraph

Qwen3.8-Max is a sparse mixture-of-experts model with **2.4 trillion total parameters and roughly 95 billion**…
