////Added by JD //// $categories = get_the_category(); if ( ! empty( $categories ) ) { echo '' . esc_html( $categories[0]->name ) . ''; }$categories = get_the_category(); foreach ( $categories as $category ) { if ( $category->parent != 0 ) { // Only sub-categories echo '' . esc_html( $category->name ) . ''; } } $categories = get_the_category(); $found_sub = false; foreach ( $categories as $category ) { if ( $category->parent != 0 ) { echo '' . esc_html( $category->name ) . ''; $found_sub = true; break; } } if ( ! $found_sub && ! empty( $categories ) ) { echo '' . esc_html( $categories[0]->name ) . ''; }////Added by JD ////

AI Has Arrived. What Now For Leaders?

Leadership in the age of AI

Something has shifted in the last few months. In our conversations with tech leaders and CEOs of tech-enabled businesses, the tone is noticeably different. AI is no longer ‘emerging’ – it’s here. And with it comes a burning question: what kind of leader do you need to be when AI runs through the fabric of your […]