-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (56 loc) · 2.26 KB
/
Copy pathindex.html
File metadata and controls
72 lines (56 loc) · 2.26 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Saud Siddiqui</title>
<meta name="description" content="Essays, notes, and projects on AI, medicine, and startups.">
<link rel="stylesheet" href="/style.css">
</head>
<body>
<main class="wrap">
<header class="site-header">
<h1><a href="/">Saud Siddiqui</a></h1>
<p class="tagline">notes, links, and essays</p>
<nav class="nav">
<a href="https://github.com/sidoody">github</a>
<a href=" https://www.linkedin.com/in/saudsiddmd/">linkedin</a>
</nav>
</header>
<section>
<p>
I'm Saud, a physician and founder focused on clinical AI evaluation and deployment.
</p>
<p>
I'm board-certified in emergency medicine. Previously, I co-founded <a href="https://www.sketchy.com/">Sketchy</a> while in medical school and helped bootstrap it to a $30M Series A. I served as CEO, scaled the company, and now serve on the board. Sketchy is used and loved by medical learners worldwide. Most recently, I led the 0-to-1 build of DDx by Sketchy, an AI case simulation platform for medical training.
</p>
</section>
<section>
<h2>Posts</h2>
<ul class="postlist">
<li>
<span class="date">2026-07-16</span>
<a href="/posts/evidence-drift.html">Evidence Drift: Preserving Guideline Disagreement in Clinical RAG</a>
</li>
<li>
<span class="date">2026-03-25</span>
<a href="/posts/heart-context-pack.html">Compiling the HEART Score into a Model-Facing Rule</a>
</li>
<li>
<span class="date">2026-03-10</span>
<a href="/posts/you-gotta-smell-it.html">You Gotta Smell It. On product intuition and getting close to the problem.</a>
</li>
<li>
<span class="date">2026-03-04</span>
<a href="/posts/gpt-52-ablation.html">Does GPT-5.2 get better at diagnosis when you ask it to think harder?</a>
</li>
</ul>
</section>
<footer class="footer">
<p>
© 2026 Saud Siddiqui
</p>
</footer>
</main>
</body>
</html>