🆕 blog! “LLMs are good for coding because your documentation is shit”
That's it. That's the post. Fine! I'll expand a little more. Large Language Models are a type of Artificial Intelligence. They can read text, parse it, process it using the known rules of English, and then regurgitate parts of it on demand. This means they can read and parse a questio…
👀 Read more: https://shkspr.mobi/blog/2024/07/llms-are-good-for-coding-because-your-documentation-is-shit/
⸻
#AI #LLM #programming
LLMs are good for coding because your documentation is shit
That's it. That's the post. Fine! I'll expand a little more. Large Language Models are a type of Artificial Intelligence. They can read text, parse it, process it using the known rules of English, and then regurgitate parts of it on demand. This means they can read and parse a question like "In Python, how do I add two numbers together?" and then read and parse the Python documentation. It…