Innovation. When people reported their leaders were empathetic, they were more likely to report they were able to be innovative—61% of employees compared to only 13% of employees with less empathetic leaders.
Engagement. 76% of people who experienced empathy from their leaders reported they were engaged compared with only 32% who experienced less empathy.
Retention. 57% of white women and 62% of women of color said they were unlikely to think of leaving their companies when they felt their life circumstances were respected and valued by their companies. However, when they didn’t feel that level of value or respect for their life circumstances, only 14% and 30% of white women and women of color respectively said they were unlikely to consider leaving.
Inclusivity. 50% of people with empathetic leaders reported their workplace was inclusive, compared with only 17% of those with less empathetic leadership.
Work-Life. When people felt their leaders were more empathetic, 86% reported they are able to navigate the demands of their work and life—successfully juggling their personal, family and work obligations. This is compared with 60% of those who perceived less empathy.
Empathy is the capacity to understand or feel what another person is experiencing from within their frame of reference, that is, the capacity to place oneself in another's position.
This means we need to put aside our differences at work (and outside of work). We also need to stop and think about where someone is coming from before replying to their email or Slack message. Perhaps we need not reply at all.
Sympathy vs Empathy
Empathy is often confused with sympathy. Sympathy is a feeling of pity or sorrow. Brené Brown references nursing scholar Theresa Wiseman's four attributes of empathy, which I discovered in Kate Thieda’s excellent article, Brené Brown on Empathy vs. Sympathy.
To be able to see the world as others see it—This requires putting your own "stuff" aside to see the situation through your loved one's eyes.
To be nonjudgmental—Judgement of another person's situation discounts the experience and is an attempt to protect ourselves from the pain of the situation.
To understand another person’s feelings—We have to be in touch with our own feelings in order to understand someone else's. Again, this requires putting your own "stuff" aside to focus on your loved one.
To communicate your understanding of that person’s feelings—Rather than saying, "At least you..." or "It could be worse..." try, "I've been there, and that really hurts," or (to quote an example from Brown), "It sounds like you are in a hard place now. Tell me more about it.”
What are the three types of empathy?
Psychologists Daniel Goleman and Paul Ekman break down the concept of empathy into the following three categories. I encourage you to read Justin Bariso’s full article, Here's How They Differ--and How You Can Develop Them All.
Cognitive empathy is the ability to understand how a person feels and what they might be thinking. Cognitive empathy makes us better communicators, because it helps us relay information in a way that best reaches the other person.
Emotional empathy (also known as affective empathy) is the ability to share the feelings of another person. Some have described it as "your pain in my heart." This type of empathy helps you build emotional connections with others.
Compassionate empathy (also known as empathic concern) goes beyond simply understanding others and sharing their feelings: it actually moves us to take action, to help however we can.
The best leaders can be nice by practicing empathy
Want to be nicer? Consider what the person is going through and put yourself in their shoes. Actively listen to what they are telling you. Connect what they are going through to something that has happened to you (keep this to yourself). Then take action by offering to help them with something specific. What can you do or offer to help?
/* AI QUIZ INIT — Load only when quizForm exists */
const aiQuizInit = () => {
const form = document.getElementById("quizForm");
if (!form) return;
const questions = [
{ q: "Which of the following is the most common use of AI in marketing today?", a: "Predictive analytics and personalization", o: ["Web development", "Predictive analytics and personalization", "Financial auditing", "Legal contract drafting"] },
{ q: "What does GPT in ChatGPT stand for?", a: "Generative Pre-trained Transformer", o: ["General Purpose Tool", "Generative Pre-trained Transformer", "Graphical Programming Technology", "General Pattern Tracker"] },
{ q: "You're writing a blog post and want AI help. What’s the best prompt?", a: "Write a 1,000-word blog post on how small businesses can use email marketing, with subheadings and examples.", o: ["Write something cool.", "Tell me a story.", "Write a 1,000-word blog post on how small businesses can use email marketing, with subheadings and examples.", "Marketing stuff."] },
{ q: "Which of these tasks is AI least suited for (as of today)?", a: "Replacing all human decision-making in HR", o: ["Writing ad copy", "Replacing all human decision-making in HR", "Summarizing meeting notes", "Analyzing customer sentiment"] },
{ q: "What is prompt engineering?", a: "Designing precise inputs to get better AI outputs", o: ["Coding in AI-specific languages", "Training new AI models", "Designing precise inputs to get better AI outputs", "Building chatbots from scratch"] },
{ q: "How would you use AI to improve customer service?", a: "Use AI chatbots to handle common questions and escalate complex issues to humans", o: ["Replace all humans with bots", "Automatically delete angry emails", "Use AI chatbots to handle common questions and escalate complex issues to humans", "Set all responses to “We’ll get back to you shortly.”"] },
{ q: "Which of these tools uses AI to generate images from text?", a: "Midjourney", o: ["Notion", "Midjourney", "Trello", "Zoom"] },
{ q: "What’s a good rule for checking AI-generated content?", a: "Always fact-check and edit before publishing", o: ["Just publish it—it’s usually right", "Always fact-check and edit before publishing", "Ask your friends if it sounds smart", "Only use AI-generated memes"] },
{ q: "AI can help your business uncover patterns in customer data. What is this called?", a: "Predictive modeling", o: ["Predictive modeling", "Storyboarding", "Pattern smashing", "Branding"] },
{ q: "Which of the following reflects a responsible use of AI in business?", a: "Disclosing AI usage in client work when relevant", o: ["Using AI-generated resumes to trick systems", "Disclosing AI usage in client work when relevant", "Training AI on copyrighted material without permission", "Using AI to create fake testimonials"] },
{ q: "What is a “hallucination” in AI?", a: "When it generates false or made-up information", o: ["When it tells jokes", "When it generates false or made-up information", "When it becomes sentient", "When it repeats your prompt"] },
{ q: "How can small businesses use AI affordably?", a: "Use freemium tools like ChatGPT, Canva, or Zapier AI", o: ["Build their own models from scratch", "License enterprise-only tools", "Use freemium tools like ChatGPT, Canva, or Zapier AI", "Hire a full-time AI scientist"] },
{ q: "How do large language models like ChatGPT learn?", a: "From training on massive datasets of text", o: ["From direct user conversations only", "From browsing the internet live", "From training on massive datasets of text", "From watching TV"] },
{ q: "You want to use AI for lead generation. What’s a smart first step?", a: "Use AI to research your ideal client personas and draft personalized outreach", o: ["Send random AI-generated messages to everyone", "Use AI to research your ideal client personas and draft personalized outreach", "Set AI to “auto-dial” every contact", "Ask ChatGPT to sell your product"] },
{ q: "Why is it important to stay updated on AI tools in business?", a: "So you don’t fall behind competitors", o: ["So you don’t fall behind competitors", "Because AI will do everything for you", "To replace your whole team", "To impress your friends"] }
];
questions.forEach((q, i) => {
const block = document.createElement("div");
block.style.marginBottom = "20px";
block.innerHTML = `
${i + 1}. ${q.q}
` + q.o.map(opt => `
`
).join("");
form.appendChild(block);
});
window.gradeQuiz = function () {
let score = 0;
questions.forEach((q, i) => {
const selected = document.querySelector(`input[name="q${i}"]:checked`);
if (selected && selected.value === q.a) score++;
});
let message = "";
const link = "https://futureforth.com/communication-revolution";
const linkStyle = 'style="color:#f26621; text-decoration: underline;" target="_blank"';
if (score >= 13) {
message = `You scored ${score} out of ${questions.length}. Your AI savvy level is: Advanced. Nice job! Let's get your whole team ready for what's coming before your competitors do.`;
} else if (score >= 8) {
message = `You scored ${score} out of ${questions.length}. Your AI savvy level is: Intermediate. Good, now let's get you to the next level.`;
} else {
message = `You scored ${score} out of ${questions.length}. Your AI savvy level is: Beginner. This will help you and your team.`;
}
document.getElementById("result").innerHTML = message;
};
}
// Delay init for Squarespace AJAX rendering
let quizCheckInterval = setInterval(() => {
const form = document.getElementById("quizForm");
if (form && !form.hasAttribute("data-loaded")) {
form.setAttribute("data-loaded", "true");
clearInterval(quizCheckInterval);
aiQuizInit();
}
}, 300);
});