Tag: andrej-karpathy
-
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…