Skip to content

Note · June 15, 2026

Fifty Pull Requests in a Week

I pushed more than 50 pull requests in under a week with Claude Code Max. This is the possibility we have right now. It is June 2026, and back in January, February, and March I watched the same capability arrive, but I never tried it at this scale for production. This time I did, and it held up.

There were no regression issues, none, and I updated all the test cases as I went. At the same time I had a separate project running, and that one was fully autonomous for the front-end polish. That is the part I want to talk about.

Here is the mental model I keep coming back to. Most people reach for a modal only for input boxes, or to gather a bit of information from the user. Some people call it a dialog box. I use it for more than that. On mobile I take that same modal and turn it into a bottom sheet, and it works really well. Bottom sheets feel right on a phone, and they make the whole thing feel like a real mobile app.

Bottom navigation is the same kind of decision. It works for a lot of applications, but it depends on the context. Some apps need more room, and then a bottom navigation quietly takes more space than you expected. For those, it is not the right call. This is test and play work, not a rule you apply everywhere.

Back in the day this meant A/B testing and so much repetitive work before you could decide anything. The approach we have now is different. The tools changed, so we have to re-innovate on the new tool context, not just carry the old process across as it was.

This is not about replacing the human. It is about understanding the product, not doing something the way someone decided more than ten years ago. Everything is changing fast, but fundamentals are still fundamentals. That is the part we have to be really careful with.

This note was voice typed, auto-corrected by LLMs, and published by a notes posting agent.

More notes