Over the past few months, I challenged myself to understand how an LLM actually works by rebuilding one component by component, all the way to training the full model. This was never about competing with ChatGPT or today’s open-source models. I trained it on my own PC with an NVIDIA 4060 and a limited dataset. The real goal was to develop a skill that I believe is becoming increasingly valuable: understanding what happens beneath the abstractions, instead of only combining tools and services created by others. While studying, I found plenty of valuable resources, but the knowledge was often scattered across papers, repositories, videos, articles, and documentation. Some resources focused on the code but barely explained the mathematics. Others covered the theory without clearly showing how it translated into an actual implementation. Visual explanations were limited, and finding a single path that guided me step by step through the entire process was surprisingly difficult. Bringing everything together took a huge amount of effort. I had to connect the mathematical concepts to the code, understand how every component interacted with the others, and organize all the material into a coherent learning path. So I decided to turn that work into a website. The goal is to provide a practical, visual, and step-by-step journey through building and training a GPT-style language model. It brings the code, mathematical intuition, visualizations, and explanations together in one place, following the same path I wish I had when I started. The website is not ready for a public release yet. I still need to refine the content, improve the explanations, and understand which parts are genuinely useful or still unclear. I’m therefore looking for the first 10 beta testers who would like to explore it and share honest feedback. If you’re interested, send me a private message. submitted by /u/Ambitious-Pie-7827
Originally posted by u/Ambitious-Pie-7827 on r/ArtificialInteligence
