You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add HMZE podcast reference (footer badge + DE About video)
- Footer: new "As seen on / Zu Gast bei" row with HMZE logo linking to
https://www.youtube.com/watch?v=rQj-B3VTx48; shown on both languages,
labelled "(DE)" since the podcast is German.
- DE About page: click-to-load YouTube facade above "Was sind Semantic
Anchors?". Only the static thumbnail loads until the user clicks;
after activation the iframe uses youtube-nocookie.com. EN About stays
unchanged — a 60-minute German explainer does not belong as the
primary intro on the English page.
- youtube-facade.js utility: small hydrator scanning doc content for
button.youtube-facade[data-video-id]. Keeps the embed DSGVO-safe
without consent banners.
- New i18n keys: footer.asSeenOn, footer.hmzeAlt.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
<em>Erst beim Klick wird YouTube geladen (DSGVO)</em>
29
+
</span>
30
+
</button>
31
+
<figcaption>
32
+
Ralf D. Müller erklärt Semantic Anchors im HMZE-Podcast (April 2026)
33
+
</figcaption>
34
+
</figure>
35
+
++++
36
+
5
37
== Was sind Semantic Anchors?
6
38
7
39
*Semantic Anchors* (semantische Anker) sind klar definierte Begriffe, Methodologien und Frameworks, die als Referenzpunkte bei der Kommunikation mit Large Language Models (LLMs) dienen. Sie fungieren als gemeinsames Vokabular, das spezifische, kontextreiche Wissensbereiche im Trainingsdatensatz eines LLMs aktiviert.
0 commit comments