From dd62eeedd034ea1cc86b5d1ff764ab69697d35d7 Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Fri, 15 Mar 2024 23:25:06 +0000 Subject: [PATCH] Sudo command --- content/posts/chef-gpt/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/chef-gpt/index.md b/content/posts/chef-gpt/index.md index 25c79708..c3a9bc82 100644 --- a/content/posts/chef-gpt/index.md +++ b/content/posts/chef-gpt/index.md @@ -25,7 +25,7 @@ A quick aside to outline the changes I'm making to my diet because of what I've And so the scene is set for my ChefGPT challenge… -## `sudo make me a ~~sandwich~~ meal` +## sudo make me a ~~sandwich~~ meal I'm _extremely_ skeptical about Large Language Models (or LLMs)—things like [ChatGPT](https://chatgpt.openai.com), or what the world is calling "AI" this decade. They're eerily lifelike at responding to human questions, and can give answers that are in the right ballpark most of the time, but their energy consumption (both when being "trained" and used), their ethics (selective application of copyright), and their "intelligence" are all _highly_ questionable. When I'm skeptical about something, I like to learn about how it works, its limtations, and how to recognise what it produces; these are all things I think will be particularly useful for LLMs in the months and years ahead.