111 lines
3.2 KiB
HTML
111 lines
3.2 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="de">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<title>Opportunities > Future-Fit – Blue Ocean</title>
|
||
<style>
|
||
body {
|
||
font-family: 'Segoe UI', Arial, sans-serif;
|
||
background: #fff;
|
||
color: #1a2747;
|
||
margin: 0;
|
||
padding: 2cm 2.5cm 2cm 2.5cm;
|
||
box-sizing: border-box;
|
||
}
|
||
h1 {
|
||
color: #1a2747;
|
||
font-size: 2.1em;
|
||
margin-bottom: 0.2em;
|
||
}
|
||
h2 {
|
||
color: #2e4a7d;
|
||
font-size: 1.2em;
|
||
margin-top: 1.5em;
|
||
margin-bottom: 0.5em;
|
||
letter-spacing: 0.01em;
|
||
}
|
||
.subtitle {
|
||
color: #4b5c7d;
|
||
font-size: 1.1em;
|
||
margin-bottom: 1.2em;
|
||
}
|
||
.grid {
|
||
display: grid;
|
||
grid-template-columns: 1fr 1fr;
|
||
gap: 1.5em 2.5em;
|
||
margin-top: 1.5em;
|
||
}
|
||
.section {
|
||
margin-bottom: 0.5em;
|
||
}
|
||
ul {
|
||
margin: 0.2em 0 0.8em 1.2em;
|
||
padding: 0;
|
||
color: #1a2747;
|
||
font-size: 1em;
|
||
}
|
||
li {
|
||
margin-bottom: 0.3em;
|
||
line-height: 1.5;
|
||
}
|
||
@media print {
|
||
body { padding: 0.5cm 1cm; }
|
||
}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<h1>Opportunities > Future-Fit</h1>
|
||
<div class="subtitle">"Blue Ocean"</div>
|
||
<div class="grid">
|
||
<div class="section">
|
||
<h2>Fokus</h2>
|
||
<ul>
|
||
<li>Demokratisierung von KI: KI-gestuetzte Workflows und Beratung fuer alle Mitarbeitenden, nicht nur fuer IT oder Management</li>
|
||
<li>Integration von E-Mail, Daten und Dokumenten in einer Plattform</li>
|
||
<li>Self-Service & Automatisierung: Kunden befaehigen, selbst Innovationen und Optimierungen umzusetzen</li>
|
||
</ul>
|
||
</div>
|
||
<div class="section">
|
||
<h2>Shape / Re-Think</h2>
|
||
<ul>
|
||
<li>Beratung als Plattform: Von klassischer Beratung zu "Consulting-as-a-Platform"</li>
|
||
<li>Kollaborative KI-Workflows: Teams arbeiten gemeinsam mit KI an Projekten</li>
|
||
<li>Proaktive Innovation: Die Plattform erkennt und schlaegt Innovationspotenziale vor</li>
|
||
</ul>
|
||
</div>
|
||
<div class="section">
|
||
<h2>Create</h2>
|
||
<ul>
|
||
<li>Digitaler Co-Pilot fuer jede Rolle im Unternehmen</li>
|
||
<li>Plug & Play Consulting-Module und KI-Agenten</li>
|
||
<li>Unternehmensweites Wissensnetzwerk statt Silos</li>
|
||
<li>Beratungsergebnisse als digitale, wiederverwendbare Assets (Workflows, Agenten)</li>
|
||
</ul>
|
||
</div>
|
||
<div class="section">
|
||
<h2>Eliminate</h2>
|
||
<ul>
|
||
<li>IT-Huerden und langwierige Integrationsprojekte</li>
|
||
<li>Abhaengigkeit von externen Beratern fuer jede Optimierung</li>
|
||
<li>Wissenssilos und Intransparenz</li>
|
||
</ul>
|
||
</div>
|
||
<div class="section">
|
||
<h2>Opportunities</h2>
|
||
<ul>
|
||
<li>Erschliessung neuer Kundensegmente (KMU, Non-Profits, etc.), die bisher keinen Zugang zu KI-Beratung hatten</li>
|
||
<li>Aufbau eines Oekosystems fuer digitale Beratungs- und KI-Module</li>
|
||
<li>Positionierung als Innovationsfuehrer im Beratungsmarkt</li>
|
||
</ul>
|
||
</div>
|
||
<div class="section">
|
||
<h2>Threats</h2>
|
||
<ul>
|
||
<li>Schnelle Nachahmung durch Wettbewerber</li>
|
||
<li>Datenschutz- und Compliance-Anforderungen</li>
|
||
<li>Technologische Ueberforderung bei Kunden ohne Change Management</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</body>
|
||
</html>
|