7 min read
|
Saved February 14, 2026
|
Copied!
Do you care about this?
The article discusses the release of GPT-4.5, highlighting its improvements over GPT-4, particularly in creative tasks. It also shares a personal experience of developing an iOS app using ChatGPT for guidance without prior Swift knowledge. The author emphasizes the ongoing evolution of language models and their practical applications.
If you do, here's more
The thread details the development of a new art project involving a minimal implementation of a GPT model in just 243 lines of pure Python. This project strips down the architecture to its most basic mathematical operations like addition, multiplication, and logarithms while using a small autograd engine called micrograd for gradient calculations. The author, Andre Karpathy, emphasizes that this code is the complete algorithmic content necessary for training and inference, with the rest of the code focusing on efficiency.
Karpathy shares his experience coding an iOS app in Swift without prior knowledge of the language, achieving a working app in about an hour by following ChatGPT's instructions. He provides links to his conversations with ChatGPT, showcasing the simplicity of the process and his enthusiasm for the outcome. His app is now functional on his phone, and he plans to further develop it.
The thread also highlights the release of GPT-4.5 by OpenAI, which builds on the improvements seen in previous versions. This new version reportedly requires ten times the pretraining compute compared to GPT-4, leading to subtle enhancements across various capabilities. While the improvements are not groundbreaking in reasoning-heavy tasks, they are expected to enhance areas like emotional intelligence, creativity, and humor. Karpathy mentions the difficulty in pinpointing specific improvements but notes the overall better quality of responses, similar to the incremental gains seen in earlier versions of the model. The thread concludes with an interactive challenge to compare responses from GPT-4 and GPT-4.5, inviting users to evaluate the models' performances in a fun way.
Questions about this article
No questions yet.