-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
411 lines (386 loc) · 23.1 KB
/
Copy pathindex.html
File metadata and controls
411 lines (386 loc) · 23.1 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
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Fredrik Reveny - AI & Software Architecture Consultant. Partnering with defense and software-driven companies to build reliable systems—with the depth of understanding that complex domains demand.">
<meta name="keywords" content="AI consultant, agentic systems, software architecture, embedded systems, DevOps, Stockholm">
<meta name="author" content="Fredrik Reveny">
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="Chetech AB - Fredrik Reveny | AI & Software Architecture Consultant">
<meta property="og:description" content="Partnering with defense and software-driven companies to build reliable systems—with the depth of understanding that complex domains demand.">
<meta property="og:image" content="https://chetech.se/chetech_colorontransparent.png">
<meta property="og:url" content="https://chetech.se">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Chetech AB">
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Chetech AB - Fredrik Reveny | AI & Software Architecture Consultant">
<meta name="twitter:description" content="AI & Software Architecture Consultant in Stockholm">
<meta name="twitter:image" content="https://chetech.se/chetech_colorontransparent.png">
<title>Chetech AB - Fredrik Reveny | AI & Software Architecture Consultant</title>
<link rel="icon" type="image/png" href="chetech_colorontransparent.png">
<link rel="apple-touch-icon" href="chetech_colorontransparent.png">
<link rel="canonical" href="https://chetech.se/">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<script src="https://unpkg.com/winbox@0.2.82/dist/winbox.bundle.min.js"></script>
<!-- JSON-LD Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ProfessionalService",
"name": "Chetech AB",
"url": "https://chetech.se",
"logo": "https://chetech.se/chetech_colorontransparent.png",
"image": "https://chetech.se/chetech_colorontransparent.png",
"description": "AI & Software Architecture Consulting",
"address": {
"@type": "PostalAddress",
"addressLocality": "Stockholm",
"addressCountry": "SE"
},
"founder": {
"@type": "Person",
"name": "Fredrik Reveny",
"jobTitle": "AI & Software Architecture Consultant",
"alumniOf": "Uppsala University"
},
"serviceType": ["AI Consulting", "Software Architecture", "Embedded Systems", "Product Development", "DevOps"]
}
</script>
</head>
<body>
<!-- Navigation -->
<nav class="nav" id="nav">
<div class="nav-container">
<a href="#hero" class="nav-logo">
<img src="chetech_colorontransparent.png" alt="Chetech AB Logo">
</a>
<button class="nav-toggle" id="nav-toggle" aria-label="Toggle navigation">
<span></span>
<span></span>
<span></span>
</button>
<ul class="nav-links" id="nav-links">
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="#opensource">Open Source</a></li>
<li><a href="#contact" class="nav-cta">Contact</a></li>
</ul>
</div>
</nav>
<!-- Hero Section -->
<section class="hero" id="hero">
<div class="hero-background">
<div class="circuit-traces"></div>
</div>
<div class="hero-container">
<div class="hero-terminal-container" id="terminal-container">
<!-- WinBox will render the terminal here -->
<!-- Reopen button (shown when terminal is closed) -->
<button class="terminal-reopen-btn" id="terminal-reopen" style="display: none;">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<rect x="3" y="3" width="18" height="18" rx="2"/>
<path d="M3 9h18"/>
</svg>
Reopen Terminal
</button>
</div>
<div class="hero-content">
<h1 class="hero-title">Fredrik Reveny</h1>
<p class="hero-subtitle">AI & Software Architecture Consultant</p>
<p class="hero-description">
Partnering with defense and software-driven companies to build secure, self-hosted AI solutions.
Bringing deep technical judgment to complex problems—with the patience to understand your domain before writing a line of code.
</p>
<div class="hero-cta">
<a href="#contact" class="btn btn-primary">Get in Touch</a>
<a href="#services" class="btn btn-secondary">View Services</a>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section class="about" id="about">
<div class="container">
<div class="about-content">
<div class="about-image">
<div class="about-image-wrapper">
<img src="me.png" alt="Fredrik Reveny">
</div>
</div>
<div class="about-text">
<h2 class="section-title">About Me</h2>
<p class="about-lead">
With over 13 years of experience in software development, I've learned that the best solutions emerge when you trust engineers to understand the full picture—and give them the space to build things right.
</p>
<p>
My journey spans from embedded systems in mission-critical environments to leading AI transformation initiatives. Along the way, I've championed test-driven development and continuous integration—not as methodologies, but because they give engineers confidence to make bold decisions without fear of breaking things.
</p>
<p>
Today, I partner with organizations to adopt agentic AI systems that run securely in their own infrastructure. I bring a consultant's outside perspective with an engineer's respect for context—taking the time to understand your constraints, your history, and why things work the way they do before proposing changes.
</p>
<div class="about-education">
<svg class="icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M22 10v6M2 10l10-5 10 5-10 5z"/>
<path d="M6 12v5c3 3 9 3 12 0v-5"/>
</svg>
<span>Uppsala University</span>
</div>
</div>
</div>
</div>
</section>
<!-- Services Section -->
<section class="services" id="services">
<div class="container">
<h2 class="section-title centered">Services</h2>
<p class="section-subtitle">Thoughtful solutions for organizations that value depth over shortcuts</p>
<div class="services-grid">
<div class="service-card service-card-primary">
<div class="service-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M12 2a2 2 0 0 1 2 2c0 .74-.4 1.39-1 1.73V7h1a7 7 0 0 1 7 7h1a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-1v1a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-1H2a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1h1a7 7 0 0 1 7-7h1V5.73c-.6-.34-1-.99-1-1.73a2 2 0 0 1 2-2z"/>
<circle cx="7.5" cy="14.5" r="1.5"/>
<circle cx="16.5" cy="14.5" r="1.5"/>
</svg>
</div>
<h3>AI & Agentic Systems</h3>
<p>
Secure, offline AI assistants built for your team's real workflow—not a generic tool forced into your environment.
I take the time to understand your domain's nuances, so the system works with how your engineers actually think and operate.
</p>
<ul class="service-features">
<li>Secure offline AI assistants</li>
<li>RAG pipelines for legacy documentation</li>
<li>MCP server development</li>
<li>Custom agentic workflows</li>
</ul>
</div>
<div class="service-card">
<div class="service-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"/>
<path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"/>
<path d="M8 7h8M8 11h8M8 15h5"/>
</svg>
</div>
<h3>DevOps & CI/CD Modernization</h3>
<p>
Build systems and pipelines that your team can rely on—designed for the specific constraints of your environment, not lifted from a blog post.
I believe infrastructure should give engineers confidence, not create anxiety about what might break.
</p>
<ul class="service-features">
<li>Build system modernization</li>
<li>Pipeline automation</li>
<li>Infrastructure as code</li>
</ul>
</div>
<div class="service-card">
<div class="service-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M12 2L2 7l10 5 10-5-10-5z"/>
<path d="M2 17l10 5 10-5"/>
<path d="M2 12l10 5 10-5"/>
</svg>
</div>
<h3>Product Development</h3>
<p>
I treat every project—even internal tools—with a product mindset.
That means truly understanding the problem space before proposing solutions, respecting domain expertise, and building systems robust enough to handle the messy reality of how work actually gets done.
</p>
<ul class="service-features">
<li>Deep problem understanding</li>
<li>Respect for domain expertise</li>
<li>Robust system design</li>
</ul>
</div>
<div class="service-card">
<div class="service-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"/>
<circle cx="9" cy="7" r="4"/>
<path d="M23 21v-2a4 4 0 0 0-3-3.87"/>
<path d="M16 3.13a4 4 0 0 1 0 7.75"/>
</svg>
</div>
<h3>Technical Leadership</h3>
<p>
Help teams build cultures where engineers are trusted to make good decisions—and have the psychological safety to raise concerns, push back on bad ideas, and own their work.
The best engineering happens when expertise is respected, not overridden by process.
</p>
<ul class="service-features">
<li>Trust-based team culture</li>
<li>Developer experience</li>
<li>Adaptive architecture</li>
</ul>
</div>
<div class="service-card">
<div class="service-icon">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<rect x="4" y="4" width="16" height="16" rx="2"/>
<rect x="9" y="9" width="6" height="6"/>
<path d="M9 2v2M15 2v2M9 20v2M15 20v2M2 9h2M2 15h2M20 9h2M20 15h2"/>
</svg>
</div>
<h3>Embedded Systems</h3>
<p>
Where software meets hardware. Deep experience with real-time
systems, bare-metal programming, and the unique constraints of
embedded development where every cycle and byte matters.
</p>
<ul class="service-features">
<li>Real-time & safety-critical</li>
<li>Hardware interfaces</li>
<li>Resource-constrained systems</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Experience Section -->
<section class="experience" id="experience">
<div class="container">
<h2 class="section-title centered light">Experience</h2>
<p class="section-subtitle light">Building reliable systems in demanding environments</p>
<div class="timeline">
<div class="timeline-item">
<div class="timeline-marker"></div>
<div class="timeline-content">
<div class="timeline-header">
<h3>Defense Industry</h3>
<span class="timeline-date">2019 - Present</span>
</div>
<p class="timeline-role">Team Lead & Software Architect</p>
<p class="timeline-description">
Leading AI transformation initiatives in electronic warfare systems.
Pioneering developer-focused practices—minimizing process overhead,
championing test automation, and building tools that teams actually want to use.
</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-marker"></div>
<div class="timeline-content">
<div class="timeline-header">
<h3>Semiconductor & Electronics Manufacturing</h3>
<span class="timeline-date">2014 - 2019</span>
</div>
<p class="timeline-role">Software Architect</p>
<p class="timeline-description">
Architected software platforms for advanced manufacturing systems while driving
a cultural shift toward test-driven development. Authored integration test frameworks
and led the migration from legacy build systems—learning that technical change and team buy-in go hand in hand.
</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-marker"></div>
<div class="timeline-content">
<div class="timeline-header">
<h3>Earlier Roles</h3>
<span class="timeline-date">2011 - 2014</span>
</div>
<p class="timeline-role">Embedded Systems Developer</p>
<p class="timeline-description">
Built the foundation in embedded systems development, working on
real-time systems and hardware interfaces that formed the basis
for my expertise in mission-critical software.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Open Source Section -->
<section class="opensource" id="opensource">
<div class="container">
<h2 class="section-title centered">Open Source</h2>
<p class="section-subtitle">Contributing back to the community</p>
<div class="opensource-content">
<div class="featured-project">
<div class="project-header">
<svg class="project-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"/>
</svg>
<h3>chunksilo</h3>
</div>
<p class="project-description">
A local semantic search engine for your documents. Indexes PDFs, Word docs,
Markdown, and plain text, then finds relevant content by meaning — like a
local Google for your files. Works as an MCP server for LLM integration.
</p>
<a href="https://github.com/Chetic/chunksilo" target="_blank" rel="noopener" class="project-link">
View on GitHub
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"/>
<polyline points="15,3 21,3 21,9"/>
<line x1="10" y1="14" x2="21" y2="3"/>
</svg>
</a>
</div>
<div class="github-profile">
<div class="arctic-badge">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<polygon points="12,2 15.09,8.26 22,9.27 17,14.14 18.18,21.02 12,17.77 5.82,21.02 7,14.14 2,9.27 8.91,8.26"/>
</svg>
<span>Arctic Code Vault Contributor</span>
</div>
<a href="https://github.com/chetic" target="_blank" rel="noopener" class="github-link">
<svg viewBox="0 0 24 24" fill="currentColor">
<path d="M12 0C5.37 0 0 5.37 0 12c0 5.31 3.435 9.795 8.205 11.385.6.105.825-.255.825-.57 0-.285-.015-1.23-.015-2.235-3.015.555-3.795-.735-4.035-1.41-.135-.345-.72-1.41-1.23-1.695-.42-.225-1.02-.78-.015-.795.945-.015 1.62.87 1.845 1.23 1.08 1.815 2.805 1.305 3.495.99.105-.78.42-1.305.765-1.605-2.67-.3-5.46-1.335-5.46-5.925 0-1.305.465-2.385 1.23-3.225-.12-.3-.54-1.53.12-3.18 0 0 1.005-.315 3.3 1.23.96-.27 1.98-.405 3-.405s2.04.135 3 .405c2.295-1.56 3.3-1.23 3.3-1.23.66 1.65.24 2.88.12 3.18.765.84 1.23 1.905 1.23 3.225 0 4.605-2.805 5.625-5.475 5.925.435.375.81 1.095.81 2.22 0 1.605-.015 2.895-.015 3.3 0 .315.225.69.825.57A12.02 12.02 0 0 0 24 12c0-6.63-5.37-12-12-12z"/>
</svg>
View GitHub Profile
</a>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section class="contact" id="contact">
<div class="container">
<h2 class="section-title centered light">Let's Figure This Out Together</h2>
<p class="section-subtitle light">I'd love to hear about the problem you're trying to solve.</p>
<div class="contact-content">
<div class="contact-methods">
<a href="mailto:fredrik@chetech.se" class="contact-method">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"/>
<polyline points="22,6 12,13 2,6"/>
</svg>
<span>fredrik@chetech.se</span>
</a>
<a href="https://linkedin.com/in/fredrikreveny" target="_blank" rel="noopener" class="contact-method">
<svg viewBox="0 0 24 24" fill="currentColor">
<path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433a2.062 2.062 0 0 1-2.063-2.065 2.064 2.064 0 1 1 2.063 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/>
</svg>
<span>LinkedIn</span>
</a>
<a href="https://github.com/chetic" target="_blank" rel="noopener" class="contact-method">
<svg viewBox="0 0 24 24" fill="currentColor">
<path d="M12 0C5.37 0 0 5.37 0 12c0 5.31 3.435 9.795 8.205 11.385.6.105.825-.255.825-.57 0-.285-.015-1.23-.015-2.235-3.015.555-3.795-.735-4.035-1.41-.135-.345-.72-1.41-1.23-1.695-.42-.225-1.02-.78-.015-.795.945-.015 1.62.87 1.845 1.23 1.08 1.815 2.805 1.305 3.495.99.105-.78.42-1.305.765-1.605-2.67-.3-5.46-1.335-5.46-5.925 0-1.305.465-2.385 1.23-3.225-.12-.3-.54-1.53.12-3.18 0 0 1.005-.315 3.3 1.23.96-.27 1.98-.405 3-.405s2.04.135 3 .405c2.295-1.56 3.3-1.23 3.3-1.23.66 1.65.24 2.88.12 3.18.765.84 1.23 1.905 1.23 3.225 0 4.605-2.805 5.625-5.475 5.925.435.375.81 1.095.81 2.22 0 1.605-.015 2.895-.015 3.3 0 .315.225.69.825.57A12.02 12.02 0 0 0 24 12c0-6.63-5.37-12-12-12z"/>
</svg>
<span>GitHub</span>
</a>
</div>
<div class="contact-company">
<img src="chetech_colorontransparent.png" alt="Chetech AB" class="contact-logo">
<p>Chetech AB</p>
<p>Stockholm, Sweden</p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<p>© 2026 Chetech AB. All rights reserved.</p>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>