Introducing Claude Opus 4.8: it builds on Opus 4.7 with sharper judgment, more honesty about its own progress, and the ability to work independently for longer than its predecessors.
Available today at the same price.
Don't just reset Codex rate limits for fun, it costs money.
Don't just reset Codex rate limits for fun, it costs money.
... but the vibes are good ...
I have reset Codex rate limits for ALL paid plans to celebrate a good week and allow everyone to build more with GPT-5.5. Enjoy
From the past two days, I have been trying to refactor an old code which was taking around 200 ms.
After refactoring, the overall processing time went above 200 ms (200ms-300ms).
Then I tried multiple approaches to optimize it again, but it was still around the same.
Finally, I decided to move back to the old code.
Sometimes we may over-engineer things while chasing these numbers.
P.S.: This is what Claude is saying.
256 ms → 176 ms (opening a dialog)
240 ms → 48 ms (closing a dialog)
Again, we are not talking about seconds to milliseconds optimization. This is the final level of optimization.
In the below video, you can see that when I open a dialog, before optimizing it took 288 ms to load the dialog.
After optimizing the code, it now takes 168 ms. This is great.
Similarly, when closing the dialog, earlier it took 208 ms, and after optimization it now takes 48 ms, which is a significant improvement.
Please let me know if you are interested in knowing what optimizations I have done.