<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Archives des Leadership agentique - Agile Enterprise Partner</title>
	<atom:link href="https://agile-enterprise-partner.com/sujet/leadership-agentique/feed/" rel="self" type="application/rss+xml" />
	<link>https://agile-enterprise-partner.com/sujet/leadership-agentique/</link>
	<description>Architecte du modèle opérationnel IT &#38; Digital à l&#039;ère de l&#039;IA</description>
	<lastBuildDate>Wed, 13 May 2026 09:45:06 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://agile-enterprise-partner.com/wp-content/uploads/2020/07/cropped-AEP_logo_mini-32x32.png</url>
	<title>Archives des Leadership agentique - Agile Enterprise Partner</title>
	<link>https://agile-enterprise-partner.com/sujet/leadership-agentique/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Enjeux CIO 2026-2027</title>
		<link>https://agile-enterprise-partner.com/articles/enjeux-cio-2026-2027/</link>
		
		<dc:creator><![CDATA[Sébastien DELAYRE]]></dc:creator>
		<pubDate>Wed, 13 May 2026 09:28:11 +0000</pubDate>
				<category><![CDATA[CIO Office]]></category>
		<category><![CDATA[Enterprise Architecture]]></category>
		<category><![CDATA[Gouvernance IA & AI Act]]></category>
		<category><![CDATA[Product Operating Model]]></category>
		<category><![CDATA[Strategic Portfolio Management]]></category>
		<category><![CDATA[Transformation]]></category>
		<category><![CDATA[Agentic Value Streams]]></category>
		<category><![CDATA[AI Act]]></category>
		<category><![CDATA[CIO]]></category>
		<category><![CDATA[FinOps IA]]></category>
		<category><![CDATA[IA agentique]]></category>
		<category><![CDATA[Leadership agentique]]></category>
		<guid isPermaLink="false">https://agile-enterprise-partner.com/?p=5009</guid>

					<description><![CDATA[<p>La grande bifurcation 2026-2027 ouvre une fracture entre les CIO qui refondent leur modèle opérationnel pour l'IA agentique et ceux qui plafonnent. L'édition annuelle Agile Enterprise Partner trace les 5 lignes de fracture qui décident de la trajectoire : Product Operating Model, gouvernance et AI Act, FinOps IA, Agentic Value Streams, Leadership Transformation. 5 PDF thématiques, 163 pages d'analyse, 4 métriques signature pour piloter. À télécharger gratuitement.</p>
<p>L’article <a href="https://agile-enterprise-partner.com/articles/enjeux-cio-2026-2027/">Enjeux CIO 2026-2027</a> est apparu en premier sur <a href="https://agile-enterprise-partner.com">Agile Enterprise Partner</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<style>
/* ═══════════════════════════════════════════════════════════════════════
   CSS SCOPÉ — Tout est préfixé par .aep-landing pour éviter les conflits
   avec le thème WordPress de agile-enterprise-partner.com
   ═══════════════════════════════════════════════════════════════════════ */

.aep-landing {
  --aep-orange: #E42E18;
  --aep-blue: #3E4797;
  --aep-violet: #2B213D;
  --aep-bg: #FAFAFA;
  --aep-surface: #FFFFFF;
  --aep-text: #2B213D;
  --aep-muted: #6B6677;
  --aep-border: #E5E3E8;
  --aep-shadow: 0 1px 3px rgba(43, 33, 61, 0.06), 0 8px 24px rgba(43, 33, 61, 0.04);
  --aep-max-width: 1140px;

  font-family: 'Open Sans', -apple-system, sans-serif;
  background: var(--aep-bg);
  color: var(--aep-text);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

.aep-landing *, .aep-landing *::before, .aep-landing *::after {
  box-sizing: border-box;
}

.aep-landing h1, .aep-landing h2, .aep-landing h3, .aep-landing h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: var(--aep-violet);
  line-height: 1.2;
  margin: 0;
}

.aep-landing p { margin: 0; }
.aep-landing ul { list-style: none; padding: 0; margin: 0; }

.aep-landing a {
  color: var(--aep-orange);
  text-decoration: none;
  transition: opacity 0.2s;
}
.aep-landing a:hover { opacity: 0.75; }

.aep-landing .aep-container {
  max-width: var(--aep-max-width);
  margin: 0 auto;
  padding: 0 24px;
}

/* HERO */
.aep-landing .hero {
  background:
    radial-gradient(circle at 80% 20%, rgba(228, 46, 24, 0.06) 0%, transparent 50%),
    radial-gradient(circle at 10% 80%, rgba(62, 71, 151, 0.05) 0%, transparent 50%),
    var(--aep-surface);
  padding: 80px 0 100px;
  border-bottom: 1px solid var(--aep-border);
  position: relative;
  overflow: hidden;
}
.aep-landing .hero::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(228, 46, 24, 0.04), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.aep-landing .hero-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
}
.aep-landing .hero-eyebrow {
  display: inline-block;
  background: rgba(228, 46, 24, 0.08);
  color: var(--aep-orange);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.aep-landing .hero h1 {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  letter-spacing: -1.5px;
  margin-bottom: 24px;
}
.aep-landing .hero h1 .accent { color: var(--aep-orange); }
.aep-landing .hero-tagline {
  font-size: 22px;
  color: var(--aep-blue);
  font-weight: 600;
  margin-bottom: 28px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.4;
}
.aep-landing .hero-lead {
  font-size: 17px;
  color: var(--aep-text);
  margin-bottom: 36px;
  max-width: 580px;
}
.aep-landing .hero-stats {
  display: flex;
  gap: 32px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.aep-landing .stat-number {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: var(--aep-violet);
  line-height: 1;
  margin-bottom: 6px;
}
.aep-landing .stat-label {
  font-size: 13px;
  color: var(--aep-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.aep-landing .hero-cta-group { display: flex; gap: 16px; flex-wrap: wrap; }
.aep-landing .btn-primary {
  background: var(--aep-orange);
  color: #fff;
  padding: 16px 32px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 12px rgba(228, 46, 24, 0.2);
}
.aep-landing .btn-primary:hover {
  opacity: 1;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(228, 46, 24, 0.3);
  color: #fff;
}
.aep-landing .btn-secondary {
  background: transparent;
  color: var(--aep-violet);
  padding: 16px 28px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 15px;
  border: 1.5px solid var(--aep-border);
}
.aep-landing .btn-secondary:hover {
  border-color: var(--aep-violet);
  color: var(--aep-violet);
  opacity: 1;
}

/* HERO COVER VISUAL */
.aep-landing .hero-cover {
  position: relative;
  aspect-ratio: 0.85;
  perspective: 1000px;
}
.aep-landing .cover-stack {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}
.aep-landing .cover-card {
  position: absolute;
  width: 78%;
  aspect-ratio: 0.7;
  background: var(--aep-surface);
  border-radius: 8px;
  border: 1px solid var(--aep-border);
  box-shadow: var(--aep-shadow);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.4s ease;
}
.aep-landing .cover-card:nth-child(1) {
  transform: rotate(-6deg) translate(-12%, 4%);
  z-index: 1;
  opacity: 0.85;
}
.aep-landing .cover-card:nth-child(2) {
  transform: rotate(-1deg) translate(-2%, -4%);
  z-index: 2;
  opacity: 0.95;
}
.aep-landing .cover-card:nth-child(3) {
  transform: rotate(4deg) translate(8%, -10%);
  z-index: 3;
}
.aep-landing .hero-cover:hover .cover-card:nth-child(1) { transform: rotate(-9deg) translate(-16%, 6%); }
.aep-landing .hero-cover:hover .cover-card:nth-child(3) { transform: rotate(7deg) translate(12%, -12%); }

.aep-landing .cover-card .num {
  font-family: 'Montserrat', sans-serif;
  font-size: 56px;
  font-weight: 800;
  color: var(--aep-orange);
  line-height: 1;
  letter-spacing: -2px;
}
.aep-landing .cover-card .ttl {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--aep-violet);
  line-height: 1.2;
}
.aep-landing .cover-card .ftr {
  font-size: 11px;
  color: var(--aep-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

/* SECTIONS */
.aep-landing .aep-section { padding: 80px 0; }
.aep-landing .aep-section.alt {
  background: var(--aep-surface);
  border-top: 1px solid var(--aep-border);
  border-bottom: 1px solid var(--aep-border);
}
.aep-landing .section-header {
  max-width: 720px;
  margin: 0 auto 56px;
  text-align: center;
}
.aep-landing .section-eyebrow {
  display: inline-block;
  color: var(--aep-orange);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.aep-landing .section-header h2 {
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 800;
  letter-spacing: -0.8px;
  margin-bottom: 18px;
}
.aep-landing .section-header p {
  font-size: 18px;
  color: var(--aep-muted);
  line-height: 1.6;
}

/* THESE BLOCK */
.aep-landing .thesis {
  background: linear-gradient(135deg, var(--aep-violet) 0%, #1F1830 100%);
  color: #fff;
  padding: 72px 56px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.aep-landing .thesis::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(228, 46, 24, 0.2), transparent);
  border-radius: 50%;
}
.aep-landing .thesis::after {
  content: '"';
  position: absolute;
  top: -20px;
  left: 32px;
  font-family: 'Montserrat', sans-serif;
  font-size: 200px;
  color: var(--aep-orange);
  opacity: 0.15;
  line-height: 1;
  font-weight: 800;
}
.aep-landing .thesis-eyebrow {
  display: inline-block;
  background: var(--aep-orange);
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}
.aep-landing .thesis h2 {
  color: #fff;
  font-size: clamp(28px, 3.5vw, 38px);
  font-weight: 800;
  letter-spacing: -0.8px;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
  max-width: 920px;
}
.aep-landing .thesis-body {
  font-size: 18px;
  line-height: 1.7;
  max-width: 820px;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.92);
}
.aep-landing .thesis-body strong { color: #fff; font-weight: 600; }
.aep-landing .thesis-cohorts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  position: relative;
  z-index: 1;
}
.aep-landing .cohort {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 24px;
  backdrop-filter: blur(10px);
}
.aep-landing .cohort-stat {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: var(--aep-orange);
  margin-bottom: 4px;
  line-height: 1;
}
.aep-landing .cohort-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 14px;
}
.aep-landing .cohort-text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  line-height: 1.5;
}

/* PDF GRID */
.aep-landing .pdf-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  margin-top: 40px;
}
.aep-landing .pdf-card {
  background: var(--aep-surface);
  border: 1px solid var(--aep-border);
  border-radius: 12px;
  padding: 32px 28px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.aep-landing .pdf-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--aep-orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.aep-landing .pdf-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(43, 33, 61, 0.08);
  border-color: var(--aep-orange);
}
.aep-landing .pdf-card:hover::before { transform: scaleX(1); }
.aep-landing .pdf-card-num {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--aep-orange);
  letter-spacing: 1px;
  margin-bottom: 14px;
}
.aep-landing .pdf-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.aep-landing .pdf-card-subtitle {
  font-size: 14px;
  color: var(--aep-blue);
  font-weight: 600;
  margin-bottom: 20px;
  font-style: italic;
}
.aep-landing .pdf-card-desc {
  color: var(--aep-muted);
  font-size: 15px;
  margin-bottom: 24px;
  flex-grow: 1;
}
.aep-landing .pdf-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid var(--aep-border);
  font-size: 13px;
}
.aep-landing .pdf-card-pages {
  color: var(--aep-muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.aep-landing .pdf-card-link {
  color: var(--aep-orange);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.aep-landing .pdf-card-link svg { transition: transform 0.2s ease; }
.aep-landing .pdf-card:hover .pdf-card-link svg { transform: translateX(4px); }

/* METRICS */
.aep-landing .metrics-section { background: var(--aep-surface); }
.aep-landing .metrics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 40px;
}
.aep-landing .metric-card {
  background: var(--aep-bg);
  border-left: 4px solid var(--aep-orange);
  padding: 28px 24px;
  border-radius: 0 8px 8px 0;
}
.aep-landing .metric-card:nth-child(2) { border-left-color: var(--aep-blue); }
.aep-landing .metric-card:nth-child(3) { border-left-color: var(--aep-violet); }
.aep-landing .metric-card:nth-child(4) { border-left-color: var(--aep-orange); }
.aep-landing .metric-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: var(--aep-violet);
  letter-spacing: -0.5px;
  margin-bottom: 6px;
}
.aep-landing .metric-fullname {
  font-size: 13px;
  color: var(--aep-muted);
  font-style: italic;
  margin-bottom: 14px;
}
.aep-landing .metric-desc {
  color: var(--aep-text);
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 12px;
}
.aep-landing .metric-source {
  font-size: 12px;
  color: var(--aep-blue);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* AUTHOR BLOCK */
.aep-landing .author-block {
  background: var(--aep-surface);
  border: 1px solid var(--aep-border);
  border-radius: 12px;
  padding: 48px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 36px;
  align-items: center;
  margin-top: 40px;
}
.aep-landing .author-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--aep-orange), var(--aep-violet));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 42px;
  font-weight: 800;
  flex-shrink: 0;
}
.aep-landing .author-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--aep-violet);
  margin-bottom: 4px;
}
.aep-landing .author-title {
  font-size: 15px;
  color: var(--aep-orange);
  font-weight: 600;
  margin-bottom: 16px;
}
.aep-landing .author-bio {
  color: var(--aep-text);
  font-size: 15px;
  line-height: 1.6;
}

