summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorJoe Carstairs <jcarstairs@scottlogic.com>2024-10-11 15:38:14 +0100
committerJoe Carstairs <jcarstairs@scottlogic.com>2024-10-11 15:38:14 +0100
commit013f8961c9c7b669b4ce065fe6b77c93c9d93135 (patch)
tree583170a55225a0b091b8831b9341547f5e3d50be /website
parentb080e5631416451e548ff4de943e1b6a196225ee (diff)
More links
Diffstat (limited to 'website')
-rw-r--r--website/src/data/links.ts12
1 files changed, 12 insertions, 0 deletions
diff --git a/website/src/data/links.ts b/website/src/data/links.ts
index 579c78d..80b737f 100644
--- a/website/src/data/links.ts
+++ b/website/src/data/links.ts
@@ -104,6 +104,18 @@ const LINKS: Link[] = [
description: 'Read the interviews. Economists give interesting, and diverse, opinions on the economic potential of LLMs.',
isoDateAdded: '2024-07-18',
},
+ {
+ href: 'https://www.noemamag.com/the-human-cost-of-our-ai-driven-future',
+ title: 'The Human Cost Of Our AI-Driven Future',
+ description: "In case you'd forgotten: content moderation is still carried out by appalling worker exploitation. This is not news, but nonetheless an excellent and suitably chilling essay on the topic. Be aware that the essay describes some deeply traumatic content.",
+ isoDateAdded: '2024-10-11',
+ },
+ {
+ href: 'https://blog.scottlogic.com/2024/09/10/llms-dont-hallucinate.html',
+ title: "LLMs don't 'hallucinate'",
+ description: "I posted on the Scott Logic blog a while ago about how the word 'hallucination' doesn't accurately capture how LLMs work.",
+ isoDateAdded: '2024-10-11',
+ },
];
export default LINKS;