<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0"><channel><title><![CDATA[databites: Josep's Bites]]></title><description><![CDATA[This is a collection of tips, stories, and reflections on how I built a flexible, fulfilling career in data science—and how you can do the same. Take control of your career and design a life on your own terms.]]></description><link>https://reads.databites.tech/s/joseps-notes</link><image><url>https://substackcdn.com/image/fetch/$s_!nYiM!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F151064b1-1b76-4f6d-adaf-0efcacff80d1_281x281.png</url><title>databites: Josep&apos;s Bites</title><link>https://reads.databites.tech/s/joseps-notes</link></image><generator>Substack</generator><lastBuildDate>Sat, 25 Jul 2026 00:22:17 GMT</lastBuildDate><atom:link href="https://reads.databites.tech/feed" rel="self" type="application/rss+xml"/><copyright><![CDATA[Josep Ferrer]]></copyright><language><![CDATA[en]]></language><webMaster><![CDATA[databites.hi@gmail.com]]></webMaster><itunes:owner><itunes:email><![CDATA[databites.hi@gmail.com]]></itunes:email><itunes:name><![CDATA[Josep Ferrer]]></itunes:name></itunes:owner><itunes:author><![CDATA[Josep Ferrer]]></itunes:author><googleplay:owner><![CDATA[databites.hi@gmail.com]]></googleplay:owner><googleplay:email><![CDATA[databites.hi@gmail.com]]></googleplay:email><googleplay:author><![CDATA[Josep Ferrer]]></googleplay:author><itunes:block><![CDATA[Yes]]></itunes:block><item><title><![CDATA[The interview stack. The work stack. Two different jobs.]]></title><description><![CDATA[Two lists. Almost no overlap.]]></description><link>https://reads.databites.tech/p/the-interview-stack-the-work-stack</link><guid isPermaLink="false">https://reads.databites.tech/p/the-interview-stack-the-work-stack</guid><pubDate>Tue, 21 Jul 2026 11:32:53 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/c2ac95a9-c811-438c-a842-7c09dfb0e05a_1911x1911.heic" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>A friend of mine finished her data science bootcamp last October.</p><p>She could build an end-to-end scikit-learn Pipeline in her sleep.</p><p>Six months into her first job, she&#8217;d used it exactly once.</p><blockquote><p><em>&#8220;I feel like I forgot everything.&#8221;</em></p></blockquote><p>She hadn&#8217;t forgotten anything. The stack just changed the moment she stopped interviewing.</p><p><strong>The Python libraries you learn for interviews are not the libraries you use at work.</strong></p><p>Not because interviews are outdated. Because they&#8217;re testing for something different.</p><p><strong>Interviews test one thing: </strong></p><blockquote><p><em>Can you build the ideal version?</em></p></blockquote><p><strong>Work rewards a different one:</strong> </p><blockquote><p><em>Can you make the messy version work with what&#8217;s already there?</em></p></blockquote><p>The interview stack is clean. scikit-learn Pipelines. PyTorch model classes. SQLAlchemy. dbt. MLflow. Every library used the way its documentation intended.</p><p>The work stack is whatever the team had when you joined. pandas doing eighty percent of the load. A <code>utils.py</code> file three engineers ago wrote. One SQL client. A script called <code>run.py</code> that nobody has time to refactor.</p><blockquote><p>The library the team already uses will always beat the one you&#8217;re better at.</p></blockquote><p>Three things nobody tells juniors about this gap:</p><ol><li><p>Ninety percent of your real value lives in pandas, SQL, and knowing where to look. The rest is optional most weeks.</p></li><li><p>Your fancy stack is what you build <em>to</em>, not what you build <em>with</em>. You earn the room to change how the team works before you use it.</p></li><li><p>Feeling behind because you&#8217;re &#8220;only using pandas&#8221; means you&#8217;ve misread what work rewards. You&#8217;re not behind. You&#8217;re doing the job.</p></li></ol><p>Interview prep isn&#8217;t wasted, it buys you the interview.</p><p>But once you&#8217;re inside, the person who ships in the ugly stack the team already trusts will always be more valuable than the one who knows a prettier one.</p><blockquote><p>Interviews reward the ideal. Work rewards the workable.</p></blockquote><p>Learn both. Use each in the room it belongs in.</p><p>&#8212; Josep</p><div><hr></div><h2><strong>Are you still here? &#129488;</strong></h2><p>&#128073;&#127995; I want this newsletter to be useful, so please let me know your feedback!</p><div class="poll-embed" data-attrs="{&quot;id&quot;:829612}" data-component-name="PollToDOM"></div><p>Before you go,<strong> tap the &#128154; and the restack buttons at the bottom of this email to show your support</strong>, <em>it really helps and means a lot!</em></p><div><hr></div><p>Which library did you spend the most time learning for interviews and use the least at work? Please let me know&#128071;&#127995;</p>]]></content:encoded></item><item><title><![CDATA[Your GitHub is not your portfolio.]]></title><description><![CDATA[One holds your code. The other decides your career.]]></description><link>https://reads.databites.tech/p/your-github-is-not-your-portfolio</link><guid isPermaLink="false">https://reads.databites.tech/p/your-github-is-not-your-portfolio</guid><pubDate>Tue, 14 Jul 2026 10:46:38 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/7f634cb4-e497-4b83-a494-c15e1da05c50_2268x2268.heic" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>A reader message landed in my inbox this weekend.</p><blockquote><p><em>I have a bunch of projects on GitHub. Is that my portfolio?</em></p></blockquote><p>Short answer: no.</p><p><strong>A GitHub is a repository. A portfolio is a story.</strong></p><p>Two different objects. Two different audiences. Two different jobs.</p><p>GitHub is for the person who wants to read your code. That&#8217;s a tiny audience. Usually another engineer. Usually already inside your team.</p><p>A portfolio is for the person who <em>doesn&#8217;t</em> want to read your code.</p><p><strong>And that&#8217;s the audience that actually decides whether you get hired, promoted, or brought into a room.</strong> Hiring managers. Product leads. Recruiters. Clients.</p><p>They don&#8217;t open notebooks. They don&#8217;t scroll commits.</p><p><strong>They look for three things, in this order:</strong></p><ol><li><p>What problem did you solve</p></li><li><p>What decision did it change</p></li><li><p>What would you do differently now</p></li></ol><p>None of that lives on GitHub.</p><blockquote><p>Your GitHub has the raw material. A portfolio has the argument.</p></blockquote><p>The gap between <em>&#8220;I built things&#8221;</em> and <em>&#8220;I can show you what they mean&#8221;</em> is the gap between a career that stalls and one that compounds.</p><p>Most data people are stuck on the wrong side of it.</p><p>Not because they haven&#8217;t done the work. Because they never translated it.</p><p>Next week I&#8217;ll break down why most data portfolios still fail the moment they land in front of a hiring manager. And what the ones that actually convert do differently.</p><p>For today, open your GitHub. </p><p>Pick one project. </p><p>Write two sentences about what decision it would have changed if the results had gone the other way.</p><p>That&#8217;s the seed of a portfolio.</p><blockquote><p>Code proves you did the work. A portfolio proves you understood it.</p></blockquote><p>&#8212; Josep</p><div><hr></div><h2><strong>Are you still here? &#129488;</strong></h2><p>&#128073;&#127995; I want this newsletter to be useful, so please let me know your feedback!</p><div class="poll-embed" data-attrs="{&quot;id&quot;:784329}" data-component-name="PollToDOM"></div><p>Before you go,<strong> tap the &#128154; and the restack buttons at the bottom of this email to show your support</strong>, i<em>t really helps and means a lot!</em></p><div><hr></div><p>What's one project sitting on your GitHub right now that deserves a portfolio page? Reply and tell me the one sentence you'd use to open it. &#128071;&#127995;</p>]]></content:encoded></item><item><title><![CDATA[Seven Tuesdays down. Nobody warned me about this part.]]></title><description><![CDATA[Last Tuesday I sat down to write this and had nothing.]]></description><link>https://reads.databites.tech/p/seven-tuesdays-down-nobody-warned</link><guid isPermaLink="false">https://reads.databites.tech/p/seven-tuesdays-down-nobody-warned</guid><pubDate>Tue, 30 Jun 2026 10:01:38 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/18f6fff3-1c25-4717-a9f7-607f3edd4729_626x626.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Last Tuesday I sat down to write this and had nothing.</p><p>Not writer&#8217;s block. Something worse.</p><p><em>The feeling that whatever I wrote wouldn&#8217;t be worth anyone&#8217;s time.</em></p><p>I published anyway. You&#8217;re reading it now.</p><p>That&#8217;s what seven weeks of showing up actually looks like from the inside. Not a streak. Not momentum. A decision you make again every week, usually under so&#8230;</p>
      <p>
          <a href="https://reads.databites.tech/p/seven-tuesdays-down-nobody-warned">
              Read more
          </a>
      </p>
   ]]></content:encoded></item><item><title><![CDATA[You don't have a time problem. You have an anchor problem.]]></title><description><![CDATA[When I first went freelance, I had three clients inside two months.]]></description><link>https://reads.databites.tech/p/have-time-problem-you-have-anchor-problem</link><guid isPermaLink="false">https://reads.databites.tech/p/have-time-problem-you-have-anchor-problem</guid><pubDate>Tue, 23 Jun 2026 10:00:52 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/37018116-2886-4965-a047-887f4153c528_1290x1251.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>When I first went freelance, I had three clients inside two months.</p><p>My instinct was to separate everything cleanly. One client on Monday and Tuesday. Another on Wednesday and Thursday. Fridays for admin, proposals, the business side of things.</p><p><em>Three clients. Five days. Neat boxes.</em></p><p>It worked for about a month.</p><p>Then a client needed something on a Thursday. An&#8230;</p>
      <p>
          <a href="https://reads.databites.tech/p/have-time-problem-you-have-anchor-problem">
              Read more
          </a>
      </p>
   ]]></content:encoded></item><item><title><![CDATA[You already have a personal brand. It's just not working for you.]]></title><description><![CDATA[Two years ago, I got a message from a university asking if I&#8217;d lead a subject in their master&#8217;s program.]]></description><link>https://reads.databites.tech/p/you-already-have-a-personal-brand</link><guid isPermaLink="false">https://reads.databites.tech/p/you-already-have-a-personal-brand</guid><pubDate>Tue, 16 Jun 2026 10:02:59 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/f330c911-a0d5-4f42-b08d-67ff1abb0211_976x929.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Two years ago, I got a message from a university asking if I&#8217;d lead a subject in their master&#8217;s program.</p><p>I had never taught at a university before. </p><p>No formal teaching experience. No academic track record.</p><p><em>Just the diagrams.</em></p><p>They&#8217;d seen the work, decided I understood something worth teaching, and reached out.</p><p>I said yes. Went all in. And it became one of the&#8230;</p>
      <p>
          <a href="https://reads.databites.tech/p/you-already-have-a-personal-brand">
              Read more
          </a>
      </p>
   ]]></content:encoded></item><item><title><![CDATA[Your analysis was right. Nobody acted on it.]]></title><description><![CDATA[I once presented a model with 94% accuracy to a room of eight stakeholders.]]></description><link>https://reads.databites.tech/p/your-analysis-was-right-nobody-acted</link><guid isPermaLink="false">https://reads.databites.tech/p/your-analysis-was-right-nobody-acted</guid><dc:creator><![CDATA[Josep Ferrer]]></dc:creator><pubDate>Tue, 09 Jun 2026 10:02:49 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/19dcc5f3-e317-4936-a10d-585c8c02f88d_728x728.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>I once presented a model with 94% accuracy to a room of eight stakeholders.</p><p>Nobody asked about the model.</p><p>They asked: <em>&#8220;What does this mean for us next quarter?&#8221;</em></p><p>I didn&#8217;t have that answer ready.</p><p>That&#8217;s not a modeling problem.</p><blockquote><p>That&#8217;s a communication problem.</p></blockquote><p>Most data education teaches you to build correctly.</p><p>Almost none of it teaches you to explain what you bui&#8230;</p>
      <p>
          <a href="https://reads.databites.tech/p/your-analysis-was-right-nobody-acted">
              Read more
          </a>
      </p>
   ]]></content:encoded></item><item><title><![CDATA[You're learning data science. You're not becoming one.]]></title><description><![CDATA[I once spent three weeks learning gradient descent.]]></description><link>https://reads.databites.tech/p/youre-learning-data-science-youre</link><guid isPermaLink="false">https://reads.databites.tech/p/youre-learning-data-science-youre</guid><dc:creator><![CDATA[Josep Ferrer]]></dc:creator><pubDate>Tue, 02 Jun 2026 10:01:45 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/c0d30fdc-0d1c-4cc6-9b39-d34473f68252_1852x1862.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>I once spent three weeks learning gradient descent.</p><p>Watched the videos. Did the math. Understood the intuition behind every update step.</p><p>Then I sat in front of a real dataset. Messy, incomplete, and half-documented. </p><blockquote><p>I had no idea what to do first.</p></blockquote><p>That&#8217;s the gap nobody talks about.</p><p><strong>Learning data science is something you can measure.</strong></p><p>Courses completed. Concep&#8230;</p>
      <p>
          <a href="https://reads.databites.tech/p/youre-learning-data-science-youre">
              Read more
          </a>
      </p>
   ]]></content:encoded></item><item><title><![CDATA[You don't have a consistency problem]]></title><description><![CDATA[When I moved to Rotterdam last year, I started three new things in four months.]]></description><link>https://reads.databites.tech/p/you-dont-have-a-consistency-problem</link><guid isPermaLink="false">https://reads.databites.tech/p/you-dont-have-a-consistency-problem</guid><dc:creator><![CDATA[Josep Ferrer]]></dc:creator><pubDate>Tue, 26 May 2026 10:03:21 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/0d43b5f1-08e7-4d4c-961b-be37fc9155e0_1518x1518.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>When I moved to Rotterdam last year, I started three new things in four months.</p><p><em>A new research project. </em></p><p><em>A new side concept I never shipped. </em></p><p><em>A new approach to content I mapped out in a notebook and never opened again.</em></p><blockquote><p><em>Each one felt like momentum. Each one was actually a reset.</em></p></blockquote><p>This is what happens without a system: you don&#8217;t stop working. </p><blockquote><p><strong>You just keep star&#8230;</strong></p></blockquote>
      <p>
          <a href="https://reads.databites.tech/p/you-dont-have-a-consistency-problem">
              Read more
          </a>
      </p>
   ]]></content:encoded></item><item><title><![CDATA[I went quiet for several months (the diagrams didn't)]]></title><description><![CDATA[I stopped posting in June 2025.]]></description><link>https://reads.databites.tech/p/i-went-quiet-for-several-months-the</link><guid isPermaLink="false">https://reads.databites.tech/p/i-went-quiet-for-several-months-the</guid><dc:creator><![CDATA[Josep Ferrer]]></dc:creator><pubDate>Tue, 19 May 2026 10:52:38 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/75ad78bc-7238-47b5-8dc0-0a176e7f9e91_752x752.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>I stopped posting in June 2025.</p><p>Not a planned break. </p><p>Not a strategic pause. </p><p>I just stopped.</p><p>I had just moved from Barcelona to Rotterdam. Took on a full-time European research project. And somewhere between the relocation boxes and the new job, databites.tech became one more thing on a list that was already too long. </p><p><strong>So it fell off the list.</strong></p><p>Here&#8217;s what I &#8230;</p>
      <p>
          <a href="https://reads.databites.tech/p/i-went-quiet-for-several-months-the">
              Read more
          </a>
      </p>
   ]]></content:encoded></item><item><title><![CDATA[You’re Using ChatGPT Wrong (According to 700M Users)]]></title><description><![CDATA[Notes #13 - Why asking > doing, and how to turn prompts into business decisions.]]></description><link>https://reads.databites.tech/p/why-most-people-dont-use-chatgpt</link><guid isPermaLink="false">https://reads.databites.tech/p/why-most-people-dont-use-chatgpt</guid><dc:creator><![CDATA[Josep Ferrer]]></dc:creator><pubDate>Tue, 16 Sep 2025 10:02:45 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!T-e9!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb51a0eef-c638-4f47-9523-5bb7a5d551b5_830x784.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><strong>Hey everyone! &#128075;&#127996;</strong></p><p>Josep here, back with your weekly bite of career insights and encouragement &#10024;</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!T-e9!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb51a0eef-c638-4f47-9523-5bb7a5d551b5_830x784.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!T-e9!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb51a0eef-c638-4f47-9523-5bb7a5d551b5_830x784.png 424w, https://substackcdn.com/image/fetch/$s_!T-e9!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb51a0eef-c638-4f47-9523-5bb7a5d551b5_830x784.png 848w, https://substackcdn.com/image/fetch/$s_!T-e9!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb51a0eef-c638-4f47-9523-5bb7a5d551b5_830x784.png 1272w, https://substackcdn.com/image/fetch/$s_!T-e9!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb51a0eef-c638-4f47-9523-5bb7a5d551b5_830x784.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!T-e9!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb51a0eef-c638-4f47-9523-5bb7a5d551b5_830x784.png" width="830" height="784" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/b51a0eef-c638-4f47-9523-5bb7a5d551b5_830x784.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:784,&quot;width&quot;:830,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1723419,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://www.databites.tech/i/173735987?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb51a0eef-c638-4f47-9523-5bb7a5d551b5_830x784.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!T-e9!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb51a0eef-c638-4f47-9523-5bb7a5d551b5_830x784.png 424w, https://substackcdn.com/image/fetch/$s_!T-e9!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb51a0eef-c638-4f47-9523-5bb7a5d551b5_830x784.png 848w, https://substackcdn.com/image/fetch/$s_!T-e9!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb51a0eef-c638-4f47-9523-5bb7a5d551b5_830x784.png 1272w, https://substackcdn.com/image/fetch/$s_!T-e9!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb51a0eef-c638-4f47-9523-5bb7a5d551b5_830x784.png 1456w" sizes="100vw" fetchpriority="high"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Enjoying a biking day from Rotterdam to Delft! &#128154;</figcaption></figure></div><h3>A quick gut-check:</h3><p>When you picture ChatGPT, what&#8217;s the first image that pops up?<br>Someone cranking out SQL? Debugging Python? Auto-drafting emails?</p><p>That was my picture too, until I dug into a new OpenAI study covering <strong>hundreds of millions of users and billions of messages</strong>. </p><p>The data flipped my mental model.</p><div><hr></div><p><strong>&#129517; In today&#8217;s issue:</strong></p><ul><li><p><strong>What 700M+ people actually do with ChatGPT</strong> (fast facts you can use)</p></li><li><p><strong>3 implications for your data career</strong> (beyond &#8220;code faster&#8221;)</p></li><li><p><strong>Copy-paste prompt formulas</strong> + a <strong>context checklist</strong> to make your outputs land</p></li></ul><p>Stick with me for ~5 minutes; <strong>this one can upgrade how you work starting today. </strong>&#10024;</p><div><hr></div><p>Let&#8217;s dive in! &#128071;&#127995;</p><h2>The surprising reality</h2><p>From May 2024 &#8594; June 2025, usage exploded. </p><p>Now <strong>there are more than 2.5B messages/day (!!!)</strong>. </p><p>But here&#8217;s the twist:</p><ul><li><p><strong>3 buckets dominate (~80%):</strong><br><em>Practical Guidance, Seeking Information, Writing.</em></p></li><li><p><strong>Coding is small.</strong> ~<strong>4.2%</strong> of all messages (Data Analysis ~<strong>0.4%</strong>).</p></li></ul><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!xqFR!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc8202af7-3d4e-4bee-8974-368d2d95fa06_1226x592.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!xqFR!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc8202af7-3d4e-4bee-8974-368d2d95fa06_1226x592.png 424w, https://substackcdn.com/image/fetch/$s_!xqFR!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc8202af7-3d4e-4bee-8974-368d2d95fa06_1226x592.png 848w, https://substackcdn.com/image/fetch/$s_!xqFR!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc8202af7-3d4e-4bee-8974-368d2d95fa06_1226x592.png 1272w, https://substackcdn.com/image/fetch/$s_!xqFR!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc8202af7-3d4e-4bee-8974-368d2d95fa06_1226x592.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!xqFR!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc8202af7-3d4e-4bee-8974-368d2d95fa06_1226x592.png" width="1226" height="592" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/c8202af7-3d4e-4bee-8974-368d2d95fa06_1226x592.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:592,&quot;width&quot;:1226,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:121215,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.databites.tech/i/173735987?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc8202af7-3d4e-4bee-8974-368d2d95fa06_1226x592.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!xqFR!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc8202af7-3d4e-4bee-8974-368d2d95fa06_1226x592.png 424w, https://substackcdn.com/image/fetch/$s_!xqFR!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc8202af7-3d4e-4bee-8974-368d2d95fa06_1226x592.png 848w, https://substackcdn.com/image/fetch/$s_!xqFR!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc8202af7-3d4e-4bee-8974-368d2d95fa06_1226x592.png 1272w, https://substackcdn.com/image/fetch/$s_!xqFR!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc8202af7-3d4e-4bee-8974-368d2d95fa06_1226x592.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption"><a href="https://cdn.openai.com/pdf/a253471f-8260-40c6-a2cc-aa93fe9f142e/economic-research-chatgpt-usage-paper.pdf">Image from </a><em><a href="https://cdn.openai.com/pdf/a253471f-8260-40c6-a2cc-aa93fe9f142e/economic-research-chatgpt-usage-paper.pdf">How People Use ChatGPT</a></em><a href="https://cdn.openai.com/pdf/a253471f-8260-40c6-a2cc-aa93fe9f142e/economic-research-chatgpt-usage-paper.pdf">. </a>Figure 9 shows topic shares (percent of total conversations) based on ~1.1M sampled chats from May 15, 2024 to June 26, 2025, reweighted to daily message volumes. Classifier details in Appendix A; sampling in Section 3.</figcaption></figure></div><ul><li><p><strong>At work, writing wins.</strong> ~<strong>40% of work messages</strong> are writing/editing/clarifying text. Two-thirds of that is <strong>editing your text</strong>, not generating from scratch.</p></li></ul><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!C61X!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9402d484-8565-49c6-b431-5f3438e1b659_1220x613.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!C61X!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9402d484-8565-49c6-b431-5f3438e1b659_1220x613.png 424w, https://substackcdn.com/image/fetch/$s_!C61X!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9402d484-8565-49c6-b431-5f3438e1b659_1220x613.png 848w, https://substackcdn.com/image/fetch/$s_!C61X!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9402d484-8565-49c6-b431-5f3438e1b659_1220x613.png 1272w, https://substackcdn.com/image/fetch/$s_!C61X!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9402d484-8565-49c6-b431-5f3438e1b659_1220x613.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!C61X!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9402d484-8565-49c6-b431-5f3438e1b659_1220x613.png" width="1220" height="613" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/9402d484-8565-49c6-b431-5f3438e1b659_1220x613.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:613,&quot;width&quot;:1220,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:152959,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.databites.tech/i/173735987?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9402d484-8565-49c6-b431-5f3438e1b659_1220x613.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!C61X!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9402d484-8565-49c6-b431-5f3438e1b659_1220x613.png 424w, https://substackcdn.com/image/fetch/$s_!C61X!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9402d484-8565-49c6-b431-5f3438e1b659_1220x613.png 848w, https://substackcdn.com/image/fetch/$s_!C61X!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9402d484-8565-49c6-b431-5f3438e1b659_1220x613.png 1272w, https://substackcdn.com/image/fetch/$s_!C61X!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9402d484-8565-49c6-b431-5f3438e1b659_1220x613.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption"><a href="https://cdn.openai.com/pdf/a253471f-8260-40c6-a2cc-aa93fe9f142e/economic-research-chatgpt-usage-paper.pdf">Image from How People Use ChatGPT. </a>Figure 8: Share of work-related ChatGPT messages by high-level topic (Table 3), averaged over a 28-day window. Based on ~1.1M sampled conversations (May 15, 2024&#8211;June 26, 2025), reweighted to daily volumes; sampling details in Section 3.</figcaption></figure></div><ul><li><p><strong>Intent matters:</strong> ~<strong>49% Asking</strong>, <strong>40% Doing</strong>, <strong>11% Expressing</strong>.<br>&#8220;<strong>Asking</strong>&#8221; is growing faster and is <strong>rated higher quality</strong> than &#8220;Doing.&#8221;</p></li></ul><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!yRY9!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa10d6ceb-23b3-4a5e-b100-0ebaef09b29f_1218x611.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!yRY9!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa10d6ceb-23b3-4a5e-b100-0ebaef09b29f_1218x611.png 424w, https://substackcdn.com/image/fetch/$s_!yRY9!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa10d6ceb-23b3-4a5e-b100-0ebaef09b29f_1218x611.png 848w, https://substackcdn.com/image/fetch/$s_!yRY9!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa10d6ceb-23b3-4a5e-b100-0ebaef09b29f_1218x611.png 1272w, https://substackcdn.com/image/fetch/$s_!yRY9!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa10d6ceb-23b3-4a5e-b100-0ebaef09b29f_1218x611.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!yRY9!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa10d6ceb-23b3-4a5e-b100-0ebaef09b29f_1218x611.png" width="1218" height="611" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/a10d6ceb-23b3-4a5e-b100-0ebaef09b29f_1218x611.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:611,&quot;width&quot;:1218,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:88172,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.databites.tech/i/173735987?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa10d6ceb-23b3-4a5e-b100-0ebaef09b29f_1218x611.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!yRY9!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa10d6ceb-23b3-4a5e-b100-0ebaef09b29f_1218x611.png 424w, https://substackcdn.com/image/fetch/$s_!yRY9!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa10d6ceb-23b3-4a5e-b100-0ebaef09b29f_1218x611.png 848w, https://substackcdn.com/image/fetch/$s_!yRY9!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa10d6ceb-23b3-4a5e-b100-0ebaef09b29f_1218x611.png 1272w, https://substackcdn.com/image/fetch/$s_!yRY9!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa10d6ceb-23b3-4a5e-b100-0ebaef09b29f_1218x611.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption"><a href="https://cdn.openai.com/pdf/a253471f-8260-40c6-a2cc-aa93fe9f142e/economic-research-chatgpt-usage-paper.pdf">Image from How People Use ChatGPT. </a>Figure 12: Shares of messages classified as Asking, Doing, or Expressing (automated ternary classifier), averaged over a 28-day window. Based on ~1.1M sampled conversations (May 15, 2024&#8211;June 26, 2025), reweighted to daily volumes; sampling details in Section 3.</figcaption></figure></div><ul><li><p><strong>Most usage isn&#8217;t work.</strong> Non-work messages grew from <strong>53% to ~73%</strong>.</p><div class="captioned-image-container"><figure><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!3osG!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F474d7ea4-7d7e-4669-b15c-eb5f2a05eeba_1065x161.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!3osG!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F474d7ea4-7d7e-4669-b15c-eb5f2a05eeba_1065x161.png 424w, https://substackcdn.com/image/fetch/$s_!3osG!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F474d7ea4-7d7e-4669-b15c-eb5f2a05eeba_1065x161.png 848w, https://substackcdn.com/image/fetch/$s_!3osG!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F474d7ea4-7d7e-4669-b15c-eb5f2a05eeba_1065x161.png 1272w, https://substackcdn.com/image/fetch/$s_!3osG!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F474d7ea4-7d7e-4669-b15c-eb5f2a05eeba_1065x161.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!3osG!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F474d7ea4-7d7e-4669-b15c-eb5f2a05eeba_1065x161.png" width="1065" height="161" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/474d7ea4-7d7e-4669-b15c-eb5f2a05eeba_1065x161.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:161,&quot;width&quot;:1065,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:30138,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.databites.tech/i/173735987?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F474d7ea4-7d7e-4669-b15c-eb5f2a05eeba_1065x161.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!3osG!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F474d7ea4-7d7e-4669-b15c-eb5f2a05eeba_1065x161.png 424w, https://substackcdn.com/image/fetch/$s_!3osG!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F474d7ea4-7d7e-4669-b15c-eb5f2a05eeba_1065x161.png 848w, https://substackcdn.com/image/fetch/$s_!3osG!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F474d7ea4-7d7e-4669-b15c-eb5f2a05eeba_1065x161.png 1272w, https://substackcdn.com/image/fetch/$s_!3osG!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F474d7ea4-7d7e-4669-b15c-eb5f2a05eeba_1065x161.png 1456w" sizes="100vw" loading="lazy"></picture><div></div></div></a><figcaption class="image-caption">Image from <em><a href="https://cdn.openai.com/pdf/a253471f-8260-40c6-a2cc-aa93fe9f142e/economic-research-chatgpt-usage-paper.pdf">How People Use ChatGPT</a></em>. Table 1 reports ChatGPT&#8217;s daily message volume (in millions), split into work vs. non-work use, shown as 7-day averages from sampled conversations ending June 26, 2024 and June 26, 2025.</figcaption></figure></div></li><li><p><strong>Who&#8217;s using it?</strong> Nearly half of adult messages come from <strong>&lt;26 years old</strong>;<br>usage is <strong>surging in lower-income countries</strong>; the early <strong>gender gap has largely closed</strong>.</p></li></ul><blockquote><p><strong>Translation: </strong>People aren&#8217;t just &#8220;getting AI to do tasks.&#8221;<br>They&#8217;re using it to think, decide, and write more clearly.</p></blockquote><h2>Why this matters for you (data folks)</h2><p>It&#8217;s tempting to think of AI purely as a &#8220;doer&#8221;: something that can code faster, write boilerplate reports, or automate workflows. </p><p>But the reality is that people use it most for <strong>thinking and communication support</strong>.</p><p>And that should make us pause.</p><p>Because the biggest opportunities for us as data professionals aren&#8217;t just in making ChatGPT write SQL faster. They&#8217;re in using it as a partner to sharpen how we think, ask questions, and explain context.</p><ul><li><p><strong>Leverage = writing + context</strong><br>Dashboards rarely fail because of SQL. They fail because they don&#8217;t say what it means for a decision. LLMs excel at </p><ul><li><p>(a) sharpening your thinking</p></li><li><p>(b) editing your words so stakeholders <em>&#8220;get it.&#8221;</em></p></li></ul></li><li><p><strong>&#8220;Soft&#8221; use &#8800; soft impact</strong><br>The next generation of workers arrives expecting AI at every step, scoping, brainstorming, drafting, revising, and explaining.</p><p> If you only use AI for code, you&#8217;re leaving most of the value on the table.</p></li><li><p><strong>Edge beats execution</strong><br>If only ~4% of usage is coding, &#8220;I code with AI&#8221; won&#8217;t differentiate you. </p><p>Owning the problem framing, asking better questions, and adding context will.</p></li></ul><h2>How you can use this insight today</h2><p>Use these as is. They&#8217;ll lift the quality of outputs immediately.</p><h4>1) Decision Framing (for analysis, memos, or dashboards)</h4><pre><code>You are my writing co-pilot. 
- <strong>Context: </strong>[business model], [audience], [decision &amp; timeframe], [constraints], [data caveats].
- <strong>Goal: </strong>Draft a concise brief that answers: 
    1) What changed? 
    2) Why? 
    3) So what? 
    4) Now what? (next actions + owner + when)
