-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (78 loc) · 4.06 KB
/
Copy pathindex.html
File metadata and controls
85 lines (78 loc) · 4.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Igor Holt — AI Architect | Genesis Conductor</title>
<meta name="description" content="Igor Holt is an AI Architect and creator of Genesis Conductor, a topological reasoning engine for orchestrating AI agents with thermodynamic verification.">
<meta name="keywords" content="Igor Holt, AI Architect, Genesis Conductor, AI Architecture, thermodynamic computing, multi-agent systems, MCP servers, A2A protocol, Cloudflare Workers">
<meta name="author" content="Igor Holt">
<meta name="robots" content="index, follow">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="canonical" href="https://igor-holt.github.io/">
<meta property="og:type" content="profile">
<meta property="og:title" content="Igor Holt — AI Architect">
<meta property="og:description" content="Creator of Genesis Conductor, building the future of AI agent orchestration.">
<meta property="og:url" content="https://igor-holt.github.io/">
<meta property="profile:first_name" content="Igor">
<meta property="profile:last_name" content="Holt">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@igorholt">
<meta name="twitter:title" content="Igor Holt — AI Architect">
<meta name="twitter:description" content="Creator of Genesis Conductor, building the future of AI agent orchestration.">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Igor Holt",
"jobTitle": "AI Architect",
"url": "https://igor-holt.github.io",
"sameAs": [
"https://github.com/igor-holt",
"https://linkedin.com/in/igorholt",
"https://genesisconductor.io"
],
"worksFor": {
"@type": "Organization",
"name": "Kovach Enterprises",
"url": "https://kovachenterprises.com"
},
"knowsAbout": ["AI Architecture", "Genesis Conductor", "Multi-agent Systems", "Thermodynamic Computing", "MCP Servers", "A2A Protocol"]
}
</script>
<style>
:root { --bg: #0d1117; --text: #c9d1d9; --accent: #58a6ff; --muted: #8b949e; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; background: var(--bg); color: var(--text); max-width: 720px; margin: 0 auto; padding: 2rem; line-height: 1.6; }
h1 { color: #fff; font-size: 2.5rem; margin-bottom: 0.5rem; }
.tagline { color: var(--muted); font-size: 1.2rem; margin-bottom: 2rem; }
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
ul { list-style: none; padding: 0; }
li { margin: 0.8rem 0; }
.section { margin-top: 2rem; }
.section h2 { color: #fff; font-size: 1.3rem; border-bottom: 1px solid #30363d; padding-bottom: 0.5rem; }
</style>
</head>
<body>
<h1>Igor Holt</h1>
<p class="tagline"><strong>AI Architect</strong> · Creator of <a href="https://genesisconductor.io">Genesis Conductor</a></p>
<p>Building AI systems that think in topologies, not tokens. Specializing in multi-agent orchestration, thermodynamic computing, and A2A protocols.</p>
<div class="section">
<h2>🚀 Projects</h2>
<ul>
<li><a href="https://github.com/Genesis-Conductor-Engine/Genesis-Conductor">Genesis Conductor</a> — Topological reasoning engine for AI agents</li>
<li><a href="https://optimization-inversion.genesisconductor.io">Ambient Access Layer</a> — Persistent AI agents for any LLM client</li>
<li><a href="https://github.com/igor-holt/mcp-servers">MCP Servers</a> — Revenue-generating AI agent skills</li>
<li><a href="https://github.com/igor-holt/thrml">thrml</a> — JAX library for thermodynamic computing</li>
</ul>
</div>
<div class="section">
<h2>🔗 Links</h2>
<ul>
<li><a href="https://github.com/igor-holt">GitHub</a></li>
<li><a href="https://linkedin.com/in/igorholt">LinkedIn</a></li>
<li><a href="https://genesisconductor.io">Genesis Conductor</a></li>
<li><a href="mailto:igor@kovachenterprises.com">Email</a></li>
</ul>
</div>
</body>
</html>