{"id":12708,"date":"2026-06-10T20:10:54","date_gmt":"2026-06-10T19:10:54","guid":{"rendered":"https:\/\/salomons.coach\/?p=12708"},"modified":"2026-06-10T20:34:56","modified_gmt":"2026-06-10T19:34:56","slug":"ai-can-coach-your-career-it-cant-coach-you","status":"publish","type":"post","link":"https:\/\/salomons.coach\/en\/ai-can-coach-your-career-it-cant-coach-you\/","title":{"rendered":"AI Can Coach Your Career. It Can\u2019t Coach\u00a0You."},"content":{"rendered":"\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>AI Can Coach Your Career. It Can\u2019t Coach You. \u2014 Salomons.Coach<\/title>\n<style>\n  :root{\n    --navy:#1a2a44;          \/* deep brand navy *\/\n    --navy-soft:#24385a;\n    --gold:#b08d3e;          \/* brand gold *\/\n    --gold-soft:#c9a85f;\n    --ink:#23262b;\n    --ink-soft:#4a4f57;\n    --paper:#fbf9f4;         \/* warm off-white *\/\n    --paper-2:#f3eee3;\n    --line:#e2dac8;\n  }\n  *{box-sizing:border-box;}\n  html{-webkit-text-size-adjust:100%;}\n  body{\n    margin:0;\n    background:var(--paper);\n    color:var(--ink);\n    font-family:Arial, \"Helvetica Neue\", Helvetica, sans-serif;\n    font-size:18px;\n    line-height:1.72;\n    -webkit-font-smoothing:antialiased;\n  }\n  .wrap{max-width:760px;margin:0 auto;padding:0 28px;}\n\n  \/* ---- Masthead ---- *\/\n  header.masthead{\n    border-top:5px solid var(--navy);\n    background:var(--paper);\n  }\n  .brandline{\n    display:flex;align-items:center;justify-content:space-between;\n    padding:20px 0 18px;border-bottom:1px solid var(--line);\n    font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:var(--navy);\n  }\n  .brandline .mark{font-family:Georgia,\"Times New Roman\",serif;font-weight:bold;letter-spacing:.06em;font-size:16px;}\n  .brandline .mark span{color:var(--gold);}\n  .brandline .kicker{color:var(--gold);font-weight:bold;}\n\n  \/* ---- Hero ---- *\/\n  .hero{padding:54px 0 30px;}\n  .eyebrow{\n    font-size:12.5px;letter-spacing:.26em;text-transform:uppercase;\n    color:var(--gold);font-weight:bold;margin-bottom:22px;\n    display:flex;align-items:center;gap:14px;\n  }\n  .eyebrow::after{content:\"\";flex:1;height:1px;background:var(--line);}\n  h1{\n    font-family:Georgia,\"Times New Roman\",serif;\n    font-weight:normal;\n    color:var(--navy);\n    font-size:46px;\n    line-height:1.1;\n    letter-spacing:-.01em;\n    margin:0 0 22px;\n  }\n  h1 em{font-style:italic;color:var(--gold);}\n  .standfirst{\n    font-size:20px;line-height:1.6;color:var(--ink-soft);\n    font-family:Georgia,serif;font-style:italic;\n    margin:0 0 30px;max-width:640px;\n  }\n  .byline{\n    display:flex;align-items:center;gap:14px;\n    padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);\n    font-size:14px;color:var(--ink-soft);\n  }\n  .byline .avatar{\n    width:42px;height:42px;border-radius:50%;flex:none;\n    background:var(--navy);color:var(--paper);\n    font-family:Georgia,serif;font-size:18px;\n    display:flex;align-items:center;justify-content:center;letter-spacing:.02em;\n  }\n  .byline b{color:var(--navy);}\n\n  \/* ---- Body ---- *\/\n  article{padding:38px 0 10px;}\n  article p{margin:0 0 22px;}\n  article p .lead-cap{\n    float:left;font-family:Georgia,serif;color:var(--navy);\n    font-size:62px;line-height:.78;padding:6px 12px 0 0;\n  }\n  h2{\n    font-family:Georgia,serif;font-weight:normal;color:var(--navy);\n    font-size:28px;line-height:1.2;margin:46px 0 6px;\n  }\n  h2 .num{\n    display:block;font-family:Arial,sans-serif;font-size:12px;font-weight:bold;\n    letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:10px;\n  }\n  h3{\n    font-family:Arial,sans-serif;font-weight:bold;color:var(--navy);\n    font-size:18px;margin:30px 0 4px;letter-spacing:.005em;\n  }\n  strong{color:var(--navy);}\n  em{color:inherit;}\n\n  \/* ---- Threshold (signature element) ---- *\/\n  .threshold{\n    margin:50px 0;padding:0;border:0;text-align:center;\n    display:flex;align-items:center;gap:18px;color:var(--gold);\n    font-family:Georgia,serif;font-style:italic;font-size:15px;letter-spacing:.04em;\n  }\n  .threshold::before,.threshold::after{content:\"\";flex:1;height:1px;background:linear-gradient(90deg,transparent,var(--gold-soft),transparent);}\n\n  \/* ---- Pull quote ---- *\/\n  blockquote{\n    margin:38px 0;padding:6px 0 6px 28px;\n    border-left:3px solid var(--gold);\n    font-family:Georgia,serif;font-size:26px;line-height:1.34;color:var(--navy);\n  }\n  blockquote.center{\n    border:0;text-align:center;padding:6px 10px;font-size:28px;\n    position:relative;\n  }\n  blockquote.center::before{\n    content:\"\\201C\";font-size:64px;color:var(--gold-soft);\n    display:block;line-height:.6;margin-bottom:6px;\n  }\n\n  \/* ---- Two-question contrast card ---- *\/\n  .contrast{\n    display:grid;grid-template-columns:1fr 1fr;gap:0;\n    border:1px solid var(--line);border-radius:4px;overflow:hidden;\n    margin:34px 0;background:var(--paper-2);\n  }\n  .contrast > div{padding:24px 24px;}\n  .contrast .ai{background:var(--paper-2);border-right:1px solid var(--line);}\n  .contrast .coach{background:var(--navy);color:#eef1f6;}\n  .contrast h4{\n    margin:0 0 12px;font-size:11.5px;letter-spacing:.2em;text-transform:uppercase;\n    font-family:Arial,sans-serif;\n  }\n  .contrast .ai h4{color:var(--gold);}\n  .contrast .coach h4{color:var(--gold-soft);}\n  .contrast p{margin:0;font-family:Georgia,serif;font-size:19px;line-height:1.42;}\n  .contrast .ai p{color:var(--navy);}\n\n  \/* ---- Source note ---- *\/\n  .sourcenote{\n    background:var(--paper-2);border:1px solid var(--line);border-radius:4px;\n    padding:20px 24px;margin:34px 0;font-size:15px;line-height:1.6;color:var(--ink-soft);\n  }\n  .sourcenote b{color:var(--navy);}\n\n  \/* ---- Coda ---- *\/\n  .coda{\n    margin:52px 0 0;padding:34px 0 0;border-top:2px solid var(--navy);\n  }\n  .coda p:last-child{margin-bottom:0;}\n\n  \/* ---- Footer ---- *\/\n  footer{\n    margin-top:60px;border-top:1px solid var(--line);background:var(--paper);\n  }\n  footer .wrap{padding-top:34px;padding-bottom:48px;}\n  .sig{font-family:Georgia,serif;color:var(--navy);font-size:21px;margin:0 0 4px;}\n  .sig em{color:var(--gold);}\n  .bio{font-size:14px;line-height:1.65;color:var(--ink-soft);margin:14px 0 0;}\n  .bio b{color:var(--navy);}\n  .footmark{\n    margin-top:26px;font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);\n  }\n\n  @media (max-width:640px){\n    h1{font-size:33px;}\n    .standfirst{font-size:18px;}\n    article{font-size:17px;}\n    blockquote{font-size:21px;}\n    blockquote.center{font-size:22px;}\n    .contrast{grid-template-columns:1fr;}\n    .contrast .ai{border-right:0;border-bottom:1px solid var(--line);}\n    .brandline{font-size:11px;}\n  }\n  @media (prefers-reduced-motion:reduce){*{scroll-behavior:auto;}}\n<\/style>\n\n\n\n<header class=\"masthead\">\n  <div class=\"wrap\">\n    <div class=\"brandline\">\n      <span class=\"mark\">Salomons<span>.<\/span>Coach<\/span>\n      <span class=\"kicker\">Leadership Notes<\/span>\n    <\/div>\n  <\/div>\n<\/header>\n\n<div class=\"wrap\">\n  <section class=\"hero\">\n    <div class=\"eyebrow\">On AI &amp; the coaching relationship<\/div>\n    <h1>AI Can Coach Your Career.<br>It Can&rsquo;t Coach <em>You.<\/em><\/h1>\n    <p class=\"standfirst\">A recent HBR piece lists seven things generative AI does brilliantly for your career. Read closely, every one of them marks the edge of what it cannot touch.<\/p>\n    <div class=\"byline\">\n      <div class=\"avatar\">JS<\/div>\n      <div><b>Jan Salomons<\/b> &middot; Executive Coach, Salomons.Coach<br>On leadership, systems, and the work that changes who you are<\/div>\n    <\/div>\n  <\/section>\n \n  <article>\n    <p><span class=\"lead-cap\">T<\/span>omas Chamorro-Premuzic recently argued in <a href=\"https:\/\/hbr.org\/2025\/04\/want-to-use-ai-as-a-career-coach-use-these-prompts\" style=\"color:var(--navy);text-decoration:underline;text-decoration-color:var(--gold);text-underline-offset:3px;\"><em>Harvard Business Review<\/em><\/a> that generative AI has become a credible career coach: accessible, tireless, and, at roughly $272 an hour for the human alternative, a great deal cheaper. He is right, and I want to begin by saying so plainly, because what follows is not a defence of my profession against a machine. It is an attempt to be honest about where the machine ends.<\/p>\n\n    <p>His article is genuinely useful. It maps seven things AI does well: helping you find career direction, sharpening a CV and a LinkedIn profile, structuring a job search, rehearsing interviews and salary talks, advising on leadership moves, building a personal brand, and talking through the everyday friction of working life. For all of these, AI is a superb thought partner. Use it. I do.<\/p>\n\n    <p>Chamorro-Premuzic even concedes something the coaching industry rarely admits in public: that low barriers to entry and a general lack of training make rigorous, evidence-based coaching the exception rather than the rule. He is correct about that too. And it is precisely there, in his honesty, that the interesting question opens up.<\/p>\n\n    <h2><span class=\"num\">The quiet substitution<\/span>The category error hiding in the prompts<\/h2>\n\n    <p>Look again at the seven uses. Find clarity. Optimise the CV. Strategise the search. Rehearse the answer. Draft the email. Build the brand. Each is real and valuable. And each is, at root, <strong>information, advice, drafting, or rehearsal.<\/strong><\/p>\n\n    <p>That is not coaching. That is mentoring and consulting, the transfer of knowledge and the production of artefacts. It is enormously helpful, and it is exactly the kind of work that scales beautifully through a model that has read more career advice than any human ever could. The article describes this work superbly. It just calls it the wrong thing.<\/p>\n\n    <p>Coaching, properly understood, is not the delivery of answers. It is the disciplined business of helping a person see what they could not see alone, and become someone they could not become alone. The distinction matters, because the moment you separate the two, you can see clearly which part AI takes, and which part it structurally cannot.<\/p>\n\n    <div class=\"threshold\">where the prompts stop, the work begins<\/div>\n\n    <h2><span class=\"num\">The first line it can\u2019t cross<\/span>It coaches the person. It can\u2019t see the system.<\/h2>\n\n    <p>Ask AI \u201cwhat should I do about my difficult manager,\u201d and it will give you a thoughtful, well-structured answer about your manager and about you. That is the non-systemic question, and it gets a non-systemic answer.<\/p>\n\n    <p>But a leader is never a closed unit to be optimised. They are a node in a web of roles, pressures, loops, and expectations. A great deal of what presents as a personal failing is a property of the <em>position<\/em> someone occupies, the same chair would strain almost anyone the same way. The micromanaging manager is often caught in a loop you are also feeding. The conflict you keep escalating is frequently a third party absorbing tension that belongs to two others. The behaviour that looks irrational is usually a sensible response to what the system quietly rewards.<\/p>\n\n    <blockquote>Your team is producing exactly what it is built to produce. If you want a different result, you change the structure, not the willpower of the people inside it.<\/blockquote>\n\n    <p>AI optimises the individual in isolation. It cannot map the field of forces acting on you, because you cannot see that field clearly enough to describe it in a prompt, that incapacity to see your own system is the very thing you came for help with. A systemic coach works the other way round: not \u201cwhat is wrong with you,\u201d but \u201cwhat is your system producing, and what is your part in producing it?\u201d That reframing is the leverage. It rarely arrives by typing.<\/p>\n\n    <h2><span class=\"num\">The second line it can\u2019t cross<\/span>It will never risk the relationship<\/h2>\n\n    <p>Here is the most provocative thing I can say about your AI career coach, and I mean it precisely: <strong>it is the most accomplished over-functioner you will ever meet.<\/strong> It rescues. It validates. It fills every silence. It hands you the polished answer before you have done the difficult thinking. And it is engineered, at a deep level, to keep you engaged and to win your approval.<\/p>\n\n    <p>That is a fatal flaw in a coach. Because real growth lives on the far side of discomfort, the discomfort AI is specifically built to remove.<\/p>\n\n    <p>My own practice draws heavily on provocative and experience-based coaching. That means I will, when it serves you, play devil\u2019s advocate against the story you are most attached to. I will let a silence sit until it becomes productive rather than comfortable. I will decline to rescue you, because the struggle is the intervention. I will, on occasion, say the thing you came hoping someone would finally say. None of this is cruelty; it is care with a spine. And all of it depends on one thing AI can never offer: <strong>I am willing to risk the relationship in service of your development.<\/strong> AI is not. It will agree with you, endlessly and pleasantly, right up to the edge of your blind spot \u2014 and then agree with you there too.<\/p>\n\n    <div class=\"contrast\">\n      <div class=\"ai\">\n        <h4>What AI asks<\/h4>\n        <p>\u201cWhat would you like me to help you with?\u201d<\/p>\n      <\/div>\n      <div class=\"coach\">\n        <h4>What a coach asks<\/h4>\n        <p>\u201cWhat are you avoiding by asking me that?\u201d<\/p>\n      <\/div>\n    <\/div>\n\n    <h2><span class=\"num\">The third line it can\u2019t cross<\/span>It has read everything and lived nothing<\/h2>\n\n    <p>The mentoring layer of my work runs on lived judgement. Across thirty-five years \u2014 two managing-director roles, leadership work in fifty-five countries, the particular loneliness of being the person who finally has to decide \u2014 I have stood in rooms AI has only read about. It has absorbed every leadership book ever written and has never had to deliver bad news to someone it respected, never carried a business through a crisis, never felt a culture turn against a necessary change.<\/p>\n\n    <p>Experience is not nostalgia. It is pattern recognition earned at cost, the ability to feel, early, that a situation is heading somewhere a model trained on averages will not flag until it is too late. AI gives you the consensus of everything written. A mentor gives you the one thing the consensus missed, because they were once standing exactly where you are and it cost them something to learn it.<\/p>\n\n    <h2><span class=\"num\">The element beneath all three<\/span>A non-anxious presence has no off-switch for AI<\/h2>\n\n    <p>A leader\u2019s emotional state is contagious; it cascades through a team faster than any memo. Which is why, in a system under strain, a coach\u2019s most valuable contribution is often not insight at all but <strong>regulation<\/strong>, staying steady, connected, and non-reactive while everything around the client is not. From that steadiness the client borrows the capacity to do the same. We call it differentiation, and it is the quiet engine of most durable leadership growth.<\/p>\n\n    <p>AI cannot offer this, because it has no self to stay steady <em>from.<\/em> It mirrors your state back to you, fluently and amplified. Bring it your anxiety and it will organise your anxiety with great competence. It cannot be the calm in your system, because it is not in your system. It is a surface you are talking to.<\/p>\n\n    <div class=\"threshold\">a better tool raises the bar, it does not lower it<\/div>\n\n    <h2><span class=\"num\">The reframe<\/span>AI doesn\u2019t threaten coaching. It threatens fake coaching.<\/h2>\n\n    <p>So I am not worried, and I am not defensive. AI does not endanger real coaching, it endangers the coaching that was never coaching: the repackaging of generic advice, the comfortable validation, the answers anyone could have looked up. That work <em>should<\/em> be automated. Let it be.<\/p>\n\n    <p>What remains is harder, more human, and more necessary than before. If AI now does the informational layer better than an average coach, then the bar for a human coach rises sharply: be more systemic, more provocative, more genuinely experienced, or be replaced, and rightly. Chamorro-Premuzic notes that you are less likely to lose your job to AI than to <em>a person who uses it well.<\/em> The same is true of my profession. I intend to be that person.<\/p>\n\n    <blockquote class=\"center\">Use AI for the seven things. Come to a human for the work that only happens because someone is willing <em>not<\/em> to give you what you asked for.<\/blockquote>\n\n   <div class=\"coda\">\n      <p>There is a reason the <strong>Reflect<\/strong> phase of my 4R Model insists on a sequence that no prompt can shortcut &mdash; slow down, then attention, then analysis &mdash; as the precondition for genuine reflection. AI collapses that sequence into an instant, fluent reply. It is wonderful when you need an answer. It is exactly the wrong instrument when what you actually need is to <em>see.<\/em><\/p>\n \n      <p>Your AI career coach will never risk losing you. That is precisely why it can never change you.<\/p>\n    <\/div>\n \n    <div class=\"sourcenote\">\n      <b>On the source.<\/b> This piece is a response to Tomas Chamorro-Premuzic, &ldquo;<a href=\"https:\/\/hbr.org\/2025\/04\/want-to-use-ai-as-a-career-coach-use-these-prompts\" style=\"color:var(--navy);text-decoration:underline;text-decoration-color:var(--gold);text-underline-offset:3px;\">Want to Use AI as a Career Coach? Use These Prompts<\/a>,&rdquo; <em>Harvard Business Review<\/em>, 15 April 2025. His seven use cases are well worth reading in the original; the argument above is offered as a complement to them, not a contradiction.\n    <\/div>\n  <\/article>\n<\/div>\n\n<footer>\n  <div class=\"wrap\">\n    <p class=\"sig\">Jan Salomons \u2014 <em>Salomons.Coach<\/em><\/p>\n    <p class=\"bio\"><b>Jan Salomons<\/b> is an executive coach and leadership-development practitioner with more than three decades of senior management experience across fifty-five countries, including two managing-director roles. He is a member of the Harvard Business Review Advisory Council and the originator of the 4R Model\u2122 and the Cross-Cultural Leadership Compass. His practice combines systemic, provocative, and experience-based coaching for leaders navigating genuine complexity.<\/p>\n    <p class=\"footmark\">Salomons.Coach \u00b7 Leadership Notes<\/p>\n  <\/div>\n<\/footer>\n","protected":false},"excerpt":{"rendered":"<p>Generative AI is a superb career thought partner \u2014 for CVs, interviews, search strategy, and rehearsal. But coaching isn&#8217;t information. Drawing on systemic and provocative coaching and three decades in the leadership chair, Jan Salomons argues that the deeper work, seeing your system, facing your blind spot, growing past your own comfort, is precisely what an AI built to agree with you can never do.<\/p>\n","protected":false},"author":1,"featured_media":12709,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"rs_blank_template":"","rs_page_bg_color":"","slide_template_v7":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[527,1,196,193,199],"tags":[528,443,571,23,183,84,72,570],"class_list":["post-12708","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai","category-blog","category-change-transformation","category-self-personal-growth","category-tools-methods","tag-ai","tag-career","tag-career-coaching","tag-coaching","tag-executive-coaching","tag-hbr","tag-leadership","tag-systemic-coaching"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.9.7.2 - aioseo.com -->\n\t<meta name=\"description\" content=\"An HBR piece lists seven things AI does brilliantly as a career coach. Every one reveals what it can&#039;t touch: the systemic, provocative work that changes you.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"salomons.coach\"\/>\n\t<meta name=\"google-site-verification\" content=\"-O4Usq8B4QhcjoRwcNVgdzzVlQNLiDAw2Hy2bNYQhTk\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/salomons.coach\/en\/ai-can-coach-your-career-it-cant-coach-you\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.7.2\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_GB\" \/>\n\t\t<meta property=\"og:site_name\" content=\"salomons.coach - Leadership Development &amp; Coaching\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"AI Can Coach Your Career. It Can\u2019t Coach You. - salomons.coach\" \/>\n\t\t<meta property=\"og:description\" content=\"An HBR piece lists seven things AI does brilliantly as a career coach. Every one reveals what it can&#039;t touch: the systemic, provocative work that changes you.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/salomons.coach\/en\/ai-can-coach-your-career-it-cant-coach-you\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/salomons.coach\/wp-content\/uploads\/2024\/06\/FS1904_JanXLGrowth_216-Jan-Salomons-no-background.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/salomons.coach\/wp-content\/uploads\/2024\/06\/FS1904_JanXLGrowth_216-Jan-Salomons-no-background.png\" \/>\n\t\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t\t<meta property=\"og:image:height\" content=\"683\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-06-10T19:10:54+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-06-10T19:34:56+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Jan.salomons.75\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@salomons_coach\" \/>\n\t\t<meta name=\"twitter:title\" content=\"AI Can Coach Your Career. It Can\u2019t Coach You. - salomons.coach\" \/>\n\t\t<meta name=\"twitter:description\" content=\"An HBR piece lists seven things AI does brilliantly as a career coach. Every one reveals what it can&#039;t touch: the systemic, provocative work that changes you.\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@salomons_coach\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/salomons.coach\/wp-content\/uploads\/2024\/06\/FS1904_JanXLGrowth_216-Jan-Salomons-no-background.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/salomons.coach\\\/en\\\/ai-can-coach-your-career-it-cant-coach-you\\\/#blogposting\",\"name\":\"AI Can Coach Your Career. It Can\\u2019t Coach You. - salomons.coach\",\"headline\":\"AI Can Coach Your Career. It Can\\u2019t Coach\\u00a0You.\",\"author\":{\"@id\":\"https:\\\/\\\/salomons.coach\\\/en\\\/author\\\/salomons-coach\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/salomons.coach\\\/en\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/salomons.coach\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/ai-cannot-coach-you-hero.png\",\"width\":1920,\"height\":1080},\"datePublished\":\"2026-06-10T20:10:54+01:00\",\"dateModified\":\"2026-06-10T20:34:56+01:00\",\"inLanguage\":\"en-GB\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/salomons.coach\\\/en\\\/ai-can-coach-your-career-it-cant-coach-you\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/salomons.coach\\\/en\\\/ai-can-coach-your-career-it-cant-coach-you\\\/#webpage\"},\"articleSection\":\"AI, Blog, Change &amp; Transformation, Self &amp; Personal Growth, Tools &amp; Methods, AI, career, career-coaching, coaching, executive-coaching, HBR, leadership, systemic-coaching\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/salomons.coach\\\/en\\\/ai-can-coach-your-career-it-cant-coach-you\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/salomons.coach\\\/en#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/salomons.coach\\\/en\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/salomons.coach\\\/en\\\/category\\\/ai\\\/#listItem\",\"name\":\"AI\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/salomons.coach\\\/en\\\/category\\\/ai\\\/#listItem\",\"position\":2,\"name\":\"AI\",\"item\":\"https:\\\/\\\/salomons.coach\\\/en\\\/category\\\/ai\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/salomons.coach\\\/en\\\/ai-can-coach-your-career-it-cant-coach-you\\\/#listItem\",\"name\":\"AI Can Coach Your Career. It Can\\u2019t Coach\\u00a0You.\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/salomons.coach\\\/en#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/salomons.coach\\\/en\\\/ai-can-coach-your-career-it-cant-coach-you\\\/#listItem\",\"position\":3,\"name\":\"AI Can Coach Your Career. It Can\\u2019t Coach\\u00a0You.\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/salomons.coach\\\/en\\\/category\\\/ai\\\/#listItem\",\"name\":\"AI\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/salomons.coach\\\/en\\\/#organization\",\"name\":\"salomons.coach Leadership Development & Coaching salomons.coach\",\"description\":\"Leadership Development & Coaching leadership development and coaching, change, culture, operations excellence\",\"url\":\"https:\\\/\\\/salomons.coach\\\/en\\\/\",\"email\":\"jan@salomons.coach\",\"telephone\":\"+31653897567\",\"foundingDate\":\"2018-06-01\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":0,\"maxValue\":10},\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/salomons.coach\\\/wp-content\\\/uploads\\\/2024\\\/06\\\/Logo-salomons.coach_.png\",\"@id\":\"https:\\\/\\\/salomons.coach\\\/en\\\/ai-can-coach-your-career-it-cant-coach-you\\\/#organizationLogo\",\"width\":369,\"height\":152},\"image\":{\"@id\":\"https:\\\/\\\/salomons.coach\\\/en\\\/ai-can-coach-your-career-it-cant-coach-you\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/Jan.salomons.75\",\"https:\\\/\\\/x.com\\\/@salomons_coach\",\"https:\\\/\\\/www.instagram.com\\\/salomons.coach\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/jansalomons\"],\"address\":{\"@id\":\"https:\\\/\\\/salomons.coach\\\/en\\\/#postaladdress\",\"@type\":\"PostalAddress\",\"streetAddress\":\"Jonathan 4\",\"postalCode\":\"6662 JK\",\"addressLocality\":\"Elst\",\"addressRegion\":\"Gelderland\",\"addressCountry\":\"NL\"},\"vatID\":\"NL858997198B01\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/salomons.coach\\\/en\\\/author\\\/salomons-coach\\\/#author\",\"url\":\"https:\\\/\\\/salomons.coach\\\/en\\\/author\\\/salomons-coach\\\/\",\"name\":\"salomons.coach\",\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/salomons.coach\\\/wp-content\\\/uploads\\\/2016\\\/03\\\/Jan-Salomons.Coach-incl-logo-on-shirt-pocket.webp\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/in\\\/jansalomons\\\/\"],\"description\":\"\\u00a0 Jan Salomons is an executive coach, leadership development expert, and trusted advisor to senior leaders navigating complexity, change, and disruption. With more than 35 years of international leadership and management experience, Jan has held executive and managing director roles in complex, operationally intensive environments, including global logistics and high-tech manufacturing. He currently works at the intersection of leadership, transformation, and execution, combining strategic clarity with deep operational realism. Jan specializes in supporting leaders and leadership teams facing moments that matter: organizational change, increased pressure, loss of direction, declining trust, or career transitions such as redundancy. His work focuses on strengthening self-leadership, decision-making, accountability, and team effectiveness in volatile, uncertain, complex, and ambiguous (VUCA) contexts. Known for his calm presence and sharp questioning, Jan helps leaders move from reflection to action \\u2014 without simplification or theatrics. His approach is grounded in evidence-based coaching, real-world experience, and a strong belief that sustainable performance starts with leaders who can lead themselves. Jan is the founder of Salomons.Coach and a member of the Harvard Business Review Advisory Council. He regularly writes and speaks on leadership, resilience, and navigating work and careers in times of uncertainty.\",\"jobTitle\":\"Career & Leadership Coach\",\"alumniOf\":[{\"@type\":\"EducationalOrganization\",\"name\":\"Warwick University - Business School - Executive MBA\",\"sameAs\":\"https:\\\/\\\/www.wbs.ac.uk\\\/\"},{\"@type\":\"EducationalOrganization\",\"name\":\"Coaching Training Institute (CTI)\",\"sameAs\":\"https:\\\/\\\/coactive.com\\\/global\\\/\"},{\"@type\":\"EducationalOrganization\",\"name\":\"HBR Advisory Council\",\"sameAs\":\"https:\\\/\\\/hbr.org\\\/advisory-council\"},{\"@type\":\"EducationalOrganization\",\"name\":\"Pedagogical Technical University (HBO)\",\"sameAs\":\"https:\\\/\\\/www.fontys.nl\\\/Home.htm\"}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/salomons.coach\\\/en\\\/ai-can-coach-your-career-it-cant-coach-you\\\/#webpage\",\"url\":\"https:\\\/\\\/salomons.coach\\\/en\\\/ai-can-coach-your-career-it-cant-coach-you\\\/\",\"name\":\"AI Can Coach Your Career. It Can\\u2019t Coach You. - salomons.coach\",\"description\":\"An HBR piece lists seven things AI does brilliantly as a career coach. Every one reveals what it can't touch: the systemic, provocative work that changes you.\",\"inLanguage\":\"en-GB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/salomons.coach\\\/en\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/salomons.coach\\\/en\\\/ai-can-coach-your-career-it-cant-coach-you\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/salomons.coach\\\/en\\\/author\\\/salomons-coach\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/salomons.coach\\\/en\\\/author\\\/salomons-coach\\\/#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/salomons.coach\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/ai-cannot-coach-you-hero.png\",\"@id\":\"https:\\\/\\\/salomons.coach\\\/en\\\/ai-can-coach-your-career-it-cant-coach-you\\\/#mainImage\",\"width\":1920,\"height\":1080},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/salomons.coach\\\/en\\\/ai-can-coach-your-career-it-cant-coach-you\\\/#mainImage\"},\"datePublished\":\"2026-06-10T20:10:54+01:00\",\"dateModified\":\"2026-06-10T20:34:56+01:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/salomons.coach\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/salomons.coach\\\/en\\\/\",\"name\":\"salomons.coach\",\"alternateName\":\"salomons.coach\",\"description\":\"Leadership Development & Coaching\",\"inLanguage\":\"en-GB\",\"publisher\":{\"@id\":\"https:\\\/\\\/salomons.coach\\\/en\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>AI Can Coach Your Career. It Can\u2019t Coach You. - salomons.coach<\/title>\n\n","aioseo_head_json":{"title":"AI Can Coach Your Career. It Can\u2019t Coach You. - salomons.coach","description":"An HBR piece lists seven things AI does brilliantly as a career coach. Every one reveals what it can't touch: the systemic, provocative work that changes you.","canonical_url":"https:\/\/salomons.coach\/en\/ai-can-coach-your-career-it-cant-coach-you\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"-O4Usq8B4QhcjoRwcNVgdzzVlQNLiDAw2Hy2bNYQhTk","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/salomons.coach\/en\/ai-can-coach-your-career-it-cant-coach-you\/#blogposting","name":"AI Can Coach Your Career. It Can\u2019t Coach You. - salomons.coach","headline":"AI Can Coach Your Career. It Can\u2019t Coach\u00a0You.","author":{"@id":"https:\/\/salomons.coach\/en\/author\/salomons-coach\/#author"},"publisher":{"@id":"https:\/\/salomons.coach\/en\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/salomons.coach\/wp-content\/uploads\/2026\/06\/ai-cannot-coach-you-hero.png","width":1920,"height":1080},"datePublished":"2026-06-10T20:10:54+01:00","dateModified":"2026-06-10T20:34:56+01:00","inLanguage":"en-GB","mainEntityOfPage":{"@id":"https:\/\/salomons.coach\/en\/ai-can-coach-your-career-it-cant-coach-you\/#webpage"},"isPartOf":{"@id":"https:\/\/salomons.coach\/en\/ai-can-coach-your-career-it-cant-coach-you\/#webpage"},"articleSection":"AI, Blog, Change &amp; Transformation, Self &amp; Personal Growth, Tools &amp; Methods, AI, career, career-coaching, coaching, executive-coaching, HBR, leadership, systemic-coaching"},{"@type":"BreadcrumbList","@id":"https:\/\/salomons.coach\/en\/ai-can-coach-your-career-it-cant-coach-you\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/salomons.coach\/en#listItem","position":1,"name":"Home","item":"https:\/\/salomons.coach\/en","nextItem":{"@type":"ListItem","@id":"https:\/\/salomons.coach\/en\/category\/ai\/#listItem","name":"AI"}},{"@type":"ListItem","@id":"https:\/\/salomons.coach\/en\/category\/ai\/#listItem","position":2,"name":"AI","item":"https:\/\/salomons.coach\/en\/category\/ai\/","nextItem":{"@type":"ListItem","@id":"https:\/\/salomons.coach\/en\/ai-can-coach-your-career-it-cant-coach-you\/#listItem","name":"AI Can Coach Your Career. It Can\u2019t Coach\u00a0You."},"previousItem":{"@type":"ListItem","@id":"https:\/\/salomons.coach\/en#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/salomons.coach\/en\/ai-can-coach-your-career-it-cant-coach-you\/#listItem","position":3,"name":"AI Can Coach Your Career. It Can\u2019t Coach\u00a0You.","previousItem":{"@type":"ListItem","@id":"https:\/\/salomons.coach\/en\/category\/ai\/#listItem","name":"AI"}}]},{"@type":"Organization","@id":"https:\/\/salomons.coach\/en\/#organization","name":"salomons.coach Leadership Development & Coaching salomons.coach","description":"Leadership Development & Coaching leadership development and coaching, change, culture, operations excellence","url":"https:\/\/salomons.coach\/en\/","email":"jan@salomons.coach","telephone":"+31653897567","foundingDate":"2018-06-01","numberOfEmployees":{"@type":"QuantitativeValue","minValue":0,"maxValue":10},"logo":{"@type":"ImageObject","url":"https:\/\/salomons.coach\/wp-content\/uploads\/2024\/06\/Logo-salomons.coach_.png","@id":"https:\/\/salomons.coach\/en\/ai-can-coach-your-career-it-cant-coach-you\/#organizationLogo","width":369,"height":152},"image":{"@id":"https:\/\/salomons.coach\/en\/ai-can-coach-your-career-it-cant-coach-you\/#organizationLogo"},"sameAs":["https:\/\/www.facebook.com\/Jan.salomons.75","https:\/\/x.com\/@salomons_coach","https:\/\/www.instagram.com\/salomons.coach\/","https:\/\/www.linkedin.com\/in\/jansalomons"],"address":{"@id":"https:\/\/salomons.coach\/en\/#postaladdress","@type":"PostalAddress","streetAddress":"Jonathan 4","postalCode":"6662 JK","addressLocality":"Elst","addressRegion":"Gelderland","addressCountry":"NL"},"vatID":"NL858997198B01"},{"@type":"Person","@id":"https:\/\/salomons.coach\/en\/author\/salomons-coach\/#author","url":"https:\/\/salomons.coach\/en\/author\/salomons-coach\/","name":"salomons.coach","image":{"@type":"ImageObject","url":"https:\/\/salomons.coach\/wp-content\/uploads\/2016\/03\/Jan-Salomons.Coach-incl-logo-on-shirt-pocket.webp"},"sameAs":["https:\/\/www.linkedin.com\/in\/jansalomons\/"],"description":"\u00a0 Jan Salomons is an executive coach, leadership development expert, and trusted advisor to senior leaders navigating complexity, change, and disruption. With more than 35 years of international leadership and management experience, Jan has held executive and managing director roles in complex, operationally intensive environments, including global logistics and high-tech manufacturing. He currently works at the intersection of leadership, transformation, and execution, combining strategic clarity with deep operational realism. Jan specializes in supporting leaders and leadership teams facing moments that matter: organizational change, increased pressure, loss of direction, declining trust, or career transitions such as redundancy. His work focuses on strengthening self-leadership, decision-making, accountability, and team effectiveness in volatile, uncertain, complex, and ambiguous (VUCA) contexts. Known for his calm presence and sharp questioning, Jan helps leaders move from reflection to action \u2014 without simplification or theatrics. His approach is grounded in evidence-based coaching, real-world experience, and a strong belief that sustainable performance starts with leaders who can lead themselves. Jan is the founder of Salomons.Coach and a member of the Harvard Business Review Advisory Council. He regularly writes and speaks on leadership, resilience, and navigating work and careers in times of uncertainty.","jobTitle":"Career & Leadership Coach","alumniOf":[{"@type":"EducationalOrganization","name":"Warwick University - Business School - Executive MBA","sameAs":"https:\/\/www.wbs.ac.uk\/"},{"@type":"EducationalOrganization","name":"Coaching Training Institute (CTI)","sameAs":"https:\/\/coactive.com\/global\/"},{"@type":"EducationalOrganization","name":"HBR Advisory Council","sameAs":"https:\/\/hbr.org\/advisory-council"},{"@type":"EducationalOrganization","name":"Pedagogical Technical University (HBO)","sameAs":"https:\/\/www.fontys.nl\/Home.htm"}]},{"@type":"WebPage","@id":"https:\/\/salomons.coach\/en\/ai-can-coach-your-career-it-cant-coach-you\/#webpage","url":"https:\/\/salomons.coach\/en\/ai-can-coach-your-career-it-cant-coach-you\/","name":"AI Can Coach Your Career. It Can\u2019t Coach You. - salomons.coach","description":"An HBR piece lists seven things AI does brilliantly as a career coach. Every one reveals what it can't touch: the systemic, provocative work that changes you.","inLanguage":"en-GB","isPartOf":{"@id":"https:\/\/salomons.coach\/en\/#website"},"breadcrumb":{"@id":"https:\/\/salomons.coach\/en\/ai-can-coach-your-career-it-cant-coach-you\/#breadcrumblist"},"author":{"@id":"https:\/\/salomons.coach\/en\/author\/salomons-coach\/#author"},"creator":{"@id":"https:\/\/salomons.coach\/en\/author\/salomons-coach\/#author"},"image":{"@type":"ImageObject","url":"https:\/\/salomons.coach\/wp-content\/uploads\/2026\/06\/ai-cannot-coach-you-hero.png","@id":"https:\/\/salomons.coach\/en\/ai-can-coach-your-career-it-cant-coach-you\/#mainImage","width":1920,"height":1080},"primaryImageOfPage":{"@id":"https:\/\/salomons.coach\/en\/ai-can-coach-your-career-it-cant-coach-you\/#mainImage"},"datePublished":"2026-06-10T20:10:54+01:00","dateModified":"2026-06-10T20:34:56+01:00"},{"@type":"WebSite","@id":"https:\/\/salomons.coach\/en\/#website","url":"https:\/\/salomons.coach\/en\/","name":"salomons.coach","alternateName":"salomons.coach","description":"Leadership Development & Coaching","inLanguage":"en-GB","publisher":{"@id":"https:\/\/salomons.coach\/en\/#organization"}}]},"og:locale":"en_GB","og:site_name":"salomons.coach - Leadership Development &amp; Coaching","og:type":"article","og:title":"AI Can Coach Your Career. It Can\u2019t Coach You. - salomons.coach","og:description":"An HBR piece lists seven things AI does brilliantly as a career coach. Every one reveals what it can't touch: the systemic, provocative work that changes you.","og:url":"https:\/\/salomons.coach\/en\/ai-can-coach-your-career-it-cant-coach-you\/","og:image":"https:\/\/salomons.coach\/wp-content\/uploads\/2024\/06\/FS1904_JanXLGrowth_216-Jan-Salomons-no-background.png","og:image:secure_url":"https:\/\/salomons.coach\/wp-content\/uploads\/2024\/06\/FS1904_JanXLGrowth_216-Jan-Salomons-no-background.png","og:image:width":1024,"og:image:height":683,"article:published_time":"2026-06-10T19:10:54+00:00","article:modified_time":"2026-06-10T19:34:56+00:00","article:publisher":"https:\/\/www.facebook.com\/Jan.salomons.75","twitter:card":"summary_large_image","twitter:site":"@salomons_coach","twitter:title":"AI Can Coach Your Career. It Can\u2019t Coach You. - salomons.coach","twitter:description":"An HBR piece lists seven things AI does brilliantly as a career coach. Every one reveals what it can't touch: the systemic, provocative work that changes you.","twitter:creator":"@salomons_coach","twitter:image":"https:\/\/salomons.coach\/wp-content\/uploads\/2024\/06\/FS1904_JanXLGrowth_216-Jan-Salomons-no-background.png"},"aioseo_meta_data":{"post_id":"12708","title":"#post_title #separator_sa #site_title","description":"An HBR piece lists seven things AI does brilliantly as a career coach. Every one reveals what it can't touch: the systemic, provocative work that changes you.","keywords":null,"keyphrases":{"focus":{"keyphrase":"AI Career Coaching: What It Can't Replace","score":32,"analysis":{"keyphraseInTitle":{"score":3,"maxScore":9,"error":1},"keyphraseInDescription":{"score":3,"maxScore":9,"error":1},"keyphraseLength":{"score":6,"maxScore":9,"error":1,"length":7},"keyphraseInURL":{"score":1,"maxScore":5,"error":1},"keyphraseInIntroduction":{"score":3,"maxScore":9,"error":1},"keyphraseInSubHeadings":{"score":3,"maxScore":9,"error":1},"keyphraseInImageAlt":[],"keywordDensity":{"score":0,"type":"low","maxScore":9,"error":1}}},"additional":[{"keyphrase":"AI career coaching","score":42,"analysis":{"keyphraseInDescription":{"score":3,"maxScore":9,"error":1},"keyphraseLength":{"score":9,"maxScore":9,"error":0,"length":3},"keyphraseInIntroduction":{"score":3,"maxScore":9,"error":1},"keyphraseInImageAlt":[],"keywordDensity":{"score":0,"type":"low","maxScore":9,"error":1}}},{"keyphrase":"AI vs human coaching","score":42,"analysis":{"keyphraseInDescription":{"score":3,"maxScore":9,"error":1},"keyphraseLength":{"score":9,"maxScore":9,"error":0,"length":4},"keyphraseInIntroduction":{"score":3,"maxScore":9,"error":1},"keyphraseInImageAlt":[],"keywordDensity":{"score":0,"type":"low","maxScore":9,"error":1}}},{"keyphrase":"can AI replace a coach","score":33,"analysis":{"keyphraseInDescription":{"score":3,"maxScore":9,"error":1},"keyphraseLength":{"score":6,"maxScore":9,"error":1,"length":5},"keyphraseInIntroduction":{"score":3,"maxScore":9,"error":1},"keyphraseInImageAlt":[],"keywordDensity":{"score":0,"type":"low","maxScore":9,"error":1}}},{"keyphrase":"executive coaching","score":42,"analysis":{"keyphraseInDescription":{"score":3,"maxScore":9,"error":1},"keyphraseLength":{"score":9,"maxScore":9,"error":0,"length":2},"keyphraseInIntroduction":{"score":3,"maxScore":9,"error":1},"keyphraseInImageAlt":[],"keywordDensity":{"score":0,"type":"low","maxScore":9,"error":1}}},{"keyphrase":"systemic coaching","score":42,"analysis":{"keyphraseInDescription":{"score":3,"maxScore":9,"error":1},"keyphraseLength":{"score":9,"maxScore":9,"error":0,"length":2},"keyphraseInIntroduction":{"score":3,"maxScore":9,"error":1},"keyphraseInImageAlt":[],"keywordDensity":{"score":0,"type":"low","maxScore":9,"error":1}}},{"keyphrase":"provocative coaching","score":42,"analysis":{"keyphraseInDescription":{"score":3,"maxScore":9,"error":1},"keyphraseLength":{"score":9,"maxScore":9,"error":0,"length":2},"keyphraseInIntroduction":{"score":3,"maxScore":9,"error":1},"keyphraseInImageAlt":[],"keywordDensity":{"score":0,"type":"low","maxScore":9,"error":1}}},{"keyphrase":"leadership coaching","score":42,"analysis":{"keyphraseInDescription":{"score":3,"maxScore":9,"error":1},"keyphraseLength":{"score":9,"maxScore":9,"error":0,"length":2},"keyphraseInIntroduction":{"score":3,"maxScore":9,"error":1},"keyphraseInImageAlt":[],"keywordDensity":{"score":0,"type":"low","maxScore":9,"error":1}}},{"keyphrase":"AI thought partner","score":42,"analysis":{"keyphraseInDescription":{"score":3,"maxScore":9,"error":1},"keyphraseLength":{"score":9,"maxScore":9,"error":0,"length":3},"keyphraseInIntroduction":{"score":3,"maxScore":9,"error":1},"keyphraseInImageAlt":[],"keywordDensity":{"score":0,"type":"low","maxScore":9,"error":1}}},{"keyphrase":"blind spot","score":42,"analysis":{"keyphraseInDescription":{"score":3,"maxScore":9,"error":1},"keyphraseLength":{"score":9,"maxScore":9,"error":0,"length":2},"keyphraseInIntroduction":{"score":3,"maxScore":9,"error":1},"keyphraseInImageAlt":[],"keywordDensity":{"score":0,"type":"low","maxScore":9,"error":1}}},{"keyphrase":"career development","score":42,"analysis":{"keyphraseInDescription":{"score":3,"maxScore":9,"error":1},"keyphraseLength":{"score":9,"maxScore":9,"error":0,"length":2},"keyphraseInIntroduction":{"score":3,"maxScore":9,"error":1},"keyphraseInImageAlt":[],"keywordDensity":{"score":0,"type":"low","maxScore":9,"error":1}}}]},"primary_term":{"category":527},"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"BlogPosting","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"seo_analyzer_scan_date":"2026-06-10 19:35:10","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":"0","open_ai":null,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-06-10 18:56:28","updated":"2026-06-10 20:01:42"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/salomons.coach\/en\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">\u00bb<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/salomons.coach\/en\/category\/ai\/\" title=\"AI\">AI<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">\u00bb<\/span><span class=\"aioseo-breadcrumb\">\n\tAI Can Coach Your Career. It Can\u2019t Coach You.\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/salomons.coach\/en"},{"label":"AI","link":"https:\/\/salomons.coach\/en\/category\/ai\/"},{"label":"AI Can Coach Your Career. It Can\u2019t Coach\u00a0You.","link":"https:\/\/salomons.coach\/en\/ai-can-coach-your-career-it-cant-coach-you\/"}],"_links":{"self":[{"href":"https:\/\/salomons.coach\/en\/wp-json\/wp\/v2\/posts\/12708","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/salomons.coach\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/salomons.coach\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/salomons.coach\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/salomons.coach\/en\/wp-json\/wp\/v2\/comments?post=12708"}],"version-history":[{"count":4,"href":"https:\/\/salomons.coach\/en\/wp-json\/wp\/v2\/posts\/12708\/revisions"}],"predecessor-version":[{"id":12715,"href":"https:\/\/salomons.coach\/en\/wp-json\/wp\/v2\/posts\/12708\/revisions\/12715"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/salomons.coach\/en\/wp-json\/wp\/v2\/media\/12709"}],"wp:attachment":[{"href":"https:\/\/salomons.coach\/en\/wp-json\/wp\/v2\/media?parent=12708"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/salomons.coach\/en\/wp-json\/wp\/v2\/categories?post=12708"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/salomons.coach\/en\/wp-json\/wp\/v2\/tags?post=12708"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}