Artwork

Content provided by Laura Cox Kaplan. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by Laura Cox Kaplan or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://player.fm/legal.
Player FM - Podcast App
Go offline with the Player FM app!

261. How to get more value from failures and setbacks

46:22
 
Share
 

Manage episode 375859135 series 2118196
Content provided by Laura Cox Kaplan. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by Laura Cox Kaplan or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://player.fm/legal.

SHOW NOTES

Title: Failure happens! How can we get more value from our failures and setbacks?

Episode 261

Guest: Amy Edmondson, PhD, professor of management and leadership at Harvard Business School

THIS WEEK’S TOPIC:

Rationally, we know that failure is an unavoidable part of life. Often, it’s our failures and setbacks that represent progress points on the pathway to our greatest successes. But it can be difficult to sort through and make sense of the competing emotions we feel as we endure failure and setback. Interestingly, according to this week’s guest, our aversion to failure can actually increase the chances of not only failure, but the type of failure that we don’t learn as much from.

So what can we do to better understand and to utilize failure more effectively?

THIS WEEK’S GUEST:

Amy Edmondson is a world-renowned professor of management and leadership at Harvard Business School. Her new book “The Right Kind of Wrong: The Science of Failing Well” (out on September 5, 2023) charts new ground related to failure and to understanding it in the context of psychological safety.

Amy has been named by THINKERS 50 as the #1 management thinker in the world, and her TedTalk “How to turn a group of strangers into a team” has been viewed more than 3 million times.

WHAT YOU’LL LEARN:

How understanding different types of failures is key to innovation and to creating an environment where we can more fully thrive.

The role psychological safety plays in creating the conditions for the “right kind of failure.”

The best way to deal with fear that tends to accompany failure for most of us.

How our failures can be differentiators.

How to think about failure in the context of parenting and the importance of creating psychological safety for failure at home.

The best ways to make the most of your failures.

The role of shame.

Amy’s pivot story and her advice for knowing when to persist and when to pivot.

LINKS MENTIONED:

Amy Edmondson, Phd

Amy’s book: “The Right Kind of Wrong: The Science of Failing Well” (pre-order before September 5, 2023)

FEEDBACK: I hope you found this episode a good investment of your time, and I would love to hear your thoughts and feedback. DM me @lauraCoxKaplan on Instagram, LinkedIn, Facebook or Threads. Or, use the contact link below or on shesaidshesaidpodcast.com — I’d love to hear from you! And, if you’d like to support She Said/She Said Podcast and this content, please be sure to leave a review on iTunes or wherever you are listening to She Said/She Said Podcast.

Contact Form

  • First Name
  • Last Name
  • Email
  • Message
/* <![CDATA[ */ gform.initializeOnLoaded( function() {gformInitSpinner( 1, 'https://shesaidshesaidpodcast.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_1').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_1');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_1').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_1').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_1').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_1').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_1').val();gformInitSpinner( 1, 'https://shesaidshesaidpodcast.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [1, current_page]);window['gf_submitting_1'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}setTimeout(function(){jQuery('#gform_wrapper_1').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [1]);window['gf_submitting_1'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_1').text());}, 50);}else{jQuery('#gform_1').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "1", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_1" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_1"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_1" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [1, current_page] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 1, currentPage: current_page } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); /* ]]> */

The post 261. How to get more value from failures and setbacks appeared first on She Said / She Said.

  continue reading

291 episodes

Artwork
iconShare
 
Manage episode 375859135 series 2118196
Content provided by Laura Cox Kaplan. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by Laura Cox Kaplan or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://player.fm/legal.

SHOW NOTES

Title: Failure happens! How can we get more value from our failures and setbacks?

Episode 261

Guest: Amy Edmondson, PhD, professor of management and leadership at Harvard Business School

THIS WEEK’S TOPIC:

Rationally, we know that failure is an unavoidable part of life. Often, it’s our failures and setbacks that represent progress points on the pathway to our greatest successes. But it can be difficult to sort through and make sense of the competing emotions we feel as we endure failure and setback. Interestingly, according to this week’s guest, our aversion to failure can actually increase the chances of not only failure, but the type of failure that we don’t learn as much from.

So what can we do to better understand and to utilize failure more effectively?

THIS WEEK’S GUEST:

Amy Edmondson is a world-renowned professor of management and leadership at Harvard Business School. Her new book “The Right Kind of Wrong: The Science of Failing Well” (out on September 5, 2023) charts new ground related to failure and to understanding it in the context of psychological safety.

Amy has been named by THINKERS 50 as the #1 management thinker in the world, and her TedTalk “How to turn a group of strangers into a team” has been viewed more than 3 million times.

WHAT YOU’LL LEARN:

How understanding different types of failures is key to innovation and to creating an environment where we can more fully thrive.

The role psychological safety plays in creating the conditions for the “right kind of failure.”

The best way to deal with fear that tends to accompany failure for most of us.

How our failures can be differentiators.

How to think about failure in the context of parenting and the importance of creating psychological safety for failure at home.

The best ways to make the most of your failures.

The role of shame.

Amy’s pivot story and her advice for knowing when to persist and when to pivot.

LINKS MENTIONED:

Amy Edmondson, Phd

Amy’s book: “The Right Kind of Wrong: The Science of Failing Well” (pre-order before September 5, 2023)

FEEDBACK: I hope you found this episode a good investment of your time, and I would love to hear your thoughts and feedback. DM me @lauraCoxKaplan on Instagram, LinkedIn, Facebook or Threads. Or, use the contact link below or on shesaidshesaidpodcast.com — I’d love to hear from you! And, if you’d like to support She Said/She Said Podcast and this content, please be sure to leave a review on iTunes or wherever you are listening to She Said/She Said Podcast.

Contact Form

  • First Name
  • Last Name
  • Email
  • Message
/* <![CDATA[ */ gform.initializeOnLoaded( function() {gformInitSpinner( 1, 'https://shesaidshesaidpodcast.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_1').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_1');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_1').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_1').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_1').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_1').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_1').val();gformInitSpinner( 1, 'https://shesaidshesaidpodcast.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [1, current_page]);window['gf_submitting_1'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}setTimeout(function(){jQuery('#gform_wrapper_1').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [1]);window['gf_submitting_1'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_1').text());}, 50);}else{jQuery('#gform_1').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "1", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_1" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_1"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_1" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; jQuery( document ).trigger( 'gform_post_render', [1, current_page] ); gform.utils.trigger( { event: 'gform/postRender', native: false, data: { formId: 1, currentPage: current_page } } ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); /* ]]> */

The post 261. How to get more value from failures and setbacks appeared first on She Said / She Said.

  continue reading

291 episodes

All episodes

×
 
Loading …

Welcome to Player FM!

Player FM is scanning the web for high-quality podcasts for you to enjoy right now. It's the best podcast app and works on Android, iPhone, and the web. Signup to sync subscriptions across devices.

 

Quick Reference Guide