<?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[Frontier Converge]]></title><description><![CDATA[For the people building, learning and leading the frontier. Insights, tools and resources across cloud and AI. Curated weekly.]]></description><link>https://newsletter.frontierconverge.com</link><image><url>https://substackcdn.com/image/fetch/$s_!dMxW!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Faee2d104-266c-4995-9b26-a9181e55d4ca_500x500.png</url><title>Frontier Converge</title><link>https://newsletter.frontierconverge.com</link></image><generator>Substack</generator><lastBuildDate>Sat, 08 Aug 2026 07:24:34 GMT</lastBuildDate><atom:link href="https://newsletter.frontierconverge.com/feed" rel="self" type="application/rss+xml"/><copyright><![CDATA[Habeeb Yakubu]]></copyright><language><![CDATA[en]]></language><webMaster><![CDATA[frontierconverge@substack.com]]></webMaster><itunes:owner><itunes:email><![CDATA[frontierconverge@substack.com]]></itunes:email><itunes:name><![CDATA[Habeeb Yakubu]]></itunes:name></itunes:owner><itunes:author><![CDATA[Habeeb Yakubu]]></itunes:author><googleplay:owner><![CDATA[frontierconverge@substack.com]]></googleplay:owner><googleplay:email><![CDATA[frontierconverge@substack.com]]></googleplay:email><googleplay:author><![CDATA[Habeeb Yakubu]]></googleplay:author><itunes:block><![CDATA[Yes]]></itunes:block><item><title><![CDATA[Cloud engineers do not need to pivot. They need to double down.]]></title><description><![CDATA[What the AI era demands of you]]></description><link>https://newsletter.frontierconverge.com/p/cloud-engineers-do-not-need-to-pivot</link><guid isPermaLink="false">https://newsletter.frontierconverge.com/p/cloud-engineers-do-not-need-to-pivot</guid><dc:creator><![CDATA[Habeeb Yakubu]]></dc:creator><pubDate>Sat, 11 Jul 2026 07:08:06 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/0122862f-f371-4061-bbcd-9f29e17b526f_2000x2000.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>There is a version of the AI skills conversation that creates unnecessary anxiety for people who are already strong in cloud.</p><p>The framing goes something like this: AI is the future, cloud is the past, and if you have spent years building expertise in distributed systems, infrastructure, and platform engineering you are now behind and need to start over.</p><p>That framing is wrong.</p><p>Every serious AI workload runs on cloud infrastructure. Not some of them. All of them.</p><p>Take a large language model inference workload. It needs GPU compute provisioned at scale, elastic infrastructure that can handle demand spikes without manual intervention, low latency storage for model weights and context, high throughput networking between compute nodes, and orchestration layers that manage the whole thing reliably. None of that exists without the cloud engineering that most people are already doing.</p><p>A team building a RAG system on Azure uses Azure AI Search for the retrieval layer, Azure Blob Storage for the document corpus, Azure OpenAI for the generation layer, and Azure Kubernetes Service or Container Apps to run the orchestration. Every single component sits on infrastructure that a cloud engineer already knows how to provision, secure, scale, and monitor.</p><p>The cloud engineer in that scenario does not need to reinvent their career. They need to understand what the AI layer is doing and how it connects to the infrastructure they already manage. That is a skill extension, not a career change.</p><p>A concrete example. An Azure infrastructure engineer who already manages AKS clusters and blob storage learns how Azure AI Search indexes documents, how vector embeddings work, and how to connect an OpenAI endpoint to a retrieval pipeline. That person can now architect and deploy a production RAG system. They did not pivot. They extended.</p><p>The same applies to networking engineers who understand how to optimize latency for AI inference traffic, storage engineers who know how to design cost efficient data lakes for training pipelines, and platform engineers who can build the CI/CD infrastructure that keeps AI applications running reliably in production.</p><p>AI does not replace cloud expertise. It creates more demand for it because every AI system that moves out of a demo environment and into production needs the infrastructure that cloud engineers build.</p><p>Here&#8217;s what to do this week:</p><p>Pick one AI service that touches your existing stack, and go one level deeper than you currently operate.</p><p>If you manage AKS, deploy a containerized inference endpoint. Watch how it behaves under load.</p><p>If you work with Azure Storage, wire up an Azure AI Search index against a blob container. Run real queries against it.</p><p>If you manage networking, test the latency profile of an Azure OpenAI API call from different regions. Find out what&#8217;s actually driving the numbers.</p><p>That&#8217;s all for today and see you in the next one.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://newsletter.frontierconverge.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Join the people already building and learning on the frontier. Free to subscribe.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><p></p>]]></content:encoded></item><item><title><![CDATA[The AI Advantage Most People Already Have]]></title><description><![CDATA[One Skill, Pointed Right, Opens More Doors Than You Think]]></description><link>https://newsletter.frontierconverge.com/p/the-ai-advantage-most-people-already</link><guid isPermaLink="false">https://newsletter.frontierconverge.com/p/the-ai-advantage-most-people-already</guid><dc:creator><![CDATA[Habeeb Yakubu]]></dc:creator><pubDate>Sat, 04 Jul 2026 08:01:59 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!ZEar!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd49b87a9-85c4-44a5-ae52-915b553f3541_2720x1280.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>People often ask me which AI skill they should learn next.</p><p>Most of the time, that is the wrong question.</p><p>I had a conversation recently with someone considering one of the popular automation platforms. He has spent years in HR, working across talent acquisition, workforce planning, and people operations. Along the way, he learned Excel, Power BI, and enough Python to become comfortable working with data.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://newsletter.frontierconverge.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Frontier Converge! Subscribe for free to receive new posts.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><p>His real question was not about learning another tool.</p><p>It was whether someone with his background still had a place in a world increasingly shaped by AI.</p><p>The answer was yes. Not despite his experience, but because of it.</p><p>Technical skills rarely create value on their own. They create value when applied to a domain where someone understands the problems worth solving.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!ZEar!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd49b87a9-85c4-44a5-ae52-915b553f3541_2720x1280.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!ZEar!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd49b87a9-85c4-44a5-ae52-915b553f3541_2720x1280.png 424w, https://substackcdn.com/image/fetch/$s_!ZEar!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd49b87a9-85c4-44a5-ae52-915b553f3541_2720x1280.png 848w, https://substackcdn.com/image/fetch/$s_!ZEar!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd49b87a9-85c4-44a5-ae52-915b553f3541_2720x1280.png 1272w, https://substackcdn.com/image/fetch/$s_!ZEar!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd49b87a9-85c4-44a5-ae52-915b553f3541_2720x1280.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!ZEar!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd49b87a9-85c4-44a5-ae52-915b553f3541_2720x1280.png" width="1456" height="685" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/d49b87a9-85c4-44a5-ae52-915b553f3541_2720x1280.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:685,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:178083,&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://newsletter.frontierconverge.com/i/205023847?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd49b87a9-85c4-44a5-ae52-915b553f3541_2720x1280.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_!ZEar!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd49b87a9-85c4-44a5-ae52-915b553f3541_2720x1280.png 424w, https://substackcdn.com/image/fetch/$s_!ZEar!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd49b87a9-85c4-44a5-ae52-915b553f3541_2720x1280.png 848w, https://substackcdn.com/image/fetch/$s_!ZEar!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd49b87a9-85c4-44a5-ae52-915b553f3541_2720x1280.png 1272w, https://substackcdn.com/image/fetch/$s_!ZEar!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fd49b87a9-85c4-44a5-ae52-915b553f3541_2720x1280.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></figure></div><p>His HR experience gives him something many technical professionals do not have. He understands how organizations hire, how performance is measured, where approval processes slow work down, and where people operations create friction. Those are insights you cannot download from documentation or learn by completing a certification.</p><p>AI systems still need human judgment. They need someone who understands the business, the exceptions, and the decisions that cannot be reduced to rules.</p><p>Now imagine adding AI to that foundation.</p><p>Instead of becoming &#8220;someone who knows AI,&#8221; he becomes someone who understands HR and knows how to apply AI to it.</p><p>That combination opens far more doors than either skill alone.</p><ul><li><p>HR technology companies need product specialists who understand both workforce operations and AI.</p></li><li><p>Consulting firms need advisors who can help organizations redesign HR processes with automation.</p></li><li><p>Large enterprises need internal champions who can translate between technical teams and HR leadership.</p></li></ul><p>The opportunity is not created by AI alone.</p><p>It is created by the intersection of AI and existing expertise.</p><p>This is where many career conversations miss the point. We focus on the newest models, the latest frameworks, and the next certification. Those things matter, but they are not where your advantage comes from.</p><p>Your advantage comes from combining technical capability with knowledge that is difficult to replace.</p><p>That is why I encourage people to spend less time asking, &#8220;What should I learn?&#8221; and more time asking, &#8220;What problems do I already understand better than most people?&#8221;</p><p>The second question is usually far more valuable.</p><p>Every industry has people who understand its language, workflows, regulations, and culture. Add enough AI fluency to those foundations, and entirely new career paths begin to appear.</p><p>Your move this week</p><ol><li><p>Write down the domain knowledge you already have that most technical people do not.</p></li><li><p>Pick one AI or automation skill that sits closest to that domain, not the trendiest one.</p></li><li><p>Find three people or communities already working at that intersection and follow what they are building.</p><div class="captioned-button-wrap" data-attrs="{&quot;url&quot;:&quot;https://newsletter.frontierconverge.com/p/the-ai-advantage-most-people-already?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;}" data-component-name="CaptionedButtonToDOM"><div class="preamble"><p class="cta-caption">Thanks for reading Frontier Converge! This post is public so feel free to share it.</p></div><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://newsletter.frontierconverge.com/p/the-ai-advantage-most-people-already?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://newsletter.frontierconverge.com/p/the-ai-advantage-most-people-already?utm_source=substack&utm_medium=email&utm_content=share&action=share"><span>Share</span></a></p></div><p>That&#8217;s all for today, see you in the next one.</p></li></ol>]]></content:encoded></item><item><title><![CDATA[The 4 Projects That Will Get You Hired as an AI Engineer]]></title><description><![CDATA[Avoid ChatGPT Wrappers]]></description><link>https://newsletter.frontierconverge.com/p/the-4-projects-that-will-get-you</link><guid isPermaLink="false">https://newsletter.frontierconverge.com/p/the-4-projects-that-will-get-you</guid><dc:creator><![CDATA[Habeeb Yakubu]]></dc:creator><pubDate>Sat, 27 Jun 2026 06:01:10 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/90a6b97e-89de-4a79-8b8d-f702f59ef9bc_707x1000.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>The internet is filled with many complex projects  and challenges to validate AI engineering skills. Well, I attribute this either people still trying to get a grasp of the whole AI thing or just plain ignorance of what is expected by recruiters and companies who are in the space.</p><p>Many people try to build a 10-agent AI system after 6 weeks of learning and wonder why nobody calls them back.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://newsletter.frontierconverge.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Frontier Converge! Subscribe for free to receive new posts.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><p>Here is the truth: a simple project you can explain clearly beats a complicated project you barely understand.</p><p>Employers &#8212; especially technical ones &#8212; are not impressed by complexity. They are impressed by judgment. They want to see that you know why you made your choices, where your system breaks, and what you would do differently.</p><h3>The 4 Projects (In Order)</h3><h4>1. A RAG Chatbot Over Documents</h4><p>What it is: Build a system where a user can upload documents (PDFs, policy files, anything) and ask questions &#8212; and the AI answers using only what&#8217;s in those documents.</p><p>Why it matters: This is called Retrieval-Augmented Generation (RAG), and it is the #1 pattern used by enterprises right now. Banks, hospitals, law firms, government agencies, they all want AI that can answer questions from their own documents without hallucinating.</p><p>If you can build this, you understand embeddings, vector databases, chunking, and prompt design , all in one project.</p><p>Signal boost: Don&#8217;t just build it. Measure it. Show that you tested whether the answers were actually correct. This separates you from 90% of candidates.</p><p>Tools to use: Python, LangChain or LlamaIndex, ChromaDB or Pinecone, OpenAI or Claude API.</p><h4>2. A Structured Data Extractor</h4><p>What it is: Feed the AI unstructured text &#8212; emails, invoices, support tickets &#8212; and have it output clean, structured JSON that a database can store.</p><p>Why it matters: Most business data is messy. It lives in emails, PDFs, and WhatsApp messages. Companies pay good money for systems that can turn that mess into structured data automatically.</p><p>This project proves you understand that LLMs need guardrails &#8212; they cannot just output whatever they want and be trusted.</p><p>Tools to use: Pydantic for schema validation, OpenAI function calling or Claude&#8217;s tool use.</p><h4>3. A Simple AI Agent With Tool Use</h4><p>What it is: Build an AI that can decide to use tools: web search, a calculator, or a database lookup , based on what the user asks. The AI is not just answering questions; it is taking steps to find the answer.</p><p>Why it matters: Agents are everywhere in AI right now. But most people who talk about agents have only used no-code wrappers. Building one yourself, even a simple one, proves you understand how they actually work and, more importantly, where they fail.</p><p>Important: Show what happens when it fails or gets confused. Employers love candidates who have thought about failure modes.</p><h4>4. A Prompt Engineering Showcase</h4><p>What it is: Take one real-world task &#8212; summarizing customer complaints, classifying support tickets, extracting key info from a contract. Write 3 versions of the prompt: a bad one, a decent one, and an excellent one. Show the outputs side by side and explain why each one performs differently.</p><p>Why it matters: Most people treat AI prompts like magic words. Engineers treat them like code. This project proves you think like an engineer.</p><p>This is also the cheapest project on this list. No vector database, no deployment. Just a notebook and clear thinking.</p><p>Pick one project from the list above. Before you write a single line of code, do this:</p><p>Write a one-page brief that answers:</p><p>What is the fake company or situation? (e.g. &#8220;A Lagos-based insurance company that receives 200 customer complaint emails daily&#8221;)</p><p>What problem are you solving for them?</p><p>What are your constraints? (budget, timeline, data privacy, language)</p><p>What does &#8220;working&#8221; actually look like?</p><p>Then build it to solve that specific problem.</p><p>When you&#8217;re done, you should be able to answer these three questions without hesitating:</p><p>What problem does this solve?</p><p>Why did you make the technical choices you made?</p><p>What would you do differently with more time?</p><div class="captioned-button-wrap" data-attrs="{&quot;url&quot;:&quot;https://newsletter.frontierconverge.com/p/the-4-projects-that-will-get-you?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;}" data-component-name="CaptionedButtonToDOM"><div class="preamble"><p class="cta-caption">Thanks for reading Frontier Converge! This post is public so feel free to share it.</p></div><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://newsletter.frontierconverge.com/p/the-4-projects-that-will-get-you?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share&quot;}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://newsletter.frontierconverge.com/p/the-4-projects-that-will-get-you?utm_source=substack&utm_medium=email&utm_content=share&action=share"><span>Share</span></a></p></div><p>That&#8217;s all for today, see you in the next one.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://newsletter.frontierconverge.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Thanks for reading Frontier Converge! Subscribe for free to receive new posts and support my work.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div>]]></content:encoded></item><item><title><![CDATA[The pyramid made sense before AI.]]></title><description><![CDATA[The rising change in junior talents hiring]]></description><link>https://newsletter.frontierconverge.com/p/the-pyramid-made-sense-before-ai</link><guid isPermaLink="false">https://newsletter.frontierconverge.com/p/the-pyramid-made-sense-before-ai</guid><dc:creator><![CDATA[Habeeb Yakubu]]></dc:creator><pubDate>Sat, 20 Jun 2026 07:31:50 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!HsqO!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F96a36d7b-356e-4761-94fd-19309ded5a1c_600x600.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Something is happening to the shape of organizations and most people are not talking about it clearly enough.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://newsletter.frontierconverge.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Join the people already building and learning on the frontier. Free to subscribe.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><p>Career progression used to look like a pyramid. A wide base of entry level roles &#8212; data entry, basic analysis, first line support, junior everything &#8212; feeding upward into a narrower set of senior positions. The structure made sense because you needed volume at the bottom to produce quality at the top. Junior people did the foundational work. Senior people made the decisions.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!HsqO!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F96a36d7b-356e-4761-94fd-19309ded5a1c_600x600.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!HsqO!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F96a36d7b-356e-4761-94fd-19309ded5a1c_600x600.png 424w, https://substackcdn.com/image/fetch/$s_!HsqO!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F96a36d7b-356e-4761-94fd-19309ded5a1c_600x600.png 848w, https://substackcdn.com/image/fetch/$s_!HsqO!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F96a36d7b-356e-4761-94fd-19309ded5a1c_600x600.png 1272w, https://substackcdn.com/image/fetch/$s_!HsqO!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F96a36d7b-356e-4761-94fd-19309ded5a1c_600x600.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!HsqO!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F96a36d7b-356e-4761-94fd-19309ded5a1c_600x600.png" width="600" height="600" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/96a36d7b-356e-4761-94fd-19309ded5a1c_600x600.png&quot;,&quot;srcNoWatermark&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/ff78b3db-d0b1-43f4-8a48-74cb99002b8b_600x600.png&quot;,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:600,&quot;width&quot;:600,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:126966,&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://newsletter.frontierconverge.com/i/202813276?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fff78b3db-d0b1-43f4-8a48-74cb99002b8b_600x600.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_!HsqO!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F96a36d7b-356e-4761-94fd-19309ded5a1c_600x600.png 424w, https://substackcdn.com/image/fetch/$s_!HsqO!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F96a36d7b-356e-4761-94fd-19309ded5a1c_600x600.png 848w, https://substackcdn.com/image/fetch/$s_!HsqO!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F96a36d7b-356e-4761-94fd-19309ded5a1c_600x600.png 1272w, https://substackcdn.com/image/fetch/$s_!HsqO!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F96a36d7b-356e-4761-94fd-19309ded5a1c_600x600.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></figure></div><p>That structure is breaking, thanks to AI.</p><p>AI is absorbing the base faster than most people expected. Not just because companies sat in boardrooms and decided to eliminate jobs - though we can argue every CEO&#8217;s desire is to eliminate as much as possible to deliver the maximum value. But because the economics became impossible to ignore. Why maintain a team of five analysts producing weekly reports when a well configured AI pipeline produces the same output in minutes and flags anomalies automatically? Why keep a tier one support function when a properly grounded AI agent resolves 70% of tickets without human involvement?</p><p>My intention is not to be the designated carrier of bad news but to highlight the shift and make it clear that as jobs are being eliminated, more are created.</p><p>In essence, the pyramid is not collapsing. It is reshaping into a diamond.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!RpB_!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe10ba079-80fc-409f-a556-1795f254df3a_600x600.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!RpB_!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe10ba079-80fc-409f-a556-1795f254df3a_600x600.png 424w, https://substackcdn.com/image/fetch/$s_!RpB_!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe10ba079-80fc-409f-a556-1795f254df3a_600x600.png 848w, https://substackcdn.com/image/fetch/$s_!RpB_!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe10ba079-80fc-409f-a556-1795f254df3a_600x600.png 1272w, https://substackcdn.com/image/fetch/$s_!RpB_!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe10ba079-80fc-409f-a556-1795f254df3a_600x600.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!RpB_!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe10ba079-80fc-409f-a556-1795f254df3a_600x600.png" width="600" height="600" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/e10ba079-80fc-409f-a556-1795f254df3a_600x600.png&quot;,&quot;srcNoWatermark&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/3b099bdb-d924-4fc1-8c72-6f8b5ce85e7e_600x600.png&quot;,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:600,&quot;width&quot;:600,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:132428,&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;:false,&quot;internalRedirect&quot;:&quot;https://newsletter.frontierconverge.com/i/202813276?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3b099bdb-d924-4fc1-8c72-6f8b5ce85e7e_600x600.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_!RpB_!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe10ba079-80fc-409f-a556-1795f254df3a_600x600.png 424w, https://substackcdn.com/image/fetch/$s_!RpB_!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe10ba079-80fc-409f-a556-1795f254df3a_600x600.png 848w, https://substackcdn.com/image/fetch/$s_!RpB_!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe10ba079-80fc-409f-a556-1795f254df3a_600x600.png 1272w, https://substackcdn.com/image/fetch/$s_!RpB_!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fe10ba079-80fc-409f-a556-1795f254df3a_600x600.png 1456w" sizes="100vw"></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>The bottom is contracting. The middle is expanding. And an entirely new layer is forming at the top that did not exist five years ago &#8212; roles that require humans to design, oversee, evaluate, and improve the AI systems doing the work below them.</p><p>This is not a future prediction. It is already happening inside the organizations I work with.</p><p>What does this mean practically?</p><p>The people most at risk are not the least skilled. They are the people whose entire value sits in executing repeatable tasks at volume. The people best positioned are the ones who understand both the domain and the systems now automating it. The intersection of business context and technical fluency is where the new middle of the diamond lives.</p><p>The entry point into a career is not disappearing. It is moving. You no longer enter by doing the basic work. You enter by understanding the systems doing it and knowing how to configure, improve, and manage them.</p><p>The opportunity is the same size it has always been. The path into it is completely different.</p><p>If you are early in your career, stop optimizing for the pyramid. Start building for the diamond. The skills that matter now are not the ones that make you good at executing tasks. They are the ones that make you good at designing systems that execute tasks at scale.</p><p>That is where the roles are going. That is where the income is going. That is where the career progression now lives.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://newsletter.frontierconverge.com/subscribe?&quot;,&quot;text&quot;:&quot;Subscribe&quot;,&quot;language&quot;:&quot;en&quot;}" data-component-name="SubscribeWidgetToDOM"><div class="subscription-widget show-subscribe"><div class="preamble"><p class="cta-caption">Join the people already building and learning on the frontier. Free to subscribe.</p></div><form class="subscription-widget-subscribe"><input type="email" class="email-input" name="email" placeholder="Type your email&#8230;" tabindex="-1"><input type="submit" class="button primary" value="Subscribe"><div class="fake-input-wrapper"><div class="fake-input"></div><div class="fake-button"></div></div></form></div></div><p>That&#8217;s for all today and see you in the next one. </p><p>One more thing, What&#8217;s one thing you would do going forward to stay prepared? Let me know by replying to this email or commenting below.</p>]]></content:encoded></item></channel></rss>