2026 14th Saiosh Conference. Cape Town, South Africa

Organizational Learning Through Storytelling 

July 31st, 2026

I had the privilege of returning to Africa to keynote the SAIOSH Conference in Cape Town, presenting Organizational Learning Through Storytelling.

Drawing from my journey from Ghana to Wyoming, safety leadership, and human-centered photography, I explored how stories help us see beyond events to the context, relationships, and conditions that shape work.

Using photography, personal stories, and workplace examples, I invited participants to consider a simple idea: learning begins when we create space for people’s stories and communicate in ways that connect with their reality.

I came hoping to contribute. I left with a renewed appreciation for the work already happening across Africa and a deeper sense of purpose to serve it.

More From Speaking & Leadership

More From Insights & Reflections

PaaJoeCollections Official Etsy Shop

Humans Among Us — There Is More to the Story

Humans Among Us

There Is More to the Story.

Through photography, storytelling, and thoughtfully designed collections, we invite you to slow down, stay curious, and discover the stories that connect us.

Every piece begins with a story. Every story begins with curiosity.
// Disable comments and trackbacks everywhere function disable_all_comments() { // Disable comments add_filter('comments_open', '__return_false', 20, 2); add_filter('pings_open', '__return_false', 20, 2); // Hide existing comments add_filter('comments_array', '__return_empty_array', 10, 2); } add_action('init', 'disable_all_comments'); // Remove comments-related admin menu function remove_comments_menu() { remove_menu_page('edit-comments.php'); } add_action('admin_menu', 'remove_comments_menu'); // Remove comment support from posts/pages function remove_comment_support() { $post_types = get_post_types(); foreach ($post_types as $post_type) { if (post_type_supports($post_type, 'comments')) { remove_post_type_support($post_type, 'comments'); } if (post_type_supports($post_type, 'trackbacks')) { remove_post_type_support($post_type, 'trackbacks'); } } } add_action('init', 'remove_comment_support');