-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
281 lines (256 loc) · 17 KB
/
Copy pathindex.html
File metadata and controls
281 lines (256 loc) · 17 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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sofia Vanhanen</title>
<meta name="description" content="Sofia Vanhanen | Builder | AI, reasoning, flourishing">
<link rel="canonical" href="https://sofiavanhanen.fi/" />
<link rel="preload" href="public/fonts/petrona-normal-latin.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" type="text/css" href="css/tailwind-output.css?v=5">
<link rel="icon" type="image/x-icon" href="public/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="public/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="public/favicon-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="public/apple-touch-icon.png">
<link rel="manifest" href="public/site.webmanifest">
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.sofiavanhanen.fi/">
<meta property="og:title" content="Sofia Vanhanen">
<meta property="og:description" content="Builder | AI, reasoning, flourishing">
<!-- <meta property="og:image" content="https://www.yourwebsite.com/path-to-your-image.jpg"> -->
<meta property="twitter:card" content="summary">
<meta property="twitter:url" content="https://www.sofiavanhanen.fi/">
<meta property="twitter:title" content="Sofia Vanhanen">
<meta property="twitter:description" content="Builder | AI, reasoning, flourishing">
<!-- Google tag -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-05QXT8CBS4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-05QXT8CBS4');
</script>
</head>
<body class="leading-[1.78] tracking-[0.005em] font-[370] antialiased">
<div class="max-w-[1440px] w-full mx-auto px-6 sm:px-10 lg:px-16">
<nav class="flex items-center justify-start gap-6 pt-8 sm:pt-12">
<a href="#" class="shrink-0">
<img src="public/me-sketch-circle-2026.webp" alt="Sofia Vanhanen"
class="w-9 h-9 rounded-full object-cover hover:opacity-80 transition-opacity">
</a>
<div class="flex items-center gap-6">
<a class="py-1.5 no-underline font-normal text-[0.85rem] tracking-[0.04em] hover:underline uppercase"
href="#about">About</a>
<a class="py-1.5 no-underline font-normal text-[0.85rem] tracking-[0.04em] hover:underline uppercase"
href="#projects">Projects</a>
<a class="py-1.5 no-underline font-normal text-[0.85rem] tracking-[0.04em] hover:underline uppercase"
href="#work-with-me">Work with me</a>
</div>
</nav>
<header class="pt-20 sm:pt-32 pb-16 sm:pb-24">
<h1 class="text-3xl sm:text-4xl font-[450] text-stone-800 tracking-[0.02em] leading-tight mb-6">Sofia Vanhanen
</h1>
<p class="text-lg sm:text-xl font-[350] leading-relaxed max-w-md">Building technology for a future
full of flourishing</p>
</header>
<hr class="border-0 border-t border-stone-200">
<main>
<section class="py-12 sm:py-16 max-w-prose" id="about">
<p class="mb-5">
I'm a computer scientist and builder working at the intersection of cutting-edge AI,
deep humanity, and eutopian futures. I make software that expands what people can think, do, and become.
</p>
<p class="mb-5">
I researched <a href="https://aiforhumanreasoning.com/" target="_blank" rel="noopener noreferrer">AI for human
reasoning</a> as a
<a href="https://www.flf.org/" target="_blank" rel="noopener noreferrer">Future of Life Foundation</a> fellow.
I co-founded
<a href="https://mosaic-labs.org/" target="_blank" rel="noopener noreferrer">Mosaic Labs</a>, building
experimental LLM interfaces
for metacognition and collective deliberation. Previously, I developed games at one of the top game studios
in
Finland.
</p>
<p>
Reach out if you'd like to <a href="#work-with-me">work with me</a>. While I'm normally nomadic and do most of
my work remotely, I'm happy to discuss travelling to you for a project.
</p>
</section>
<hr class="border-0 border-t border-stone-200">
<section class="py-12 sm:py-16" id="projects">
<h2 class="text-[0.7rem] font-medium tracking-[0.18em] uppercase text-stone-500 mb-8">Project highlights</h2>
<div class="grid grid-cols-1 md:grid-cols-2 xl:grid-cols-3 gap-8 md:gap-10">
<div>
<a href="https://magicsearch.sofiavanhanen.fi/" target="_blank" rel="noopener noreferrer"
class="group no-underline">
<img src="public/screenshots/magic-search.webp" alt="Magic Search"
class="w-full aspect-video rounded object-cover mb-4 border border-stone-100 grayscale group-hover:grayscale-0 group-hover:border-stone-500 [transition:filter_700ms_ease,border-color_300ms_ease]">
<h3
class="text-[1.05rem] font-[550] text-stone-800 tracking-[0.01em] leading-[1.4] underline decoration-transparent group-hover:decoration-stone-500 underline-offset-4 decoration-[0.5px] transition-all duration-300">
Magic Search</h3>
</a>
<p class="mt-1">A search engine for the <a href="https://www.community-archive.org/" target="_blank"
rel="noopener noreferrer">Community
Archive</a>, using ML to surface the most relevant Twitter users for specific requests.</p>
<p class="mt-2 text-[0.82rem] tracking-[0.02em] text-stone-500">
<a href="https://magicsearch.sofiavanhanen.fi/" target="_blank" rel="noopener noreferrer"
class="text-stone-500 decoration-stone-300 font-[420] hover:text-stone-700 hover:decoration-stone-500">App</a>
·
<a href="https://x.com/sofvanh/status/1978455670220361896" target="_blank" rel="noopener noreferrer"
class="text-stone-500 decoration-stone-300 font-[420] hover:text-stone-700 hover:decoration-stone-500">Thread</a>
·
<a href="https://github.com/sofvanh/ca-magic-search" target="_blank" rel="noopener noreferrer"
class="text-stone-500 decoration-stone-300 font-[420] hover:text-stone-700 hover:decoration-stone-500">Repository</a>
</p>
</div>
<div>
<a href="https://nexus-tool.com/" target="_blank" rel="noopener noreferrer" class="group no-underline">
<img src="public/screenshots/nexus.webp" alt="Nexus"
class="w-full aspect-video rounded object-cover mb-4 border border-stone-100 grayscale group-hover:grayscale-0 group-hover:border-stone-500 [transition:filter_700ms_ease,border-color_300ms_ease]">
<h3
class="text-[1.05rem] font-[550] text-stone-800 tracking-[0.01em] leading-[1.4] underline decoration-transparent group-hover:decoration-stone-500 underline-offset-4 decoration-[0.5px] transition-all duration-300">
Nexus</h3>
</a>
<p class="mt-1">A platform for group deliberation that uses LLMs to help groups understand each other
and surface insights and solutions.</p>
<p class="mt-2 text-[0.82rem] tracking-[0.02em] text-stone-500">
<a href="https://nexus-tool.com/" target="_blank" rel="noopener noreferrer"
class="text-stone-500 decoration-stone-300 font-[420] hover:text-stone-700 hover:decoration-stone-500">App</a>
·
<a href="https://github.com/sofvanh/mindmeld" target="_blank" rel="noopener noreferrer"
class="text-stone-500 decoration-stone-300 font-[420] hover:text-stone-700 hover:decoration-stone-500">Repository</a>
</p>
</div>
<div>
<a href="https://autoblog.sofiavanhanen.fi/" target="_blank" rel="noopener noreferrer"
class="group no-underline">
<img src="public/screenshots/autoblog.webp" alt="Autoblog"
class="w-full aspect-video rounded object-cover mb-4 border border-stone-100 grayscale group-hover:grayscale-0 group-hover:border-stone-500 [transition:filter_700ms_ease,border-color_300ms_ease]">
<h3
class="text-[1.05rem] font-[550] text-stone-800 tracking-[0.01em] leading-[1.4] underline decoration-transparent group-hover:decoration-stone-500 underline-offset-4 decoration-[0.5px] transition-all duration-300">
Autoblog</h3>
</a>
<p class="mt-1">An interface that helps writers publish authentic ideas while enabling readers to make
sense of them, by translating and personalising content on demand.</p>
<p class="mt-2 text-[0.82rem] tracking-[0.02em] text-stone-500">
<a href="https://autoblog.sofiavanhanen.fi/" target="_blank" rel="noopener noreferrer"
class="text-stone-500 decoration-stone-300 font-[420] hover:text-stone-700 hover:decoration-stone-500">App</a>
·
<a href="https://github.com/sofvanh/autoblog" target="_blank" rel="noopener noreferrer"
class="text-stone-500 decoration-stone-300 font-[420] hover:text-stone-700 hover:decoration-stone-500">Repository</a>
</p>
</div>
<div>
<a href="https://pantheon.chat/" target="_blank" rel="noopener noreferrer" class="group no-underline">
<img src="public/screenshots/pantheon.webp" alt="Pantheon"
class="w-full aspect-video rounded object-cover mb-4 border border-stone-100 grayscale group-hover:grayscale-0 group-hover:border-stone-500 [transition:filter_700ms_ease,border-color_300ms_ease]">
<h3
class="text-[1.05rem] font-[550] text-stone-800 tracking-[0.01em] leading-[1.4] underline decoration-transparent group-hover:decoration-stone-500 underline-offset-4 decoration-[0.5px] transition-all duration-300">
Pantheon</h3>
</a>
<p class="mt-1">An AI-facilitated metacognition tool exploring new ways to use LLMs to improve human
thinking. Customizable AI characters and a novel tree-like UI.</p>
<p class="mt-2 text-[0.82rem] tracking-[0.02em] text-stone-500">
<a href="https://pantheon.chat/" target="_blank" rel="noopener noreferrer"
class="text-stone-500 decoration-stone-300 font-[420] hover:text-stone-700 hover:decoration-stone-500">App</a>
·
<a href="https://www.lesswrong.com/posts/JHsfMWtwxBGGTmb8A/pantheon-interface" target="_blank"
rel="noopener noreferrer"
class="text-stone-500 decoration-stone-300 font-[420] hover:text-stone-700 hover:decoration-stone-500">Discussion</a>
·
<a href="https://github.com/nickkeesG/Pantheon" target="_blank" rel="noopener noreferrer"
class="text-stone-500 decoration-stone-300 font-[420] hover:text-stone-700 hover:decoration-stone-500">Repository</a>
</p>
</div>
<div>
<a href="https://www.existentialhope.com/worlds/beyond-collective-intelligence-cities-of-orare"
target="_blank" rel="noopener noreferrer" class="group no-underline">
<img src="public/screenshots/orare.webp" alt="Cities of Orare"
class="w-full aspect-video rounded object-cover mb-4 border border-stone-100 grayscale group-hover:grayscale-0 group-hover:border-stone-500 [transition:filter_700ms_ease,border-color_300ms_ease]">
<h3
class="text-[1.05rem] font-[550] text-stone-800 tracking-[0.01em] leading-[1.4] underline decoration-transparent group-hover:decoration-stone-500 underline-offset-4 decoration-[0.5px] transition-all duration-300">
Cities of Orare</h3>
</a>
<p class="mt-1">
Winner of <a href="https://www.existentialhope.com/existential-hope-worldbuilding" target="_blank"
rel="noopener noreferrer">Foresight Institute's
Worldbuilding Course</a>.
A work of speculative fiction; an aspirational worldbuild of a positive future in 2045.
</p>
<p class="mt-2 text-[0.82rem] tracking-[0.02em] text-stone-500">
<a href="https://www.existentialhope.com/worlds/beyond-collective-intelligence-cities-of-orare"
target="_blank" rel="noopener noreferrer"
class="text-stone-500 decoration-stone-300 font-[420] hover:text-stone-700 hover:decoration-stone-500">Worldbuild</a>
·
<a href="https://www.youtube.com/watch?v=wsMbmzpTeY0" target="_blank" rel="noopener noreferrer"
class="text-stone-500 decoration-stone-300 font-[420] hover:text-stone-700 hover:decoration-stone-500">Podcast</a>
</p>
</div>
<div>
<a href="https://www.lesswrong.com/posts/ENgwdgdHZ2a6HTWDL/double-crux-bot" target="_blank"
rel="noopener noreferrer" class="group no-underline">
<img src="public/screenshots/harmony.webp" alt="Harmony"
class="w-full aspect-video rounded object-cover mb-4 border border-stone-100 grayscale group-hover:grayscale-0 group-hover:border-stone-500 [transition:filter_700ms_ease,border-color_300ms_ease]">
<h3
class="text-[1.05rem] font-[550] text-stone-800 tracking-[0.01em] leading-[1.4] underline decoration-transparent group-hover:decoration-stone-500 underline-offset-4 decoration-[0.5px] transition-all duration-300">
Harmony</h3>
</a>
<p class="mt-1">A Slack and Discord chatbot facilitating users in the <a
href="https://www.rationality.org/resources/updates/2016/double-crux" target="_blank"
rel="noopener noreferrer">double crux technique</a>,
enabling smoother argument resolution.</p>
<p class="mt-2 text-[0.82rem] tracking-[0.02em] text-stone-500">
<a href="https://www.lesswrong.com/posts/ENgwdgdHZ2a6HTWDL/double-crux-bot" target="_blank"
rel="noopener noreferrer"
class="text-stone-500 decoration-stone-300 font-[420] hover:text-stone-700 hover:decoration-stone-500">Discussion</a>
·
<a href="https://epistea.org/" target="_blank" rel="noopener noreferrer"
class="text-stone-500 decoration-stone-300 font-[420] hover:text-stone-700 hover:decoration-stone-500">Epistea</a>
·
<a href="https://github.com/sofvanh/double-crux-bot" target="_blank" rel="noopener noreferrer"
class="text-stone-500 decoration-stone-300 font-[420] hover:text-stone-700 hover:decoration-stone-500">Repository</a>
</p>
</div>
</div>
</section>
<hr class="border-0 border-t border-stone-200">
<section class="py-12 sm:py-16" id="work-with-me">
<h2 class="text-[0.7rem] font-medium tracking-[0.18em] uppercase text-stone-500 mb-8">Work with me</h2>
<p class="max-w-prose mb-5">
I work with founders, researchers, and mission-driven organisations — most often as a technical lead,
engineer, or advisor.
I support projects from first idea to production and beyond, across the full stack from AI/ML backends
to polished frontend interfaces.
</p>
<p class="text-[0.85rem] tracking-[0.03em] text-stone-500">
AI interfaces · collective deliberation · tools for thought · digital democracy · futures · existential risk
</p>
<p class="mt-12 sm:mt-16 text-lg italic leading-relaxed text-stone-700">
I want to hear about your project.
</p>
<a href="mailto:hello@sofiavanhanen.fi"
class="mt-2 inline-block text-lg font-semibold tracking-wide">hello@sofiavanhanen.fi</a>
</section>
</main>
<hr class="border-0 border-t border-stone-200">
<footer class="flex flex-col gap-5 w-full py-14 text-sm tracking-[0.03em] items-end">
<div class="flex flex-wrap gap-5">
<a href="https://twitter.com/sofvanh" target="_blank" rel="noopener noreferrer">Twitter/X</a>
<a href="https://github.com/sofvanh" target="_blank" rel="noopener noreferrer">GitHub</a>
<a href="https://www.linkedin.com/in/sofia-vanhanen/" target="_blank" rel="noopener noreferrer">LinkedIn</a>
<a href="mailto:hello@sofiavanhanen.fi">Email</a>
</div>
<p class="text-stone-500 text-xs tracking-wider">
©
<script>document.write(new Date().getFullYear());</script> Sofia Vanhanen
</p>
</footer>
</div>
<script>
const observer = new IntersectionObserver((entries) => {
entries.forEach(e => e.target.classList.toggle('grayscale', !e.isIntersecting));
}, { rootMargin: '-30% 0px -30% 0px' });
document.querySelectorAll('#projects img').forEach(img => observer.observe(img));
</script>
</body>
</html>