-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
108 lines (97 loc) · 4.39 KB
/
Copy pathindex.html
File metadata and controls
108 lines (97 loc) · 4.39 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<script src="js/analytics.js"></script>
<title>Jonathon Ready</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Founder of Wanderfugl — building a new kind of map for exploration.">
<meta name="keywords" content="jonathon ready, wanderfugl, maps, travel, exploration, founder">
<link href="img/favicon.ico" rel="icon">
<link href="img/apple-touch-icon.png" rel="apple-touch-icon">
<link rel="alternate" type="application/rss+xml" title="Jonathon Ready Blog" href="https://jonready.com/blog/feed.xml">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<main>
<header>
<img src="img/jonathon_patagonia.jpeg" alt="Jonathon Ready" class="profile-photo">
<div class="header-content">
<h1>Jonathon Ready</h1>
<a href="blog/" class="blog-nav">Blog</a>
</div>
</header>
<section>
<p>
Right now I'm building <a href="https://wanderfugl.com">Wanderfugl</a>, an AI agent that helps people discover ways of exploring the world they didn't know were possible.
</p>
<p>
Before this, I spent five years at Microsoft building systems that shipped to over a billion devices.
</p>
</section>
<section>
<h2>Work</h2>
<div class="project">
<div class="project-header">
<strong>Wanderfugl</strong>
<span class="year">2024 — Present</span>
</div>
<p>
Building an AI agent framework and UX for maps — agents that can reason about geography and human intent at the same time.
Custom geocoders, low-latency tool chaining for real-time exploration, and systems that blend structured data with narrative context.
</p>
<p>
The challenge is making agents fast enough to feel conversational while understanding not just where places are, but why they matter to you.
<a href="https://wanderfugl.com" target="_blank">Visit Wanderfugl →</a>
</p>
</div>
<div class="project">
<div class="project-header">
<strong>Microsoft</strong>
<span class="year">2019 — 2024</span>
</div>
<p>
Invented a new compression method that made Windows 11 updates 40% smaller and shipped to over a billion devices.
Featured in the Windows 11 keynote, reached <a href="https://news.ycombinator.com/item?id=29022615" target="_blank">#1 on Hacker News</a>, and covered by <a href="https://www.zdnet.com/article/microsoft-heres-why-we-shrunk-windows-11-update-sizes-by-40/" target="_blank">ZDNet</a>.
</p>
<div class="video-container">
<iframe src="https://www.youtube.com/embed/J8phSH6cuS0?start=54" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="project">
<div class="project-header">
<strong>Penn State</strong>
<span class="year">Graduated 2019</span>
</div>
<p>
Founded and led the UAS student organization — a 100-member team that built autonomous aircraft for search-and-rescue missions.
My first experience building a team from scratch around an ambitious idea.
</p>
<div class="video-container">
<iframe src="https://www.youtube.com/embed/KtZyq8GiwPc" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</section>
<footer>
<div class="contact-info">
<div>
<strong>Email</strong>
<a href="mailto:me@jonready.com">me@jonready.com</a>
</div>
<div>
<strong>Location</strong>
Seattle, Washington — often elsewhere
</div>
<div>
<strong>Links</strong>
<a href="blog/">Blog</a>
<a href="https://www.linkedin.com/in/jonready/" target="_blank">LinkedIn</a>
<a href="https://github.com/jonready" target="_blank">GitHub</a>
<a href="https://wanderfugl.com" target="_blank">Wanderfugl</a>
</div>
</div>
</footer>
</main>
</body>
</html>