-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreplace.html
More file actions
31 lines (26 loc) · 1.11 KB
/
replace.html
File metadata and controls
31 lines (26 loc) · 1.11 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<script src="assets/js/gtag.js"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Replace not Augment - Aman Kishore</title>
<link rel="stylesheet" href="assets/css/styles.css">
</head>
<body>
<div id="maincontent">
<h2>Replace not Augment</h2>
<p class="last-updated"><em>Last updated: Nov 1, 2024</em></p>
<p>Companies that start today should focus on replacing humans not augmenting them.</p>
<p>The real prize now is the labor market.</p>
<img src="assets/images/sequoia-service-as-software.webp" alt="Sequoia Service as Software" style="width: 100%; max-width: 800px; display: block; margin: auto;">
<p><em>(PC: Sequoia)</em></p>
<p>What jobs do people hate doing but provide a ton of economic value?<br>
What jobs can AI do NOW that people can't?</p>
<p>Replace jobs that seem irreplaceable.</p>
<div class="icons">
<a href="index.html">Back to Home</a>
</div>
</div>
</body>
</html>