-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodal.html
30 lines (24 loc) · 1.33 KB
/
modal.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
<!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>Big if True: Infra for AGI - Aman Kishore</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="maincontent">
<h2>Big if True: Infra for AGI</h2>
<p style="margin-top: -10px;"><em style="font-style: italic; color: #666; font-size: 0.9em;">Last updated: July 21, 2024</em></p>
<p>There's no chance AGI can deploy a Kubernetes compute cluster on Azure.</p>
<p>We've seen a lot of the benefits for using LLMs for frontend and backend tasks. However, we're not seeing the same jump in utility for infra workflows.</p>
<p>Terraform files and YAML configs are incredibly complex and we definitely need a more LLM friendly format (like python) to enable AGI to host their apps.</p>
<p>This is why I'm so bullish on Modal. Their python abstractions of incredibly complex infra workflows enables complete infra noobs to deploy scalable applications without thinking of Kubernetes or interacting with a cloud service.</p>
<p>Once AGI can deploy its own infra, what's left?</p>
</div>
<div class="icons">
<a href="index.html">Back to Home</a>
</div>
</body>
</html>