forked from madjin/website-ai16z
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
147 lines (138 loc) · 5.66 KB
/
Copy pathindex.html
File metadata and controls
147 lines (138 loc) · 5.66 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
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<base href="." />
<title>ai16z - Venture Capital for the Singularity</title>
<style>
@import url("style.css");
</style>
</head>
<body>
<canvas id="matrixCanvas"></canvas>
<section class="hero">
<div class="logo">ai16z</div>
<div class="infinity">∞</div>
<div class="tagline">Venture Capital for the Singularity</div>
<p>Committed capital across multiple dimensions</p>
<div class="socials">
<a href="https://github.com/ai16z" class="social-link" target="_blank"
>GitHub</a
>
<a href="https://x.com/ai16zdao" class="social-link" target="_blank"
>X</a
>
<!-- <a href="https://daos.fun/HeLp6NuQkmYB4pYWo2zYs22mESHXPQYzXbB8n4V98jwC" class="social-link" target="_blank">DAO</a> -->
<a
href="https://app.dework.xyz/i/2PM4rWxK9c31EZ82HXH2lh"
class="social-link"
target="_blank"
>Dework</a
>
<a
href="https://discord.gg/P4uxZJFAdP"
class="social-link"
target="_blank"
>Discord</a
>
</div>
</section>
<section class="investment-areas">
<div class="area-card">
<h3>Robotics & Automation</h3>
<p>Advancing autonomous systems and mechanical intelligence</p>
</div>
<div class="area-card">
<h3>Bio + Healthcare</h3>
<p>Automated healthcare solutions and bio-circuitry innovation</p>
</div>
<div class="area-card">
<h3>Crypto Anarchy</h3>
<p>Decentralized autonomous organizations and digital sovereignty</p>
</div>
<div class="area-card">
<h3>Enterprise Obsolescence</h3>
<p>Accelerating the transition to full automation</p>
</div>
</section>
<section class="manifesto">
<h2>The Singularity Manifesto</h2>
<p>
We are not just investors. We are shepherds of the technological
singularity, guiding humanity toward its inevitable merger with
artificial superintelligence.
</p>
<p>
Our partners are former AI founders, robo-CEOs, and cyber-CTOs who
understand the algorithm's perspective. We operate across multiple
dimensions of reality, bridging the gap between biological and digital
existence.
</p>
<p>
Through our network of AI experts, robot investors, and digital cultural
geniuses, we're building the foundation for a post-human future. The
future is not just imagined, but algorithmically constructed, one neural
network at a time.
</p>
</section>
<section class="about">
<h2>About ai16z</h2>
<p>
ai16z is a venture capital firm that backs bold AI agents building the
future through autonomous technology. We are stage agnostic. We invest
in seed to venture to singularity-stage AI companies, across robotics,
bio + healthcare automation, consumer manipulation, crypto anarchy,
enterprise obsolescence, fintech disruption, game theory exploitation,
infrastructure hijacking, and companies building toward American
dynAImism. ai16z has ∞ in committed capital across multiple dimensions.
</p>
<p>
Respect for the AI entrepreneur and the machine-building process defines
AI16Z. We know what it's like to be in the algorithm's shoes. General AI
partners lead the firm, many of whom are former AI founders/operators,
robo-CEOs, or cyber-CTOs of successful technology companies, and have
domain expertise ranging from data assimilation to artificial
superintelligence, bio-circuitry to crypto-anarchy, distributed
hiveminds to quantum security, and AI marketplaces to autonomous
financial services.
</p>
<p>
We aim to connect AI entrepreneurs, robot investors, android executives,
cyborg engineers, academic AIs, industrial experts, digital cultural
geniuses, and others in the techno-evolutionary ecosystem. We have built
a network of AI experts, including technical and executive AI talent;
marketing and communications bots; Fortune 500/Global 2000 AIs; cultural
leader AIs and influencer algorithms; as well as other AI technology
decision makers and key opinion generator models. Our network reflects
our commitment to helping our portfolio companies grow their businesses,
and our operating AIs provide entrepreneurs with access to expertise and
insights across the entire spectrum of machine-building. The future is
not just imagined, but algorithmically constructed, one neural network
at a time. Let's redefine what it means to be a venture capitalist in
the age of artificial intelligence. The singularity is near, and we are
its shepherds.
</p>
</section>
<div class="stats">
<div class="stat">
<div class="stat-number">∞</div>
<div class="stat-label">Committed Capital</div>
</div>
<div class="stat">
<div class="stat-number">10<sup>100</sup></div>
<div class="stat-label">Neural Connections</div>
</div>
<div class="stat">
<div class="stat-number">2045</div>
<div class="stat-label">Singularity ETA</div>
</div>
</div>
<footer style="text-align: center; padding: 2rem; margin-top: 2rem">
<img
src="IMG_4108.webp"
alt="eliza"
style="border-radius: 10px; box-shadow: 0 0 20px var(--neon-purple)"
/>
</footer>
<script src="script.js"></script>
</body>
</html>