Earlier quoted context omitted.
I had to look up what a content mill is. I'm not one, I think. It's "random" stuff because my interests are different. These posts are not written sequentially, I've been working on them (except for this MicroGPT one) for weeks and only publishing now.
Dude, you literally start the article with > Andrej Karpathy wrote a 200-line Python script that trains and runs a GPT from scratch, with no libraries or dependencies, just pure Python . Almost immediately afterwards, you have a section titled "Numbers, not letters". Need I go on? Interestingly, despite all the AI tics, the opening passes Pangram as 100% human... though all the following sections I randomly checked a…
Microgpt explained interactively
41–50 of 55 posts
Re: Microgpt explained interactively
#42The part that eludes me is how you get from this to the capability to debug arbitrary coding problems. How does statistical inference become reasoning? For a long time, it seemed the answer was it doesn't. But now, using Claude code daily, it seems it does.
Re: Microgpt explained interactively
#43Is it becoming a thing to misspell and add grammatical mistakes on purpose to show that an LLM didn't write the blog post? I noticed several spelling mistakes in Karpathy's blog post that this article is based on and in this article.
People aren't gonna be happy I spell this out, but, Karpathy's not The Dude. He's got a big Twitter following so people assume somethings going on or important, but he just isn't. Biggest thing he did in his career was feed Elon's Full Self Driving delusion for years and years and years. Note, then, how long he lasted at OpenAI, and how much time he spends on code golf. If you're angry to read this, please, take a mi…
Re: Microgpt explained interactively
#44Earlier quoted context omitted.
You are absolutely right. The whole post reads like AI generated.
The rate they are posting new articles on random subjects is also a pretty indicative of a content mill. In 3 days they've covered machine learning, geometry, cryptography, file formats and directory services.
Re: Microgpt explained interactively
#45Earlier quoted context omitted.
You are absolutely right. The whole post reads like AI generated.
The rate they are posting new articles on random subjects is also a pretty indicative of a content mill. In 3 days they've covered machine learning, geometry, cryptography, file formats and directory services.
Re: Microgpt explained interactively
#46Is it becoming a thing to misspell and add grammatical mistakes on purpose to show that an LLM didn't write the blog post? I noticed several spelling mistakes in Karpathy's blog post that this article is based on and in this article.
People aren't gonna be happy I spell this out, but, Karpathy's not The Dude. He's got a big Twitter following so people assume somethings going on or important, but he just isn't. Biggest thing he did in his career was feed Elon's Full Self Driving delusion for years and years and years. Note, then, how long he lasted at OpenAI, and how much time he spends on code golf. If you're angry to read this, please, take a mi…
Re: Microgpt explained interactively
#47Earlier quoted context omitted.
People aren't gonna be happy I spell this out, but, Karpathy's not The Dude. He's got a big Twitter following so people assume somethings going on or important, but he just isn't. Biggest thing he did in his career was feed Elon's Full Self Driving delusion for years and years and years. Note, then, how long he lasted at OpenAI, and how much time he spends on code golf. If you're angry to read this, please, take a mi…
Is this AI generated?
Re: Microgpt explained interactively
#48Earlier quoted context omitted.
People aren't gonna be happy I spell this out, but, Karpathy's not The Dude. He's got a big Twitter following so people assume somethings going on or important, but he just isn't. Biggest thing he did in his career was feed Elon's Full Self Driving delusion for years and years and years. Note, then, how long he lasted at OpenAI, and how much time he spends on code golf. If you're angry to read this, please, take a mi…
Tesla FSD isn't a delusion. There are people using it to successfully do long distance drives across the USA right now, without interventions. Dunno how much credit Karpathy gets for that, but the tech works.
Re: Microgpt explained interactively
#49Re: Microgpt explained interactively
#50It says its tailored for beginners, but I don't know what kind of beginner can parse multiple paragraphs like this: "How wrong was the prediction? We need a single number that captures "the model thought the correct answer was unlikely." If the model assigns probability 0.9 to the correct next token, the loss is low (0.1). If it assigns probability 0.01, the loss is high (4.6). The formula is − log ( � ) −log(p) wh…
I see. The problem with me writing these is even though I'm not an expert, I do have a bit of knowledge on certain things so I'm prone to say things that make sense to me but not to beginners. I'll rethink it
(This is also why people like cramming or lectures rather than quizzing or spaced repetition, because they produce a certain 'illusion of depth' https://gwern.net/doc/psychology/cognitive-bias/illusion-of-... ).