/* FINAL CTA */
.aep-landing .final-cta {
  background: linear-gradient(135deg, var(--aep-orange) 0%, #C42415 100%);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.aep-landing .final-cta::before,
.aep-landing .final-cta::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.1), transparent);
}
.aep-landing .final-cta::before {
  top: -150px; left: -100px; width: 400px; height: 400px;
}
.aep-landing .final-cta::after {
  bottom: -150px; right: -100px; width: 400px; height: 400px;
}
.aep-landing .final-cta h2 {
  color: #fff;
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 800;
  letter-spacing: -0.8px;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
.aep-landing .final-cta p {
  font-size: 18px;
  max-width: 640px;
  margin: 0 auto 36px;
  position: relative;
  z-index: 1;
  opacity: 0.95;
}
.aep-landing .final-cta .btn-on-orange {
  background: #fff;
  color: var(--aep-orange);
  padding: 18px 40px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 1;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.aep-landing .final-cta .btn-on-orange:hover {
  background: var(--aep-violet);
  color: #fff;
  transform: translateY(-1px);
  opacity: 1;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .aep-landing .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .aep-landing .hero-cover { max-width: 320px; margin: 0 auto; }
  .aep-landing .thesis { padding: 48px 28px; }
  .aep-landing .thesis-cohorts { grid-template-columns: 1fr; }
  .aep-landing .author-block { grid-template-columns: 1fr; text-align: center; padding: 32px; }
  .aep-landing .author-avatar { margin: 0 auto; }
  .aep-landing .aep-section { padding: 56px 0; }
  .aep-landing .hero { padding: 56px 0 72px; }
  .aep-landing .hero-stats { gap: 20px; }
  .aep-landing .stat-number { font-size: 28px; }
}

/* SCROLL ANIMATIONS */
@media (prefers-reduced-motion: no-preference) {
  .aep-landing .reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  .aep-landing .reveal.visible {
    opacity: 1;
    transform: translateY(0);
  }
}
</style>


<!-- ═══════════════════════════════════════════════════════════════════════
     CONTENU DE LA LANDING (wrapper .aep-landing obligatoire)
     ═══════════════════════════════════════════════════════════════════════ -->

<div class="aep-landing">

  <!-- HERO -->
  <section class="hero">
    <div class="aep-container">
      <div class="hero-grid">
        <div class="hero-content">
          <span class="hero-eyebrow">Édition annuelle 2026-2027 · Mai 2026</span>
          <h1>Enjeux <span class="accent">CIO</span><br>2026-2027</h1>
          <p class="hero-tagline">La grande bifurcation : 5 lignes de fracture qui décideront de votre trajectoire.</p>
          <p class="hero-lead">
            En 2025, vous avez adopté l&#8217;IA. En 2026-2027, votre modèle opérationnel va décider de votre trajectoire. Cette édition trace les 5 lignes de fracture qui séparent la cohorte minoritaire qui réussit de la majorité qui plafonne.
          </p>

          <div class="hero-stats">
            <div class="stat-item">
              <div class="stat-number">5</div>
              <div class="stat-label">PDF thématiques</div>
            </div>
            <div class="stat-item">
              <div class="stat-number">163</div>
              <div class="stat-label">Pages d&#8217;analyse</div>
            </div>
            <div class="stat-item">
              <div class="stat-number">200+</div>
              <div class="stat-label">Sources sourcées 2025-2026</div>
            </div>
            <div class="stat-item">
              <div class="stat-number">4</div>
              <div class="stat-label">Métriques signature AEP</div>
            </div>
          </div>

          <div class="hero-cta-group">
            <a href="/wp-content/uploads/2026/05/AEP_ExecSum_enjeux-cio-2026-2027_20260423.pdf" class="btn-primary"  target="_blank">Lire l&#8217;Executive Summary</a>
          </div>
        </div>

        <div class="hero-cover">
          <div class="cover-stack">
            <div class="cover-card">
              <div>
                <div class="num">02</div>
                <div class="ttl" style="margin-top: 12px;">Gouvernance &amp; AI Act</div>
              </div>
              <div class="ftr">AEP — 2026</div>
            </div>
            <div class="cover-card">
              <div>
                <div class="num">04</div>
                <div class="ttl" style="margin-top: 12px;">Agentic Value Streams</div>
              </div>
              <div class="ftr">AEP — 2026</div>
            </div>
            <div class="cover-card">
              <div>
                <div class="num">01</div>
                <div class="ttl" style="margin-top: 12px;">Product Operating Model</div>
              </div>
              <div class="ftr">AEP — 2026</div>
            </div>
          </div>
        </div>

      </div>
    </div>
  </section>

  <!-- THÈSE -->
  <section class="aep-section" id="aep-executive-summary">
    <div class="aep-container">
      <div class="section-header">
        <span class="section-eyebrow">La thèse 2026-2027</span>
        <h2>Une fracture s&#8217;ouvre entre deux cohortes de DSI</h2>
        <p>Selon les études convergentes 2025-2026, deux trajectoires émergent. Le modèle opérationnel décide.</p>
      </div>

      <div class="thesis">
        <span class="thesis-eyebrow">La grande bifurcation</span>
        <h2>En 2025, vous avez adopté l&#8217;IA. En 2026-2027, votre modèle opérationnel va décider de votre trajectoire.</h2>
        <p class="thesis-body">
          Selon le Gartner 2026 CIO Survey, <strong>64 % des CIO prévoient de déployer des agents autonomes dans les 24 prochains mois</strong>. Pourtant, l&#8217;étude MIT Project NANDA montre que <strong>95 % des pilotes GenAI n&#8217;ont produit aucun impact mesurable sur le P&#038;L en 2025</strong>. La fracture se creuse.
        </p>

        <div class="thesis-cohorts">
          <div class="cohort">
            <div class="cohort-stat">15-25 %</div>
            <div class="cohort-label">La cohorte qui refonde</div>
            <p class="cohort-text">Refondent leur modèle opérationnel pour accueillir l&#8217;agentique comme colonne vertébrale. Gain de productivité d&#8217;un facteur 2 à 10.</p>
          </div>
          <div class="cohort">
            <div class="cohort-stat">75-85 %</div>
            <div class="cohort-label">La cohorte qui superpose</div>
            <p class="cohort-text">Superposent les agents sur un modèle pensé pour les applications. Plafonnent à 10-20 % de gains locaux non capitalisés.</p>
          </div>
        </div>
      </div>
    </div>
  </section>

  <!-- 5 PDF -->
  <section class="aep-section alt" id="aep-telecharger">
    <div class="aep-container">
      <div class="section-header">
        <span class="section-eyebrow">L&#8217;édition complète</span>
        <h2>5 lignes de fracture, 5 PDF thématiques</h2>
        <p>Chaque PDF analyse une ligne de fracture, propose un cadre opérationnel actionnable et un plan d&#8217;action structuré.</p>
      </div>

      <div class="pdf-grid">

        <article class="pdf-card">
          <div class="pdf-card-num">PDF 01</div>
          <h3>De l&#8217;IA à l&#8217;entreprise agentique : le Product Operating Model 2026</h3>
          <p class="pdf-card-subtitle">Refonder le POM 2018-2024 pour intégrer les agents comme acteurs des squads</p>
          <p class="pdf-card-desc">Les agents IA passent de tools à actors. Trois transformations structurantes : intégration aux squads, refonte du SDLC humain-IA, mesure de la contribution hybride. Cas Luxe.</p>
          <div class="pdf-card-meta">
            <span class="pdf-card-pages">27 pages · Cas Luxe</span>
            <a href="/wp-content/uploads/2026/05/AEP_PDF1_pom-agentique_20260423.pdf" class="pdf-card-link"  target="_blank">
              Télécharger
              <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><path d="M5 12h14M13 5l7 7-7 7"/></svg>
            </a>
          </div>
        </article>

        <article class="pdf-card">
          <div class="pdf-card-num">PDF 02</div>
          <h3>Gouvernance, AI Act &amp; Agentic Constitution</h3>
          <p class="pdf-card-subtitle">De la gouvernance documentaire à la gouvernance opérationnelle</p>
          <p class="pdf-card-desc">L&#8217;AI Act entre en application pleine le 2 août 2026. Trois transformations : policy-as-code, out-of-process enforcement, Agentic Constitution. Trio CIO-CISO-CDO. Cas Banque.</p>
          <div class="pdf-card-meta">
            <span class="pdf-card-pages">32 pages · Cas Banque</span>
            <a href="/wp-content/uploads/2026/05/AEP_PDF2_gouvernance-ai-act_20260506.pdf" class="pdf-card-link"  target="_blank">
              Télécharger
              <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><path d="M5 12h14M13 5l7 7-7 7"/></svg>
            </a>
          </div>
        </article>

        <article class="pdf-card">
          <div class="pdf-card-num">PDF 03</div>
          <h3>FinOps IA &amp; souveraineté de l&#8217;inférence</h3>
          <p class="pdf-card-subtitle">Du budget projet à la maîtrise du coût d&#8217;inférence</p>
          <p class="pdf-card-desc">L&#8217;inférence représente 85 % du budget IA. Trois transformations : Inference Economics, Unit Economics Attribution, Hybrid Consumption Architecture. Métriques QACT, IRR, AUM. Cas Retail.</p>
          <div class="pdf-card-meta">
            <span class="pdf-card-pages">32 pages · Cas Retail</span>
            <a href=/wp-content/uploads/2026/05/AEP_PDF3_finops-ia_20260507.pdf" class="pdf-card-link"  target="_blank">
              Télécharger
              <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><path d="M5 12h14M13 5l7 7-7 7"/></svg>
            </a>
          </div>
        </article>

        <article class="pdf-card">
          <div class="pdf-card-num">PDF 04</div>
          <h3>Agentic Value Streams</h3>
          <p class="pdf-card-subtitle">Refonder l&#8217;architecture et le pilotage de la valeur à l&#8217;ère des agents</p>
          <p class="pdf-card-desc">Vos Value Streams ont été conçus pour des humains. Trois transformations : ArchiMate agents-first, Strategic Portfolio Management Agent-Aware, OKR avec ventilation humain/IA/hybride. Métrique VSHI. Cas Industrie.</p>
          <div class="pdf-card-meta">
            <span class="pdf-card-pages">33 pages · Cas Industrie</span>
            <a href="/wp-content/uploads/2026/05/AEP_PDF4_agentic-value-streams_20260507.pdf" class="pdf-card-link"  target="_blank">
              Télécharger
              <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><path d="M5 12h14M13 5l7 7-7 7"/></svg>
            </a>
          </div>
        </article>

        <article class="pdf-card">
          <div class="pdf-card-num">PDF 05</div>
          <h3>Leadership Transformation IA</h3>
          <p class="pdf-card-subtitle">Du CIO contrôleur au CIO Agent-Enabler</p>
          <p class="pdf-card-desc">Sans transformation personnelle, les transformations techniques restent du bruit. Trois transformations : CIO Agent-Enabler, triptyque du leader 2026, déverrouillage des trois croyances ancrées. Cas Conseil/Tech.</p>
          <div class="pdf-card-meta">
            <span class="pdf-card-pages">33 pages · Cas Conseil/Tech</span>
            <a href="/wp-content/uploads/2026/05/AEP_PDF5_leadership-transformation-ia_20260507.pdf" class="pdf-card-link"  target="_blank">
              Télécharger
              <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><path d="M5 12h14M13 5l7 7-7 7"/></svg>
            </a>
          </div>
        </article>

        <article class="pdf-card" style="background: linear-gradient(135deg, var(--aep-violet), #1F1830); color: #fff; border-color: var(--aep-violet);">
          <div class="pdf-card-num" style="color: var(--aep-orange);">SYNTHÈSE</div>
          <h3 style="color: #fff;">Executive Summary</h3>
          <p class="pdf-card-subtitle" style="color: rgba(255,255,255,0.7);">La vision d&#8217;ensemble des 5 lignes de fracture</p>
          <p class="pdf-card-desc" style="color: rgba(255,255,255,0.85);">6 pages de synthèse pour saisir rapidement la grande bifurcation, les 5 enjeux structurants, et le plan d&#8217;action transverse 2026-2027.</p>
          <div class="pdf-card-meta" style="border-top-color: rgba(255,255,255,0.15);">
            <span class="pdf-card-pages" style="color: rgba(255,255,255,0.7);">6 pages · Vue d&#8217;ensemble</span>
            <a href="/wp-content/uploads/2026/05/AEP_ExecSum_enjeux-cio-2026-2027_20260423.pdf" class="pdf-card-link" style="color: var(--aep-orange);"  target="_blank">
              Télécharger
              <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><path d="M5 12h14M13 5l7 7-7 7"/></svg>
            </a>
          </div>
        </article>

      </div>
    </div>
  </section>

  <!-- MÉTRIQUES -->
  <section class="aep-section metrics-section">
    <div class="aep-container">
      <div class="section-header">
        <span class="section-eyebrow">Le pilotage 2026</span>
        <h2>4 métriques signature AEP pour piloter la transformation agentique</h2>
        <p>Une suite cohérente de métriques introduite progressivement à travers les 5 PDF, qui forme un actif éditorial réutilisable pour le CIO.</p>
      </div>

      <div class="metrics-grid">

        <div class="metric-card">
          <div class="metric-name">QACT</div>
          <div class="metric-fullname">Quality-Adjusted Cost per Task</div>
          <p class="metric-desc">Productivité ajustée d&#8217;un agent par tâche, intégrant le coût des reprises et des erreurs.</p>
          <div class="metric-source">Introduit · PDF 1</div>
        </div>

        <div class="metric-card">
          <div class="metric-name">IRR</div>
          <div class="metric-fullname">Inference ROI Ratio</div>
          <p class="metric-desc">Retour sur inférence sur 30 jours rolling. Décide la continuation ou l&#8217;arrêt d&#8217;un agent.</p>
          <div class="metric-source">Introduit · PDF 3</div>
        </div>

        <div class="metric-card">
          <div class="metric-name">AUM</div>
          <div class="metric-fullname">Agent Unit Margin</div>
          <p class="metric-desc">Marge unitaire d&#8217;un agent. Évalue la rentabilité réelle d&#8217;un agent en production.</p>
          <div class="metric-source">Introduit · PDF 3</div>
        </div>

        <div class="metric-card">
          <div class="metric-name">VSHI</div>
          <div class="metric-fullname">Value Stream Hybridization Index</div>
          <p class="metric-desc">Degré d&#8217;hybridation d&#8217;un Value Stream. Mesure la trajectoire stratégique de transformation.</p>
          <div class="metric-source">Introduit · PDF 4</div>
        </div>

      </div>
    </div>
  </section>

  <!-- AUTEUR -->
  <section class="aep-section">
    <div class="aep-container">
      <div class="section-header">
        <span class="section-eyebrow">L&#8217;auteur</span>
        <h2>Sébastien Delayre</h2>
      </div>

      <div class="author-block">
        <div class="author-avatar">SD</div>
        <div>
          <div class="author-name">Sébastien Delayre</div>
          <div class="author-title">Fondateur AEP · Directeur de la transformation IT &amp; Digital · CIO/CDO Advisor</div>
          <p class="author-bio">
            29 ans d&#8217;expérience auprès de grands comptes CAC40 et SBF120 (LVMH, Sephora, Christian Dior Couture, HSBC, Servier, Société Générale, Leroy Merlin, OTIS, ING Bank). Architecte du modèle opérationnel IT &amp; Digital à l&#8217;ère de l&#8217;IA agentique. Spécialiste SAFe, Lean Portfolio Management, Value Streams, IT4IT, TOGAF, ArchiMate. Cette édition est le fruit de plus de nombreuses missions auprès de DSI grands comptes en 2024-2026 et d&#8217;une recherche approfondie.
          </p>
        </div>
      </div>
    </div>
  </section>

  <!-- CTA FINAL -->
  <section class="final-cta">
    <div class="aep-container">
      <h2>Prêt à refonder votre modèle opérationnel ?</h2>
      <p>5 PDF thématiques, un Executive Summary, 163 pages d&#8217;analyse structurée pour décider et agir en 2026-2027.</p>
      <a href="/contact/" class="btn-on-orange">
        Contactez-moi
        <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5"><path d="M5 12h14M13 5l7 7-7 7"/></svg>
      </a>
    </div>
  </section>

</div>


<script>
// Reveal animations on scroll — idempotent (safe to load multiple times)
(function() {
  if (window._aepLandingInit) return;
  window._aepLandingInit = true;

  var observer = new IntersectionObserver(function(entries) {
    entries.forEach(function(entry) {
      if (entry.isIntersecting) {
        entry.target.classList.add('visible');
      }
    });
  }, { threshold: 0.1, rootMargin: '0px 0px -50px 0px' });

  document.querySelectorAll('.aep-landing .aep-section, .aep-landing .pdf-card, .aep-landing .metric-card').forEach(function(el) {
    el.classList.add('reveal');
    observer.observe(el);
  });
})();
</script>
<p>L’article <a href="https://agile-enterprise-partner.com/articles/enjeux-cio-2026-2027/">Enjeux CIO 2026-2027</a> est apparu en premier sur <a href="https://agile-enterprise-partner.com">Agile Enterprise Partner</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>De CIO à Agent-Enabler : la transformation personnelle du DSI</title>
		<link>https://agile-enterprise-partner.com/articles/cio-agent-enabler-leadership-2026/</link>
		
		<dc:creator><![CDATA[Sébastien DELAYRE]]></dc:creator>
		<pubDate>Thu, 23 Apr 2026 06:35:20 +0000</pubDate>
				<category><![CDATA[CIO Office]]></category>
		<category><![CDATA[Transformation]]></category>
		<category><![CDATA[CIO]]></category>
		<category><![CDATA[IA agentique]]></category>
		<category><![CDATA[Leadership agentique]]></category>
		<guid isPermaLink="false">https://agile-enterprise-partner.com/?p=5000</guid>

					<description><![CDATA[<p>L'arrivée des agents IA force une transformation personnelle du CIO. Pas un sujet de stratégie. Un sujet de savoir-être.</p>
<p>L’article <a href="https://agile-enterprise-partner.com/articles/cio-agent-enabler-leadership-2026/">De CIO à Agent-Enabler : la transformation personnelle du DSI</a> est apparu en premier sur <a href="https://agile-enterprise-partner.com">Agile Enterprise Partner</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Selon le Gartner 2026 CIO Survey, 64 % des dirigeants IT prévoient de déployer l&#8217;agentic AI dans les deux ans. Pourtant, les CIO qui échouent le plus dans cette bascule ne sont pas ceux qui manquent de budget ou de compétences techniques. Ce sont ceux qui gardent leur ancien réflexe de contrôle. La transformation vers l&#8217;IA agentique n&#8217;est pas d&#8217;abord un sujet de stratégie. C&#8217;est un sujet de&nbsp;<strong>savoir-être</strong>.</p>



<h2 class="wp-block-heading">Une bascule déjà connue, un étage plus haut</h2>



<p class="wp-block-paragraph">D&#8217;abord, un rappel. En 2015, l&#8217;agilité à l&#8217;échelle avait forcé une première transformation personnelle des managers IT. Le modèle Hersey-Blanchard l&#8217;expliquait : le manager devait se décaler des styles directif et participatif vers participatif et délégatif. Nous l&#8217;avions écrit dans notre&nbsp;<a href="/articles/de-manager-a-leader-agile/">article&nbsp;<em>De manager à leader agile</em></a>&nbsp;:&nbsp;<em>« le principal changement réside dans l&#8217;équilibre entre savoir-faire et savoir-être. »</em></p>



<p class="wp-block-paragraph">Aujourd&#8217;hui, la boucle recommence, un étage plus haut. Ce n&#8217;est plus le manager qui vit la bascule, c&#8217;est le CIO lui-même. Et personne ne vient coacher le sommet.</p>



<p class="wp-block-paragraph">Concrètement, la&nbsp;<a href="https://www.technologyreview.com/2026/04/21/1136158/building-agent-first-governance-and-security/">Deloitte AI Institute 2026</a>&nbsp;chiffre la tension : 74 % des entreprises déploient l&#8217;agentic AI, mais seulement 21 % ont une gouvernance mature. Derrière ces chiffres, une réalité humaine. Les CIO essaient de contrôler les agents IA comme ils contrôlaient les déploiements d&#8217;applications. Or, un agent IA ne se comporte pas comme une application. Il raisonne, choisit, agit, parfois se trompe. De ce fait, le réflexe de contrôle transforme le CIO en goulot d&#8217;étranglement. La DSI ralentit, les métiers contournent, la Shadow AI prolifère.</p>



<p class="wp-block-paragraph">La solution n&#8217;est pas d&#8217;augmenter le contrôle. Elle est de&nbsp;<strong>changer de posture</strong>.</p>



<h2 class="wp-block-heading">Qu&#8217;est-ce qu&#8217;un CIO Agent-Enabler ?</h2>



<p class="wp-block-paragraph">Un&nbsp;<strong>CIO Agent-Enabler</strong>&nbsp;est un dirigeant IT qui crée les conditions pour que les équipes, les processus et les systèmes accueillent et tirent valeur des agents IA — sans les piloter manuellement. Son rôle se déplace de l&#8217;opération vers l&#8217;architecture d&#8217;intention.</p>



<p class="wp-block-paragraph">Concrètement, il s&#8217;appuie sur trois capacités qui rappellent — sans le copier — le triptyque du leader que nous avions identifié en 2015 :</p>



<ol class="wp-block-list">
<li><strong>Donner du sens</strong>. Formuler la vision IA-augmentée autrement qu&#8217;en menace. Selon Mayfield <em>(janvier 2026)</em>, 91 % des CXO prévoient d&#8217;augmenter leur budget agentic AI. Pourtant, les équipes n&#8217;en perçoivent souvent que le risque. Le CIO doit traduire le <em>pourquoi</em>.</li>



<li><strong>Développer les capacités</strong>. Rendre chaque collaborateur capable d&#8217;opérer <em>avec</em> des agents, pas seulement aux côtés d&#8217;agents. Cela exige de nouveaux apprentissages : prompt engineering, supervision, interprétation des <em>reasoning traces</em>.</li>



<li><strong>Améliorer le système</strong>. Structurer le CIO Office pour accueillir l&#8217;agentique : Agent Control Plane, Agentic Value Streams, FinOps IA, Agentic Constitution. Les fondations techniques sont les conditions de la confiance, donc de l&#8217;autonomie réelle des équipes.</li>
</ol>



<h2 class="wp-block-heading">Les 3 croyances ancrées à déverrouiller</h2>



<p class="wp-block-paragraph">Passer de CIO-contrôleur à Agent-Enabler suppose de déverrouiller trois croyances profondément ancrées. Ce sont elles qui créent le plus de frictions personnelles chez les dirigeants que j&#8217;accompagne.</p>



<h3 class="wp-block-heading">Croyance 1 — « Je suis comptable des incidents en production »</h3>



<p class="wp-block-paragraph">La reconnaissance par les pairs est souvent passée pour un CIO par sa capacité à éviter les incidents. Pourtant, dans un SI agentique, il y aura des incidents&nbsp;<em>(voir notre article sur l&#8217;<a href="/articles/portfolio/cio-office/">Agent Control Plane</a>)</em>. Le CIO Agent-Enabler accepte que sa valeur ne se mesure plus à la capacité d&#8217;éviter tous les incidents, mais à la vitesse d&#8217;apprentissage du système après un incident.</p>



<h3 class="wp-block-heading">Croyance 2 — « Mon rôle est de cadrer techniquement »</h3>



<p class="wp-block-paragraph">Cette croyance maintient le CIO dans l&#8217;arbitrage technique, là où son rôle 2026 se déplace vers l&#8217;architecture d&#8217;intention. Le temps consacré à relire une architecture est probablement mieux investi à coacher un Head of Engineering sur la hiérarchie d&#8217;autonomie.</p>



<h3 class="wp-block-heading">Croyance 3 — « L&#8217;IA va déposséder mes équipes »</h3>



<p class="wp-block-paragraph">Enfin, la croyance la plus douloureuse. Pourtant, les équipes qui souffrent le plus sont celles dont le management s&#8217;est crispé sur la menace, pas celles dont le management a ouvert la voie. Cette croyance demande ce que nous appelions autrefois&nbsp;<em>« un véritable deuil »</em>&nbsp;des modes de fonctionnement passés.</p>



<h2 class="wp-block-heading">Puiser dans ses motivateurs et ses forces</h2>



<p class="wp-block-paragraph">Par ailleurs, une transformation personnelle ne s&#8217;impose jamais. Elle se choisit. Pour qu&#8217;un CIO s&#8217;engage sincèrement dans la bascule Agent-Enabler, il faut qu&#8217;elle ait un sens&nbsp;<em>pour lui-même</em>&nbsp;et qu&#8217;elle mobilise ses forces individuelles.</p>



<p class="wp-block-paragraph">En pratique, pour un CIO motivé par la stratégie, l&#8217;IA devient un levier d&#8217;impact business. Pour un CIO motivé par la technique, elle devient un défi architectural passionnant. Pour un CIO motivé par l&#8217;humain, elle devient l&#8217;occasion de repenser les métiers IT de demain. Il n&#8217;existe donc pas une seule façon de devenir Agent-Enabler. Il en existe autant que de CIO.</p>



<h2 class="wp-block-heading">Pour aller plus loin</h2>



<p class="wp-block-paragraph">En synthèse, la transformation vers le CIO Agent-Enabler est une évolution personnelle avant d&#8217;être un programme d&#8217;entreprise. Une vraie opportunité — à condition de la vivre comme un&nbsp;<em>changement positif</em>&nbsp;et non comme une&nbsp;<em>menace imposée</em>.</p>



<p class="wp-block-paragraph">Chez AEP, je traite le Leadership Transformationnel IA comme une offre dédiée qui complète les chantiers techniques du&nbsp;<a href="/articles/portfolio/cio-office/">CIO Office IA-Ready</a>, de la&nbsp;<a href="/articles/portfolio/gouvernance-ia-conformite-ai-act/">Gouvernance IA &amp; AI Act</a>&nbsp;et du&nbsp;<a href="/articles/portfolio/lean-portfolio-management-et-okr/">Strategic Portfolio Management</a>. Les chantiers sans transformation personnelle produisent des architectures brillantes mais désalignées. La transformation sans chantiers produit des discours sans traction.</p>



<p class="wp-block-paragraph"><strong>Sur les trois croyances, laquelle vous parle le plus — et laquelle avez-vous déjà commencé à travailler ?</strong></p>
<p>L’article <a href="https://agile-enterprise-partner.com/articles/cio-agent-enabler-leadership-2026/">De CIO à Agent-Enabler : la transformation personnelle du DSI</a> est apparu en premier sur <a href="https://agile-enterprise-partner.com">Agile Enterprise Partner</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
