From 59aa18fd12640a9f7864d1abe175fc5ca983ed07 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Fri, 7 Jun 2024 09:55:47 +0100 Subject: [PATCH] Cloud of hype --- website/src/data/links.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/src/data/links.ts b/website/src/data/links.ts index 0a59b35..82c9dbe 100644 --- a/website/src/data/links.ts +++ b/website/src/data/links.ts @@ -50,6 +50,12 @@ const LINKS: Link[] = [ description: 'A superb tribute to the building and analysis of the failures of the planning system. This was published in my free local newsletter, and is worthy of any broadsheet newspaper.', isoDateAdded: '2024-06-07', }, + { + href: 'https://thehistoryoftheweb.com/beware-the-cloud-of-hype', + title: 'Beware the cloud of hype', + description: 'Jay Hoffman spots some striking parallels between the current AI hype and the dot-com bubble.', + isoDateAdded: '2024-06-07', + }, ]; export default LINKS;