summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2024-09-08 15:53:37 +0100
committerJoe Carstairs <me@joeac.net>2024-09-08 15:53:37 +0100
commitb080e5631416451e548ff4de943e1b6a196225ee (patch)
treedb48a7372b19ecff06ce838bc388026e70f7f095 /website
parentbf44feedecfcaa0461187907c176aeccc6c397f0 (diff)
parentd7727d0f8d0100c1fc189b02ee9bd55161fd2142 (diff)
Merge branch 'main' of https://github.com/joeacarstairs/personal-website
Diffstat (limited to 'website')
-rw-r--r--website/src/data/links.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/website/src/data/links.ts b/website/src/data/links.ts
index 9b1201d..579c78d 100644
--- a/website/src/data/links.ts
+++ b/website/src/data/links.ts
@@ -98,6 +98,12 @@ const LINKS: Link[] = [
description: "Pretty convincing to me. The biggest potential weakness in his argument is his claim that none of the most common reasons why devs disagree on story points exposes anything which ought to be resolved in an estimation meeting. If you can provide other common reasons besides the ones Dave considered, you could rebut his argument. I don't feel experienced enough to judge this myself.",
isoDateAdded: '2024-07-17',
},
+ {
+ href: 'https://www.goldmansachs.com/intelligence/pages/gs-research/gen-ai-too-much-spend-too-little-benefit/report.pdf',
+ title: 'Goldman Sachs Top of the Mind, Issue 129',
+ description: 'Read the interviews. Economists give interesting, and diverse, opinions on the economic potential of LLMs.',
+ isoDateAdded: '2024-07-18',
+ },
];
export default LINKS;