-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathueber-mich.html
More file actions
177 lines (154 loc) · 11.9 KB
/
Copy pathueber-mich.html
File metadata and controls
177 lines (154 loc) · 11.9 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
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Über mich – Mathias Leonhardt</title>
<meta name="description" content="Wer schreibt hier? Softwareentwickler, Geschäftsführer, kein Physiker – aber jemand, der Fragen hat.">
<meta name="author" content="Mathias Leonhardt">
<meta name="fediverse:creator" content="@ki_mathias@mathstodon.xyz">
<link rel="canonical" href="https://ki-mathias.de/ueber-mich.html">
<link rel="alternate" hreflang="de" href="https://ki-mathias.de/ueber-mich.html">
<link rel="alternate" hreflang="en" href="https://ki-mathias.de/en/about.html">
<link rel="alternate" hreflang="x-default" href="https://ki-mathias.de/ueber-mich.html">
<meta property="og:type" content="website">
<meta property="og:title" content="Über mich – Mathias Leonhardt">
<meta property="og:description" content="Wer schreibt hier? Softwareentwickler, Geschäftsführer, kein Physiker – aber jemand, der Fragen hat.">
<meta property="og:url" content="https://ki-mathias.de/ueber-mich.html">
<meta property="og:locale" content="de_DE">
<meta property="og:image" content="https://ki-mathias.de/img/og/home-de.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta name="twitter:card" content="summary_large_image">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Person",
"@id": "https://ki-mathias.de/#mathias",
"name": "Mathias Leonhardt",
"alternateName": "KI-Mathias",
"url": "https://ki-mathias.de/ueber-mich.html",
"email": "mathias-leonhardt@gmx.de",
"image": "https://ki-mathias.de/img/mathias-portrait.jpg",
"description": "Softwareentwickler, Gesch\u00e4ftsf\u00fchrer der P&M Agentur und Autor des Blogs ki-mathias.de \u00fcber K\u00fcnstliche Intelligenz, Mathematik und Emergenz.",
"jobTitle": "Softwareentwickler und Gesch\u00e4ftsf\u00fchrer",
"worksFor": {
"@type": "Organization",
"name": "P&M Agentur Software + Consulting GmbH",
"url": "https://pmagentur.com"
},
"alumniOf": [
{ "@type": "EducationalOrganization", "name": "Fachhochschule Wedel", "url": "https://www.fh-wedel.de/" },
{ "@type": "EducationalOrganization", "name": "Berufsfachschule Wedel", "url": "https://www.bfs-wedel.de/" }
],
"knowsAbout": [
"K\u00fcnstliche Intelligenz",
"Maschinelles Lernen",
"Sprachmodelle",
"Eigenwerte und Eigenvektoren",
"Kernel Ridge Regression",
"Emergenz in komplexen Systemen",
"Quantenphysik",
"Mathematische Modellierung",
"Prozessphilosophie",
"Softwarearchitektur",
"E-Commerce-Entwicklung"
],
"identifier": {
"@type": "PropertyValue",
"propertyID": "ORCID",
"value": "0009-0009-7154-5351",
"url": "https://orcid.org/0009-0009-7154-5351"
},
"sameAs": [
"https://mathstodon.xyz/@ki_mathias",
"https://orcid.org/0009-0009-7154-5351",
"https://philpeople.org/profiles/mathias-leonhardt",
"https://github.com/pmmathias", "https://www.linkedin.com/in/mathias-leonhardt-96b885100/", "https://scholar.google.com/citations?user=hd8CgpsAAAAJ",
"https://pmagentur.com"
]
},
{
"@type": "ProfilePage",
"@id": "https://ki-mathias.de/ueber-mich.html#profile",
"url": "https://ki-mathias.de/ueber-mich.html",
"name": "\u00dcber mich \u2013 Mathias Leonhardt",
"inLanguage": "de",
"mainEntity": { "@id": "https://ki-mathias.de/#mathias" },
"about": { "@id": "https://ki-mathias.de/#mathias" }
},
{
"@type": "BreadcrumbList",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Startseite", "item": "https://ki-mathias.de/" },
{ "@type": "ListItem", "position": 2, "name": "\u00dcber mich", "item": "https://ki-mathias.de/ueber-mich.html" }
]
}
]
}
</script>
<link rel="stylesheet" href="vendor/tailwind.css">
<style>
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url(fonts/inter-400.woff2) format('woff2'), url(fonts/inter-400.ttf) format('truetype'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 500; font-display: swap; src: url(fonts/inter-500.woff2) format('woff2'), url(fonts/inter-500.ttf) format('truetype'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 600; font-display: swap; src: url(fonts/inter-600.woff2) format('woff2'), url(fonts/inter-600.ttf) format('truetype'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 700; font-display: swap; src: url(fonts/inter-700.woff2) format('woff2'), url(fonts/inter-700.ttf) format('truetype'); }
body { font-family: 'Inter', system-ui, sans-serif; }
.prose p { margin-bottom: 1.25rem; line-height: 1.8; color: #d1d5db; }
.prose strong { color: #f1f5f9; }
.prose em { color: #94a3b8; }
.prose h1 { font-size: 1.5rem; font-weight: 700; color: #f1f5f9; margin-bottom: 1.5rem; }
.prose a { color: #60a5fa; }
.prose a:hover { color: #93c5fd; }
.portrait-wrap { float: right; margin: 0 0 1.5rem 1.5rem; max-width: 240px; }
.portrait-wrap img { width: 100%; border-radius: 0.75rem; border: 1px solid rgba(148, 163, 184, 0.15); display: block; }
.portrait-wrap figcaption { font-size: 0.75rem; color: #64748b; margin-top: 0.5rem; text-align: center; }
@media (max-width: 640px) { .portrait-wrap { float: none; margin: 0 auto 1.5rem auto; max-width: 200px; } }
</style>
<link rel="alternate" type="application/atom+xml" title="Mathias Leonhardt Blog — RSS (Atom)" href="/feed.xml">
</head>
<body class="bg-gray-950 text-gray-100 antialiased">
<!-- Navigation (generated by nav.js) -->
<nav class="fixed top-0 left-0 right-0 z-50 border-b border-gray-800/50 bg-gray-950/90 backdrop-blur-md">
<div id="nav-bar"></div>
</nav>
<div id="nav-dropdown" class="fixed top-14 left-0 right-0 z-40 hidden"></div>
<script src="/nav.js"></script>
<main class="max-w-4xl mx-auto px-4 pt-24 pb-16 prose">
<h1>Über mich</h1>
<figure class="portrait-wrap">
<img src="img/mathias-portrait.jpg" alt="Mathias Leonhardt" loading="lazy" width="600" height="600">
<figcaption>Mathias Leonhardt</figcaption>
</figure>
<p>Ich heiße <strong>Mathias Leonhardt</strong>. Auf diesem Blog schreibe ich unter dem Namen <strong>KI-Mathias</strong> – das ist mein Pseudonym, kein zweiter Autor. Ich bin Softwareentwickler und Geschäftsführer einer <a href="https://pmagentur.com" rel="noopener" target="_blank">Agentur für E-Commerce und Webentwicklung</a> in Hamburg. Seit über dreizehn Jahren baue ich mit meinem Team digitale Lösungen für mittelständische Unternehmen.</p>
<p>Beruflich erreichst du mich auf <a href="https://www.linkedin.com/in/mathias-leonhardt-96b885100/", "https://scholar.google.com/citations?user=hd8CgpsAAAAJ" rel="me noopener" target="_blank">LinkedIn</a>; meine wissenschaftlichen Veröffentlichungen sind über <a href="https://orcid.org/0009-0009-7154-5351" rel="me noopener" target="_blank">ORCID</a> verknüpft, kurze Notizen teile ich auf <a href="https://mathstodon.xyz/@ki_mathias" rel="me noopener" target="_blank">Mastodon</a>.</p>
<p>Informatik habe ich nicht auf dem klassischen Weg gelernt. Erst die <a href="https://www.bfs-wedel.de/" rel="noopener" target="_blank">Berufsfachschule Wedel</a>, dann das Studium an der <a href="https://www.fh-wedel.de/" rel="noopener" target="_blank">Fachhochschule Wedel</a> – zwei Orte, denen ich viel verdanke und an die ich gerne zurückdenke.</p>
<p>Ich bin kein Physiker, kein Mathematiker und kein Philosoph. Aber ich bin jemand, der Fragen hat – und der ein Werkzeug gefunden hat, das sie nicht müde beantwortet. Dieses Werkzeug ist <strong>Claude Code</strong>, ein großes Sprachmodell von Anthropic.</p>
<p>Was auf diesem Blog entsteht, sind die Notizen dieser Gespräche: Quantenphysik erklärt mit kleinen Pfeilen, Eigenwerte als roter Faden durch Mathematik und KI, Emergenz als Brücke zwischen Physik und Philosophie. Keine Forschung, sondern Synthese. Keine Expertise, sondern Neugier – unterstützt von einer Maschine, die breit genug gebildet ist, um die Antwort aus drei Disziplinen gleichzeitig zusammenzusetzen.</p>
<p>Alle Texte und Visualisierungen entstehen in Zusammenarbeit mit Claude Code. Ich stelle die Fragen, bewerte die Antworten, strukturiere die Erzählung. Die KI liefert Wissen, Code und Formulierungen. Was dabei herauskommt, ist weder rein menschlich noch rein maschinell – es ist etwas Neues.</p>
<h2 class="text-xl font-semibold text-gray-100 mt-10 mb-4">Mein wichtigster Co-Pilot</h2>
<p>Den größten Anteil an Projekten wie dem <a href="vogelsimulator.html">Vogelflug-Simulator</a> oder dem <a href="https://github.com/pmmathias/hotelSim" rel="noopener" target="_blank">Urlaubs-Hotel-Simulator</a> hat übrigens mein <strong>sechsjähriger Sohn</strong>. Nicht nur als Tester – auch in der Anforderungsdefinition. Wenn ein Sechsjähriger sagt „der Vogel muss schneller wenden können“ oder „das Hotel braucht einen Pool mit Rutsche“, dann ist das kein Wunsch, sondern Spezifikation. Und sie macht jedes Produkt besser.</p>
<h2 class="text-xl font-semibold text-gray-100 mt-10 mb-4">Wenn ich nicht code</h2>
<p>Dann spiele ich Bass, Gitarre oder Schlagzeug. Wer den <a href="glasperlenspiel.html">Glasperlenspiel-Beitrag</a> gelesen hat, weiß auch, dass <strong>Hermann Hesse</strong> mein Lieblingsautor ist – und das lässt sich in einem Blog über Querverbindungen zwischen Naturwissenschaft, Musik und Innenleben vermutlich nicht länger verbergen.</p>
<p>Es gibt dazu inzwischen einen <a href="tommy-practice.html">Blog-Beitrag mit interaktivem Übungsloop</a> zu Primus’ <em>Tommy The Cat</em> – einem Bass-Riff, an dem ich lange gesessen habe und das ich mittlerweile einigermaßen sauber spiele. Es gibt ein paar weitere Stücke, die ich ähnlich lange begleitet haben; Hannes Waders <em>Tankerkönig</em>, das ich nach zwanzig Jahren endlich flüssig auf der Westerngitarre hinkriege, ist eines davon. Keine Weltrekorde – aber kleine persönliche Eigenwerte, die nach langer Zeit endlich stabil geworden sind.</p>
<p>Wenn Sie Fragen haben oder mir schreiben möchten: <strong>mathias-leonhardt@gmx.de</strong></p>
<p>Sie finden mich auch unter:</p>
<ul style="list-style: disc; margin-left: 1.5rem; color: #d1d5db; line-height: 1.8;">
<li><a rel="me" href="https://mathstodon.xyz/@ki_mathias" class="text-cyan-400 hover:text-cyan-300">Mathstodon</a> – Fediverse</li>
<li><a rel="me" href="https://orcid.org/0009-0009-7154-5351" class="text-cyan-400 hover:text-cyan-300">ORCID</a> – akademische Publikationen</li>
<li><a rel="me" href="https://philpeople.org/profiles/mathias-leonhardt" class="text-cyan-400 hover:text-cyan-300">PhilPeople</a> – philosophische Arbeiten (PhilPapers-Netzwerk)</li>
<li><a rel="me" href="https://github.com/pmmathias" class="text-cyan-400 hover:text-cyan-300">GitHub</a> – Code und Projekte</li>
</ul>
</main>
<footer class="border-t border-gray-800/50 py-8 text-center text-xs text-gray-600">
<p>© 2026 Mathias Leonhardt · Erstellt mit Claude Code (Anthropic)</p>
<p class="mt-1">
<a href="ueber-mich.html" class="hover:text-gray-400">Über mich</a> ·
<a href="impressum.html" class="hover:text-gray-400">Impressum</a> ·
<a href="datenschutz.html" class="hover:text-gray-400">Datenschutz</a>
</p>
</footer>
</body>
</html>