Vi flyttar från butik till nätet - så funkar det framåt
The AI-Savvy Leader | 0:e upplagan
- Danskt band, Engelska, 2024
- Författare: David De Cremer
- Betyg:
320
kr
Skickas inom 1-3 vardagar
Butikslager
Onlinelager
I lager hos leverantör
$event.detail.name === 'store-selector' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'store-selector' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'store-selector'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'store-selector'
});
}
});"
class="h-full"
>
Beskrivning
Leaders, don't let AI get the best of you.
The AI transformation is underway, but where are the leaders who will ensure their companies implement AI successfully and responsibly? Up until now, leaders have largely ceded their role in the AI transformation, pushing strategy formulation out to tech teams and leaving investment decisions to groups that don't have a full view of the organization or its goals. Just when responsible leadership is more crucial than ever, leaders are abdicating their role in understanding and executing in the new world of human-machine collaboration. A generation of AI transformation failures awaits if leaders don't connect their use of AI to their strategies.
This book helps leaders take control of the wildly rapid deployment of AI across organizations. Clearly and concisely, it focuses on the nine actions leaders need to take in order to successfully preside over the transition to a more AI-centric future that will lead to growth for all—companies and workers—and avoid the kinds of mistakes that author David De Cremer has seen many early adopters make. What may surprise you is that the nine actions De Cremer focuses on are based on skills that are second nature to successful leaders: creating a vision, communicating well, and executing a strategy. But here he shows you how to apply these skills in the context of AI. This is not a book about mastering machine learning or any of the latest developments in AI technology itself. Rather, it's a clarion call for leaders to take their rightful place at the front of the AI revolution and lead their organizations successfully into the new world.
The AI transformation is underway, but where are the leaders who will ensure their companies implement AI successfully and responsibly? Up until now, leaders have largely ceded their role in the AI transformation, pushing strategy formulation out to tech teams and leaving investment decisions to groups that don't have a full view of the organization or its goals. Just when responsible leadership is more crucial than ever, leaders are abdicating their role in understanding and executing in the new world of human-machine collaboration. A generation of AI transformation failures awaits if leaders don't connect their use of AI to their strategies.
This book helps leaders take control of the wildly rapid deployment of AI across organizations. Clearly and concisely, it focuses on the nine actions leaders need to take in order to successfully preside over the transition to a more AI-centric future that will lead to growth for all—companies and workers—and avoid the kinds of mistakes that author David De Cremer has seen many early adopters make. What may surprise you is that the nine actions De Cremer focuses on are based on skills that are second nature to successful leaders: creating a vision, communicating well, and executing a strategy. But here he shows you how to apply these skills in the context of AI. This is not a book about mastering machine learning or any of the latest developments in AI technology itself. Rather, it's a clarion call for leaders to take their rightful place at the front of the AI revolution and lead their organizations successfully into the new world.
Om denna bok
The AI-Savvy Leader av David De Cremer är en Danskt band bok med 224 sidor på Engelska. Den utgavs 2024 av Harvard Business Review Press.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The AI-Savvy Leader begagnad från Campusbokhandeln och spara upp till 25% jämfört med nypris. Du kan bevaka den här boken så får du ett mail så fort vi får in den i lager som begagnad.
Genom att köpa & sälja begagnat sänker du kostnaden för studier både för dig och nästa student samtidigt som du gör nytta för klimatet.
Produktinformation
Kategori:
Okänd
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9781647826239
Upplaga:
0
Utgiven:
2024-06-18
Förlag:
Harvard Business Review Press
Sidantal:
224
$event.detail.name === 'primary-menu' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'primary-menu' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'primary-menu'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'primary-menu'
});
}
});"
class="h-full"
>
$event.detail.name === 'mobile-search' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mobile-search' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mobile-search'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mobile-search'
});
}
});"
class="h-full"
>
$event.detail.name === 'mini-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mini-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mini-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mini-cart'
});
}
});"
class="h-full"
>
$event.detail.name === 'add-to-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'add-to-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'add-to-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'add-to-cart'
});
}
});"
class="h-full"
>