Beginning July 20, Claude Fable 5 will be included in all Max and Team Premium plans, at 50% of limits.
Pro and Team Standard users will continue to have access to Fable via usage credits, and will receive a one-time $100 credit.
Demand for Fable has been challenging to predict, which is why we rolled it out to subscription plans in stages, extending access several times as we secured additional capacity.
Oops... I did it again.
Enjoy reset usage limits for all paid users for Codex and ChatGPT Work. Super grateful for an incredible team who is iterating at lightspeed and keeping the infra up as we scale faster than ever.
Enjoy the weekend!
From URL to pixels.
I visualized what happens after you type a URL and press Enter:
DNS → TCP → TLS → GET → HTML → CSS → DOM/CSSOM → render tree → pixels
Technical concepts become much easier to understand when you can see the system running.
Built a browser-based MNIST visualizer.
It’s a real 784 → 25 → 25 → 10 MLP with trained weights, running live as you draw digits.
The fun part: you can see the activations, connections, and confidence shift in real time.
Tiny model. Very visible brain.