- <strong>Tone: </strong>Clear, non-jargon. 
Max 250 words. Add a 1-line TL;DR.</code></pre><h4>2) Stakeholder Translation (tech &#8594; business)</h4><pre><code>You are a translator for non-technical execs. 
<strong>- Input: </strong>[technical finding/SQL/Python output].
<strong>- Audience: </strong>[role, e.g., VP Sales]. Decision needed: [X by Y].
<strong>- Rewrite: </strong>
    1) 3 bullets: impact on revenue/cost/risk 
    2) Confidence &amp; caveats 
    3) A single recommended action with owner &amp; deadline</code></pre><h4>3) Editing Your Draft (LLM&#8217;s #1 work use)</h4><pre><code>You are my editor. 
<strong>- Audience: </strong>[e.g., CX leadership]. 
<strong>- Objective: </strong>[approve plan].

Revise this draft for clarity, brevity, and flow. 
Replace jargon, keep numbers, keep nuance. 
Return: 
    1) improved text 
    2) 3 notes on what you changed and why</code></pre><h4>4) Analysis Planning (prevent dead dashboards)</h4><pre><code>You are a senior analytics lead. 
- <strong>Problem: </strong>[business question]. 
- <strong>Metric(s): </strong>[define]. 
- <strong>Decisions: </strong>[which levers may change].
Design an analysis plan: hypotheses, required data, cuts/segments, pitfalls, success criteria, and the &#8220;decision table&#8221; we&#8217;ll hand to stakeholders.</code></pre><h4>5) &#8220;Asking&#8221; beats &#8220;Doing&#8221; (quality boost)</h4><pre><code>Before doing anything, ask me 5 clarifying questions that would change the output, then propose 2 alternative approaches and their trade-offs. 
Goal: best possible answer for [audience/decision].</code></pre><h2>The Context Checklist (paste next to your IDE)</h2><p>Before you ask an LLM to write, code, or summarize, check these:</p><ul><li><p><strong>Audience:</strong> who is this for (role, context, reading level)?</p></li><li><p><strong>Decision:</strong> what choice will this enable, and by when?</p></li><li><p><strong>Metric(s):</strong> which KPI matters, what&#8217;s &#8220;good vs bad&#8221;?</p></li><li><p><strong>Constraints:</strong> data limitations, guardrails, must-haves, off-limits.</p></li><li><p><strong>Caveats:</strong> sampling bias, freshness issues, &#8220;unknowns.&#8221;</p></li><li><p><strong>Format:</strong> bullets vs memo, 1-pager vs slide, TL;DR required?</p></li></ul><blockquote><p>If you can&#8217;t answer these, your output will look polished but <strong>won&#8217;t move a decision</strong>.</p></blockquote><h2>Common traps to avoid</h2><ul><li><p><strong>Prompting with verbs, not context.</strong> (&#8220;Write SQL for churn&#8221; &#8594; meh.)</p></li><li><p><strong>Pretty output, no decision.</strong> If the reader can&#8217;t act, you didn&#8217;t finish.</p></li><li><p><strong>Forgetting the audience.</strong> Exec &#8800; PM &#8800; engineer. Rewrite per role.</p></li><li><p><strong>Over-trusting summaries.</strong> Always add <strong>caveats + confidence</strong>.</p></li></ul><h2>TL;DR you can share</h2><p>Most people use ChatGPT to <strong>think and write</strong>, not just to code.<br>For data pros, the win is <strong>context</strong> &#8594; better <strong>decisions</strong> &#8594; <strong>impact</strong>.<br>Lead with <strong>Asking</strong> (clarify), then <strong>Doing</strong> (draft), finish with <strong>Editing</strong> (for audience).</p><h2>Your turn</h2><p>How do <em>you</em> mostly use ChatGPT right now &#8212; <strong>Asking</strong>, <strong>Doing</strong>, or <strong>Editing</strong>?<br>Hit reply with one example and the audience you wrote for. I&#8217;ll feature a few (anonymously) in next week&#8217;s Note.</p><p>Stay curious,</p><p>&#8212; Josep</p><div><hr></div><p><em>P.S. If this helped, forward it to a teammate who&#8217;s still using LLMs only for code. They&#8217;re missing 80% of the upside.</em></p><h2><strong>Are you still here? &#129488;</strong></h2><p>&#128073;&#127995; I want this newsletter to be useful, so please let me know your feedback!</p><div class="poll-embed" data-attrs="{&quot;id&quot;:376436}" data-component-name="PollToDOM"></div><div><hr></div><p>Before you go,<strong> tap the &#128154; and the restack buttons at the bottom of this email to show your support</strong>&#8212;<em>it really helps and means a lot!</em></p><p><strong>Any doubt? Let&#8217;s start a conversation! &#128071;&#127995;</strong></p>]]></content:encoded></item><item><title><![CDATA[The Importance of Context]]></title><description><![CDATA[Notes #12 - Don&#8217;t just show data. Tell the story that moves people.]]></description><link>https://reads.databites.tech/p/the-importance-of-context</link><guid isPermaLink="false">https://reads.databites.tech/p/the-importance-of-context</guid><dc:creator><![CDATA[Josep Ferrer]]></dc:creator><pubDate>Tue, 03 Jun 2025 10:02:41 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!wI6A!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7eed8149-b89a-4c91-8589-e386d2bf2761_1294x1296.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><strong>Hey everyone! &#128075;&#127996;</strong></p><p>Josep here, back with your weekly bite of career insights and encouragement &#10024;</p><p>Last week, we unpacked how to position ourselves for luck.</p><div class="digest-post-embed" data-attrs="{&quot;nodeId&quot;:&quot;9bcfd1a8-d51b-42ec-a7b0-d3ba66dec9ba&quot;,&quot;caption&quot;:&quot;Hey everyone! &#128075;&#127996;&quot;,&quot;cta&quot;:&quot;Read full story&quot;,&quot;showBylines&quot;:true,&quot;showDescription&quot;:true,&quot;showImage&quot;:true,&quot;size&quot;:&quot;sm&quot;,&quot;isEditorNode&quot;:true,&quot;title&quot;:&quot; Position Yourself for Luck&quot;,&quot;publishedBylines&quot;:[{&quot;id&quot;:132707413,&quot;name&quot;:&quot;Josep Ferrer&quot;,&quot;bio&quot;:&quot;Outstand using data -- Data Science, Design and Tech Tech Writer @KDnuggets @DataCamp &#128073;&#127995;Inquiries in rfeers@gmail.com&quot;,&quot;photo_url&quot;:&quot;https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd196b5a6-59f2-46dd-99b3-e10ab1bbd27d_604x604.png&quot;,&quot;is_guest&quot;:false,&quot;bestseller_tier&quot;:null}],&quot;post_date&quot;:&quot;2025-05-28T10:02:48.977Z&quot;,&quot;cover_image&quot;:&quot;https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F12d60872-4d4b-4344-b5e4-f28d501e8a47_1646x1644.png&quot;,&quot;cover_image_alt&quot;:null,&quot;canonical_url&quot;:&quot;https://www.databites.tech/p/position-yourself-for-luck&quot;,&quot;section_name&quot;:&quot;Josep's Notes &#128640;&quot;,&quot;video_upload_id&quot;:null,&quot;id&quot;:164624046,&quot;type&quot;:&quot;newsletter&quot;,&quot;reaction_count&quot;:9,&quot;comment_count&quot;:3,&quot;publication_id&quot;:null,&quot;publication_name&quot;:&quot;DataBites&quot;,&quot;publication_logo_url&quot;:&quot;https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe930fbab-b8df-40ef-9676-3d9ca5d49eae_714x714.png&quot;,&quot;belowTheFold&quot;:false,&quot;youtube_url&quot;:null,&quot;show_links&quot;:null,&quot;feed_url&quot;:null}"></div><p>This week, let me ask you this:<br>Have you ever built a chart that <em>technically</em> made sense&#8230; but no one seemed to get it?<br>You showed the data, but it didn&#8217;t land. </p><p>It didn&#8217;t inspire action. </p><p>It didn&#8217;t spark con&#8230;</p>
      <p>
          <a href="https://reads.databites.tech/p/the-importance-of-context">
              Read more
          </a>
      </p>
   ]]></content:encoded></item><item><title><![CDATA[ Position Yourself for Luck]]></title><description><![CDATA[Notes #11 - How to shift your environment, act with agency, and make better decisions that attract opportunity.]]></description><link>https://reads.databites.tech/p/position-yourself-for-luck</link><guid isPermaLink="false">https://reads.databites.tech/p/position-yourself-for-luck</guid><dc:creator><![CDATA[Josep Ferrer]]></dc:creator><pubDate>Wed, 28 May 2025 10:02:48 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!zKxA!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F12d60872-4d4b-4344-b5e4-f28d501e8a47_1646x1644.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><strong>Hey everyone! &#128075;&#127996;</strong></p><p>Josep here, back with your weekly bite of career insights and encouragement &#10024;</p><p>Last week, we unpacked why <strong>mindset beats raw talent</strong> &#8212; and how the smallest shift in belief can unlock big transformation.</p><div class="digest-post-embed" data-attrs="{&quot;nodeId&quot;:&quot;683b3d39-d958-4890-9b40-303c12f9de07&quot;,&quot;caption&quot;:&quot;Hey everyone! &#128075;&#127996;&quot;,&quot;cta&quot;:&quot;Read full story&quot;,&quot;showBylines&quot;:true,&quot;showDescription&quot;:true,&quot;showImage&quot;:true,&quot;size&quot;:&quot;sm&quot;,&quot;isEditorNode&quot;:true,&quot;title&quot;:&quot;Why Resilience Is the New Hard Skill&quot;,&quot;publishedBylines&quot;:[{&quot;id&quot;:132707413,&quot;name&quot;:&quot;Josep Ferrer&quot;,&quot;bio&quot;:&quot;Outstand using data -- Data Science, Design and Tech Tech Writer @KDnuggets @DataCamp &#128073;&#127995;Inquiries in rfeers@gmail.com&quot;,&quot;photo_url&quot;:&quot;https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd196b5a6-59f2-46dd-99b3-e10ab1bbd27d_604x604.png&quot;,&quot;is_guest&quot;:false,&quot;bestseller_tier&quot;:null}],&quot;post_date&quot;:&quot;2025-05-20T10:02:33.375Z&quot;,&quot;cover_image&quot;:&quot;https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35c24ac9-df4f-4491-b8cb-e474f1c2914d_890x892.png&quot;,&quot;cover_image_alt&quot;:null,&quot;canonical_url&quot;:&quot;https://www.databites.tech/p/why-resilience-is-the-new-hard-skill&quot;,&quot;section_name&quot;:&quot;Josep's Notes &#128640;&quot;,&quot;video_upload_id&quot;:null,&quot;id&quot;:163989029,&quot;type&quot;:&quot;newsletter&quot;,&quot;reaction_count&quot;:17,&quot;comment_count&quot;:1,&quot;publication_id&quot;:null,&quot;publication_name&quot;:&quot;DataBites&quot;,&quot;publication_logo_url&quot;:&quot;https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe930fbab-b8df-40ef-9676-3d9ca5d49eae_714x714.png&quot;,&quot;belowTheFold&quot;:false,&quot;youtube_url&quot;:null,&quot;show_links&quot;:null,&quot;feed_url&quot;:null}"></div><p>This week, we go even deeper. </p><p>&#127744; <strong>What do you do when the world is changing faster than your plans can keep up? </strong>You improve your <em>position</em> &#8212; &#8230;</p>
      <p>
          <a href="https://reads.databites.tech/p/position-yourself-for-luck">
              Read more
          </a>
      </p>
   ]]></content:encoded></item><item><title><![CDATA[Why Resilience Is the New Hard Skill]]></title><description><![CDATA[Notes #10 - The skill that keeps you growing when plans fall apart]]></description><link>https://reads.databites.tech/p/why-resilience-is-the-new-hard-skill</link><guid isPermaLink="false">https://reads.databites.tech/p/why-resilience-is-the-new-hard-skill</guid><dc:creator><![CDATA[Josep Ferrer]]></dc:creator><pubDate>Tue, 20 May 2025 10:02:33 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!K1vK!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35c24ac9-df4f-4491-b8cb-e474f1c2914d_890x892.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><strong>Hey everyone! &#128075;&#127996;</strong></p><p>Josep here, back with your weekly bite of career insights and encouragement &#10024;</p><p>Last week, we explored how <strong>mindset, not talent, shapes your future, and how a small shift in belief can unlock big growth.</strong></p><div class="digest-post-embed" data-attrs="{&quot;nodeId&quot;:&quot;64324a62-8bc1-42aa-bb2a-e6fe0b0d9cec&quot;,&quot;caption&quot;:&quot;Hey everyone! &#128075;&#127996;&quot;,&quot;cta&quot;:&quot;Read full story&quot;,&quot;showBylines&quot;:true,&quot;showDescription&quot;:true,&quot;showImage&quot;:true,&quot;size&quot;:&quot;sm&quot;,&quot;isEditorNode&quot;:true,&quot;title&quot;:&quot;Fixed Mindset vs Groth Mindset&quot;,&quot;publishedBylines&quot;:[{&quot;id&quot;:132707413,&quot;name&quot;:&quot;Josep Ferrer&quot;,&quot;bio&quot;:&quot;Outstand using data -- Data Science, Design and Tech Tech Writer @KDnuggets @DataCamp &#128073;&#127995;Inquiries in rfeers@gmail.com&quot;,&quot;photo_url&quot;:&quot;https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd196b5a6-59f2-46dd-99b3-e10ab1bbd27d_604x604.png&quot;,&quot;is_guest&quot;:false,&quot;bestseller_tier&quot;:null}],&quot;post_date&quot;:&quot;2025-05-13T10:02:28.108Z&quot;,&quot;cover_image&quot;:&quot;https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3116b939-1d96-4d79-94a2-7f33d6839e88_1028x1036.png&quot;,&quot;cover_image_alt&quot;:null,&quot;canonical_url&quot;:&quot;https://www.databites.tech/p/fixed-mindset-vs-groth-mindset&quot;,&quot;section_name&quot;:&quot;Josep's Notes &#128640;&quot;,&quot;video_upload_id&quot;:null,&quot;id&quot;:163454232,&quot;type&quot;:&quot;newsletter&quot;,&quot;reaction_count&quot;:9,&quot;comment_count&quot;:1,&quot;publication_id&quot;:null,&quot;publication_name&quot;:&quot;DataBites&quot;,&quot;publication_logo_url&quot;:&quot;https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe930fbab-b8df-40ef-9676-3d9ca5d49eae_714x714.png&quot;,&quot;belowTheFold&quot;:false,&quot;youtube_url&quot;:null,&quot;show_links&quot;:null,&quot;feed_url&quot;:null}"></div><p>This week, we go even deeper. </p><p>&#127744;  <strong>What happens when the world keeps changing faster than your plans can keep up?</strong></p><div><hr></div><p><strong>&#129517; In today&#8217;s issue:</strong></p><ul><li><p>Why resilience is the most underrated &#8220;hard&#8221; skill</p></li><li><p>How I navigated uncertainty from junior positions to EU freelancing</p></li><li><p>3 practical ways to become more adaptable starting today</p></li></ul><div><hr></div><p>Stick with me for 5 minutes &#8212; <em><strong>it will be worth it, I promise!</strong></em><strong> &#10024;</strong></p><p>Let&#8217;s dive in! &#128071;&#127995;</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!K1vK!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35c24ac9-df4f-4491-b8cb-e474f1c2914d_890x892.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!K1vK!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35c24ac9-df4f-4491-b8cb-e474f1c2914d_890x892.png 424w, https://substackcdn.com/image/fetch/$s_!K1vK!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35c24ac9-df4f-4491-b8cb-e474f1c2914d_890x892.png 848w, https://substackcdn.com/image/fetch/$s_!K1vK!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35c24ac9-df4f-4491-b8cb-e474f1c2914d_890x892.png 1272w, https://substackcdn.com/image/fetch/$s_!K1vK!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35c24ac9-df4f-4491-b8cb-e474f1c2914d_890x892.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!K1vK!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35c24ac9-df4f-4491-b8cb-e474f1c2914d_890x892.png" width="890" height="892" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/35c24ac9-df4f-4491-b8cb-e474f1c2914d_890x892.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:892,&quot;width&quot;:890,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1476317,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.databites.tech/i/163989029?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35c24ac9-df4f-4491-b8cb-e474f1c2914d_890x892.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!K1vK!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35c24ac9-df4f-4491-b8cb-e474f1c2914d_890x892.png 424w, https://substackcdn.com/image/fetch/$s_!K1vK!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35c24ac9-df4f-4491-b8cb-e474f1c2914d_890x892.png 848w, https://substackcdn.com/image/fetch/$s_!K1vK!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35c24ac9-df4f-4491-b8cb-e474f1c2914d_890x892.png 1272w, https://substackcdn.com/image/fetch/$s_!K1vK!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F35c24ac9-df4f-4491-b8cb-e474f1c2914d_890x892.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">Out riding through the city and enjoying the sun! &#9728;&#65039;</figcaption></figure></div><div><hr></div><p><em>&#8252;&#65039; The fifth module, <a href="https://www.learndatascience.ai/posts/learn-data-science-the-smart-way-data-science-basics-%F0%9F%A7%B1">Data Science Basics</a>, of the introductory course to Data Science is now live on <a href="https://www.learndatascience.ai/">LearnDs.ai</a>. Just go <a href="https://www.learndatascience.ai/posts/learn-data-science-the-smart-way-before-you-start%F0%9F%9A%80">check it out now!</a></em></p><div><hr></div><h2><strong>&#120298;&#120309;&#120326; &#120293;&#120306;&#120320;&#120310;&#120313;&#120310;&#120306;&#120315;&#120304;&#120306; &#120284;&#120320; &#120295;&#120309;&#120306; &#120289;&#120306;&#120324; &#120283;&#120302;&#120319;&#120305; &#120294;&#120312;&#120310;&#120313;&#120313;</strong></h2><p>According to the <em><a href="https://www.weforum.org/publications/the-future-of-jobs-report-2025/">Future of Jobs Report 2025</a></em>, the skills employers value most are:</p><ol><li><p>Analytical thinking</p></li><li><p>Resilience, flexibility, and agility</p></li><li><p>Leadership and social influence</p></li></ol><p>Yes &#8212;<strong> resilience ranks just under analytical thinking. </strong></p><p>That&#8217;s not just soft. </p><p><strong>That&#8217;s </strong><em><strong>strategic</strong></em><strong>.</strong></p><h2><strong>&#120295;&#120309;&#120306; &#120294;&#120321;&#120319;&#120306;&#120320;&#120320; &#120295;&#120306;&#120320;&#120321; &#120316;&#120307; &#120278;&#120309;&#120302;&#120315;&#120308;&#120306;</strong></h2><p>I&#8217;ve had a few identity shifts over the years:</p><blockquote><p>&#128640; From working as a<strong> junior data scientist</strong> at a startup...</p><p>&#128187; To becoming an <strong>analytics engineer</strong> for the government...</p><p>&#128196; To picking up <strong>technical writing</strong> as a side hustle...</p><p>&#127891; To teaching as a <strong>university professor</strong>...</p><p>&#128104;&#127995;&#8205;&#128187; To launching a <strong>solo data consulting career</strong>...</p><p>&#127466;&#127482; To navigating unpredictable timelines in <strong>EU projects</strong>...</p></blockquote><p>Each move came with a fog of uncertainty: <em>no roadmaps, no guarantees.</em></p><p>But looking back, the only thing that carried me through was <strong>the ability to bend, not break. </strong></p><p>That&#8217;s what resilience is: </p><p><strong>mental elasticity.</strong></p><h2><strong>So What </strong><em><strong>Is</strong></em><strong> Resilience, Really?</strong></h2><p>Resilience isn&#8217;t about being tough. </p><p>It&#8217;s about being <strong>adaptable</strong>:</p><ul><li><p>Staying calm when the plan falls apart.</p></li><li><p>Pivoting quickly when new tools or expectations arise.</p></li><li><p>Bouncing back when feedback stings or a project fails.</p></li></ul><p>It&#8217;s the skill that lets you <em>stay in the game</em> long enough to grow into your next opportunity.</p><h2><strong>How To Train Resilience (Yes, Like a Muscle)</strong></h2><ol><li><p><strong>Reframe setbacks as feedback</strong><br><em>Got rejected? Didn&#8217;t get the role? </em></p><blockquote><p>Then you gotta ask: <em>What can I learn from this?</em></p></blockquote></li><li><p><strong>Build in flexibility</strong><br>Set goals, but leave room for plan B (and C). </p><blockquote><p><em>Careers aren&#8217;t linear.</em></p></blockquote></li><li><p><strong>Zoom out regularly</strong><br>When you're in the weeds, everything feels bigger than it is. </p><blockquote><p>Weekly reflection = long-term clarity.</p></blockquote></li></ol><h2><strong>This Week&#8217;s Challenge</strong></h2><p>Think of a situation that recently shook your confidence.<br>Now ask yourself: </p><blockquote><p><em>What would a resilient version of me do here?</em></p></blockquote><p>Write down three small actions you could take to move forward anyway. </p><p><strong>One baby step is all it takes to rebuild momentum. </strong></p><div><hr></div><p>&#8252;&#65039; The fifth module, <a href="https://www.learndatascience.ai/posts/learn-data-science-the-smart-way-data-science-basics-%F0%9F%A7%B1">Data Science Basics</a>, of the introductory course to Data Science is now live on <a href="https://www.learndatascience.ai/">LearnDs.ai</a>. Just go <a href="https://www.learndatascience.ai/posts/learn-data-science-the-smart-way-before-you-start%F0%9F%9A%80">check it out now!</a></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!WfIO!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb1d66323-ba00-4773-9957-86249a4c5505_2595x908.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!WfIO!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb1d66323-ba00-4773-9957-86249a4c5505_2595x908.jpeg 424w, https://substackcdn.com/image/fetch/$s_!WfIO!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb1d66323-ba00-4773-9957-86249a4c5505_2595x908.jpeg 848w, https://substackcdn.com/image/fetch/$s_!WfIO!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb1d66323-ba00-4773-9957-86249a4c5505_2595x908.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!WfIO!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb1d66323-ba00-4773-9957-86249a4c5505_2595x908.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!WfIO!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb1d66323-ba00-4773-9957-86249a4c5505_2595x908.jpeg" width="1456" height="509" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/b1d66323-ba00-4773-9957-86249a4c5505_2595x908.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:509,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!WfIO!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb1d66323-ba00-4773-9957-86249a4c5505_2595x908.jpeg 424w, https://substackcdn.com/image/fetch/$s_!WfIO!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb1d66323-ba00-4773-9957-86249a4c5505_2595x908.jpeg 848w, https://substackcdn.com/image/fetch/$s_!WfIO!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb1d66323-ba00-4773-9957-86249a4c5505_2595x908.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!WfIO!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb1d66323-ba00-4773-9957-86249a4c5505_2595x908.jpeg 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>Dive in and explore it today!</p><div><hr></div><h3>PS: You&#8217;re allowed to&#8230;</h3><ul><li><p><strong>Be unsure</strong> &#8212; and still show up.</p></li><li><p><strong>Feel overwhelmed </strong>&#8212; and still take action.</p></li><li><p><strong>Fall short </strong>&#8212; and still be proud of your effort.</p></li><li><p><strong>Pivot</strong> &#8212; and still stay true to your mission.</p></li><li><p><strong>Rest</strong> &#8212; and still call it progress.</p></li></ul><p><em>Growth doesn&#8217;t mean constant hustle.<br></em><strong>It means adapting with intention. That&#8217;s resilience. &#128170;&#127995;</strong></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://reads.databites.tech/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://reads.databites.tech/subscribe?"><span>Subscribe now</span></a></p><div><hr></div><h2>Are you still here? &#129488;</h2><p>&#128073;&#127995; I want this newsletter to be useful, so please let me know your feedback!</p><div class="poll-embed" data-attrs="{&quot;id&quot;:320065}" data-component-name="PollToDOM"></div><div><hr></div><p>Before you go,<strong> tap the &#128154; and the restack buttons at the bottom of this email to show your support</strong>&#8212;<em>it really helps and means a lot! </em></p><p><strong>Any doubt? Let&#8217;s start a conversation! &#128071;&#127995;</strong></p><div><hr></div><h2>Want to get more of my content? &#128587;&#127995;&#8205;&#9794;&#65039;</h2><p>Reach me on:</p><ul><li><p><strong><a href="https://www.linkedin.com/in/josep-ferrer-sanchez/">LinkedIn</a>,</strong> <strong><a href="https://x.com/rfeers">X (Twitter)</a></strong>, or <strong><a href="https://www.threads.net/@rfeers">Threads</a> to get daily posts about Data Science.</strong></p></li><li><p>My <strong><a href="https://medium.com/@rfeers">Medium</a></strong><a href="https://medium.com/@rfeers"> </a><strong><a href="https://medium.com/@rfeers">Blog</a></strong> to learn more about Data Science, Machine Learning, and AI.</p></li><li><p>Just email me at rfeers@gmail.com for any inquiries or to ask for help! &#129299;</p></li></ul><div><hr></div><p>Remember now that DataBites has an official <a href="https://x.com/databitestech">X (Twitter)</a> account and <a href="https://www.linkedin.com/search/results/all/?fetchDeterministicClustersOnly=true&amp;heroEntityKey=urn%3Ali%3Aorganization%3A104285500&amp;keywords=databites&amp;origin=RICH_QUERY_TYPEAHEAD_HISTORY&amp;position=0&amp;searchId=2b268e19-1da0-4357-a42a-9d7f7fba7772&amp;sid=S_G&amp;spellCorrectionEnabled=true">LinkedIn</a> page. Follow us there to stay updated and help spread the word! &#128588;&#127995;</p><p>See you next Tuesday!</p><p>Best,</p><p>-Josep</p>]]></content:encoded></item><item><title><![CDATA[Fixed Mindset vs Groth Mindset]]></title><description><![CDATA[Notes #9 - Why a Growth Mindset Will Take You Further Than Talent Ever Could]]></description><link>https://reads.databites.tech/p/fixed-mindset-vs-groth-mindset</link><guid isPermaLink="false">https://reads.databites.tech/p/fixed-mindset-vs-groth-mindset</guid><dc:creator><![CDATA[Josep Ferrer]]></dc:creator><pubDate>Tue, 13 May 2025 10:02:28 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!dzj0!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3116b939-1d96-4d79-94a2-7f33d6839e88_1028x1036.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><strong>Hey everyone! &#128075;&#127996;</strong></p><p>Josep here, back with your weekly bite of career insights and encouragement &#10024;</p><p>Last week, we explored <strong>how </strong><em><strong>soft skills</strong></em><strong> like emotional intelligence are becoming the new superpowers in an automated world.</strong></p><div class="digest-post-embed" data-attrs="{&quot;nodeId&quot;:&quot;eb6bc240-76c7-4733-ad51-da0ce23a8179&quot;,&quot;caption&quot;:&quot;Hey everyone! &#128075;&#127996;&quot;,&quot;cta&quot;:&quot;Read full story&quot;,&quot;showBylines&quot;:true,&quot;showDescription&quot;:true,&quot;showImage&quot;:true,&quot;size&quot;:&quot;sm&quot;,&quot;isEditorNode&quot;:true,&quot;title&quot;:&quot;Why Soft Skills Are the New Hard Skills&quot;,&quot;publishedBylines&quot;:[{&quot;id&quot;:132707413,&quot;name&quot;:&quot;Josep Ferrer&quot;,&quot;bio&quot;:&quot;Outstand using data -- Data Science, Design and Tech Tech Writer @KDnuggets @DataCamp &#128073;&#127995;Inquiries in rfeers@gmail.com&quot;,&quot;photo_url&quot;:&quot;https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd196b5a6-59f2-46dd-99b3-e10ab1bbd27d_604x604.png&quot;,&quot;is_guest&quot;:false,&quot;bestseller_tier&quot;:null}],&quot;post_date&quot;:&quot;2025-05-06T10:02:25.908Z&quot;,&quot;cover_image&quot;:&quot;https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3bc29622-1d0f-4b1b-9958-6873fa224109_1042x1342.png&quot;,&quot;cover_image_alt&quot;:null,&quot;canonical_url&quot;:&quot;https://www.databites.tech/p/why-soft-skills-are-the-new-hard&quot;,&quot;section_name&quot;:&quot;Josep's Notes &#128640;&quot;,&quot;video_upload_id&quot;:null,&quot;id&quot;:162956699,&quot;type&quot;:&quot;newsletter&quot;,&quot;reaction_count&quot;:14,&quot;comment_count&quot;:4,&quot;publication_id&quot;:null,&quot;publication_name&quot;:&quot;DataBites&quot;,&quot;publication_logo_url&quot;:&quot;https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe930fbab-b8df-40ef-9676-3d9ca5d49eae_714x714.png&quot;,&quot;belowTheFold&quot;:false,&quot;youtube_url&quot;:null,&quot;show_links&quot;:null,&quot;feed_url&quot;:null}"></div><p>This week, we go deeper.<br>&#127744;  <strong>Beneath every skill&#8212;technical or human&#8212;lies the mindset that fuels it.</strong></p>
      <p>
          <a href="https://reads.databites.tech/p/fixed-mindset-vs-groth-mindset">
              Read more
          </a>
      </p>
   ]]></content:encoded></item><item><title><![CDATA[Why Soft Skills Are the New Hard Skills]]></title><description><![CDATA[Notes #8 - Why mastering emotional intelligence, adaptability, and empathy is your ultimate career advantage in the age of AI.]]></description><link>https://reads.databites.tech/p/why-soft-skills-are-the-new-hard</link><guid isPermaLink="false">https://reads.databites.tech/p/why-soft-skills-are-the-new-hard</guid><dc:creator><![CDATA[Josep Ferrer]]></dc:creator><pubDate>Tue, 06 May 2025 10:02:25 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!Q_r7!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3bc29622-1d0f-4b1b-9958-6873fa224109_1042x1342.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><strong>Hey everyone! &#128075;&#127996;</strong></p><p>Josep here, back with your weekly bite of career insights and encouragement &#10024;</p><p>Last week, we explored <strong>how showing up&#8212;even when uninspired&#8212;can unlock your best creative work.</strong></p><div class="digest-post-embed" data-attrs="{&quot;nodeId&quot;:&quot;3ffc21fa-9c22-4a78-8def-69d016105f03&quot;,&quot;caption&quot;:&quot;Hey everyone! &#128075;&#127996;&quot;,&quot;cta&quot;:&quot;Read full story&quot;,&quot;showBylines&quot;:true,&quot;showDescription&quot;:true,&quot;showImage&quot;:true,&quot;size&quot;:&quot;sm&quot;,&quot;isEditorNode&quot;:true,&quot;title&quot;:&quot;You Don&#8217;t Need to Feel Inspired to Get Things Done&quot;,&quot;publishedBylines&quot;:[{&quot;id&quot;:132707413,&quot;name&quot;:&quot;Josep Ferrer&quot;,&quot;bio&quot;:&quot;Outstand using data -- Data Science, Design and Tech Tech Writer @KDnuggets @DataCamp &#128073;&#127995;Inquiries in rfeers@gmail.com&quot;,&quot;photo_url&quot;:&quot;https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd196b5a6-59f2-46dd-99b3-e10ab1bbd27d_604x604.png&quot;,&quot;is_guest&quot;:false,&quot;bestseller_tier&quot;:null}],&quot;post_date&quot;:&quot;2025-04-29T10:01:51.393Z&quot;,&quot;cover_image&quot;:&quot;https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff1897a58-27aa-4791-9c63-0168599748f7_1040x1040.png&quot;,&quot;cover_image_alt&quot;:null,&quot;canonical_url&quot;:&quot;https://www.databites.tech/p/you-dont-need-to-feel-inspired-to&quot;,&quot;section_name&quot;:&quot;Josep's Notes &#128640;&quot;,&quot;video_upload_id&quot;:null,&quot;id&quot;:162354465,&quot;type&quot;:&quot;newsletter&quot;,&quot;reaction_count&quot;:9,&quot;comment_count&quot;:0,&quot;publication_id&quot;:null,&quot;publication_name&quot;:&quot;DataBites&quot;,&quot;publication_logo_url&quot;:&quot;https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe930fbab-b8df-40ef-9676-3d9ca5d49eae_714x714.png&quot;,&quot;belowTheFold&quot;:false,&quot;youtube_url&quot;:null,&quot;show_links&quot;:null,&quot;feed_url&quot;:null}"></div><p>This week, we&#8217;re shifting focus to a different kind of edge: the human one.<br>&#127744; <strong>our most valuable skills might not be technical&#8212;they&#8217;re human.</strong></p><div><hr></div><p><strong>&#129517; In today&#8217;s issue:</strong></p><ul><li><p>Why soft skills are now the real differentiator in your career</p></li><li><p>The emotional intelligence gap&#8212;and how to close it</p></li><li><p>5 practical ways to level up your people skills starting today</p></li></ul><div><hr></div><p>Stick with me for 5 minutes &#8212; <em><strong>it will be worth it, I promise!</strong></em><strong> &#10024;</strong></p><p>Let&#8217;s dive in! &#128071;&#127995;</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!Q_r7!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3bc29622-1d0f-4b1b-9958-6873fa224109_1042x1342.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!Q_r7!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3bc29622-1d0f-4b1b-9958-6873fa224109_1042x1342.png 424w, https://substackcdn.com/image/fetch/$s_!Q_r7!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3bc29622-1d0f-4b1b-9958-6873fa224109_1042x1342.png 848w, https://substackcdn.com/image/fetch/$s_!Q_r7!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3bc29622-1d0f-4b1b-9958-6873fa224109_1042x1342.png 1272w, https://substackcdn.com/image/fetch/$s_!Q_r7!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3bc29622-1d0f-4b1b-9958-6873fa224109_1042x1342.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!Q_r7!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3bc29622-1d0f-4b1b-9958-6873fa224109_1042x1342.png" width="1042" height="1342" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/3bc29622-1d0f-4b1b-9958-6873fa224109_1042x1342.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1342,&quot;width&quot;:1042,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:2172035,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.databites.tech/i/162956699?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3bc29622-1d0f-4b1b-9958-6873fa224109_1042x1342.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!Q_r7!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3bc29622-1d0f-4b1b-9958-6873fa224109_1042x1342.png 424w, https://substackcdn.com/image/fetch/$s_!Q_r7!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3bc29622-1d0f-4b1b-9958-6873fa224109_1042x1342.png 848w, https://substackcdn.com/image/fetch/$s_!Q_r7!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3bc29622-1d0f-4b1b-9958-6873fa224109_1042x1342.png 1272w, https://substackcdn.com/image/fetch/$s_!Q_r7!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3bc29622-1d0f-4b1b-9958-6873fa224109_1042x1342.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a><figcaption class="image-caption">These days, there&#8217;s fresh, homemade bread in my life almost daily&#8212;and I&#8217;m proudly showing off one of them here (even if I&#8217;m just the humble assistant in the baking process!).</figcaption></figure></div><div><hr></div><p><em>&#8252;&#65039; The third module, <a href="https://www.learndatascience.ai/posts/learn-data-science-the-smart-way-python-basics-%F0%9F%90%8D">Python Basics</a> of the introductory course to Data Science is now live on <a href="https://www.learndatascience.ai/">LearnDs.ai</a>. Just go <a href="https://www.learndatascience.ai/posts/learn-data-science-the-smart-way-programming-basics-%F0%9F%97%9D%EF%B8%8F">check it out now!</a></em></p><div><hr></div><h2>The Human Edge in an Automated World</h2><blockquote><p><strong>Hard Skills Get You In. Soft Skills Keep You There.</strong></p></blockquote><p>For years, we&#8217;ve been told that mastering technical skills&#8212;<em>like coding, data analysis, or engineering</em>&#8212;is the key to success. </p><p>And yes, they matter. </p><p>But here&#8217;s the truth:</p><blockquote><p><strong>In today&#8217;s workplace, soft skills are the new hard skills.</strong></p></blockquote><p>That&#8217;s not just a catchy phrase,<strong> it&#8217;s a reality echoed by business leaders worldwide. </strong></p><p><strong><a href="https://www.linkedin.com/business/talent/blog/talent-strategy/linkedin-most-in-demand-hard-and-soft-skills?utm_source=chatgpt.com">LinkedIn&#8217;s 2024 survey</a> shows that 9 out of 10 global executives agree soft skills&#8212;also known as &#8220;human&#8221; or &#8220;durable&#8221; skills&#8212;are more important than ever.</strong> </p><p>This highlights the growing value placed on uniquely human abilities like communication, adaptability, and emotional intelligence as key differentiators in today&#8217;s workforce.</p><p><em>Why? </em></p><p>Because in a world where AI and automation are handling more technical tasks, the uniquely human abilities&#8212;like communication, empathy, and adaptability&#8212;are what set you apart.</p><h2><strong>Why Soft Skills Matter More Than Ever</strong></h2><h3>1. The Emotional Intelligence Gap</h3><p><strong>Emotional Intelligence (EQ) is the ability to understand and manage your own emotions, and to recognize and influence the feelings of others. </strong></p><p>It's becoming increasingly vital in leadership and team dynamics.</p><p>Yet, many professionals struggle with EQ. They might excel technically but falter when it comes to building relationships, managing stress, or navigating conflicts.</p><p><em>The good news? </em></p><p>EQ can be developed. It starts with self-awareness and a commitment to growth.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://reads.databites.tech/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://reads.databites.tech/subscribe?"><span>Subscribe now</span></a></p><div><hr></div><h3>2. Adaptability and Resilience: Your Career's Secret Weapon</h3><p>The modern workplace never stands still&#8212;new technologies, shifting markets, reorganizations. In this constant flux, success belongs to those who adapt swiftly and stay grounded under pressure.</p><p><strong>The challenge?</strong> Resistance to change breeds stress, stagnation, and missed opportunities.<br><strong>The mindset shift?</strong> See change not as a threat, but as a catalyst for growth. </p><blockquote><p>Learn fast, stay flexible, and recover stronger.</p></blockquote><p>Adaptability and resilience aren&#8217;t just nice-to-have&#8212;they&#8217;re survival skills.</p><p>To build them:</p><ul><li><p>Embrace new challenges as growth opportunities</p></li><li><p>Stay open to feedback and continuous learning</p></li><li><p>Strengthen your ability to bounce back from setbacks</p></li></ul><p>Those who adapt don&#8217;t just survive&#8212;they lead.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://reads.databites.tech/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://reads.databites.tech/subscribe?"><span>Subscribe now</span></a></p><div><hr></div><h3><strong>3. The Rise of Automation and AI</strong></h3><p>As automation and AI continue to accelerate, many tasks that once required technical expertise are now being handled by machines. </p><p>This doesn&#8217;t make hard skills obsolete&#8212;but it does shift the spotlight to qualities technology can&#8217;t replicate. </p><p><strong>Human traits like creativity, collaboration, and problem-solving are becoming your most valuable edge.</strong></p><p><em><strong>The challenge?</strong> </em></p><p>Professionals who rely solely on technical know-how risk being left behind, facing stagnation, or struggling to adapt in an evolving job market.</p><h2>The New Balance: Hard Skills Get You Hired, Soft Skills Get You Promoted</h2><p>Hard skills are essential, especially in technical fields. </p><p>But in today&#8217;s evolving workplace, soft skills&#8212;like communication, empathy, and adaptability&#8212;are what separate those who thrive from those who stall. </p><p><strong>65% of roles require abilities machines can&#8217;t replicate</strong>, and most employers now rank soft skills as equally or more important than technical ones.</p><p><strong>Better Teams Start with Better People Skills</strong><br>Collaboration is more than just showing up to meetings. It&#8217;s about active listening, empathy, and openness. Without these, even the best teams crumble.</p><blockquote><p>&#128073;&#127995; <em>Want to lead stronger teams? <strong>Start by becoming a better listener.</strong></em></p></blockquote><p><strong>Leadership Is a Human Skill</strong><br>Great leaders inspire, communicate clearly, and resolve conflict with emotional intelligence&#8212;not just technical know-how.</p><blockquote><p>&#128073;&#127995; <em>You don&#8217;t need to be perfect&#8212;<strong>just human and aware.</strong></em></p></blockquote><p><strong>Soft Skills Fuel Career Growth</strong><br>As you rise, your impact depends less on code or charts and more on influence, mindset, and trust. Neglect these, and your career can quietly plateau.</p><blockquote><p>&#128073;&#127995; <em>Want to move up? <strong>Start growing sideways&#8212;relationally and emotionally.</strong></em></p></blockquote><div><hr></div><h2>5 Practical Ways to Enhance Your Soft Skills</h2><ol><li><p><strong>Prioritize Self-Awareness</strong>: Regularly reflect on your experiences. </p><ul><li><p><em>Understand your strengths, weaknesses, and emotional triggers.</em></p></li></ul></li><li><p><strong>Practice Active Listening</strong>: In conversations, focus fully on the speaker. </p><ul><li><p><em>Avoid interrupting and show empathy.</em></p></li></ul></li><li><p><strong>Develop Emotional Regulation</strong>: Learn techniques like deep breathing or mindfulness to manage stress and respond thoughtfully.</p><ul><li><p><em>Include them in your daily routine to enhance your emotional regulation.</em></p></li></ul></li><li><p><strong>Enhance Conflict Resolution Skills</strong>: Approach conflicts with a problem-solving mindset. </p><ul><li><p><em>Seek win-win solutions.</em></p></li></ul></li><li><p><strong>Seek Feedback and Mentorship</strong>: Engage with mentors or coaches who can provide insights and guidance on your interpersonal skills. </p><ul><li><p><em>Learn from people who are ahead so you can get there faster. </em></p><p></p></li></ul></li></ol><p>Technical skills may open doors, but soft skills are what keep them open. </p><p>They enable you to lead, collaborate, and adapt in ways that machines can't replicate.</p><p>Investing in your soft skills isn't just good for your career&#8212;it's essential for long-term success.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://reads.databites.tech/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://reads.databites.tech/subscribe?"><span>Subscribe now</span></a></p><div><hr></div><p>The third module, <a href="https://www.learndatascience.ai/posts/learn-data-science-the-smart-way-python-basics-%F0%9F%90%8D">Python Basics</a> of the introductory course to Data Science is now live on <a href="https://www.learndatascience.ai/">LearnDs.ai</a>. Just go <a href="https://www.learndatascience.ai/posts/learn-data-science-the-smart-way-programming-basics-%F0%9F%97%9D%EF%B8%8F">check it out now!</a></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!NtL5!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F636c99d9-b5c1-47e3-864d-ad951657008b_2595x908.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!NtL5!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F636c99d9-b5c1-47e3-864d-ad951657008b_2595x908.jpeg 424w, https://substackcdn.com/image/fetch/$s_!NtL5!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F636c99d9-b5c1-47e3-864d-ad951657008b_2595x908.jpeg 848w, https://substackcdn.com/image/fetch/$s_!NtL5!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F636c99d9-b5c1-47e3-864d-ad951657008b_2595x908.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!NtL5!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F636c99d9-b5c1-47e3-864d-ad951657008b_2595x908.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!NtL5!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F636c99d9-b5c1-47e3-864d-ad951657008b_2595x908.jpeg" width="1456" height="509" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/636c99d9-b5c1-47e3-864d-ad951657008b_2595x908.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:509,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!NtL5!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F636c99d9-b5c1-47e3-864d-ad951657008b_2595x908.jpeg 424w, https://substackcdn.com/image/fetch/$s_!NtL5!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F636c99d9-b5c1-47e3-864d-ad951657008b_2595x908.jpeg 848w, https://substackcdn.com/image/fetch/$s_!NtL5!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F636c99d9-b5c1-47e3-864d-ad951657008b_2595x908.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!NtL5!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F636c99d9-b5c1-47e3-864d-ad951657008b_2595x908.jpeg 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>Dive in and explore it today!</p><div><hr></div><h3>PS: You&#8217;re allowed to&#8230;</h3><ul><li><p><strong>Lead with empathy</strong> &#8212; even if you&#8217;re still learning how.</p></li><li><p><strong>Show up as yourself </strong>&#8212; even when it feels a little vulnerable.</p></li><li><p><strong>Ask questions </strong>&#8212; and not have all the answers.</p></li><li><p><strong>Struggle with change </strong>&#8212; and still be resilient.</p></li><li><p><strong>Build people skills </strong>&#8212; one awkward conversation at a time.</p></li><li><p><strong>Be human</strong> &#8212; not perfect.</p></li><li><p><strong>Ask for help</strong> (including from me! &#128587;&#127995;&#8205;&#9794;&#65039;)</p></li></ul><p><em>Soft skills take time. </em></p><p><em>Emotional intelligence is a practice. </em></p><p><em><strong>Progress comes from leaning in, not opting out.</strong></em></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://reads.databites.tech/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe now&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://reads.databites.tech/subscribe?"><span>Subscribe now</span></a></p><div><hr></div><h2>Are you still here? &#129488;</h2><p>&#128073;&#127995; I want this newsletter to be useful, so please let me know your feedback!</p><div class="poll-embed" data-attrs="{&quot;id&quot;:313626}" data-component-name="PollToDOM"></div><div><hr></div><p>Before you go,<strong> tap the &#128154; and the restack buttons at the bottom of this email to show your support</strong>&#8212;<em>it really helps and means a lot! </em></p><p><strong>Any doubt? Let&#8217;s start a conversation! &#128071;&#127995;</strong></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://www.databites.tech/p/the-transformers-architecture/comments&quot;,&quot;text&quot;:&quot;Leave a comment&quot;,&quot;action&quot;:null,&quot;class&quot;:&quot;button-wrapper&quot;}" data-component-name="ButtonCreateButton"><a class="button primary button-wrapper" href="https://www.databites.tech/p/the-transformers-architecture/comments"><span>Leave a comment</span></a></p><p>Don&#8217;t forget to check this week&#8217;s cheatsheet &#128165;</p><div class="digest-post-embed" data-attrs="{&quot;nodeId&quot;:&quot;b6741038-d5d3-4c36-867c-d346ad96a832&quot;,&quot;caption&quot;:&quot;Machine learning is all around us, from your Netflix recommendations to the voice behind your phone&#8217;s assistant.&quot;,&quot;cta&quot;:&quot;Read full story&quot;,&quot;showBylines&quot;:true,&quot;showDescription&quot;:true,&quot;showImage&quot;:true,&quot;size&quot;:&quot;sm&quot;,&quot;isEditorNode&quot;:true,&quot;title&quot;:&quot;ML - What It Is, How It Works &amp; Why It Matters&quot;,&quot;publishedBylines&quot;:[{&quot;id&quot;:132707413,&quot;name&quot;:&quot;Josep Ferrer&quot;,&quot;bio&quot;:&quot;Outstand using data -- Data Science, Design and Tech Tech Writer @KDnuggets @DataCamp &#128073;&#127995;Inquiries in rfeers@gmail.com&quot;,&quot;photo_url&quot;:&quot;https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd196b5a6-59f2-46dd-99b3-e10ab1bbd27d_604x604.png&quot;,&quot;is_guest&quot;:false,&quot;bestseller_tier&quot;:null}],&quot;post_date&quot;:&quot;2025-05-05T14:02:28.696Z&quot;,&quot;cover_image&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/736707c9-9eda-46d2-ab01-ff9b20f5ef19_1465x1057.png&quot;,&quot;cover_image_alt&quot;:null,&quot;canonical_url&quot;:&quot;https://www.databites.tech/p/ml-what-it-is-how-it-works-and-why&quot;,&quot;section_name&quot;:&quot;Cheatsheets &#129513;&quot;,&quot;video_upload_id&quot;:null,&quot;id&quot;:162875628,&quot;type&quot;:&quot;newsletter&quot;,&quot;reaction_count&quot;:3,&quot;comment_count&quot;:0,&quot;publication_id&quot;:null,&quot;publication_name&quot;:&quot;DataBites&quot;,&quot;publication_logo_url&quot;:&quot;https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe930fbab-b8df-40ef-9676-3d9ca5d49eae_714x714.png&quot;,&quot;belowTheFold&quot;:true,&quot;youtube_url&quot;:null,&quot;show_links&quot;:null,&quot;feed_url&quot;:null}"></div><div><hr></div><h2>Want to get more of my content? &#128587;&#127995;&#8205;&#9794;&#65039;</h2><p>Reach me on:</p><ul><li><p><strong><a href="https://www.linkedin.com/in/josep-ferrer-sanchez/">LinkedIn</a>,</strong> <strong><a href="https://x.com/rfeers">X (Twitter)</a></strong>, or <strong><a href="https://www.threads.net/@rfeers">Threads</a> to get daily posts about Data Science.</strong></p></li><li><p>My <strong><a href="https://medium.com/@rfeers">Medium</a></strong><a href="https://medium.com/@rfeers"> </a><strong><a href="https://medium.com/@rfeers">Blog</a></strong> to learn more about Data Science, Machine Learning, and AI.</p></li><li><p>Just email me at rfeers@gmail.com for any inquiries or to ask for help! &#129299;</p></li></ul><div><hr></div><p>Remember now that DataBites has an official <a href="https://x.com/databitestech">X (Twitter)</a> account and <a href="https://www.linkedin.com/search/results/all/?fetchDeterministicClustersOnly=true&amp;heroEntityKey=urn%3Ali%3Aorganization%3A104285500&amp;keywords=databites&amp;origin=RICH_QUERY_TYPEAHEAD_HISTORY&amp;position=0&amp;searchId=2b268e19-1da0-4357-a42a-9d7f7fba7772&amp;sid=S_G&amp;spellCorrectionEnabled=true">LinkedIn</a> page. Follow us there to stay updated and help spread the word! &#128588;&#127995;</p><p>See you next Tuesday!</p><p>Best,</p><p>-Josep</p>]]></content:encoded></item><item><title><![CDATA[You Don’t Need to Feel Inspired to Get Things Done]]></title><description><![CDATA[Notes #7 - Why maniacal momentum beats waiting for the perfect moment, EVERY SINGLE TIME.]]></description><link>https://reads.databites.tech/p/you-dont-need-to-feel-inspired-to</link><guid isPermaLink="false">https://reads.databites.tech/p/you-dont-need-to-feel-inspired-to</guid><dc:creator><![CDATA[Josep Ferrer]]></dc:creator><pubDate>Tue, 29 Apr 2025 10:01:51 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!rNRG!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Ff1897a58-27aa-4791-9c63-0168599748f7_1040x1040.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><strong>Hey everyone! &#128075;&#127996;</strong></p><p>Josep here, back with your weekly bite of career insights and encouragement &#10024;</p><p>Last week, we dove into how <strong>GenAI is </strong><em><strong>not</strong></em><strong> the real threat</strong>, but how <em>you</em> adapt to it might be.</p><div class="digest-post-embed" data-attrs="{&quot;nodeId&quot;:&quot;23be9ec7-dcb2-49bb-841f-8ec9814d80e4&quot;,&quot;caption&quot;:&quot;Hey everyone! &#128075;&#127996;&quot;,&quot;cta&quot;:null,&quot;showBylines&quot;:true,&quot;showDescription&quot;:true,&quot;showImage&quot;:true,&quot;size&quot;:&quot;sm&quot;,&quot;isEditorNode&quot;:true,&quot;title&quot;:&quot;GenAI Won&#8217;t Replace You &#8212; But Someone Who Knows How to Use It Will&quot;,&quot;publishedBylines&quot;:[{&quot;id&quot;:132707413,&quot;name&quot;:&quot;Josep Ferrer&quot;,&quot;bio&quot;:&quot;Outstand using data -- Data Science, Design and Tech Tech Writer @KDnuggets @DataCamp &#128073;&#127995;Inquiries in rfeers@gmail.com&quot;,&quot;photo_url&quot;:&quot;https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd196b5a6-59f2-46dd-99b3-e10ab1bbd27d_604x604.png&quot;,&quot;is_guest&quot;:false,&quot;bestseller_tier&quot;:null}],&quot;post_date&quot;:&quot;2025-04-22T10:01:25.219Z&quot;,&quot;cover_image&quot;:&quot;https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F025a7b7b-0665-42e5-b456-adffc08f6741_1040x1464.png&quot;,&quot;cover_image_alt&quot;:null,&quot;canonical_url&quot;:&quot;https://www.databites.tech/p/genai-wont-replace-you-but-someone&quot;,&quot;section_name&quot;:&quot;Josep's Notes &#128640;&quot;,&quot;video_upload_id&quot;:null,&quot;id&quot;:161863295,&quot;type&quot;:&quot;newsletter&quot;,&quot;reaction_count&quot;:7,&quot;comment_count&quot;:0,&quot;publication_id&quot;:null,&quot;publication_name&quot;:&quot;DataBites&quot;,&quot;publication_logo_url&quot;:&quot;https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe930fbab-b8df-40ef-9676-3d9ca5d49eae_714x714.png&quot;,&quot;belowTheFold&quot;:false,&quot;youtube_url&quot;:null,&quot;show_links&quot;:null,&quot;feed_url&quot;:null}"></div><p>This week, we&#8217;re taking a different kind of plunge &#8212; one that&#8217;s a little more personal, a little more uncomfortable, and incredibly important:<br>&#127744; <strong>Your work doesn&#8217;t have t&#8230;</strong></p>
      <p>
          <a href="https://reads.databites.tech/p/you-dont-need-to-feel-inspired-to">
              Read more
          </a>
      </p>
   ]]></content:encoded></item><item><title><![CDATA[GenAI Won’t Replace You — But Someone Who Knows How to Use It Will]]></title><description><![CDATA[Notes #6 - Why AI literacy is your career's new superpower, and how to build it before it&#8217;s too late]]></description><link>https://reads.databites.tech/p/genai-wont-replace-you-but-someone</link><guid isPermaLink="false">https://reads.databites.tech/p/genai-wont-replace-you-but-someone</guid><dc:creator><![CDATA[Josep Ferrer]]></dc:creator><pubDate>Tue, 22 Apr 2025 10:01:25 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!B0Qr!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F025a7b7b-0665-42e5-b456-adffc08f6741_1040x1464.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><strong>Hey everyone! &#128075;&#127996;</strong></p><p>Josep here, back with your weekly bite of career insights and encouragement &#10024;</p><p>Last week, we explored <strong>The Power of Saying No</strong> and how it can help you focus on what matters. </p><div class="digest-post-embed" data-attrs="{&quot;nodeId&quot;:&quot;ba50f51e-6d6a-47ee-8558-8364ea2e5db6&quot;,&quot;caption&quot;:&quot;Hey everyone! &#128075;&#127996;&quot;,&quot;cta&quot;:null,&quot;showBylines&quot;:true,&quot;showDescription&quot;:true,&quot;showImage&quot;:true,&quot;size&quot;:&quot;sm&quot;,&quot;isEditorNode&quot;:true,&quot;title&quot;:&quot;The Power of Saying No, and 3 Rules to Do It Well&quot;,&quot;publishedBylines&quot;:[{&quot;id&quot;:132707413,&quot;name&quot;:&quot;Josep Ferrer&quot;,&quot;bio&quot;:&quot;Outstand using data -- Data Science, Design and Tech Tech Writer @KDnuggets @DataCamp &#128073;&#127995;Inquiries in rfeers@gmail.com&quot;,&quot;photo_url&quot;:&quot;https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd196b5a6-59f2-46dd-99b3-e10ab1bbd27d_604x604.png&quot;,&quot;is_guest&quot;:false,&quot;bestseller_tier&quot;:null}],&quot;post_date&quot;:&quot;2025-04-15T10:01:44.621Z&quot;,&quot;cover_image&quot;:&quot;https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7b376cea-24a4-49d9-96ea-306b66a446ef_1036x1038.png&quot;,&quot;cover_image_alt&quot;:null,&quot;canonical_url&quot;:&quot;https://www.databites.tech/p/the-power-of-saying-no-and-3-rules&quot;,&quot;section_name&quot;:&quot;Josep's Notes &#128640;&quot;,&quot;video_upload_id&quot;:null,&quot;id&quot;:161364784,&quot;type&quot;:&quot;newsletter&quot;,&quot;reaction_count&quot;:6,&quot;comment_count&quot;:0,&quot;publication_id&quot;:null,&quot;publication_name&quot;:&quot;DataBites&quot;,&quot;publication_logo_url&quot;:&quot;https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe930fbab-b8df-40ef-9676-3d9ca5d49eae_714x714.png&quot;,&quot;belowTheFold&quot;:false,&quot;youtube_url&quot;:null,&quot;show_links&quot;:null,&quot;feed_url&quot;:null}"></div><p>This week, we&#8217;re taking a more powerful turn, because today&#8217;s topic isn&#8217;t just important &#8212; it&#8217;s transformational:<br>&#127744; <strong>GenAI won't replace you&#8212;someone who knows how to us&#8230;</strong></p>
      <p>
          <a href="https://reads.databites.tech/p/genai-wont-replace-you-but-someone">
              Read more
          </a>
      </p>
   ]]></content:encoded></item><item><title><![CDATA[The Power of Saying No, and 3 Rules to Do It Well]]></title><description><![CDATA[Notes #5 - How setting boundaries can protect your time, energy, and well-being]]></description><link>https://reads.databites.tech/p/the-power-of-saying-no-and-3-rules</link><guid isPermaLink="false">https://reads.databites.tech/p/the-power-of-saying-no-and-3-rules</guid><dc:creator><![CDATA[Josep Ferrer]]></dc:creator><pubDate>Tue, 15 Apr 2025 10:01:44 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!d7Zf!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F7b376cea-24a4-49d9-96ea-306b66a446ef_1036x1038.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><strong>Hey everyone! &#128075;&#127996;</strong></p><p>Josep here, back with your weekly bite of career insights and encouragement &#10024;</p><p>Last week, we explored <strong>How to Stay Relevant in a Rapidly Shifting Job Market</strong>, with practical tips to help you stay ahead of the curve &#128071;&#127995;</p><div class="digest-post-embed" data-attrs="{&quot;nodeId&quot;:&quot;facb020b-42e5-4fab-845f-eb43f741cba0&quot;,&quot;caption&quot;:&quot;Hey everyone! &#128075;&#127996;&quot;,&quot;cta&quot;:null,&quot;showBylines&quot;:true,&quot;showDescription&quot;:true,&quot;showImage&quot;:true,&quot;size&quot;:&quot;sm&quot;,&quot;isEditorNode&quot;:true,&quot;title&quot;:&quot;How to Stay Relevant in a Rapidly Shifting Job Market&quot;,&quot;publishedBylines&quot;:[],&quot;post_date&quot;:&quot;2025-04-08T10:03:27.054Z&quot;,&quot;cover_image&quot;:&quot;https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc73ae6d4-b52b-42a5-8683-12322c417cbc_1038x1040.png&quot;,&quot;cover_image_alt&quot;:null,&quot;canonical_url&quot;:&quot;https://www.databites.tech/p/how-to-prepare-for-the-future-global&quot;,&quot;section_name&quot;:&quot;Josep's Notes &#128640;&quot;,&quot;video_upload_id&quot;:null,&quot;id&quot;:160767263,&quot;type&quot;:&quot;newsletter&quot;,&quot;reaction_count&quot;:14,&quot;comment_count&quot;:2,&quot;publication_id&quot;:null,&quot;publication_name&quot;:&quot;DataBites&quot;,&quot;publication_logo_url&quot;:&quot;https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe930fbab-b8df-40ef-9676-3d9ca5d49eae_714x714.png&quot;,&quot;belowTheFold&quot;:false,&quot;youtube_url&quot;:null,&quot;show_links&quot;:null,&quot;feed_url&quot;:null}"></div><p>This week, we&#8217;re taking a more personal turn.</p><p>Today&#8217;s note is about something deceptively simple&#8230; but deeply transformative:</p>
      <p>
          <a href="https://reads.databites.tech/p/the-power-of-saying-no-and-3-rules">
              Read more
          </a>
      </p>
   ]]></content:encoded></item><item><title><![CDATA[How to Stay Relevant in a Rapidly Shifting Job Market]]></title><description><![CDATA[Notes #4 - 4 out of 10 of your skills may soon be outdated. Here&#8217;s how to stay ahead of the curve.]]></description><link>https://reads.databites.tech/p/how-to-prepare-for-the-future-global</link><guid isPermaLink="false">https://reads.databites.tech/p/how-to-prepare-for-the-future-global</guid><pubDate>Tue, 08 Apr 2025 10:03:27 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc73ae6d4-b52b-42a5-8683-12322c417cbc_1038x1040.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><strong>Hey everyone! &#128075;&#127996;</strong></p><p>Josep here, back with your weekly bite of career insights and encouragement &#10024;</p><p>Last week, we explored <strong>8 ways to increase your luck surface area</strong>&#8212;practical ways to stop waiting for luck and start attracting it.<br>If you missed it, catch up here &#128071;&#127995;</p><div class="digest-post-embed" data-attrs="{&quot;nodeId&quot;:&quot;c0b63cd4-2631-412b-8fef-106faad00417&quot;,&quot;caption&quot;:&quot;Hey everyone! &#128075;&#127996;&quot;,&quot;cta&quot;:null,&quot;showBylines&quot;:true,&quot;showDescription&quot;:true,&quot;showImage&quot;:true,&quot;size&quot;:&quot;sm&quot;,&quot;isEditorNode&quot;:true,&quot;title&quot;:&quot;8 Ways to Increase Your Luck Surface Area &#127919;&quot;,&quot;publishedBylines&quot;:[],&quot;post_date&quot;:&quot;2025-04-01T10:03:35.080Z&quot;,&quot;cover_image&quot;:&quot;https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0c0067ae-9293-436b-9b01-5b661d991f3b_1232x1502.png&quot;,&quot;cover_image_alt&quot;:null,&quot;canonical_url&quot;:&quot;https://www.databites.tech/p/8-ways-to-increase-your-luck-surface&quot;,&quot;section_name&quot;:&quot;Josep's Notes &#128640;&quot;,&quot;video_upload_id&quot;:null,&quot;id&quot;:159498208,&quot;type&quot;:&quot;newsletter&quot;,&quot;reaction_count&quot;:6,&quot;comment_count&quot;:0,&quot;publication_id&quot;:null,&quot;publication_name&quot;:&quot;DataBites&quot;,&quot;publication_logo_url&quot;:&quot;https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe930fbab-b8df-40ef-9676-3d9ca5d49eae_714x714.png&quot;,&quot;belowTheFold&quot;:false,&quot;youtube_url&quot;:null,&quot;show_links&quot;:null,&quot;feed_url&quot;:null}"></div><p>This week, we're switching gears completely.</p><p>Today&#8217;s note is about something way bigger:<br>&#127744; How t&#8230;</p>
      <p>
          <a href="https://reads.databites.tech/p/how-to-prepare-for-the-future-global">
              Read more
          </a>
      </p>
   ]]></content:encoded></item><item><title><![CDATA[8 Ways to Increase Your Luck Surface Area 🎯]]></title><description><![CDATA[Notes #3 - Actionable Strategies to Attract More Opportunities]]></description><link>https://reads.databites.tech/p/8-ways-to-increase-your-luck-surface</link><guid isPermaLink="false">https://reads.databites.tech/p/8-ways-to-increase-your-luck-surface</guid><pubDate>Tue, 01 Apr 2025 10:03:35 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!UpEt!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F0c0067ae-9293-436b-9b01-5b661d991f3b_1232x1502.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p><strong>Hey everyone! &#128075;&#127996;</strong></p><p>Josep here, back with your weekly bite of career insights and encouragement &#10024;</p><p>Last week, we explored the idea of <strong>Luck Surface Area</strong>&#8212;the concept that you can <em>increase</em> your exposure to good opportunities through action, visibility, and mindset.</p><p>If you missed it, check it out now &#128071;&#127995;</p><div class="digest-post-embed" data-attrs="{&quot;nodeId&quot;:&quot;564272b7-1bb5-44a7-82ad-6a2e1453c7f5&quot;,&quot;caption&quot;:&quot;Hey everyone! &#128075;&#127996;&quot;,&quot;cta&quot;:null,&quot;showBylines&quot;:true,&quot;showDescription&quot;:true,&quot;showImage&quot;:true,&quot;size&quot;:&quot;sm&quot;,&quot;isEditorNode&quot;:true,&quot;title&quot;:&quot;Luck Isn&#8217;t Magic, It&#8217;s a Skill &#127808;&quot;,&quot;publishedBylines&quot;:[{&quot;id&quot;:132707413,&quot;name&quot;:&quot;Josep Ferrer&quot;,&quot;bio&quot;:&quot;Outstand using data -- Data Science, Design and Tech Tech Writer @KDnuggets @DataCamp &#128073;&#127995;Inquiries in rfeers@gmail.com&quot;,&quot;photo_url&quot;:&quot;https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd196b5a6-59f2-46dd-99b3-e10ab1bbd27d_604x604.png&quot;,&quot;is_guest&quot;:false,&quot;bestseller_tier&quot;:null}],&quot;post_date&quot;:&quot;2025-03-25T11:01:30.822Z&quot;,&quot;cover_image&quot;:&quot;https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb2814144-b823-49e8-a8d2-54ac47c2b77f_1898x1890.png&quot;,&quot;cover_image_alt&quot;:null,&quot;canonical_url&quot;:&quot;https://www.databites.tech/p/luck-isnt-magic-its-a-skill&quot;,&quot;section_name&quot;:&quot;Josep's Notes &#128640;&quot;,&quot;video_upload_id&quot;:null,&quot;id&quot;:159496797,&quot;type&quot;:&quot;newsletter&quot;,&quot;reaction_count&quot;:6,&quot;comment_count&quot;:2,&quot;publication_id&quot;:null,&quot;publication_name&quot;:&quot;DataBites&quot;,&quot;publication_logo_url&quot;:&quot;https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe930fbab-b8df-40ef-9676-3d9ca5d49eae_714x714.png&quot;,&quot;belowTheFold&quot;:false,&quot;youtube_url&quot;:null,&quot;show_links&quot;:null,&quot;feed_url&quot;:null}"></div><p>This week, we&#8217;re taking things one step further. </p>
      <p>
          <a href="https://reads.databites.tech/p/8-ways-to-increase-your-luck-surface">
              Read more
          </a>
      </p>
   ]]></content:encoded></item></channel></rss>