-
Notifications
You must be signed in to change notification settings - Fork 1
/
quotes.json
83 lines (82 loc) · 3.64 KB
/
quotes.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
[
{
"author": "Dave Winer",
"cite": {
"link": "http://scripting.com/2024/06/17/025755.html",
"title": "The creativity of ChatGPT",
"type": "Blog post"
},
"date": "2024-06-17",
"quote": " I love the creativity of ChatGPT, some call it hallucinations, but maybe all the rest of this stuff is hallucinating, maybe only ChatGPT sees what's real? Could be."
},
{
"author": "Andrej Karpathy",
"cite": {
"link": "https://x.com/karpathy/status/1617979122625712128?lang=en",
"title": "Source",
"type": "X post"
},
"date": "2023-01-24",
"quote": "The hottest new programming language is English"
},
{
"author": "Nikhil Suresh",
"cite": {
"link": "https://ludic.mataroa.blog/blog/i-will-fucking-piledrive-you-if-you-mention-ai-again/",
"title": "I Will Fucking Piledrive You If You Mention AI Again",
"type": "Blog post"
},
"date": "2024-06-19",
"quote": "So it is with great regret that I announce that the next person to talk about rolling out AI is going to receive a complimentary chiropractic adjustment in the style of Dr. Bourne, i.e, I am going to fucking break your neck. I am truly, deeply, sorry."
},
{
"author": "Tyler Cowen",
"cite": {
"link": "https://marginalrevolution.com/marginalrevolution/2024/08/okie-dokie-solve-for-the-equilibrium.html",
"title": "Okie-dokie, solve for the equilibrium",
"type": "Blog post"
},
"date": "2024-08-15",
"quote": "I've said it before, and I'll say it again. The marginal product of LLMs is when they are interacting with well-prepared, intricately cooperating humans at their peak, not when you pose them random queries for fun."
},
{
"author": "Andrej Karpathy",
"cite": {
"link": "https://x.com/karpathy/status/1733299213503787018?lang=en",
"title": "Source",
"type": "X post"
},
"date": "2023-12-8",
"quote": "TLDR I know I'm being super pedantic but the LLM has no 'hallucination problem'. Hallucination is not a bug, it is LLM's greatest feature.The LLM Assistant has a hallucination problem, and we should fix it."
},
{
"author": "Om Malik",
"cite": {
"link": "https://om.co/2024/08/07/googles-real-googly-no-not-the-anti-trust/",
"title": "Google’s Real Googly. No Not The Anti-Trust!",
"type": "Blog post"
},
"date": "2024-08-7",
"quote": "ChatGPT is foretelling a future where traditional input devices like keyboards and mice will be replaced by more interactive methods such as voice commands and gestures. In a mixed-reality world, navigating through information layers will rely on these intuitive interactions, diminishing the relevance of traditional web formats like 10 blue links and prompting the need for new monetization models."
},
{
"author": "Colin Fraser",
"cite": {
"link": "https://medium.com/@colin.fraser/hallucinations-errors-and-dreams-c281a66f3c35",
"title": "Hallucinations, Errors, and Dreams",
"type": "Blog post"
},
"date": "2024-04-17",
"quote": "Machine Learning is a paradigm of computer programming where, rather than applying deductive logic to produce output that is known to be correct like a pocket calculator, programs are designed to produce predictions, which are expected to be occasionally wrong. "
},
{
"author": "Matt Clifford",
"cite": {
"link": "https://x.com/matthewclifford/status/1834271090295644477",
"title": "Source",
"type": "X post"
},
"date": "2024-09-12",
"quote": "Making AI work today requires ripping up workflows and rebuilding *for* AI. This is hard and painful to do…"
}
]