Tag: andrej-karpathy

  • Simon Willison’s Weblog: Andrej Karpathy’s initial impressions of Grok 3

    Source URL: https://simonwillison.net/2025/Feb/18/andrej-karpathy-grok-3/ Source: Simon Willison’s Weblog Title: Andrej Karpathy’s initial impressions of Grok 3 Feedly Summary: Andrej Karpathy’s initial impressions of Grok 3 Andrej has the most detailed analysis I’ve seen so far of xAI’s Grok 3 release from last night. He runs through a bunch of interesting test prompts, and concludes: As far…

  • Simon Willison’s Weblog: Quoting Andrej Karpathy

    Source URL: https://simonwillison.net/2024/Nov/29/andrej-karpathy/#atom-everything Source: Simon Willison’s Weblog Title: Quoting Andrej Karpathy Feedly Summary: People have too inflated sense of what it means to “ask an AI" about something. The AI are language models trained basically by imitation on data from human labelers. Instead of the mysticism of "asking an AI", think of it more as…

  • Simon Willison’s Weblog: AI-powered Git Commit Function

    Source URL: https://simonwillison.net/2024/Aug/26/ai-powered-git-commit-function/#atom-everything Source: Simon Willison’s Weblog Title: AI-powered Git Commit Function Feedly Summary: AI-powered Git Commit Function Andrej Karpathy built a shell alias, gcm, which passes your staged Git changes to an LLM via my LLM tool, generates a short commit message and then asks you if you want to “(a)ccept, (e)dit, (r)egenerate, or…