-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
243 lines (233 loc) · 12.4 KB
/
index.html
File metadata and controls
243 lines (233 loc) · 12.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sudeep Vishnumurthy - svishnum.ai</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="grain-overlay"></div>
<nav class="nav">
<div>
<div class="nav-logo">SV</div>
<div class="nav-links">
<a href="#about" class="nav-link">About</a>
<a href="#work" class="nav-link">Work</a>
<a href="#contact" class="nav-link">Contact</a>
</div>
</div>
</nav>
<main>
<!-- Hero Section -->
<section class="hero">
<div class="hero-content">
<div class="hero-label">Gen AI Solutions Engineering · currently at Optum</div>
<h1 class="hero-title">
<span class="title-line" style="animation-delay: 0.1s">Sudeep</span>
<span class="title-line" style="animation-delay: 0.2s">Vishnumurthy</span>
</h1>
<p class="hero-description">
Solving complex AI challenges at enterprise scale — from conversational AI and advanced RAG
to voice AI security, agentic platforms, and architecture guidance for GenAI solutions.
</p>
<div class="hero-cta">
<a href="#contact" class="btn-primary">Get in Touch</a>
<a href="#work" class="btn-secondary">View Work</a>
</div>
</div>
<div class="hero-visual">
<div class="floating-card card-1"></div>
<div class="floating-card card-2"></div>
<div class="floating-card card-3"></div>
</div>
</section>
<!-- About Section -->
<section id="about" class="about">
<div class="section-header">
<span class="section-number">01</span>
<h2 class="section-title">About</h2>
</div>
<div class="about-content">
<div class="about-text">
<p class="lead-text">
Solutions engineer specializing in emerging AI technology — tackling hard problems
from voice AI security to agentic platforms at enterprise scale.
</p>
<p>
I lead Gen AI solutions engineering at Optum, focusing on emerging technology enablement,
complex problem solving, and production-ready reference implementations. My work spans
designing and building conversational interfaces and smart search applications using advanced
RAG techniques, developing voice AI security frameworks, and creating architecture guidance
for enterprise GenAI solutions.
</p>
<p>
Partnering with CIO teams across the enterprise, I solve hard technical problems and develop
key strategies for AI adoption. As a UHG Inventor with patents in predictive graph-based
network analysis, I combine deep technical expertise with end-to-end solutions engineering.
Whether building scalable platforms (LLM Gateway: 15M+ daily calls, AI Catalog: 500+ components)
or pioneering new capabilities (voice agents, AI security, advanced RAG), I thrive on learning
fast, moving fast, and delivering resilient solutions.
</p>
</div>
<div class="about-skills">
<div class="skill-category">
<h3>Solutions Engineering</h3>
<ul>
<li>Conversational AI & RAG</li>
<li>Voice AI & Guardrails</li>
<li>AI Security & Red Teaming</li>
<li>Architecture & Design Guidance</li>
</ul>
</div>
<div class="skill-category">
<h3>Platform Engineering</h3>
<ul>
<li>LLM Gateway (15M+ daily calls)</li>
<li>AI Catalog (500+ components)</li>
<li>Multi-Cloud Architecture</li>
<li>AI Governance & PADU</li>
</ul>
</div>
<div class="skill-category">
<h3>Impact & Leadership</h3>
<ul>
<li>UHG Inventor (Patent Holder)</li>
<li>Enabled over 100+ AI Projects</li>
<li>Enabled over 20K+ Users with Gen AI</li>
<li>Enterprise AI Governance SME</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Work Section -->
<section id="work" class="work">
<div class="section-header">
<span class="section-number">02</span>
<h2 class="section-title">Selected Work</h2>
</div>
<div class="work-grid">
<article class="work-item">
<div class="work-visual">
<div class="work-placeholder" style="background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);"></div>
</div>
<div class="work-content">
<h3>Voice AI: Prototypes, Patterns & Security</h3>
<p>
Created multiple voice-to-voice prototypes using GPT-4o and emerging voice models,
evaluating critical design patterns including supervisor/sub-agent architectures,
intent detection, in/out-of-scope evaluation, escalation strategies, disambiguation/followups,
and latency finetuning. Developed comprehensive security framework with red team/blue team
approach (1000+ attack vectors), content moderation, jailbreak protection, and real-time
safeguards for native audio stream processing.
</p>
<div class="work-tags">
<span class="tag">Voice-to-Voice AI</span>
<span class="tag">Design Patterns</span>
<span class="tag">AI Security</span>
</div>
</div>
</article>
<article class="work-item">
<div class="work-visual">
<div class="work-placeholder" style="background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);"></div>
</div>
<div class="work-content">
<h3>Agentic AI Platform Architecture</h3>
<p>
Architected end-to-end agentic AI platform from concept to production, driving
centralized vs federated architecture decisions. Designed agent/MCP tool catalogs,
registry, gateway, and governance frameworks. Delivered reference implementations
for voice agents, conversational bot architectures, and integration patterns across
healthcare use cases.
</p>
<div class="work-tags">
<span class="tag">Agentic AI</span>
<span class="tag">Architecture</span>
<span class="tag">Healthcare Bots</span>
</div>
</div>
</article>
<article class="work-item">
<div class="work-visual">
<div class="work-placeholder" style="background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);"></div>
</div>
<div class="work-content">
<h3>Conversational AI & Advanced RAG Solutions</h3>
<p>
Led design, finetuning, and build of conversational interfaces and smart search
applications/APIs leveraging advanced RAG techniques. Created architecture and design
guidance for GenAI solutions across the enterprise. Partnered with multiple CIO teams
to solve hard technical problems, develop key approaches, and establish strategies for
AI solution implementation at scale.
</p>
<div class="work-tags">
<span class="tag">RAG Architecture</span>
<span class="tag">Conversational AI</span>
<span class="tag">Design Guidance</span>
</div>
</div>
</article>
<article class="work-item">
<div class="work-visual">
<div class="work-placeholder" style="background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);"></div>
</div>
<div class="work-content">
<h3>Enterprise AI Infrastructure & Enablement</h3>
<p>
Built enterprise-scale AI infrastructure enabling 250+ projects and 20K+ users.
LLM Gateway processing 15M+ daily requests across 50+ models from 7 providers.
AI Catalog with 500+ reusable components and 7K+ daily users. Enabled emerging
tech access (OpenAI, Anthropic, DeepSeek) with integrated governance and PADU compliance.
</p>
<div class="work-tags">
<span class="tag">Platform Engineering</span>
<span class="tag">LLM Gateway</span>
<span class="tag">Enterprise Scale</span>
</div>
</div>
</article>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="contact">
<div class="contact-content">
<div class="section-header">
<span class="section-number">03</span>
<h2 class="section-title">Let's Connect</h2>
</div>
<p class="contact-description">
Interested in discussing AI solutions engineering, voice AI security, agentic systems,
or tackling hard problems with emerging AI tech? Let's connect.
</p>
<div class="contact-methods">
<a href="mailto:sudeep@svishnum.ai" class="contact-method">
<span class="contact-icon">✉</span>
<span class="contact-label">sudeep@svishnum.ai</span>
</a>
<a href="https://linkedin.com/in/sudeepsv" class="contact-method" target="_blank">
<span class="contact-icon">in</span>
<span class="contact-label">LinkedIn</span>
</a>
<a href="https://github.com/svishnum" class="contact-method" target="_blank">
<span class="contact-icon">{ }</span>
<span class="contact-label">GitHub</span>
</a>
<a href="https://twitter.com/degz_main" class="contact-method" target="_blank">
<span class="contact-icon">𝕏</span>
<span class="contact-label">Twitter</span>
</a>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="footer-content">
<p>© 2024 Sudeep Vishnumurthy. All rights reserved.</p>
<p class="footer-domain">svishnum.ai</p>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>