3/1/2026 at 6:21:59 AM
Someone has modified microgpt to build a tiny GPT that generates Korean first names, and created a web page that visualizes the entire process [1].Users can interactively explore the microgpt pipeline end to end, from tokenization until inference.
[1] English GPT lab:
by teleforce
3/1/2026 at 8:45:26 PM
I have no affiliation with the website, but the website is pretty neat if you are learning LLM internals. It explains: Tokenization, Embedding, Attention, Loss & Gradient, Training, Inference and comparison to "Real GPT"Pretty nifty. Even if you are not interested in the Korean language
by camkego
3/2/2026 at 12:05:02 AM
This kind of thing is pretty easy to do with a much leaner model https://docs.pytorch.org/tutorials/intermediate/char_rnn_gen...by sprobertson
3/2/2026 at 3:22:20 PM
I assume the goal isn't to generate Korean names but to learn GPTs.by arijun
3/3/2026 at 10:49:50 PM
Sure, but use the tool for the job IMO. GPTs are much more complex so should demonstrate a much more complex task.by sprobertson
3/1/2026 at 11:03:01 PM
By "modified" this person of course means that they swapped out the list of X0,000 names from English to Korean names. That is seemingly the only change.The attached website is a fully ai-generated "visualization" based on the original blog post with little added.
by love2read
3/2/2026 at 6:14:21 AM
It's a good website and probably AI generated with some insane expensive model that us mere mortals are too poor to afford, thus it has a valueby big-chungus4
3/2/2026 at 2:15:55 PM
so impressive!by sahildeepreel