-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
83 lines (81 loc) · 4.46 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<script src="gtag.js"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Aman Kishore</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="maincontent">
<h2>Aman Kishore</h2>
<p>Hi I'm Aman! <br> <br>
Currently, researching LLMs at <a href="https://www.harvey.ai">Harvey</a>.<br> <br>
Previously, co-founded <a href="https://twitter.com/mirage_ml">Mirage</a> which was acquired by <a href="https://www.harvey.ai">Harvey</a>. 🤖 <br>
Improved NVIDIA's Autonomous Vehicle's Vision Systems with <a href="https://www.nvidia.com/en-us/deep-learning-ai/industries/automotive/">Simulation</a> 🚗 <br>
Built robotic systems at Apple. 🍎 <br> <br>
Love to meet founders, early employees and risk-takers.<br> <br>
Always down to chat about AI, startups, research, relationships or life!
</p>
<div class="icons">
<a href="https://twitter.com/_amankishore">
<img class="icon" src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/twitter/twitter-original.svg" alt="Twitter Icon">
</a>
<a href="https://www.linkedin.com/in/aman-kishore/">
<img class="icon" src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/linkedin/linkedin-original.svg" alt="LinkedIn Icon">
</a>
<a href="https://medium.com/@amankishore">
<img class="icon" src="https://cdn-icons-png.flaticon.com/512/5968/5968885.png" alt="Medium Icon">
</a>
<a href="https://github.com/AmanKishore">
<img class="icon" src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/github/github-original.svg" alt="GitHub Icon">
</a>
</div>
</div>
<div id="articles">
<h3>Thoughts</h3>
<div class="article-list">
<div class="article-item">
<a href="questions.html" class="article-title">Good Questions</a>: My new metric for a great conversation.
</div>
<div class="article-item">
<a href="walks.html" class="article-title">Long Walks</a>: I'm going on more walks.
</div>
<div class="article-item">
<a href="beliefs.html" class="article-title">Question Your Beliefs</a>: Dispassionately try to invalidate your strongest assumptions.
</div>
<div class="article-item">
<a href="replace.html" class="article-title">Replace not Augment</a>: Companies that start today should focus on replacing humans not augmenting them.
</div>
<div class="article-item">
<a href="reckless.html" class="article-title">Recklessly Ambitious</a>: Forget the Mom Test, focus on ideas that sounds ridiculous to your mom.
</div>
<div class="article-item">
<a href="prophecies.html" class="article-title">Prophecies</a>: They're usually self fulfilling, you get what you think you deserve.
</div>
<div class="article-item">
<a href="bliss.html" class="article-title">Bliss</a>: Ignorance is bliss.
</div>
<div class="article-item">
<a href="movies.html" class="article-title">Movies</a>: Life's short, you should make more movies.
</div>
<div class="article-item">
<a href="music.html" class="article-title">Music</a>: I don't care about music but I also love it.
</div>
<div class="article-item">
<a href="promptlayer.html" class="article-title">Prompters</a>: How does your day look when 50% of your time is spent interacting with AI?
</div>
<div class="article-item">
<a href="modal.html" class="article-title">Infra for AGI</a>: There's no chance AGI can deploy a Kubernetes compute cluster on Azure.
</div>
<div class="article-item">
<a href="icecream.html" class="article-title">Ice Cream</a>: Probably the reason I'll never cut out sugar and it has nothing to do with the taste.
</div>
<div class="article-item">
<a href="slope.html" class="article-title">Slope</a>: Give me 2 minutes to convince you that every decision should be made by measuring the slope.
</div>
</div>
</div>
</body>
</html>