<?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[The Dev Marketer: Second Order AI]]></title><description><![CDATA[Posts on Second order effects of AI, Generative AI/LLM strategies to navigate an AI-driven future for businesses, and on how to build software in an AI-first era.]]></description><link>https://thedevmarketer.com/s/second-order-ai</link><image><url>https://substackcdn.com/image/fetch/$s_!x2dI!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F12d171fd-2401-47dd-a243-53ece04c6c26_512x512.png</url><title>The Dev Marketer: Second Order AI</title><link>https://thedevmarketer.com/s/second-order-ai</link></image><generator>Substack</generator><lastBuildDate>Sun, 02 Aug 2026 14:25:01 GMT</lastBuildDate><atom:link href="https://thedevmarketer.com/feed" rel="self" type="application/rss+xml"/><copyright><![CDATA[Gopi Krishna]]></copyright><language><![CDATA[en]]></language><webMaster><![CDATA[hello@thedevmarketer.com]]></webMaster><itunes:owner><itunes:email><![CDATA[hello@thedevmarketer.com]]></itunes:email><itunes:name><![CDATA[Gopi Krishna /The Dev Marketer]]></itunes:name></itunes:owner><itunes:author><![CDATA[Gopi Krishna /The Dev Marketer]]></itunes:author><googleplay:owner><![CDATA[hello@thedevmarketer.com]]></googleplay:owner><googleplay:email><![CDATA[hello@thedevmarketer.com]]></googleplay:email><googleplay:author><![CDATA[Gopi Krishna /The Dev Marketer]]></googleplay:author><itunes:block><![CDATA[Yes]]></itunes:block><item><title><![CDATA[No, Coders Don’t Need “Alternative Livelihoods.” They Need an Alternative Understanding of What Coding Is.]]></title><description><![CDATA[Sridhar Vembu &#8212; a founder I deeply respect &#8212; posted something this week that stopped me mid-scroll.]]></description><link>https://thedevmarketer.com/p/no-coders-dont-need-alternative-livelihoods</link><guid isPermaLink="false">https://thedevmarketer.com/p/no-coders-dont-need-alternative-livelihoods</guid><dc:creator><![CDATA[Gopi Krishna /The Dev Marketer]]></dc:creator><pubDate>Sat, 07 Feb 2026 04:09:57 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!x2dI!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F12d171fd-2401-47dd-a243-53ece04c6c26_512x512.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Sridhar Vembu &#8212; a founder I deeply respect &#8212; posted something this week that stopped me mid-scroll.</p><p>&#8220;At this point, it is best for those of us who depend on writing code for a living to start considering alternative livelihoods.&#8221;</p><p>He said it with calm acceptance. No panic. Just a quiet surrender to what he sees as inevitable.</p><p>And I think he&#8217;s wrong. Not about the direction AI is heading &#8212; he&#8217;s absolutely right about that. But about what it means for the people who build software.</p><div><hr></div><h2>The Pattern We Keep Forgetting</h2><p>I&#8217;ve been in this industry long enough to have lived through multiple &#8220;coding is dead&#8221; cycles.</p><p>In the early 2000s, it was outsourcing. American developers were told their jobs were shipping to Bangalore, and they should start learning &#8220;business skills&#8221; instead. What actually happened? The global demand for software exploded. There was more work than ever.</p><p>In 2012, it was no-code platforms. Drag-and-drop tools were going to eliminate the need for developers. WordPress, Wix, Squarespace, and hundreds of &#8220;app builders&#8221; &#8212; anyone could build anything now. What happened? The companies behind those tools hired <em>more</em> engineers, not fewer. And the complexity of what businesses needed from software only grew.</p><p>The pattern is remarkably consistent: every time the barrier to <em>producing</em> code drops, the demand for people who understand <em>what to build, why to build it, and how to make it work at scale</em> goes up.</p><div><hr></div><h2>What Sridhar Gets Right</h2><p>Let me be fair to his argument, because the underlying observation is correct.</p><p>Anthropic did build a C compiler with Claude. That <em>is</em> an extraordinary engineering achievement. The raw capability of AI to produce working code &#8212; sometimes complex, sometimes elegant &#8212; is no longer in question. I use it every day at Hyperleap AI. My team uses it. It&#8217;s real.</p><p>And yes, if your entire job is translating a well-defined specification into syntactically correct code &#8212; what I&#8217;d call &#8220;spec-to-syntax&#8221; work &#8212; then you should be concerned. Not because AI will replace you tomorrow, but because the value of that specific skill is being rapidly commoditized.</p><p>But here&#8217;s the uncomfortable truth: <strong>that job was already on borrowed time.</strong></p><p>The &#8220;spec-to-syntax&#8221; developer was always the most vulnerable role in software. Before AI, they were vulnerable to better frameworks, to low-code tools, to offshore teams. AI just accelerated an existing trend.</p><div><hr></div><h2>The Confusion Between Writing Code and Engineering Software</h2><p>This is where I think the conversation goes sideways.</p><p>There&#8217;s a fundamental difference between <em>writing code</em> and <em>engineering software</em>. They look similar from the outside. They happen in the same editor, use the same languages, produce the same file types. But they&#8217;re entirely different activities.</p><p><strong>Writing code</strong> is the act of translating a known solution into a programming language. It&#8217;s implementation. It&#8217;s the mechanical part.</p><p><strong>Engineering software</strong> is the messy, human, deeply contextual work of figuring out what problem you&#8217;re actually solving, what trade-offs are acceptable, how the system interacts with other systems and with real humans, what happens when things fail, and how to evolve the solution over time.</p><p>AI is getting remarkably good at the first part. It can write functions, build components, even architect small systems. But it&#8217;s essentially operating in a world where the problem has been fully defined &#8212; where the ambiguity has already been removed by a human.</p><p>The second part? That&#8217;s where the real engineering lives. And it&#8217;s not getting automated anytime soon.</p><p>Here&#8217;s why:</p><h3>1. <strong>The Problem Definition Problem</strong></h3><p>The hardest part of building software has never been writing the code. It&#8217;s been figuring out what to build.</p><p>After 11 years at Microsoft, building systems for Office 365 and Outlook.com that served <em>billions</em> of users, I can tell you &#8212; the code was the easy part. The hard part was sitting in rooms with product managers, designers, business stakeholders, and customers, trying to reconcile contradictory requirements, budget constraints, performance targets, and organizational politics into a coherent technical direction.</p><p>No AI model does this. Not because it can&#8217;t write code, but because the inputs are ambiguous, political, emotional, and constantly shifting.</p><h3>2. <strong>The Systems Thinking Gap</strong></h3><p>A C compiler is a well-defined, bounded problem with a formal specification. Most real-world software is nothing like this.</p><p>Real software lives in an ecosystem. It talks to databases that have quirky legacy schemas. It integrates with third-party APIs that change without warning. It serves users who do things you never anticipated. It runs on infrastructure that has hard limits you discover in production at 2 AM.</p><p>Understanding this ecosystem &#8212; and making sound technical decisions within it &#8212; requires the kind of contextual judgment that AI fundamentally lacks. AI can generate code that works in isolation. Engineers build systems that work in context.</p><h3>3. <strong>The Failure Mode Problem</strong></h3><p>When AI generates a C compiler and it works, that&#8217;s impressive. But what happens when it doesn&#8217;t work? Who debugs it? Who understands <em>why</em> it failed? Who decides whether the failure mode is acceptable or catastrophic?</p><p>This is the part nobody talks about in the &#8220;AI replaces coders&#8221; narrative. Production software fails constantly &#8212; in subtle, context-dependent, non-obvious ways. Diagnosing and resolving these failures requires the kind of deep understanding that comes from <em>having built the system</em>, from understanding the design decisions, the trade-offs, the reasons behind specific architectural choices.</p><p>You can&#8217;t outsource debugging to something that doesn&#8217;t understand <em>intent</em>.</p><div><hr></div><h2>What Actually Changes (And It&#8217;s Significant)</h2><p>None of this means the software industry stays the same. It doesn&#8217;t.</p><p>Here&#8217;s what I think actually happens over the next 3-5 years:</p><p><strong>The productivity explosion is real.</strong> Engineers who embrace AI tools will be dramatically more productive. At Hyperleap, we&#8217;re already seeing this. Tasks that took days take hours. Prototypes that took weeks take days. This is not hype &#8212; it&#8217;s our lived experience.</p><p><strong>The floor rises.</strong> The minimum viable competence for a software engineer goes up. You can no longer coast on being a decent coder with good Stack Overflow skills. The baseline expectation is now: you use AI tools fluently, you move faster, you ship more.</p><p><strong>Small teams dominate.</strong> This is perhaps the most consequential shift. A team of 5 exceptional engineers with AI tools will outperform a team of 50 average ones. This doesn&#8217;t mean fewer engineers in absolute terms &#8212; it means the organizational structure of software companies changes dramatically.</p><p><strong>New roles emerge.</strong> &#8220;AI-assisted development&#8221; is not a buzzword. It&#8217;s an entirely new way of working that requires new skills: prompt engineering, AI output evaluation, system-level thinking about where to use AI and where not to, and the ability to debug AI-generated code that you didn&#8217;t write yourself.</p><p><strong>The demand curve shifts, but doesn&#8217;t disappear.</strong> There will be fewer opportunities for pure implementation roles and more opportunities for people who can think at the system level, who understand business context, and who can orchestrate AI tools alongside human judgment.</p><div><hr></div><h2>The Real Risk Isn&#8217;t AI. It&#8217;s Mindset.</h2><p>Here&#8217;s what actually worries me: not that AI will replace engineers, but that talented engineers will hear advice like &#8220;consider alternative livelihoods&#8221; and <em>actually leave the field</em>.</p><p>That would be a tragedy.</p><p>The world needs more people who understand how software systems work, not fewer. We need people who can think critically about AI-generated code, who can architect systems that are reliable and safe, who can bridge the gap between what technology can do and what humans actually need.</p><p>If you&#8217;re an engineer reading this, here&#8217;s my honest assessment:</p><p>Don&#8217;t panic. Don&#8217;t leave. But don&#8217;t stay still either.</p><p>The engineers who thrive in the next decade will be the ones who stop defining themselves as &#8220;people who write code&#8221; and start defining themselves as <strong>people who solve complex problems using software &#8212; with AI as the most powerful tool in their toolkit.</strong></p><p>That&#8217;s not an alternative livelihood. That&#8217;s the same livelihood, upgraded.</p><div><hr></div><h2>The Bhagavad Gita Connection</h2><p>There&#8217;s an irony in Sridhar&#8217;s post that I want to highlight. He quote-posts a Bhagavad Gita app.</p><p>The Gita&#8217;s entire message is about performing your duty (<em>dharma</em>) with skill and detachment from the outcome. Chapter 2, Verse 47: <em>&#8220;You have the right to perform your duty, but you are not entitled to the fruits of your actions.&#8221;</em></p><p>The Gita doesn&#8217;t tell Arjuna to find an alternative livelihood. It tells him to master his craft with full commitment, adapting to the reality of his situation.</p><p>For engineers, the <em>dharma</em> hasn&#8217;t changed. The tools have. The context has. The expectations have. But the core work &#8212; understanding problems deeply, building solutions thoughtfully, creating systems that serve people &#8212; that remains deeply human work.</p><div><hr></div><p><strong>The bottom line</strong>: AI doesn&#8217;t eliminate the engineer. It eliminates the distance between thinking and building. That&#8217;s not a threat to the profession &#8212; it&#8217;s the most exciting evolution our field has seen in decades. The engineers who recognize this will build things that weren&#8217;t possible two years ago. The ones who hear &#8220;consider alternative livelihoods&#8221; and walk away will miss the greatest period of leverage in the history of software.</p><p>Don&#8217;t look for alternative livelihoods. Build an alternative understanding of what engineering actually is.</p><p><em>What&#8217;s your take? Are we witnessing the end of software engineering, or its most important evolution? I&#8217;d love to hear from builders who are living this transition.</em></p><div><hr></div><p><em>I&#8217;m Gopi Krishna, founder of <a href="https://hyperleap.ai/">Hyperleap AI</a>, where we&#8217;re building enterprise generative AI infrastructure. Previously at Microsoft for 11+ years, where I built systems for Office 365 and Outlook.com serving billions of users. I write about the second-order effects of AI on <a href="https://gopikrishna.substack.com/">Substack</a>.</em></p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://thedevmarketer.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 Second Order AI and more.! 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 Plan B Fallacy: Why "Human in the Loop" Is Killing Your AI ROI]]></title><description><![CDATA[How often have you given your best if you already knew there was a Plan B?]]></description><link>https://thedevmarketer.com/p/the-plan-b-fallacy-why-human-in-the</link><guid isPermaLink="false">https://thedevmarketer.com/p/the-plan-b-fallacy-why-human-in-the</guid><dc:creator><![CDATA[Gopi Krishna /The Dev Marketer]]></dc:creator><pubDate>Wed, 12 Nov 2025 08:15:05 GMT</pubDate><enclosure url="https://images.unsplash.com/photo-1513530534585-c7b1394c6d51?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwyOHx8Y2FsbCUyMGNlbnRlcnxlbnwwfHx8fDE3NjI5MzUxNzZ8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://images.unsplash.com/photo-1513530534585-c7b1394c6d51?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwyOHx8Y2FsbCUyMGNlbnRlcnxlbnwwfHx8fDE3NjI5MzUxNzZ8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://images.unsplash.com/photo-1513530534585-c7b1394c6d51?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwyOHx8Y2FsbCUyMGNlbnRlcnxlbnwwfHx8fDE3NjI5MzUxNzZ8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 424w, https://images.unsplash.com/photo-1513530534585-c7b1394c6d51?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwyOHx8Y2FsbCUyMGNlbnRlcnxlbnwwfHx8fDE3NjI5MzUxNzZ8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 848w, https://images.unsplash.com/photo-1513530534585-c7b1394c6d51?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwyOHx8Y2FsbCUyMGNlbnRlcnxlbnwwfHx8fDE3NjI5MzUxNzZ8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1272w, https://images.unsplash.com/photo-1513530534585-c7b1394c6d51?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwyOHx8Y2FsbCUyMGNlbnRlcnxlbnwwfHx8fDE3NjI5MzUxNzZ8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1456w" sizes="100vw"><img src="https://images.unsplash.com/photo-1513530534585-c7b1394c6d51?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwyOHx8Y2FsbCUyMGNlbnRlcnxlbnwwfHx8fDE3NjI5MzUxNzZ8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" width="4838" height="3225" data-attrs="{&quot;src&quot;:&quot;https://images.unsplash.com/photo-1513530534585-c7b1394c6d51?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwyOHx8Y2FsbCUyMGNlbnRlcnxlbnwwfHx8fDE3NjI5MzUxNzZ8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:3225,&quot;width&quot;:4838,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;person wearing watch near laptop&quot;,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="person wearing watch near laptop" title="person wearing watch near laptop" srcset="https://images.unsplash.com/photo-1513530534585-c7b1394c6d51?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwyOHx8Y2FsbCUyMGNlbnRlcnxlbnwwfHx8fDE3NjI5MzUxNzZ8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 424w, https://images.unsplash.com/photo-1513530534585-c7b1394c6d51?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwyOHx8Y2FsbCUyMGNlbnRlcnxlbnwwfHx8fDE3NjI5MzUxNzZ8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 848w, https://images.unsplash.com/photo-1513530534585-c7b1394c6d51?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwyOHx8Y2FsbCUyMGNlbnRlcnxlbnwwfHx8fDE3NjI5MzUxNzZ8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1272w, https://images.unsplash.com/photo-1513530534585-c7b1394c6d51?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwyOHx8Y2FsbCUyMGNlbnRlcnxlbnwwfHx8fDE3NjI5MzUxNzZ8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 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">Photo by <a href="https://unsplash.com/@nordwood">NordWood Themes</a> on <a href="https://unsplash.com">Unsplash</a></figcaption></figure></div><p>Take a moment with that question please. And reallllly think about it.</p><p>Now apply it to how your organization is building AI solutions.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://thedevmarketer.com/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://thedevmarketer.com/subscribe?"><span>Subscribe now</span></a></p><p>I&#8217;ve spent the last 2 years building our product, an enterprise-ready Generative AI platform, and before that, 11+ years at Microsoft working on systems that serve billions of users. And I&#8217;ve noticed something troubling across the Enterprise AI landscape today:</p><p>Companies are building AI solutions with the mindset that if AI doesn&#8217;t work, humans can always jump in&#8212;the ever-present Plan B.</p><p>And in my opinion, that&#8217;s exactly why most AI implementations are failing to deliver transformational value.</p><h2>The Comfortable Lie We Tell Ourselves</h2><p>Here&#8217;s how the conversation typically goes in enterprise boardrooms:</p><p><strong>Executive:</strong> &#8220;How confident are we that this AI will work?&#8221;</p><p><strong>AI Team:</strong> &#8220;Well, we&#8217;ve built in human oversight. If the AI makes a mistake or isn&#8217;t confident, we escalate to a human agent. Best of both worlds&#8212;AI efficiency with human judgment.&#8221;</p><p><strong>Executive:</strong> <em>nods approvingly</em> &#8220;Smart. Let&#8217;s proceed.&#8221;</p><p>Everyone leaves the meeting feeling good. The AI team gets their budget. The executive feels responsible. The operations team feels secure that their jobs aren&#8217;t disappearing overnight.</p><p>But here&#8217;s what nobody says out loud: <strong>You just greenlit a solution designed to underperform.</strong></p><h2>The Psychology of Plan B</h2><p>When you build AI knowing humans will catch the failures, something insidious happens at every level of development:</p><h3>1. <strong>Threshold Compromise</strong></h3><p>Your accuracy target subtly shifts from &#8220;production-ready&#8221; to &#8220;good enough for supervised use.&#8221;</p><p>Instead of demanding 95%+ accuracy on critical tasks, you settle for 75% because &#8220;humans will handle the rest.&#8221; You&#8217;ve just mathematically guaranteed that 25% of your workload still requires human intervention&#8212;forever.</p><h3>2. <strong>Edge Case Avoidance</strong></h3><p>Those tricky scenarios that require deep thinking and robust handling? They get tagged with &#8220;escalate to human&#8221; and you move on.</p><p>The hard work of actually solving the problem&#8212;improving training data, refining prompts, building better retrieval systems&#8212;gets perpetually postponed. Why solve it when you can route it?</p><h3>3. <strong>Data Quality Deterioration</strong></h3><p>When humans are standing by to fix mistakes, the pressure to maintain pristine training data and knowledge bases diminishes.</p><p>&#8220;We&#8217;ll catch it in review&#8221; becomes the refrain. Except you won&#8217;t catch all of it. And the AI learns from the garbage, compounding the problem.</p><h3>4. <strong>Testing Theater</strong></h3><p>Your testing becomes perfunctory rather than rigorous. You&#8217;re not testing for autonomous operation&#8212;you&#8217;re testing whether the escalation logic works.</p><p>The bar drops from &#8220;can this AI handle production?&#8221; to &#8220;can this AI recognize when it needs help?&#8221;</p><p>It&#8217;s like training a pilot who only knows how to engage autopilot and call for help, but never actually learned to fly the plane.</p><h2>The Real Cost: A Vicious Cycle</h2><p>This Plan B mindset creates a self-fulfilling prophecy of AI underperformance:</p><p><strong>Stage 1: Mediocre AI Deployment</strong> &#8594; System goes live with 70-80% accuracy &#8594; Humans handle 20-30% of cases &#8594; &#8220;See? Human in the loop works!&#8221;</p><p><strong>Stage 2: Reality Bites</strong> &#8594; Volume scales up &#8594; Human intervention becomes bottleneck &#8594; Costs don&#8217;t decline as expected &#8594; Response times suffer during peak loads</p><p><strong>Stage 3: Degradation</strong> &#8594; Humans get fatigued from constant context switching &#8594; Quality of human interventions drops &#8594; AI never learns from edge cases (they&#8217;re all routed away) &#8594; System improvement stagnates</p><p><strong>Stage 4: Disillusionment</strong> &#8594; ROI analysis shows marginal gains &#8594; &#8220;AI doesn&#8217;t work for our use case&#8221; becomes the narrative &#8594; Project gets quietly shelved or relegated to minor tasks &#8594; Organization becomes AI-skeptical</p><p>I&#8217;ve watched this play out dozens of times. The tragic part? The problem was never the AI&#8217;s capability. It was the organization&#8217;s commitment level.</p><h2>The Microsoft Lesson: Systems That Can&#8217;t Afford Plan B</h2><p>During my time at Microsoft working on Office 365 and Outlook.com, I learned something fundamental about building systems at scale:</p><p><strong>When you&#8217;re serving billions of users, Plan B isn&#8217;t an option.</strong></p><p>You can&#8217;t have human oversight for spam filtering when you&#8217;re processing millions of emails per second. You can&#8217;t have manual review for calendar conflict resolution when you&#8217;re managing schedules for hundreds of millions of people.</p><p>The system has to work. Period.</p><p>And guess what? When &#8220;it has to work&#8221; is your only option, it does work. You invest in:</p><ul><li><p><strong>Robust data pipelines</strong> that catch anomalies before they poison your models</p></li><li><p><strong>Comprehensive testing frameworks</strong> that simulate millions of edge cases</p></li><li><p><strong>Gradual rollout strategies</strong> with automatic rollback mechanisms</p></li><li><p><strong>Continuous monitoring</strong> with real-time performance metrics</p></li><li><p><strong>Rapid iteration cycles</strong> to fix issues within hours, not weeks</p></li></ul><p>You build like your business depends on it&#8212;because it does.</p><h2>The All-In Approach: Building AI Without a Safety Net</h2><p>At Hyperleap AI, we&#8217;ve taken a contrarian stance: <strong>Build AI that doesn&#8217;t need a Plan B.</strong></p><p>Not because humans aren&#8217;t valuable&#8212;they absolutely are. But because when you architect AI solutions with the expectation that they WILL handle production workloads autonomously, everything about how you build changes.</p><h3><strong>The Technical Shift</strong></h3><p><strong>Traditional Approach:</strong></p><blockquote><p><code>User Query &#8594; Basic AI Processing &#8594; Confidence Check </code></p><p><code>&#8594; If &lt; 80% confident &#8594; Route to Human</code></p><p><code>&#8594; If &#8805; 80% confident &#8594; Return Response</code></p></blockquote><p><strong>All-In Approach:</strong></p><blockquote><p><code>User Query &#8594; Comprehensive RAG Pipeline &#8594; Multi-Stage Validation</code></p><p><code>&#8594; Context Enhancement &#8594; Response Generation</code></p><p><code>&#8594; Quality Verification &#8594; Delivery</code></p><p><code>&#8594; Continuous Learning Loop</code></p></blockquote><p>See the difference? No escape hatch. No &#8220;route to human&#8221; cop-out. The AI either handles it correctly, or you fix the system so it can.</p><h3><strong>The Architectural Shift</strong></h3><p>When humans aren&#8217;t there to catch failures, your architecture evolves:</p><p><strong>1. Hierarchical RAG, Not Basic Retrieval</strong> You can&#8217;t just throw documents into a vector database and hope for the best. You need:</p><ul><li><p>Document preprocessing and chunking strategies</p></li><li><p>Multi-level retrieval (semantic + keyword + metadata)</p></li><li><p>Re-ranking and relevance scoring</p></li><li><p>Context window optimization</p></li><li><p>Source attribution and verification</p></li></ul><p><strong>2. Prompt Engineering as a Discipline</strong> Your prompts can&#8217;t be afterthoughts. They become:</p><ul><li><p>Versioned and tested like code</p></li><li><p>Optimized through hundreds of iterations</p></li><li><p>A/B tested against production workloads</p></li><li><p>Monitored for drift and degradation</p></li></ul><p><strong>3. Testing That Matters</strong> You build:</p><ul><li><p>Comprehensive test suites covering edge cases</p></li><li><p>Regression testing for every system update</p></li><li><p>Load testing for realistic usage patterns</p></li><li><p>Adversarial testing to find failure modes</p></li></ul><p><strong>4. Observability and Monitoring</strong> You implement:</p><ul><li><p>Real-time accuracy tracking</p></li><li><p>Latency monitoring at every stage</p></li><li><p>Cost-per-query optimization</p></li><li><p>Automated alerting on degradation</p></li></ul><p>None of this is optional when Plan B doesn&#8217;t exist.</p><div><hr></div><p><strong>Let me give you a concrete example.</strong></p><h3><strong>The Plan B Version</strong></h3><p>A company builds a customer support chatbot:</p><ul><li><p>Uses basic LLM with their docs</p></li><li><p>Routes &#8220;complex&#8221; queries to humans</p></li><li><p>Defines &#8220;complex&#8221; as: anything the AI isn&#8217;t 90% confident about</p></li></ul><p><strong>Result after 6 months:</strong></p><ul><li><p>60% of queries still go to humans</p></li><li><p>Customer satisfaction drops (inconsistent experience)</p></li><li><p>Support costs only reduced by 25%</p></li><li><p>Team declares &#8220;AI isn&#8217;t ready for support&#8221;</p></li></ul><h3><strong>The All-In Version</strong></h3><p>Same company, different approach:</p><ul><li><p>Invests in comprehensive knowledge base architecture</p></li><li><p>Builds multi-turn conversation handling</p></li><li><p>Implements context retention across sessions</p></li><li><p>Creates feedback loops for continuous improvement</p></li><li><p>Treats AI as the primary support channel, not an experiment</p></li></ul><p><strong>Result after 6 months:</strong></p><ul><li><p>92% of queries fully resolved by AI</p></li><li><p>Customer satisfaction improves (faster, 24/7, consistent)</p></li><li><p>Support costs reduced by 70%</p></li><li><p>Human agents focus on truly complex cases and system improvement</p></li></ul><p>The difference? Commitment level.</p><p>The first team built AI expecting it to fail. The second team built AI expecting it to succeed&#8212;and made sure it did.</p><h2>&#8220;But What About Responsible AI?&#8221;</h2><p>I can hear the objections already:</p><p><em>&#8220;Isn&#8217;t human oversight necessary for responsible AI deployment?&#8221;</em></p><p><em>&#8220;What about hallucinations and errors?&#8221;</em></p><p><em>&#8220;Aren&#8217;t you advocating for reckless automation?&#8221;</em></p><p>Let me be crystal clear: <strong>Responsible AI deployment and the All-In approach are not mutually exclusive.</strong></p><p>In fact, they&#8217;re complementary.</p><h3><strong>Responsible AI Without Plan B Looks Like:</strong></h3><p><strong>1. Extensive Pre-Deployment Testing</strong></p><ul><li><p>Thousands of test cases before going live</p></li><li><p>Red team exercises to find failure modes</p></li><li><p>Bias and fairness audits</p></li><li><p>Security and privacy reviews</p></li></ul><p><strong>2. Gradual Rollout with Guardrails</strong></p><ul><li><p>Start with low-risk use cases</p></li><li><p>Expand gradually based on performance data</p></li><li><p>Implement hard constraints (e.g., can&#8217;t process transactions above $X without confirmation)</p></li><li><p>Build in verification steps where consequences are high</p></li></ul><p><strong>3. Continuous Monitoring and Improvement</strong></p><ul><li><p>Real-time performance tracking</p></li><li><p>Automated anomaly detection</p></li><li><p>Rapid response to issues</p></li><li><p>Regular audits and updates</p></li></ul><p><strong>4. Human Oversight of the System, Not Each Transaction</strong> This is the key distinction. Humans should oversee:</p><ul><li><p>System performance metrics</p></li><li><p>Model drift and degradation</p></li><li><p>Edge case patterns emerging</p></li><li><p>Strategic improvements</p></li></ul><p>NOT:</p><ul><li><p>Every individual AI decision</p></li><li><p>Routine queries the system is proven to handle</p></li><li><p>Cases that fall within well-tested parameters</p></li></ul><p>Think about it this way: You don&#8217;t have a human review every calculation your accounting software makes. But you do have accountants who oversee the system, audit outputs, and ensure it&#8217;s working correctly.</p><p>That&#8217;s the model for responsible AI at scale.</p><h2>The ROI Reality Check</h2><p>Let&#8217;s talk numbers, because that&#8217;s ultimately what matters to businesses.</p><h3><strong>Scenario: 10,000 customer queries per month</strong></h3><p><strong>Plan B Approach:</strong></p><ul><li><p>AI handles 70% autonomously</p></li><li><p>30% escalated to humans</p></li><li><p>Monthly cost: $15,000 (AI infrastructure) + $30,000 (human agents for 3,000 queries)</p></li><li><p><strong>Total: $45,000/month</strong></p></li><li><p>Savings vs. all-human: 25%</p></li></ul><p><strong>All-In Approach:</strong></p><ul><li><p>AI handles 95% autonomously</p></li><li><p>5% truly complex cases to specialized humans</p></li><li><p>Monthly cost: $20,000 (AI infrastructure + higher quality) + $10,000 (human experts for 500 complex queries)</p></li><li><p><strong>Total: $30,000/month</strong></p></li><li><p>Savings vs. all-human: 50%</p></li></ul><p>But wait, there&#8217;s more:</p><p><strong>Intangible Benefits of All-In:</strong></p><ul><li><p>24/7 availability (no night shift premiums)</p></li><li><p>Instant response times (no queue waiting)</p></li><li><p>Consistent quality (no bad days or training gaps)</p></li><li><p>Infinite scalability (handle 100,000 queries at same cost)</p></li><li><p>Continuous improvement (gets better over time)</p></li></ul><p>The Plan B approach can never achieve this because it&#8217;s architected for mediocrity.</p><h2>The Mindset Shift Required</h2><p>Moving from Plan B to All-In requires a fundamental mindset shift at every level:</p><h3><strong>For Executives:</strong></h3><p><strong>Old Thinking:</strong> &#8220;Let&#8217;s pilot AI on low-risk tasks and see if it works.&#8221;</p><p><strong>New Thinking:</strong> &#8220;Let&#8217;s identify where AI can deliver transformational value and commit to making it work.&#8221;</p><p>Treat AI deployment like any other mission-critical system implementation. You wouldn&#8217;t deploy a half-baked ERP system with &#8220;humans can fix the data issues&#8221; as your strategy.</p><h3><strong>For AI Teams:</strong></h3><p><strong>Old Thinking:</strong> &#8220;Let&#8217;s build something quickly and iterate based on human intervention feedback.&#8221;</p><p><strong>New Thinking:</strong> &#8220;Let&#8217;s build something that can run autonomously in production from day one.&#8221;</p><p>This means longer development cycles upfront, but dramatically faster value realization and lower long-term costs.</p><h3><strong>For Operations Teams:</strong></h3><p><strong>Old Thinking:</strong> &#8220;AI will take our jobs, so let&#8217;s make sure it depends on us.&#8221;</p><p><strong>New Thinking:</strong> &#8220;AI will handle routine work, freeing us to focus on complex problems and strategic improvements.&#8221;</p><p>The humans who win in an AI-driven world aren&#8217;t the ones catching AI failures&#8212;they&#8217;re the ones making AI systems better.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://thedevmarketer.com/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://thedevmarketer.com/subscribe?"><span>Subscribe now</span></a></p><h2>The Competitive Advantage</h2><p>Here&#8217;s what most people miss: <strong>The companies that figure this out first create an insurmountable competitive advantage.</strong></p><p>When your competitors are running AI systems that require human intervention on 30% of cases, and you&#8217;re running systems that handle 95% autonomously, you can:</p><ul><li><p><strong>Operate at 1/3 the cost structure</strong></p></li><li><p><strong>Scale 10x faster</strong> (no human hiring bottleneck)</p></li><li><p><strong>Deliver better customer experience</strong> (faster, more consistent)</p></li><li><p><strong>Innovate faster</strong> (AI systems can be updated rapidly; human processes can&#8217;t)</p></li></ul><p>This isn&#8217;t incremental improvement. This is step-function change.</p><p>And it&#8217;s only available to organizations willing to commit fully.</p><h2>The Hard Questions You Need to Ask</h2><p>If you&#8217;re building or deploying AI in your organization, here are the questions you need to honestly answer:</p><ol><li><p><strong>What&#8217;s our AI accuracy target, and did we choose it based on autonomous operation requirements or human supervision availability?</strong></p></li><li><p><strong>How many of our AI&#8217;s &#8220;limitations&#8221; are actually limitations of our commitment to solving hard problems?</strong></p></li><li><p><strong>Are we using &#8220;human in the loop&#8221; as a responsible AI practice or as an excuse for mediocre AI?</strong></p></li><li><p><strong>What percentage of our AI development time is spent making the AI better vs. building escalation and routing logic?</strong></p></li><li><p><strong>If humans weren&#8217;t available as a safety net, would we deploy our current AI system?</strong> If not, why are we deploying it now?</p></li><li><p><strong>What would our AI architecture look like if we designed it to be fully autonomous from day one?</strong></p></li><li><p><strong>Are we building AI as a competitive advantage or as a buzzword-compliant checkbox?</strong></p></li></ol><p>The answers to these questions will tell you whether you&#8217;re on the path to transformational AI or incremental disappointment.</p><h2>The Path Forward</h2><p>If you&#8217;re currently trapped in the Plan B paradigm, here&#8217;s how to break free:</p><h3><strong>Phase 1: Acknowledge the Problem</strong> (Week 1)</h3><ul><li><p>Audit your current AI systems</p></li><li><p>Calculate actual human intervention rates</p></li><li><p>Measure true ROI vs. projected ROI</p></li><li><p>Identify where Plan B mentality is holding you back</p></li></ul><h3><strong>Phase 2: Pick Your Battle</strong> (Week 2-3)</h3><ul><li><p>Choose ONE use case for the All-In approach</p></li><li><p>Select something meaningful but not business-critical to start</p></li><li><p>Define clear success metrics (95%+ autonomous handling)</p></li><li><p>Get executive commitment for proper investment</p></li></ul><h3><strong>Phase 3: Build for Autonomy</strong> (Month 1-3)</h3><ul><li><p>Design architecture without human fallback</p></li><li><p>Invest in comprehensive testing</p></li><li><p>Build robust monitoring and observability</p></li><li><p>Plan for gradual rollout with hard guardrails</p></li></ul><h3><strong>Phase 4: Deploy and Iterate</strong> (Month 3-6)</h3><ul><li><p>Start with small user subset</p></li><li><p>Monitor relentlessly</p></li><li><p>Fix issues rapidly</p></li><li><p>Expand gradually based on performance</p></li></ul><h3><strong>Phase 5: Scale and Replicate</strong> (Month 6+)</h3><ul><li><p>Achieve target performance metrics</p></li><li><p>Document lessons learned</p></li><li><p>Apply approach to additional use cases</p></li><li><p>Build institutional knowledge</p></li></ul><p>The journey isn&#8217;t easy. But neither is building any mission-critical system.</p><p>The question is: Are you building AI to check a box, or to transform your business?</p><h2>The Bottom Line</h2><p>Here&#8217;s the uncomfortable truth that needs to be said:</p><p><strong>If your AI solution requires constant human intervention to function, you don&#8217;t have an AI solution&#8212;you have an expensive routing system.</strong></p><p>The companies that will win the AI revolution aren&#8217;t the ones with the best safety nets.</p><p>They&#8217;re the ones who committed to making AI work&#8212;period.</p><p>They invested in proper architectures. They refined their systems through thousands of iterations. They built comprehensive testing frameworks. They treated AI deployment with the same rigor as any mission-critical system.</p><p>Because when Plan B isn&#8217;t an option, Plan A gets really, really good.</p><p>At our company, we&#8217;ve made this commitment. We build enterprise-ready AI that doesn&#8217;t need human supervision to function&#8212;not because we don&#8217;t value humans, but because we believe AI should deliver transformational value, not incremental improvement.</p><p><strong>The question for you is simple:</strong></p><p>Are you building AI solutions that need constant human supervision?</p><p>Or are you building AI that humans can trust to run independently?</p><p>The difference isn&#8217;t just technical. It&#8217;s philosophical.</p><p>And it&#8217;s the difference between AI as a cost center and AI as a competitive advantage.</p><div><hr></div><p><strong>What&#8217;s your experience? Are you seeing the Plan B trap in your organization? Have you successfully built AI systems that run autonomously? I&#8217;d love to hear your perspective in the comments.</strong></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://thedevmarketer.com/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://thedevmarketer.com/subscribe?"><span>Subscribe now</span></a></p><p></p>]]></content:encoded></item><item><title><![CDATA[Everyone’s Using AI. Nobody’s Admitting What For.]]></title><description><![CDATA[And there's a reason why.]]></description><link>https://thedevmarketer.com/p/everyones-using-ai-nobodys-admitting</link><guid isPermaLink="false">https://thedevmarketer.com/p/everyones-using-ai-nobodys-admitting</guid><dc:creator><![CDATA[Gopi Krishna /The Dev Marketer]]></dc:creator><pubDate>Fri, 31 Oct 2025 12:12:32 GMT</pubDate><enclosure url="https://images.unsplash.com/photo-1545671678-0c1ea894e064?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwzfHxzY2FyZXxlbnwwfHx8fDE3NjE5MTI1MDl8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://images.unsplash.com/photo-1545671678-0c1ea894e064?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwzfHxzY2FyZXxlbnwwfHx8fDE3NjE5MTI1MDl8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://images.unsplash.com/photo-1545671678-0c1ea894e064?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwzfHxzY2FyZXxlbnwwfHx8fDE3NjE5MTI1MDl8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 424w, https://images.unsplash.com/photo-1545671678-0c1ea894e064?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwzfHxzY2FyZXxlbnwwfHx8fDE3NjE5MTI1MDl8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 848w, https://images.unsplash.com/photo-1545671678-0c1ea894e064?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwzfHxzY2FyZXxlbnwwfHx8fDE3NjE5MTI1MDl8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1272w, https://images.unsplash.com/photo-1545671678-0c1ea894e064?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwzfHxzY2FyZXxlbnwwfHx8fDE3NjE5MTI1MDl8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1456w" sizes="100vw"><img src="https://images.unsplash.com/photo-1545671678-0c1ea894e064?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwzfHxzY2FyZXxlbnwwfHx8fDE3NjE5MTI1MDl8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" width="8192" height="6144" data-attrs="{&quot;src&quot;:&quot;https://images.unsplash.com/photo-1545671678-0c1ea894e064?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwzfHxzY2FyZXxlbnwwfHx8fDE3NjE5MTI1MDl8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:6144,&quot;width&quot;:8192,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;boy in gray and green sweater&quot;,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="boy in gray and green sweater" title="boy in gray and green sweater" srcset="https://images.unsplash.com/photo-1545671678-0c1ea894e064?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwzfHxzY2FyZXxlbnwwfHx8fDE3NjE5MTI1MDl8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 424w, https://images.unsplash.com/photo-1545671678-0c1ea894e064?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwzfHxzY2FyZXxlbnwwfHx8fDE3NjE5MTI1MDl8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 848w, https://images.unsplash.com/photo-1545671678-0c1ea894e064?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwzfHxzY2FyZXxlbnwwfHx8fDE3NjE5MTI1MDl8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1272w, https://images.unsplash.com/photo-1545671678-0c1ea894e064?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwzfHxzY2FyZXxlbnwwfHx8fDE3NjE5MTI1MDl8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 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">Photo by <a href="https://unsplash.com/@anniespratt">Annie Spratt</a> on <a href="https://unsplash.com">Unsplash</a></figcaption></figure></div><p>I met someone at a conference recently who introduced herself as the &#8220;Chief AI Officer&#8221; at a large GCC. When I asked what that actually meant, she paused. &#8220;I&#8217;m basically the person who explains to the board why we&#8217;re not as AI-forward as they think we should be,&#8221; she said. Then laughed. &#8220;I spend most of my time in meetings about meetings about AI strategy.&#8221;</p><p>She&#8217;s been using AI to write those strategy documents. The board uses AI to generate questions about them. The consultants they hired use AI to create frameworks for implementing AI. Everyone&#8217;s using AI to talk about using AI, in an endless recursive loop that would be funny if it wasn&#8217;t so expensive.</p><p>This is the reality of generative AI in 2025: a technology powerful enough to transform work, deployed primarily to maintain the illusion that work is happening.</p><h2>The Great Pretending, Automated</h2><p>The numbers tell one story: 95% of companies are using generative AI. Productivity is supposed to increase by 25%. C-suite executives are euphoric. AI budgets have doubled. We&#8217;re on the cusp of transformation.</p><p>The reality tells another: 77% of employees say AI has actually decreased their productivity. Half don&#8217;t know how they&#8217;ll ever achieve the gains their bosses expect. One in three are ready to quit from AI-induced burnout. The people actually using these tools are drowning in the gap between promise and reality.</p><p>But here&#8217;s what nobody&#8217;s talking about: everyone&#8217;s using it anyway. Not for the revolutionary transformation promised in board decks. <strong>They&#8217;re using it for the same thing that&#8217;s kept corporate culture running for decades&#8212;maintaining appearances.</strong></p><p>A developer friend showed me his screen recently. Three windows open: his actual code, AI generating documentation that nobody will read, and another AI window writing his status update about the documentation. &#8220;I&#8217;m using AI to create the performance of productivity,&#8221; he said. &#8220;The actual coding takes two hours. The theatrical demonstration that I&#8217;m coding takes six.&#8221;</p><p>The technology that was supposed to eliminate bullshit jobs has instead become the ultimate bullshit job enabler. We&#8217;ve automated the pretense.</p><h2>The Secret Everyone Knows</h2><p>A recent survey found that 71% of full-time employees are burned out and 65% report struggling with employer demands on their productivity. Meanwhile, executives believe AI will boost productivity. The disconnect is staggering, but it makes perfect sense when you understand what&#8217;s actually happening.</p><p>Walk into any office and you&#8217;ll find the same pattern. Junior employees using AI to write emails that sound more &#8220;professional.&#8221; Managers using it to generate performance reviews that sound more &#8220;strategic.&#8221; Executives using it to create presentations that sound more &#8220;visionary.&#8221;</p><p>Everyone&#8217;s in on the secret: we&#8217;re using AI to sound like we think we&#8217;re supposed to sound. To perform the role of the employee we think we&#8217;re supposed to be. To generate the artifacts of work without the substance.</p><p>A friend in consulting admitted their entire team uses AI to generate client deliverables. &#8220;The client knows we&#8217;re using AI. We know they know. They know we know they know. But we all pretend it&#8217;s our &#8216;proprietary methodology&#8217; because that&#8217;s what justifies the fee.&#8221;</p><p>The consultants use AI to create frameworks. The clients use AI to evaluate them. Soon, it&#8217;ll just be AIs talking to AIs, with humans attending the meetings to maintain the fiction that decisions are being made.</p><h2>The Burnout Nobody Expected</h2><p>The promise was that AI would handle the mundane, freeing us for creative work. Instead, almost 80% of workers who use generative AI in their jobs said it has added to their workload. They spend more time reviewing AI output than they would have spent doing the work. More time learning tools that don&#8217;t quite work. More time managing the expectation that they should be exponentially more productive.</p><p>&#8220;I spend half my day fact-checking ChatGPT,&#8221; a marketing director told me. &#8220;Then I spend the other half pretending the efficiencies are transformational. It&#8217;s exhausting.&#8221;</p><p>The cruel irony: Workers with the least experience see the biggest gains from AI&#8212;35% productivity improvements for newcomers versus essentially flat for experienced workers. The people who actually know how to do the work see no benefit. They&#8217;re spending their time teaching the machine to approximate competence.</p><p>Meanwhile, the executives who&#8217;ve never done the actual work are the most convinced of AI&#8217;s transformative power. They see demos, not daily reality. They see potential, not practice. They&#8217;re making decisions about AI implementation based on AI-generated reports about AI capabilities.</p><h2>The Agents That Never Arrive</h2><p>Everyone&#8217;s talking about AI agents&#8212;autonomous systems that will actually do work rather than just generate text about work. 2025 was supposed to be the year of the AI agent. The year we go from experimentation to implementation.</p><p>But talk to anyone actually trying to deploy these systems and you hear the same story. The agents work perfectly in demos. They fail spectacularly in reality. They can&#8217;t handle edge cases. They hallucinate. They need so much human oversight that you might as well do the work yourself.</p><p>&#8220;We spent six months building an AI agent to handle customer service,&#8221; a tech executive told me. &#8220;It works great 80% of the time. The other 20% it tells customers to go fuck themselves. Politely, but still.&#8221;</p><p>The dirty secret of AI agents: they&#8217;re just more sophisticated performance art. More elaborate ways to pretend automation is handling things while humans scramble behind the scenes to clean up the mess.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://thedevmarketer.com/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://thedevmarketer.com/subscribe?"><span>Subscribe now</span></a></p><h2>The Parallel Reality</h2><p>What&#8217;s emerging isn&#8217;t the AI transformation executives imagine. It&#8217;s something more subversive.</p><p>Employees are using AI, but not how their companies think. They&#8217;re using AI to do their corporate job in two hours, then spending the rest of the day on what actually matters to them. Building side projects. Learning real skills. Creating actual value.</p><p>A product manager at a major tech company told me she uses AI to generate all her required documentation. &#8220;I can produce a week&#8217;s worth of &#8216;deliverables&#8217; in a morning,&#8221; she said. &#8220;The rest of the time, I&#8217;m building my own product. My boss thinks I&#8217;m incredibly productive. I am&#8212;just not for them.&#8221;</p><p>This is the real transformation: AI hasn&#8217;t replaced human workers. It&#8217;s revealed how much of work was always theater. Now we can automate the performance and focus on what matters.</p><p>The question isn&#8217;t whether AI will take your job. It&#8217;s whether your job was ever real to begin with.</p><h2>The Skills That Actually Matter</h2><p>In this new reality, the most valuable skill isn&#8217;t prompt engineering. It&#8217;s understanding the game being played. Knowing when to deploy AI for maximum theatrical effect. When to generate the appearance of work. When to actually do work.</p><p>The people thriving aren&#8217;t the AI evangelists or the skeptics. They&#8217;re the pragmatists who understand that generative AI is a tool for navigating corporate theater, not transforming it.</p><p>They use AI to write the emails that need to sound professional. They use it to generate the reports nobody reads. They use it to create the presentations that justify decisions already made. And then they use the time saved to do something real.</p><p>&#8220;I&#8217;m not worried about AI replacing me,&#8221; a designer told me. &#8220;I&#8217;m using it to replace the parts of my job that should never have existed.&#8221;</p><h2>The Moment of Recognition</h2><p>&#8220;We&#8217;ve done a disservice by anthropomorphizing AI&#8212;talking about agents as employees or coworkers,&#8221; says a BCG managing director. He&#8217;s right, but not for the reasons he thinks.</p><p>The disservice isn&#8217;t that we&#8217;ve made AI seem too human. It&#8217;s that we&#8217;ve revealed how robotic human corporate work has become. How much of our professional lives consist of generating predictable text outputs based on pattern recognition.</p><p>When ChatGPT or Claude can write your performance review, what does that say about performance reviews? When AI can generate your strategy document, what does that say about strategy? When a large language model can do your job, what does that say about your job?</p><p>The existential crisis isn&#8217;t that AI might replace us. It&#8217;s that it&#8217;s showing us how replaceable we always were&#8212;not because we lack value, but because the system never valued what makes us human in the first place.</p><h2>The New Corporate Reality</h2><p>The companies that will thrive aren&#8217;t the ones that successfully &#8220;implement AI.&#8221; They&#8217;re the ones that recognize what AI reveals about work itself. That acknowledge the performance. That stop pretending the emails matter more than the ideas. That value human creativity over algorithmic productivity.</p><p>But that would require admitting that much of corporate work is theater. And nobody&#8217;s ready for that conversation. So we&#8217;ll keep using AI to optimize the pretense. To make the meaningless more efficient. To automate the artifice.</p><p>A startup founder told me they explicitly hire people who are &#8220;good at the real work, terrible at the corporate performance.&#8221; Then they use AI to handle the performance part. &#8220;ChatGPT writes our investor updates. Our team builds the actual product. It&#8217;s the only sustainable division of labor.&#8221;</p><h2>Permission to Stop Pretending</h2><p>The liberating truth about generative AI is that it proves what we&#8217;ve always suspected: most of what we do at work doesn&#8217;t matter. The reports, the decks, the emails, the strategies&#8212;they&#8217;re props in an elaborate play about productivity.</p><p>AI can generate all of it. Faster, cheaper, more consistently. And if a pattern-matching machine can do it, maybe it was never worth doing in the first place.</p><p>So here&#8217;s your permission, if you need it: use AI for the performance. Automate the artifice. Generate the deliverables. But save your humanity for what matters. For the work that requires genuine thought, creativity, connection&#8212;the things that can&#8217;t be prompted into existence.</p><p>The death of the corporate AI role isn&#8217;t about AI replacing humans. It&#8217;s about AI revealing that the role was always an algorithm&#8212;a predictable pattern of inputs and outputs that we convinced ourselves was meaningful.</p><p>Now that a machine can perform it, we&#8217;re free to be human again. The question is whether we remember how.</p><h2>The Future That&#8217;s Already Here</h2><p>The transformation is already happening, just not where the executives are looking. In the gaps between meetings. In the hours reclaimed from meaningless tasks. In the side projects and secret innovations of employees who&#8217;ve figured out the game.</p><p>They&#8217;re using AI to maintain their corporate presence while building their actual future. They&#8217;re automating the performance of work while doing real work elsewhere. They&#8217;re treating their corporate role as infrastructure for their actual ambitions.</p><p>The corporate AI role is dead. Not because AI killed it, but because AI revealed it was never alive. It was always an algorithm, waiting to be automated. Now that it can be, we can finally focus on what can&#8217;t.</p><p>The employees who understand this aren&#8217;t worried about the future. They&#8217;re already building it, while their AI assistant writes another strategy document about digital transformation that nobody will read.</p><p>The revolution isn&#8217;t coming. It&#8217;s here. It&#8217;s just not evenly distributed. And it&#8217;s happening in the spaces between the prompts, in the humanity that refuses to be optimized, in the work that matters too much to delegate to a machine.</p><p>The corporate AI role is dead. Long live whatever you build in the time it frees.</p><div><hr></div><p><em>The irony isn&#8217;t lost. Subscribe for more uncomfortable truths about the future of work.</em></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://thedevmarketer.com/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://thedevmarketer.com/subscribe?"><span>Subscribe now</span></a></p><p></p>]]></content:encoded></item><item><title><![CDATA[We've Been Building Ghosts All Along?]]></title><description><![CDATA[Why AI Feels Both Amazing and Frustrating (And Will for Years) - Andrej has answers.]]></description><link>https://thedevmarketer.com/p/weve-been-building-ghosts-all-along</link><guid isPermaLink="false">https://thedevmarketer.com/p/weve-been-building-ghosts-all-along</guid><dc:creator><![CDATA[Gopi Krishna /The Dev Marketer]]></dc:creator><pubDate>Sun, 19 Oct 2025 20:16:59 GMT</pubDate><enclosure url="https://images.unsplash.com/photo-1698347188591-ee0181b4cc1d?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwyfHxnaG9zdHN8ZW58MHx8fHwxNzYwOTA0NzE2fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://images.unsplash.com/photo-1698347188591-ee0181b4cc1d?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwyfHxnaG9zdHN8ZW58MHx8fHwxNzYwOTA0NzE2fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://images.unsplash.com/photo-1698347188591-ee0181b4cc1d?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwyfHxnaG9zdHN8ZW58MHx8fHwxNzYwOTA0NzE2fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 424w, https://images.unsplash.com/photo-1698347188591-ee0181b4cc1d?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwyfHxnaG9zdHN8ZW58MHx8fHwxNzYwOTA0NzE2fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 848w, https://images.unsplash.com/photo-1698347188591-ee0181b4cc1d?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwyfHxnaG9zdHN8ZW58MHx8fHwxNzYwOTA0NzE2fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1272w, https://images.unsplash.com/photo-1698347188591-ee0181b4cc1d?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwyfHxnaG9zdHN8ZW58MHx8fHwxNzYwOTA0NzE2fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1456w" sizes="100vw"><img src="https://images.unsplash.com/photo-1698347188591-ee0181b4cc1d?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwyfHxnaG9zdHN8ZW58MHx8fHwxNzYwOTA0NzE2fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" width="4032" height="3024" data-attrs="{&quot;src&quot;:&quot;https://images.unsplash.com/photo-1698347188591-ee0181b4cc1d?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwyfHxnaG9zdHN8ZW58MHx8fHwxNzYwOTA0NzE2fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:3024,&quot;width&quot;:4032,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;three ghost statues in the dark with their faces glowing&quot;,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="three ghost statues in the dark with their faces glowing" title="three ghost statues in the dark with their faces glowing" srcset="https://images.unsplash.com/photo-1698347188591-ee0181b4cc1d?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwyfHxnaG9zdHN8ZW58MHx8fHwxNzYwOTA0NzE2fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 424w, https://images.unsplash.com/photo-1698347188591-ee0181b4cc1d?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwyfHxnaG9zdHN8ZW58MHx8fHwxNzYwOTA0NzE2fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 848w, https://images.unsplash.com/photo-1698347188591-ee0181b4cc1d?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwyfHxnaG9zdHN8ZW58MHx8fHwxNzYwOTA0NzE2fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1272w, https://images.unsplash.com/photo-1698347188591-ee0181b4cc1d?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwyfHxnaG9zdHN8ZW58MHx8fHwxNzYwOTA0NzE2fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 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">Photo by <a href="https://unsplash.com/@supergios">Jonny Gios</a> on <a href="https://unsplash.com">Unsplash</a></figcaption></figure></div><p>I just finished watching Andrej Karpathy&#8217;s latest conversation, and his one statement hit me like a freight train: <strong>we&#8217;re not building digital humans&#8212;we&#8217;re building ghosts.</strong></p><p>This might sound like semantic wordplay, but the more you think on it, it&#8217;s actually the key to understanding why AI timelines keep surprising everyone (in both directions), why coding agents work but your PowerPoint bot doesn&#8217;t, and why the path to AGI looks nothing like the sci-fi script we&#8217;ve been reading from.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://thedevmarketer.com/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://thedevmarketer.com/subscribe?"><span>Subscribe now</span></a></p><h2>The Ghost in the Machine</h2><p>Here&#8217;s Karpathy&#8217;s crucial insight: animals evolved through a very different optimization process than LLMs. When a zebra is born, it&#8217;s running within minutes&#8212;not because it learned to run, but because evolution encoded that capability directly into its neural architecture through millions of years of natural selection. That&#8217;s hardware, not software.</p><p>LLMs, by contrast, are trained by imitating the digital exhaust of human civilization&#8212;internet documents, code repositories, conversations. They&#8217;re not animals. They&#8217;re &#8220;ethereal spirit entities,&#8221; as Karpathy puts it, that exist purely in the realm of bits and patterns. <strong>They&#8217;re ghosts of human knowledge, not biological intelligences.</strong></p><p>This distinction matters enormously. It means we can&#8217;t simply map animal learning onto AI development. It means the cognitive architecture of these systems is fundamentally different from ours. And it means we need to stop making lazy analogies to &#8220;kindergarteners&#8221; or &#8220;high schoolers&#8221; when describing model capabilities.</p><h2>The March of Nines</h2><p>The second revelation: <strong>every improvement in AI is a constant amount of work, regardless of where you are on the capability curve.</strong></p><p>Karpathy calls this &#8220;the march of nines.&#8221; Getting from 90% to 99% accuracy takes just as much effort as getting from 99% to 99.9%. This is why self-driving took a decade despite perfect demos in 2014. This is why coding agents are impressive but not yet replacing senior engineers. This is why ChatGPT can write a sonnet but can&#8217;t reliably book you a vacation.</p><p>Each nine represents thousands of edge cases, corner cases, integration challenges, and silent failures that only emerge when the system meets reality. The demo-to-product gap isn&#8217;t a gap&#8212;it&#8217;s a canyon that requires constant, grinding work to cross.</p><h2>Why Code? Why Now?</h2><p>So why do coding agents work (relatively) well while agents for slides, customer service, or strategic planning still feel half-baked?</p><p><strong>Because code has always been text.</strong></p><p>The entire edifice of software engineering&#8212;IDEs, version control, diff tools, test suites, CI/CD pipelines&#8212;was already built around manipulating text. LLMs are exquisite text processors. The fit is natural.</p><p>But more importantly, code is structured, verifiable, and operates in a closed world. You can run tests. You can see if it compiles. The feedback loop is immediate and binary. Compare this to making a slide deck, where &#8220;success&#8221; is subjective, culturally dependent, and requires sophisticated aesthetic judgment.</p><p>This is why API revenue is dominated by coding applications. Not because LLMs are narrow tools, but because <strong>coding was accidentally pre-adapted for the specific cognitive architecture of transformer-based language models.</strong></p><h2>The Slop Problem (Or: Why Your AI Tutor Isn&#8217;t Here Yet)</h2><p>Karpathy wants to build an AI tutor that matches his experience learning Korean from a skilled human teacher. Here&#8217;s what that teacher did:</p><ol><li><p>Instantly diagnosed exactly what he knew and didn&#8217;t know</p></li><li><p>Served him material at the precise edge of his capability</p></li><li><p>Never gave him something too hard (frustrating) or too easy (boring)</p></li><li><p>Made him feel like <em>he</em> was the only constraint on his learning</p></li></ol><p>Current LLMs can&#8217;t do this. Not even close. They&#8217;re &#8220;collapsed&#8221;&#8212;they sample from a narrow manifold of responses. Ask ChatGPT for a joke and you&#8217;ll get the same three jokes. Ask for reflection on a book chapter and you&#8217;ll get variations on the same shallow take.</p><p>This collapse isn&#8217;t just annoying&#8212;it&#8217;s fundamental. LLMs are too good at memorization and too eager to regurgitate. They produce what Karpathy calls &#8220;slop&#8221;: plausible-sounding content that lacks genuine insight or novelty. They can&#8217;t maintain the entropy needed for true exploration of ideas.</p><p>The technical challenge isn&#8217;t just making them smarter. It&#8217;s making them more <em>diverse</em> without letting them drift into incoherence. It&#8217;s teaching them to know what they don&#8217;t know. It&#8217;s giving them something analogous to intellectual humility.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://thedevmarketer.com/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://thedevmarketer.com/subscribe?"><span>Subscribe now</span></a></p><h2>What This Means for Timelines</h2><p>If you&#8217;re building an AI company or investing in one, here&#8217;s what this framework implies:</p><p><strong>The tasks that will be automated first:</strong></p><ul><li><p>Involve pure information processing (no physical component)</p></li><li><p>Have clear success criteria (can be verified programmatically)</p></li><li><p>Live in closed, well-defined domains</p></li><li><p>Benefit from the existing text-based tooling infrastructure</p></li><li><p>Can tolerate 80% automation with 20% human supervision</p></li></ul><p><strong>The tasks that will take another decade:</strong></p><ul><li><p>Require genuine creativity or taste</p></li><li><p>Span multiple domains with messy handoffs</p></li><li><p>Need &#8220;common sense&#8221; in truly novel situations</p></li><li><p>Have high costs of failure (safety-critical, security-critical)</p></li><li><p>Demand the kind of contextual judgment that comes from deep experience</p></li></ul><p>The corporate knowledge worker doing PowerPoint and email isn&#8217;t getting replaced next year. The consultant synthesizing disparate information into strategic recommendations isn&#8217;t either. But the junior developer writing CRUD applications? The call center employee following scripts? The paralegal doing document review? Those roles are in the crosshairs <em>right now</em>.</p><h2>The Intelligence We&#8217;re Missing</h2><p>What&#8217;s still missing from these systems? Karpathy has a list:</p><ul><li><p><strong>Continual learning</strong>: The ability to update themselves based on experience without full retraining</p></li><li><p><strong>Genuine reflection</strong>: Going beyond surface-level pattern matching to meta-cognitive reasoning</p></li><li><p><strong>Cultural accumulation</strong>: Building a shared knowledge base that compounds over generations of models</p></li><li><p><strong>Self-play and competition</strong>: The evolutionary pressure that drove biological intelligence</p></li><li><p><strong>Emotional and motivational systems</strong>: The instincts and drives that guide exploration vs. exploitation</p></li></ul><p>We have cortical tissue (the transformer). We have something like a prefrontal cortex (chain-of-thought reasoning). But we&#8217;re missing the basal ganglia, the hippocampus, the amygdala&#8212;all the subcortical structures that make human intelligence <em>human</em>.</p><h2>The Real Timeline</h2><p>So when does this all come together? Karpathy&#8217;s answer is refreshingly honest: <strong>probably not as fast as VCs need, but faster than pessimists expect.</strong></p><p>He&#8217;s not betting on a discrete jump to AGI. He&#8217;s betting on the same hyper-exponential curve humanity has been riding since the Industrial Revolution. AI isn&#8217;t a discontinuity&#8212;it&#8217;s an acceleration. Just like computers, just like the internet, just like mobile phones.</p><p>The pattern is always the same: miraculous demos, then years of grinding through the march of nines, then gradual diffusion throughout the economy, then complete transformation of how we work and live. We&#8217;re in the middle of that cycle right now, mistaking demos for products and hype for progress.</p><p>But make no mistake: the transformation is real. We&#8217;re just on a longer fuse than most people think.</p><h2>Building in the Gap</h2><p>If you&#8217;re building AI products today, the opportunity isn&#8217;t in replacing humans wholesale. It&#8217;s in <strong>creating the interfaces and workflows for human-AI collaboration</strong>.</p><p>It&#8217;s building the &#8220;operation centers&#8221; that sit behind the autonomous systems&#8212;the human oversight layer that handles the 1% of cases the AI can&#8217;t. It&#8217;s designing the autonomy slider that lets companies dial up AI assistance as the technology matures. It&#8217;s creating the feedback loops that turn deployment experience back into training data.</p><p>The winners in this space won&#8217;t be the ones with the best AI. They&#8217;ll be the ones with the best understanding of where the march of nines currently sits, and what humans and machines each do best at this particular moment in time.</p><h2>The Education Bet</h2><p>Karpathy&#8217;s building Eureka Labs to create what he calls &#8220;Starfleet Academy&#8221;&#8212;an elite institution for technical learning in the age of AI. His thesis: even in a post-AGI world, humans will want to learn for the same reason they go to the gym today.</p><p>Not because we need physical strength (we have machines for that), but because it&#8217;s <em>fun</em>. Because it&#8217;s how we signal status. Because it&#8217;s how we connect with something primal in our nature.</p><p>If he&#8217;s right, the highest value education won&#8217;t be vocational training for jobs that AI will automate anyway. It&#8217;ll be the pursuit of human excellence for its own sake&#8212;the cognitive equivalent of running a marathon or climbing a mountain.</p><p>The market for this might be smaller than mass education. But it might also be the only education that matters.</p><h2>The Bottom Line</h2><p>We&#8217;re not in the year of agents. We&#8217;re in the decade of agents. The march of nines continues. The ghosts are getting smarter, but they&#8217;re still ghosts.</p><p>Build accordingly.</p><p>Here&#8217;s the full podcast: </p><div id="youtube2-lXUZvyajciY" class="youtube-wrap" data-attrs="{&quot;videoId&quot;:&quot;lXUZvyajciY&quot;,&quot;startTime&quot;:null,&quot;endTime&quot;:null}" data-component-name="Youtube2ToDOM"><div class="youtube-inner"><iframe src="https://www.youtube-nocookie.com/embed/lXUZvyajciY?rel=0&amp;autoplay=0&amp;showinfo=0&amp;enablejsapi=0" frameborder="0" loading="lazy" gesture="media" allow="autoplay; fullscreen" allowautoplay="true" allowfullscreen="true" width="728" height="409"></iframe></div></div>]]></content:encoded></item><item><title><![CDATA[The Trust Inversion Resulting from Transparency ]]></title><description><![CDATA[Why Transparency in AI Systems Creates New Liability Challenges.]]></description><link>https://thedevmarketer.com/p/the-trust-inversion-resulting-for</link><guid isPermaLink="false">https://thedevmarketer.com/p/the-trust-inversion-resulting-for</guid><dc:creator><![CDATA[Gopi Krishna /The Dev Marketer]]></dc:creator><pubDate>Sat, 18 Oct 2025 13:24:44 GMT</pubDate><enclosure url="https://images.unsplash.com/photo-1558455322-911adf441b5a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHxnbGFzcyUyMHdpbmRvd3xlbnwwfHx8fDE3NjA3OTM1NzF8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://images.unsplash.com/photo-1558455322-911adf441b5a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHxnbGFzcyUyMHdpbmRvd3xlbnwwfHx8fDE3NjA3OTM1NzF8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://images.unsplash.com/photo-1558455322-911adf441b5a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHxnbGFzcyUyMHdpbmRvd3xlbnwwfHx8fDE3NjA3OTM1NzF8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 424w, https://images.unsplash.com/photo-1558455322-911adf441b5a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHxnbGFzcyUyMHdpbmRvd3xlbnwwfHx8fDE3NjA3OTM1NzF8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 848w, https://images.unsplash.com/photo-1558455322-911adf441b5a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHxnbGFzcyUyMHdpbmRvd3xlbnwwfHx8fDE3NjA3OTM1NzF8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1272w, https://images.unsplash.com/photo-1558455322-911adf441b5a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHxnbGFzcyUyMHdpbmRvd3xlbnwwfHx8fDE3NjA3OTM1NzF8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1456w" sizes="100vw"><img src="https://images.unsplash.com/photo-1558455322-911adf441b5a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHxnbGFzcyUyMHdpbmRvd3xlbnwwfHx8fDE3NjA3OTM1NzF8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" width="3024" height="4032" data-attrs="{&quot;src&quot;:&quot;https://images.unsplash.com/photo-1558455322-911adf441b5a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHxnbGFzcyUyMHdpbmRvd3xlbnwwfHx8fDE3NjA3OTM1NzF8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:4032,&quot;width&quot;:3024,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;blue sky over clear glass cing&quot;,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="blue sky over clear glass cing" title="blue sky over clear glass cing" srcset="https://images.unsplash.com/photo-1558455322-911adf441b5a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHxnbGFzcyUyMHdpbmRvd3xlbnwwfHx8fDE3NjA3OTM1NzF8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 424w, https://images.unsplash.com/photo-1558455322-911adf441b5a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHxnbGFzcyUyMHdpbmRvd3xlbnwwfHx8fDE3NjA3OTM1NzF8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 848w, https://images.unsplash.com/photo-1558455322-911adf441b5a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHxnbGFzcyUyMHdpbmRvd3xlbnwwfHx8fDE3NjA3OTM1NzF8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1272w, https://images.unsplash.com/photo-1558455322-911adf441b5a?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHxnbGFzcyUyMHdpbmRvd3xlbnwwfHx8fDE3NjA3OTM1NzF8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 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">Photo by <a href="https://unsplash.com/@alexandar_todov">Alexandar Todov</a> on <a href="https://unsplash.com">Unsplash</a></figcaption></figure></div><p>I debated a lot about whether or not to write on this one. Because while most regulators are going to force businesses to be transparent, most businesses may not want to be super transparent either.</p><p>It&#8217;s a paradox. One that is emerging around AI transparency that most businesses haven&#8217;t fully grasped yet.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://thedevmarketer.com/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://thedevmarketer.com/subscribe?"><span>Subscribe now</span></a></p><p>Everyone agrees AI should be transparent&#8212;users should know when they&#8217;re talking to AI, what sources it&#8217;s using, how it reaches conclusions. Transparency builds trust.</p><p>But here&#8217;s the uncomfortable truth: transparency also creates liability.</p><p>The more you reveal about how your AI works and what it&#8217;s based on, the more accountable you become for its outputs. And that creates a strategic dilemma businesses aren&#8217;t prepared for.</p><h2>The Transparency Push</h2><p>Let&#8217;s start with why transparency is becoming table stakes:</p><p><strong>Regulatory pressure:</strong> The EU AI Act requires explainability. Other jurisdictions are following.</p><p><strong>User demand:</strong> People want to know &#8220;why did the AI say that?&#8221; especially for high-stakes decisions.</p><p><strong>Trust building:</strong> &#8220;Here&#8217;s why we gave this recommendation&#8221; feels more trustworthy than &#8220;trust us, the AI knows.&#8221;</p><p><strong>Competitive differentiation:</strong> &#8220;Our AI shows its sources&#8221; vs. &#8220;our competitors&#8217; AI is a black box.&#8221;</p><p>These are all valid reasons. Transparency is good. I&#8217;m not arguing against it.</p><p>But there&#8217;s a second-order effect that creates serious challenges: when you show your work, you become accountable for it.</p><h2>The Black Box Protection</h2><p>Traditional software had an advantage: it was opaque.</p><p>If a recommendation engine suggested a product and the user didn&#8217;t like it, they moved on. The company wasn&#8217;t liable because the logic was proprietary and unexplained.</p><p>If an automated system made a mistake, you could claim &#8220;algorithmic error&#8221; without revealing the underlying logic. Users couldn&#8217;t scrutinize the decision-making process.</p><p>This opacity provided legal protection. Not maliciously&#8212;just practically. You can&#8217;t be held accountable for reasoning you never revealed.</p><h2>The Transparent Liability</h2><p>But transparent AI changes everything.</p><p><strong>Scenario 1: Healthcare AI</strong></p><p><em>Black box:</em> &#8220;The AI suggests this treatment approach.&#8221;</p><p><em>Liability:</em> Limited. You didn&#8217;t explain why, so users can&#8217;t challenge the logic.</p><p><em>Transparent:</em> &#8220;Based on these 5 studies and your medical history, the AI suggests this treatment.&#8221;</p><p><em>Liability:</em> Significant. Now you&#8217;re accountable for the accuracy of those studies, the relevance of that medical history, and the soundness of the logical connection.</p><p>If one of those cited studies turns out to be flawed or retracted, you have a problem. Your AI explicitly relied on it, and you showed your work.</p><p><strong>Scenario 2: Financial AI</strong></p><p><em>Black box:</em> &#8220;The AI declined your loan application.&#8221;</p><p><em>Liability:</em> Minimal legal exposure beyond basic discrimination laws.</p><p><em>Transparent:</em> &#8220;Your application was declined because of: credit score X, income Y, debt ratio Z.&#8221;</p><p><em>Liability:</em> Every factor is now challengeable. Is the credit score data accurate? Is the income calculation fair? Is the debt ratio threshold reasonable?</p><p>You&#8217;ve given plaintiffs a roadmap for challenging your decision.</p><p><strong>Scenario 3: Hiring AI</strong></p><p><em>Black box:</em> &#8220;The AI didn&#8217;t select you for an interview.&#8221;</p><p><em>Liability:</em> Hard to challenge without knowing the criteria.</p><p><em>Transparent:</em> &#8220;You weren&#8217;t selected because you lack certification X and experience in Y.&#8221;</p><p><em>Liability:</em> Now candidates can argue whether those requirements are actually necessary, legally defensible, or consistently applied.</p><p>In each case, transparency increases trust&#8212;but also exposure.</p><h2>The Citation Problem</h2><p>One of the biggest transparency features in modern AI is source citation: &#8220;This answer is based on documents A, B, and C.&#8221;</p><p>Users love this. They can verify information. They can see the reasoning. They trust the answer more.</p><p>But for businesses, this creates several problems:</p><h3><strong>Problem 1: Source Liability</strong></h3><p>If your AI cites a source that&#8217;s wrong, outdated, or problematic, you&#8217;re now explicitly associating your brand with that source.</p><p>You can&#8217;t claim &#8220;the AI hallucinated.&#8221; You cited a specific document. If that document is wrong, you amplified misinformation.</p><h3><strong>Problem 2: Reasoning Liability</strong></h3><p>If your AI says &#8220;Based on X, I conclude Y,&#8221; you&#8217;re now on the hook for whether that logical connection is sound.</p><p>A human expert could make the same connection and be protected by professional judgment. But when your AI makes it and shows its reasoning, that reasoning becomes discoverable and challengeable.</p><h3><strong>Problem 3: Consistency Liability</strong></h3><p>If your AI cites different sources for similar questions from different users, you open yourself to claims of inconsistency or bias.</p><p>&#8220;Why did you cite source A for user 1 but source B for user 2 when they asked the same question?&#8221;</p><p>With black box systems, this never surfaces. With transparent systems, it&#8217;s evidence.</p><h2>The &#8220;Explainability&#8221; Trap</h2><p>The push for &#8220;explainable AI&#8221; sounds obviously good. But it creates a trap:</p><p><strong>Simplify the explanation:</strong> Risk inaccuracy. You&#8217;re explaining complex model behavior in simplified terms that might not fully represent what&#8217;s happening.</p><p><strong>Explain accurately:</strong> Risk incomprehensibility. Real model explanations are technical and don&#8217;t build trust with non-technical users.</p><p><strong>Split the difference:</strong> Risk being accused of obscuring what&#8217;s really happening.</p><p>There&#8217;s no clean answer. Every choice has liability implications.</p><h2>The Data Source Exposure</h2><p>When you show sources, you reveal your knowledge base&#8212;which creates competitive and legal exposure:</p><p><strong>Competitive exposure:</strong> Competitors can see exactly what knowledge you&#8217;re using, potentially revealing strategic information or trade secrets.</p><p><strong>Legal exposure:</strong> In litigation, cited sources become discoverable. Plaintiffs can subpoena the full documents your AI referenced.</p><p><strong>Quality exposure:</strong> Poor quality sources that would normally be hidden in a black box are now visible, damaging credibility.</p><p>This means transparency forces you to have higher quality knowledge management&#8212;which is good&#8212;but also means you can&#8217;t hide weak spots.</p><h2>The Update Problem</h2><p>Here&#8217;s a specific liability scenario that transparent AI creates:</p><p>Your AI cites a policy document from your website. A customer makes a decision based on that information.</p><p>Later, you update the policy. Your AI now cites the new version.</p><p>But the customer says &#8220;when I made my decision, your AI cited version 1, which said X. Now you&#8217;re holding me to version 2, which says Y.&#8221;</p><p>With black box systems, there&#8217;s no record of what version was cited when.</p><p>With transparent systems, you might have timestamped citations proving exactly what you told the customer and when.</p><p>This is good for customers (they have receipts) but creates compliance complexity for businesses.</p><h2>The Reasonable Person Standard</h2><p>There&#8217;s a legal concept called the &#8220;reasonable person standard&#8221;&#8212;what would a reasonable person believe or do in this situation?</p><p>Transparent AI changes this:</p><p>If your AI explicitly cites authoritative sources and explains its reasoning, a reasonable person would trust it more than a black box recommendation.</p><p>But that increased trust means increased liability when it&#8217;s wrong.</p><p>You&#8217;ve essentially provided a more convincing wrong answer, which arguably causes more harm than an unconvincing wrong answer.</p><p>The legal question becomes: does transparency increase your duty of care?</p><p>I think courts will <em>eventually</em> say yes.</p><h2>The Strategic Responses</h2><p>Given these challenges, businesses are developing several strategies:</p><h3><strong>Strategy 1: Selective Transparency</strong></h3><p>Be transparent about some things (general methodology) but not others (specific weights, exact algorithms).</p><p>This threads the needle: builds trust without full exposure.</p><p>Risk: Might be seen as hiding something.</p><h3><strong>Strategy 2: Confidence-Gated Transparency</strong></h3><p>Show sources only when the AI is highly confident. For uncertain answers, be less specific.</p><p>This limits exposure to cases where you&#8217;re most defensible.</p><p>Risk: Creates inconsistent user experience.</p><h3><strong>Strategy 3: Disclaimer Heavy</strong></h3><p>Be transparent but add extensive disclaimers: &#8220;Sources cited for reference only, not verified, user should confirm.&#8221;</p><p>This is the equivalent of &#8220;I&#8217;m showing you my work but I&#8217;m not vouching for it.&#8221;</p><p>Risk: Undermines trust that transparency was meant to build.</p><h3><strong>Strategy 4: Curated Source Lists</strong></h3><p>Only allow AI to cite from a small set of highly vetted, regularly audited sources.</p><p>This limits exposure but reduces AI flexibility.</p><p>Risk: Less comprehensive answers, potential blind spots.</p><h3><strong>Strategy 5: Embrace Full Transparency</strong></h3><p>Go all-in on transparency and invest heavily in ensuring everything cited is accurate, current, and defensible.</p><p>This is the most principled approach but the most expensive.</p><p>Risk: High operational cost, slower iteration.</p><h2>The Insurance Question</h2><p>I predict we may even see AI liability insurance products specifically covering transparency risks:</p><p>&#8220;Coverage for claims arising from AI-cited sources, explanations, or reasoning.&#8221;</p><p>The premiums will vary based on:</p><ul><li><p>How transparent your system is</p></li><li><p>How well you vet sources</p></li><li><p>Your industry&#8217;s regulatory environment</p></li><li><p>Your update and quality control processes</p></li></ul><p>Businesses that want transparency benefits will need to pay for the associated risk coverage.</p><h2>The Regulatory Wildcard</h2><p>Here&#8217;s what businesses should be most worried about: regulators might mandate transparency without fully understanding the liability implications.</p><p>&#8220;All AI systems must explain their reasoning and cite sources.&#8221;</p><p>Okay, fine. But what&#8217;s the legal standard for those explanations and citations?</p><p>If the regulation says &#8220;be transparent&#8221; but the legal system then holds you fully accountable for everything you reveal, you&#8217;re in an impossible position.</p><p>The businesses that navigate this best will be those actively engaging with regulators to ensure transparency requirements come with appropriate liability frameworks.</p><h2>The Philosophical Question</h2><p>There&#8217;s a deeper question here about the nature of AI:</p><p>If AI is just a tool, should businesses be liable for its outputs when they&#8217;ve shown their work?</p><p>If you provide a calculator and show the calculation, are you liable if the math is wrong? No&#8212;the user should verify.</p><p>If you provide an AI and show the reasoning, are you liable if the reasoning is wrong? This is less clear.</p><p>The more sophisticated and convincing the AI, the more liability probably attaches.</p><p>But we don&#8217;t have case law on this yet. We&#8217;re in legal gray area.</p><h2>The Practical Path Forward</h2><p>For businesses deploying transparent AI, here&#8217;s what I recommend:</p><p><strong>1. Legal Review:</strong> Have lawyers review not just your AI&#8217;s functionality but your transparency mechanisms specifically.</p><p><strong>2. Source Vetting:</strong> If you&#8217;re citing sources, vet them with the same rigor you&#8217;d use for content you&#8217;re directly publishing.</p><p><strong>3. Update Protocols:</strong> Have clear processes for deprecating outdated information and updating sources.</p><p><strong>4. Versioning:</strong> Track what version of knowledge your AI was using when, so you can defend historical decisions.</p><p><strong>5. Scope Limitation:</strong> Be very clear about what your AI is and isn&#8217;t claiming. &#8220;Here&#8217;s information&#8221; vs. &#8220;Here&#8217;s advice&#8221; have different liability profiles.</p><p><strong>6. Insurance:</strong> Seriously consider AI liability insurance, especially as you increase transparency.</p><p><strong>7. Disclaimer Design:</strong> Work with legal to craft disclaimers that provide protection without completely undermining trust.</p><h2>The Uncomfortable Prediction</h2><p>I think we&#8217;re heading toward bifurcation:</p><p><strong>High-trust, high-liability AI:</strong> Fully transparent, heavily vetted, expensive to maintain. Used for high-stakes decisions in regulated industries.</p><p><strong>Low-trust, low-liability AI:</strong> More opaque, lighter vetting, cheaper to run. Used for low-stakes recommendations and general information.</p><p>The middle ground&#8212;&#8221;sort of transparent but not really accountable&#8221;&#8212;won&#8217;t be sustainable.</p><p>You&#8217;ll either go all-in on transparency and accept the liability, or you&#8217;ll stay more opaque and compete on other dimensions.</p><div><hr></div><p><strong>The bottom line</strong>: Transparency in AI systems builds trust but creates liability. The more you reveal about sources, reasoning, and methodology, the more accountable you become for accuracy and soundness. Most businesses haven&#8217;t thought through this trade-off. Those that do will develop clear strategies around what to reveal, how to vet it, and how to manage the associated legal exposure. Those that don&#8217;t will face unpleasant surprises when transparency commitments create unexpected liability.</p><p><em>How are you thinking about the transparency-liability trade-off in your AI systems? What&#8217;s your strategy? I am really curious to know.</em></p><div><hr></div><p><em>I&#8217;m Gopi Krishna, founder of <a href="https://hyperleap.ai/">Hyperleap AI</a>, where we&#8217;re building infrastructure for businesses to deploy AI chatbots, tools, and assistants. These observations come from watching businesses navigate the tension between user demands for transparency and legal concerns about liability. Previously at Microsoft, where I built systems for Office 365 and <a href="http://Outlook.com">Outlook.com</a> serving billions of users.</em></p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://thedevmarketer.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 Second Order AI and more.! 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[From Headcount to AI-Count]]></title><description><![CDATA[The Coming Crisis in How We Measure Business Capacity]]></description><link>https://thedevmarketer.com/p/from-headcount-to-ai-count</link><guid isPermaLink="false">https://thedevmarketer.com/p/from-headcount-to-ai-count</guid><dc:creator><![CDATA[Gopi Krishna /The Dev Marketer]]></dc:creator><pubDate>Thu, 09 Oct 2025 14:42:27 GMT</pubDate><enclosure url="https://images.unsplash.com/photo-1504384308090-c894fdcc538d?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHx3b3JrZm9yY2V8ZW58MHx8fHwxNzYwMDIwODc1fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://images.unsplash.com/photo-1504384308090-c894fdcc538d?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHx3b3JrZm9yY2V8ZW58MHx8fHwxNzYwMDIwODc1fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://images.unsplash.com/photo-1504384308090-c894fdcc538d?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHx3b3JrZm9yY2V8ZW58MHx8fHwxNzYwMDIwODc1fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 424w, https://images.unsplash.com/photo-1504384308090-c894fdcc538d?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHx3b3JrZm9yY2V8ZW58MHx8fHwxNzYwMDIwODc1fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 848w, https://images.unsplash.com/photo-1504384308090-c894fdcc538d?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHx3b3JrZm9yY2V8ZW58MHx8fHwxNzYwMDIwODc1fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1272w, https://images.unsplash.com/photo-1504384308090-c894fdcc538d?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHx3b3JrZm9yY2V8ZW58MHx8fHwxNzYwMDIwODc1fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1456w" sizes="100vw"><img src="https://images.unsplash.com/photo-1504384308090-c894fdcc538d?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHx3b3JrZm9yY2V8ZW58MHx8fHwxNzYwMDIwODc1fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" width="5472" height="3648" data-attrs="{&quot;src&quot;:&quot;https://images.unsplash.com/photo-1504384308090-c894fdcc538d?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHx3b3JrZm9yY2V8ZW58MHx8fHwxNzYwMDIwODc1fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:3648,&quot;width&quot;:5472,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;people doing office works&quot;,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="people doing office works" title="people doing office works" srcset="https://images.unsplash.com/photo-1504384308090-c894fdcc538d?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHx3b3JrZm9yY2V8ZW58MHx8fHwxNzYwMDIwODc1fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 424w, https://images.unsplash.com/photo-1504384308090-c894fdcc538d?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHx3b3JrZm9yY2V8ZW58MHx8fHwxNzYwMDIwODc1fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 848w, https://images.unsplash.com/photo-1504384308090-c894fdcc538d?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHx3b3JrZm9yY2V8ZW58MHx8fHwxNzYwMDIwODc1fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1272w, https://images.unsplash.com/photo-1504384308090-c894fdcc538d?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHx3b3JrZm9yY2V8ZW58MHx8fHwxNzYwMDIwODc1fDA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 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">Photo by <a href="https://unsplash.com/@frantic">Alex Kotliarskyi</a> on <a href="https://unsplash.com">Unsplash</a></figcaption></figure></div><p>I had a conversation recently with a founder who was struggling to explain his business model to investors.</p><p>&#8220;We&#8217;re a team of 12,&#8221; he said, &#8220;but we&#8217;re shipping work that would normally require 50 people. How do I explain that? What metrics do I use?&#8221;</p><p>This is a question that&#8217;s about to become universal. And most businesses aren&#8217;t remotely prepared for it.</p><p>For the past century, we&#8217;ve measured business capacity primarily through headcount. Revenue per employee. Output per worker. Productivity ratios. Our entire framework for understanding organizational capability is built on human units.</p><p>But what happens when a significant portion&#8212;perhaps the majority&#8212;of your organization&#8217;s productive capacity comes from AI agents, not human employees?</p><p>Our measurement systems are about to break. And the second-order effects will reshape everything from how we value companies to how we structure organizations.</p><h2>The Headcount Era: What We&#8217;re Leaving Behind</h2><p>Let&#8217;s start by acknowledging what headcount metrics actually measured: they were a proxy for organizational capacity, complexity, and value creation.</p><p>When you said &#8220;we&#8217;re a 500-person company,&#8221; that communicated:</p><ul><li><p>How much work you could handle simultaneously</p></li><li><p>Your organizational complexity and management overhead</p></li><li><p>Your ability to scale operations</p></li><li><p>Your burn rate and cost structure</p></li><li><p>Your market positioning (startup vs. enterprise)</p></li></ul><p>These metrics worked because human capacity was relatively standardized and easily measured. One engineer = roughly X amount of code per year. One salesperson = roughly Y pipeline generated per quarter.</p><p>Messy, yes. But consistent enough that investors, analysts, and operators could make meaningful comparisons.</p><p>That era is ending.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://thedevmarketer.com/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://thedevmarketer.com/subscribe?"><span>Subscribe now</span></a></p><h2>The New Reality: Hybrid Capacity</h2><p>I&#8217;m seeing businesses where the breakdown looks something like this:</p><p><strong>Company A: SaaS Platform (Traditional)</strong></p><ul><li><p>50 human employees</p></li><li><p>Revenue: $10M</p></li><li><p>Revenue per employee: $200K</p></li></ul><p><strong>Company B: SaaS Platform (AI-Augmented)</strong></p><ul><li><p>15 human employees</p></li><li><p>25 AI agents handling customer support, content, data analysis</p></li><li><p>Revenue: $10M</p></li><li><p>Revenue per employee: $667K</p></li></ul><p>By traditional metrics, Company B looks 3x more productive. But is it? What&#8217;s the actual capacity of those AI agents? How do you compare them to humans? What are the marginal costs?</p><p>The traditional metrics tell you nothing useful here.</p><h2>The Measurement Problem: Five Key Dimensions</h2><p>As I&#8217;ve watched businesses integrate AI at scale, five distinct measurement problems have emerged:</p><h3>1. <strong>The Capacity Question: How Much Work Can AI Actually Do?</strong></h3><p>An AI agent can handle thousands of conversations simultaneously. Does that count as 1 &#8220;employee&#8221; or 100?</p><p>A human analyst might spend 40 hours analyzing data and writing reports each week. An AI can do equivalent analysis in minutes. Is that 1x the capacity or 100x?</p><p>The answer is: it depends on what you&#8217;re measuring. AI can handle enormous volume but often requires human oversight for quality control. So is the capacity multiplicative or additive?</p><p>We don&#8217;t have good frameworks for this yet.</p><h3>2. <strong>The Cost Structure Question: Fixed vs. Variable</strong></h3><p>Human employees have relatively fixed costs. You pay salary, benefits, overhead&#8212;whether they&#8217;re working at 50% capacity or 100%.</p><p>AI has primarily variable costs. You pay per API call, per token, per computation. This fundamentally changes cost structures.</p><p>A company that runs entirely on AI agents during peak season and scales down during slow periods has a radically different cost profile than a company with the same capacity in human employees.</p><p>But how do you communicate this to investors? What&#8217;s the right way to model this? Traditional financial metrics aren&#8217;t built for it.</p><h3>3. <strong>The Quality Question: Is AI Output Equivalent to Human Output?</strong></h3><p>This is perhaps the most contentious issue. An AI can write a product description in seconds. A human copywriter might take an hour. Are these equivalent?</p><p>Sometimes yes. Sometimes the AI output needs significant human editing. Sometimes the AI is actually better.</p><p>How do you measure productivity when quality is inconsistent and context-dependent?</p><h3>4. <strong>The Scaling Question: What Does Growth Mean?</strong></h3><p>In traditional businesses, growth meant hiring. If you wanted to 2x your capacity, you 2x your headcount (roughly).</p><p>But if you&#8217;re AI-enabled, growth might mean:</p><ul><li><p>Adding more AI capacity buying more AI tools (relatively cheap)</p></li><li><p>Adding more human oversight (still expensive)</p></li><li><p>Building better systems (upfront investment, long-term leverage)</p></li></ul><p>What does &#8220;scaling&#8221; even mean in this model? How do you forecast it?</p><h3>5. <strong>The Value Question: What Are Investors Actually Buying?</strong></h3><p>When a VC invests in a company, they&#8217;re buying future capacity to create value. Traditionally, that meant betting on the team&#8217;s ability to hire and scale operations.</p><p>But if most capacity comes from AI, what are they buying? The quality of your AI systems? Your ability to architect reliable automation? Your human talent at oversight and strategy? Your judgement on what AI systems and tools to leverage?</p><p>The value drivers have fundamentally changed, but the valuation models haven&#8217;t caught up.</p><h2>The New Metrics We Need</h2><p>If traditional headcount metrics are breaking down, what should replace them? Here are some early thoughts:</p><h3><strong>Hybrid Capacity Units (HCU)</strong></h3><p>Some companies are trying to create standardized units that combine human and AI capacity. For example:</p><ul><li><p>1 HCU = 1 full-time human OR X amount of AI driven work OR some combination</p></li></ul><p>The problem is determining the conversion rate. How much AI equals one human? The answer varies wildly by task.</p><h3><strong>Output-Based Metrics</strong></h3><p>Rather than measuring inputs (headcount), measure outputs directly:</p><ul><li><p>Customer conversations handled per month</p></li><li><p>Documents processed per week</p></li><li><p>Analyses produced per quarter</p></li></ul><p>This works better for some functions than others. Easy for customer support. Harder for strategic work.</p><h3><strong>Leverage Ratio</strong></h3><p>A metric I find interesting: Human employees / Total productive capacity</p><p>This tells you how much leverage each human has via AI tools. A leverage ratio of 1:5 means each human is amplified 5x by AI.</p><p>As businesses become more AI-enabled, their leverage ratio should increase. This could become a key differentiator.</p><h3><strong>Marginal Capacity Cost</strong></h3><p>What does it cost to add one more unit of capacity?</p><p>For traditional businesses, this is the fully-loaded cost of one employee (~$100K-200K/year for knowledge workers).</p><p>For AI-enabled businesses, marginal capacity cost might be pennies on the dollar.</p><p>This fundamentally changes growth economics, but we need better ways to model and communicate it.</p><h3><strong>System Reliability Metrics</strong></h3><p>In an AI-enabled business, your productive capacity depends on your systems&#8217; reliability. If your AI goes down, you lose capacity.</p><p>Metrics like uptime, error rates, and fallback protocols become as important as employee retention once was.</p><h2>The Organizational Implications</h2><p>This measurement crisis isn&#8217;t just an accounting problem&#8212;it reshapes how businesses operate:</p><h3><strong>Will This Result in a Death of the Org Chart?</strong></h3><p>Traditional org charts mapped reporting relationships between humans. But what&#8217;s the org structure when half your &#8220;workforce&#8221; is AI agents?</p><p>Do AI agents report to the humans who oversee them? Are they tools or team members? How do you represent decision-making authority?</p><p>Some businesses are moving toward &#8220;pod&#8221; structures: small teams of humans with significant AI augmentation, rather than traditional hierarchical departments.</p><h3><strong>Rethinking Compensation</strong></h3><p>If productivity is determined more by the AI systems you build than the hours you work, how should compensation work?</p><p>Should we pay based on:</p><ul><li><p>The value created (output-based)?</p></li><li><p>The quality of AI systems architected?</p></li><li><p>The leverage achieved (capacity multiplier)?</p></li></ul><p>Traditional salary bands based on seniority and role start to feel outdated.</p><h3><strong>The Workforce Planning Problem</strong></h3><p>CFOs typically forecast hiring plans: &#8220;We&#8217;ll add 20 engineers next year to hit our roadmap.&#8221;</p><p>But in an AI-enabled world, that forecast becomes: &#8220;We&#8217;ll add 5 engineers and expand our AI footprint/usage by 500%.&#8221;</p><p>How do you model that? What&#8217;s the risk profile? How do you communicate it to boards and investors?</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://thedevmarketer.com/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://thedevmarketer.com/subscribe?"><span>Subscribe now</span></a></p><h2>The Competitive Shakeout</h2><p>Here&#8217;s what I think happens over the next 3-5 years:</p><p><strong>Phase 1 (Now):</strong> Everyone celebrates AI productivity gains. &#8220;Look how much more we can do with fewer people!&#8221;</p><p><strong>Phase 2 (2025-2026):</strong> Investors start asking hard questions about sustainability and defensibility. Can this productivity be maintained? What happens when everyone has AI?</p><p><strong>Phase 3 (2027+):</strong> New measurement standards emerge. Companies that figured out how to properly model and communicate their AI-augmented capacity will be valued correctly. Those that didn&#8217;t will be undervalued or overvalued in confusing ways.</p><p>The businesses that navigate this transition best will be those that develop clear, defensible metrics for their hybrid capacity&#8212;and can articulate them to investors, customers, and employees.</p><h2>The Uncomfortable Truth</h2><p>There&#8217;s an uncomfortable question lurking beneath all of this: if AI can deliver capacity more cheaply than humans, why hire humans at all for most work?</p><p>The answer is: for the things AI can&#8217;t do. Strategy. Judgment. Relationship-building. Oversight. Taste.</p><p>But this means human roles are fundamentally changing. We&#8217;re not &#8220;workers&#8221; in the traditional sense anymore. We&#8217;re architects, supervisors, and decision-makers for AI systems.</p><p>And if that&#8217;s true, we need entirely new mental models for what &#8220;employment&#8221; means, how we measure contribution, and what business capacity actually is.</p><h2>Where This Leads</h2><p>We&#8217;re entering a period of profound confusion in how we measure business capacity. The old metrics are breaking down faster than new ones are emerging.</p><p>This creates both risk and opportunity:</p><p><strong>Risk:</strong> Businesses that cling to traditional metrics will be misunderstood by markets, investors, and talent. They&#8217;ll hire wrong, value wrong, and operate wrong.</p><p><strong>Opportunity:</strong> Businesses that develop clear frameworks for measuring hybrid human-AI capacity will have better operational clarity, make better strategic decisions, and communicate their value more effectively.</p><p>The winners will be those who stop trying to force AI capacity into human-shaped boxes and instead develop new measurement frameworks that acknowledge the fundamentally different nature of AI-augmented work.</p><div><hr></div><p><strong>The bottom line</strong>: We&#8217;re about to experience a measurement crisis as traditional headcount metrics become meaningless in AI-enabled businesses. The companies that develop new frameworks for measuring hybrid capacity will make better decisions and communicate their value more effectively. Those that don&#8217;t will flounder in confusion.</p><p><em>How are you measuring capacity in your AI-augmented business? What metrics are you finding useful? I&#8217;d love to hear what&#8217;s actually working.</em></p><div><hr></div><p><em>I&#8217;m Gopi Krishna, founder of <a href="https://hyperleap.ai/">Hyperleap AI</a>, where we&#8217;re building infrastructure for businesses to deploy AI chatbots, tools, and assistants. These observations come from watching businesses struggle to measure and communicate their AI-augmented capacity. Previously at Microsoft, where I built systems for Office 365 and <a href="http://Outlook.com">Outlook.com</a> serving billions of users.</em></p>]]></content:encoded></item><item><title><![CDATA[This Changes Everything, And Nothing.]]></title><description><![CDATA[How to read in between the lines of OpenAI's Dev Days announcements and play your game.]]></description><link>https://thedevmarketer.com/p/this-changes-everything-and-nothing</link><guid isPermaLink="false">https://thedevmarketer.com/p/this-changes-everything-and-nothing</guid><dc:creator><![CDATA[Gopi Krishna /The Dev Marketer]]></dc:creator><pubDate>Tue, 07 Oct 2025 05:27:10 GMT</pubDate><enclosure url="https://images.unsplash.com/photo-1504805572947-34fad45aed93?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwyNXx8aWRlYXxlbnwwfHx8fDE3NTk3NTM1NTV8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p></p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://images.unsplash.com/photo-1504805572947-34fad45aed93?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwyNXx8aWRlYXxlbnwwfHx8fDE3NTk3NTM1NTV8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://images.unsplash.com/photo-1504805572947-34fad45aed93?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwyNXx8aWRlYXxlbnwwfHx8fDE3NTk3NTM1NTV8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 424w, https://images.unsplash.com/photo-1504805572947-34fad45aed93?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwyNXx8aWRlYXxlbnwwfHx8fDE3NTk3NTM1NTV8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 848w, https://images.unsplash.com/photo-1504805572947-34fad45aed93?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwyNXx8aWRlYXxlbnwwfHx8fDE3NTk3NTM1NTV8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1272w, https://images.unsplash.com/photo-1504805572947-34fad45aed93?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwyNXx8aWRlYXxlbnwwfHx8fDE3NTk3NTM1NTV8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1456w" sizes="100vw"><img src="https://images.unsplash.com/photo-1504805572947-34fad45aed93?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwyNXx8aWRlYXxlbnwwfHx8fDE3NTk3NTM1NTV8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" width="2607" height="1738" data-attrs="{&quot;src&quot;:&quot;https://images.unsplash.com/photo-1504805572947-34fad45aed93?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwyNXx8aWRlYXxlbnwwfHx8fDE3NTk3NTM1NTV8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1738,&quot;width&quot;:2607,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;Do Something Great neon sign&quot;,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="Do Something Great neon sign" title="Do Something Great neon sign" srcset="https://images.unsplash.com/photo-1504805572947-34fad45aed93?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwyNXx8aWRlYXxlbnwwfHx8fDE3NTk3NTM1NTV8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 424w, https://images.unsplash.com/photo-1504805572947-34fad45aed93?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwyNXx8aWRlYXxlbnwwfHx8fDE3NTk3NTM1NTV8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 848w, https://images.unsplash.com/photo-1504805572947-34fad45aed93?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwyNXx8aWRlYXxlbnwwfHx8fDE3NTk3NTM1NTV8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1272w, https://images.unsplash.com/photo-1504805572947-34fad45aed93?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwyNXx8aWRlYXxlbnwwfHx8fDE3NTk3NTM1NTV8MA&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 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">Photo by <a href="https://unsplash.com/@clarktibbs">Clark Tibbs</a> on <a href="https://unsplash.com">Unsplash</a></figcaption></figure></div><p>Just a day ago, I wrote a <a href="https://withgk.substack.com/p/when-everyone-has-ai-what-actually">blog on what actually becomes valuable when everyone has AI</a>. The timing couldn&#8217;t be better. Yesterday&#8217;s OpenAI Dev Days proved that the latter part of the title &#8212; the one about putting AI in the hands of everyone - is already here.</p><p>Every influencer and tinkerer is going to be now talking about how OpenAI just handed developers &#8220;the keys to the AI kingdom,&#8221; Tinkerers not builders. Intentional.</p><p>I&#8217;m sitting here thinking about something entirely different.</p><p><strong>It changes everything about execution. And it changes nothing about what actually matters - the problem&#8217;s importance itself.</strong></p><p>Let me explain further.</p><h2>What OpenAI Just Democratized &#8212;</h2><p>Yesterday, Sam Altman stood on stage and essentially said: &#8220;Building software used to take months or years. Now it takes minutes.&#8221;</p><p>And he wasn&#8217;t exaggerating.</p><p><strong>AgentKit</strong> lets you build, deploy, and optimize AI agents through a visual drag-and-drop interface. They built a complete agent workflow in 8 minutes live on stage&#8212;with 49 seconds to spare.</p><p><strong>Codex</strong> (now generally available) helped build an entire camera control system, add Xbox controller support, and create voice-activated lighting control&#8212;without writing a single line of code manually - done live. </p><p><strong>Apps SDK</strong> turns ChatGPT into an application platform. Developers can now embed full applications directly into ChatGPT conversations, with Booking.com, Canva, Spotify, and others already on board.</p><p><strong>Sora 2</strong> generates photorealistic videos with synchronized soundscapes in the API. They showed a hand-drawn sketch of a Matchbox car transformed into a commercial-ready video.</p><p><strong>GPT-5 Pro</strong> in the API delivers reasoning capabilities that would have seemed impossible two years ago.</p><p>No one does live demos for AIs &#8212; unless they have utmost confidence that it will in fact work the first time you try.</p><p>But the biggest story to me was this: 800 million weekly ChatGPT users (doubled since February), 4 million developers on the platform, 6 billion tokens per minute processed.</p><p><strong>So yes, EVERYTHING changed yesterday. The barriers to execution have collapsed.</strong></p><p>An 89-year-old Japanese man has built 11 iPhone apps. Medical students at ASU built patient simulation apps. Anyone with an idea can now build working software in minutes.</p><p>This is genuinely revolutionary. The tools that used to require massive engineering teams are now accessible to anyone who can describe what they want in plan natural language.</p><h2>What Still Matters (And Always Will):</h2><p>But here&#8217;s what DID NOT change yesterday:</p><p><strong>AI still can&#8217;t tell you what&#8217;s worth building.</strong></p><p>OpenAI gave you the most <s>powerful</s> integrated construction equipment humanity has ever seen. But it&#8217;s still not the construction equipment that tells you what to build, where to build it, or why it matters.</p><p>Think about it in the context of yesterday&#8217;s talk itself: when OpenAI showed that video of a kayaker generated by Sora 2, someone had to decide that&#8217;s the right demo. Someone had to exercise taste about which 10 seconds of AI-generated content would resonate with developers.</p><p>When Christina built that agent in 8 minutes, someone decided that was the right agent to build for that audience at that moment. That&#8217;s strategic thinking.</p><p>When they chose HubSpot as a case study for how AgentKit improves customer support, that&#8217;s curation&#8212;recognizing which example tells the right story.</p><blockquote><p><em>All these are the MOST important skills right now</em></p></blockquote><p><strong>The democratization of execution doesn&#8217;t ever democratize judgment. If anything, it makes it even more valuable.</strong></p><p>You can now build the wrong thing faster than ever, at scale, with production-quality polish&#8212;before you realize it&#8217;s wrong.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://thedevmarketer.com/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://thedevmarketer.com/subscribe?"><span>Subscribe now</span></a></p><h2>The Strategic Read: What OpenAI Isn&#8217;t Saying</h2><p>Here&#8217;s what you need to understand between the lines of yesterday&#8217;s announcements:</p><h3><strong>1. OpenAI always has competed on Developer Experience, Not Just Capability</strong></h3><p>It was never &#8220;we have better models&#8221; (though GPT-5 Pro is impressive). It has always been &#8220;we made x, y and z so easy anyone can do it&#8221; and &#8220;we integrated everything everywhere, so you don&#8217;t need to go anywhere else.&#8221; That is why every builder I know always started with OpenAI.</p><p>Why does this matter? Because OpenAI kind of sees the future: when model capabilities converge (and they will), the winner is whoever makes it easiest to go from idea to production. Everything else falls apart.</p><p>If you are a builder, stop optimizing for the best model. Start optimizing for the fastest path from idea to validated outcome.</p><h3><strong>2. They&#8217;re Building the OS, Not the Processor</strong></h3><p>The Apps SDK built on MCP (Model Context Protocol), the Connector Registry, the Agent Builder with visual workflows&#8212;this isn&#8217;t about making better AI.</p><p>It&#8217;s about becoming the platform where AI happens. The operating system for the AI era.</p><p>In 2-3 years, they want to make &#8220;I built this on OpenAI App&#8221; as one would say &#8220;I built this iOS app&#8221;. Position accordingly. The platform wars are just beginning, and OpenAI just made a massive move.</p><h3><strong>3. The Real Product Is the Ecosystem, Not the Tools</strong></h3><p>I am awestruck. 800 million weekly ChatGPT users. </p><p>When AgentKit launches, any agent you build has potential access to 800 million users immediately. When you build an app with the Apps SDK, it&#8217;s distributed everywhere ChatGPT exists.</p><p>The value isn&#8217;t in OpenAI&#8217;s tools&#8212;it&#8217;s in their distribution. In fact, it&#8217;s ONLY in their distribution. They&#8217;re not just giving you better tools; they&#8217;re giving you access to the world&#8217;s biggest construction site and a few tools. Make the most of their tools, add more tools that you bring by yourself, and get building.</p><h3><strong>4. Execution Is Officially Commoditized</strong></h3><p>Sam was explicit about this: &#8220;You don&#8217;t need a huge team. You need a good idea, and you can bring it to reality faster than ever before.&#8221;</p><p>The competitive moat shifted dramatically from &#8220;can we build it?&#8221; to &#8220;should we even build it?&#8221;</p><p>If an 89-year-old can build 11 apps and medical students can build simulation software, the barrier isn&#8217;t technical capability anymore.</p><p>It&#8217;s knowing what to build. For whom. Why. And what success looks like.</p><h2>What This Means for Your Strategy</h2><p>If you&#8217;re running a business, building a product, or developing your career, here&#8217;s how to think about yesterday&#8217;s announcements:</p><h3><strong>Don&#8217;t Get Distracted by the Shiny Tools</strong></h3><p>Everyone&#8217;s going to be talking about AgentKit and Codex and other things. Cool.</p><p>But the winners won&#8217;t be determined by who adopts the tools fastest. They&#8217;ll be determined by who has the best judgment about what to build.</p><p>The losers will be the ones who build 100 agents because they can, not because they should.</p><h3><strong>Double Down on Strategic Thinking</strong></h3><p>Your competitive advantage isn&#8217;t access to best-in-class models and tooling. Everyone has that now. Your advantage is knowing:</p><ul><li><p>Which problems are worth solving with AI</p></li><li><p>Which workflows genuinely benefit from agents vs. traditional automation</p></li><li><p>When AI adds value vs. when it&#8217;s complexity theater</p></li><li><p>How to evaluate if your AI solution actually works</p></li></ul><p>These are judgment calls.</p><h3><strong>Focus on Integration Points, Not Capabilities</strong></h3><p>The Connector Registry matters more than the Agent Builder. Why? Because connection to your specific data, systems, and workflows is what creates defensibility.</p><p>OpenAI gave everyone the same construction equipment. Your moat is what you build with it and how well it integrates into your specific context.</p><h3><strong>Build for Taste, Not Just Function</strong></h3><p>When execution is free, taste becomes expensive. The difference between a good AI agent and a great one isn&#8217;t technical&#8212;it&#8217;s in the subtle design choices that make it feel right. I&#8217;ve written about this in my<a href="https://open.substack.com/pub/withgk/p/when-everyone-has-ai-what-actually?r=2m1hk&amp;utm_campaign=post&amp;utm_medium=web&amp;showWelcomeOnShare=false"> previous blog</a> as well.</p><h3><strong>Remember: Speed Isn&#8217;t Strategy</strong></h3><p>Yes, you can build in minutes now. But speed to ship the wrong thing is worse than taking time to ship the right thing.</p><p>The companies that win won&#8217;t be the ones that shipped 1,000 AI features. They&#8217;ll be the ones that shipped the 10 features that actually mattered, executed with taste, and integrated meaningfully into user workflows.</p><h2>The Uncomfortable Truth.</h2><p>Here&#8217;s what OpenAI won&#8217;t say but you need to understand:</p><p><strong>They just made the barrier to entry for AI products near-zero. Which means competition is about to get absolutely brutal.</strong></p><p>When anyone can build an AI agent in 8 minutes, the market floods with AI agents. People will create their own to use or to sell. Most will be mediocre. Some will be good. Very few will be great. Eventually most will fade.</p><p>Greatness doesn&#8217;t come from AgentKit. It comes from understanding what problem you&#8217;re actually solving, for whom, and why your solution is 10x better than not having it.</p><p>Sam gave everyone a printing press. But that doesn&#8217;t mean everyone will write something worth reading.</p><h2>The Game That Hasn&#8217;t Changed</h2><p>So, what&#8217;s the game you should actually be playing?</p><p>It&#8217;s not &#8220;how many AI agents can I build?&#8221; It&#8217;s:</p><p><strong>&#8220;What problems am I uniquely positioned to solve, and how can AI amplify my advantage?&#8221;</strong></p><p><strong>&#8220;What do I understand about my users that AI can&#8217;t learn from data?&#8221;</strong></p><p><strong>&#8220;Where is my taste better than average, and how can I embed that in AI experiences?&#8221;</strong></p><p><strong>&#8220;What&#8217;s the question everyone else is ignoring because they&#8217;re too focused on executing the obvious?&#8221;</strong></p><p>The game now is curation, taste, strategic thinking, and the judgment to know what&#8217;s worth building before you build it.</p><p>And on that front? Nothing changed yesterday.</p><p>The same things that made businesses successful before AI still make them successful with AI:</p><ul><li><p>Deep understanding of customer problems</p></li><li><p>Taste in product design</p></li><li><p>Strategic thinking about where to compete</p></li><li><p>Judgment about what to build and what to skip</p></li><li><p>Ability to execute with quality at scale</p></li></ul><p>AI just amplified the leverage of those capabilities. It didn&#8217;t replace them.</p><p><em>Where do you see your competitive advantage now that everyone has the same capabilities?</em></p><div><hr></div><p><em>I&#8217;m Gopi Krishna, founder of <a href="https://hyperleap.ai/">Hyperleap AI</a>, where we&#8217;re building infrastructure for businesses to deploy AI chatbots, tools, and assistants. These observations come from watching how businesses respond to rapid democratization of AI capabilities. Previously at Microsoft, where I built systems for Office 365 and Outlook.com serving billions of users.</em></p>]]></content:encoded></item><item><title><![CDATA[When Everyone Has AI, What Actually Becomes Valuable?]]></title><description><![CDATA[I keep coming back to this every morning: What happens when AI execution becomes as commonplace as internet access?]]></description><link>https://thedevmarketer.com/p/when-everyone-has-ai-what-actually</link><guid isPermaLink="false">https://thedevmarketer.com/p/when-everyone-has-ai-what-actually</guid><dc:creator><![CDATA[Gopi Krishna /The Dev Marketer]]></dc:creator><pubDate>Mon, 06 Oct 2025 01:13:34 GMT</pubDate><enclosure url="https://images.unsplash.com/photo-1599707367072-cd6ada2bc375?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHxkaWFtb25kfGVufDB8fHx8MTc1OTcxMzExMXww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://images.unsplash.com/photo-1599707367072-cd6ada2bc375?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHxkaWFtb25kfGVufDB8fHx8MTc1OTcxMzExMXww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://images.unsplash.com/photo-1599707367072-cd6ada2bc375?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHxkaWFtb25kfGVufDB8fHx8MTc1OTcxMzExMXww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 424w, https://images.unsplash.com/photo-1599707367072-cd6ada2bc375?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHxkaWFtb25kfGVufDB8fHx8MTc1OTcxMzExMXww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 848w, https://images.unsplash.com/photo-1599707367072-cd6ada2bc375?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHxkaWFtb25kfGVufDB8fHx8MTc1OTcxMzExMXww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1272w, https://images.unsplash.com/photo-1599707367072-cd6ada2bc375?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHxkaWFtb25kfGVufDB8fHx8MTc1OTcxMzExMXww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1456w" sizes="100vw"><img src="https://images.unsplash.com/photo-1599707367072-cd6ada2bc375?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHxkaWFtb25kfGVufDB8fHx8MTc1OTcxMzExMXww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" width="4000" height="2246" data-attrs="{&quot;src&quot;:&quot;https://images.unsplash.com/photo-1599707367072-cd6ada2bc375?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHxkaWFtb25kfGVufDB8fHx8MTc1OTcxMzExMXww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:2246,&quot;width&quot;:4000,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;two diamond studded silver rings&quot;,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="two diamond studded silver rings" title="two diamond studded silver rings" srcset="https://images.unsplash.com/photo-1599707367072-cd6ada2bc375?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHxkaWFtb25kfGVufDB8fHx8MTc1OTcxMzExMXww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 424w, https://images.unsplash.com/photo-1599707367072-cd6ada2bc375?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHxkaWFtb25kfGVufDB8fHx8MTc1OTcxMzExMXww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 848w, https://images.unsplash.com/photo-1599707367072-cd6ada2bc375?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHxkaWFtb25kfGVufDB8fHx8MTc1OTcxMzExMXww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1272w, https://images.unsplash.com/photo-1599707367072-cd6ada2bc375?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHwxfHxkaWFtb25kfGVufDB8fHx8MTc1OTcxMzExMXww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 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">Photo by <a href="https://unsplash.com/@edgardo1987">Edgar Soto</a> on <a href="https://unsplash.com">Unsplash</a></figcaption></figure></div><p>I keep coming back to this every morning: What happens when AI execution becomes as commonplace as internet access?</p><p>Not in some distant sci-fi future&#8212;I mean in the next 18-24 months, when every knowledge worker has access to AI that can write code, analyze data, draft documents, and automate workflows with near-human proficiency.</p><p>When execution is commoditized, what becomes the scarce resource?</p><h2>The Great Compression of 2025</h2><p>We&#8217;re about to experience something unprecedented: the simultaneous compression of dozens of skill premiums that took decades to build.</p><p>Writing well used to be valuable because it was rare. Now AI can produce grammatically perfect, well-structured prose on demand. Data analysis used to command high salaries because SQL and statistical knowledge were specialized. Now you can describe what you want in plain English and get the analysis.</p><p>The list goes on:</p><ul><li><p>Basic coding and scripting</p></li><li><p>Document summarization and synthesis</p></li><li><p>Research and information gathering</p></li><li><p>Translation across languages</p></li><li><p>Image and video editing</p></li><li><p>Financial modeling</p></li><li><p>Market research</p></li></ul><p>All of these skills still matter&#8212;but their <em>economic premium</em> is collapsing. Unfortunately, many who aspired to gain these skills, often planning for decades are facing the heat of the situation.But AI is not courteous. AI is fast filling the gap between someone who has these skills and someone who doesn&#8217;t.</p><p>This isn&#8217;t theoretical. I&#8217;m watching it happen in real-time with businesses deploying AI tools. Tasks that used to require hiring specialists now get handled by generalists with good AI prompting skills.</p><h2>The New Scarcity: Taste, Judgment, and Direction</h2><p>So, if AI can execute, what can&#8217;t it do?</p><p>It can&#8217;t tell you what&#8217;s worth executing in the first place. South Park&#8217;s <a href="https://x.com/TrungTPhan/status/1959290611460378642">episode</a> recently nailed the problem I&#8217;m talking about and it&#8217;s not going to change anytime soon.</p><p>Think about the difference between a competent architect and a mediocre one. The mediocre architect can draw technically perfect blueprints&#8212;but the great architect knows <em>what should be built</em>, where it should sit on the land, how it should feel when you walk through it.</p><p>The drawing skill is the execution. The vision is the judgment.</p><p>AI is making us all technically competent, but it&#8217;s not making us visionary. If anything, it&#8217;s making taste and judgment <em>more</em> valuable because they&#8217;re now the primary differentiators.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://thedevmarketer.com/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://thedevmarketer.com/subscribe?"><span>Subscribe now</span></a></p><p>Here&#8217;s what I think becomes premium in the AI-everywhere world:</p><h3>1. <strong>Strategic Taste</strong></h3><p>The ability to look at ten AI-generated options and know which one is the right direction. Not which one is executed better&#8212;which one is worth executing at all.</p><p>This is <em>taste</em>. It&#8217;s cultivated through experience, domain expertise, and aesthetic sensibility that AI can&#8217;t replicate because AI doesn&#8217;t have point of view&#8212;it has optimization functions.</p><h3>2. <strong>Contextual Judgment</strong></h3><p>AI can give you answers. It can&#8217;t tell you which questions matter for your specific situation.</p><p>I learned this at Microsoft working on Office 365. We had all the data, all the analytical capability in the world. The hard part was never running the analysis&#8212;it was knowing which metric to optimize for given our specific constraints, competitive dynamics, and long-term strategy.</p><p>That&#8217;s <em>judgment</em>. It&#8217;s knowing what matters <em>now</em>, for <em>this</em> business, in <em>this</em> context.</p><h3>3. <strong>Taste in Problem Selection</strong></h3><p>Most businesses don&#8217;t fail because they execute poorly. They fail because they solve the wrong problem exceptionally well.</p><p>AI makes execution faster and cheaper, which means you can now solve the wrong problem at unprecedented scale and speed. Great.</p><p>What becomes valuable is the ability to identify which problems are worth solving&#8212;which battles are worth fighting, which opportunities are worth pursuing.</p><p>This is strategic thinking, and no amount of AI capability makes it less valuable. If anything, it makes it more critical.</p><h3>4. <strong>Human Connection and Trust</strong></h3><p>AI can generate empathetic responses, but it can&#8217;t actually care about the outcome.</p><p>In high-stakes situations&#8212;hiring decisions, strategic partnerships, crisis management&#8212;people still want to interact with humans who have skin in the game. Who care about what happens. Who will take responsibility when things go wrong.</p><p>Trust is built through repeated interactions where someone demonstrates judgment, integrity, and accountability. AI can simulate this but can&#8217;t deliver it.</p><h2>The Uncomfortable Corollary: Average Gets Punished</h2><p>Here&#8217;s the part nobody wants to hear: if AI makes everyone competent at execution, being &#8220;pretty good&#8221; at something is no longer enough.</p><p>The middle of the skill distribution&#8212;people who were above average but not exceptional&#8212;gets compressed. If you were a decent-but-not-great writer, your value proposition just got destroyed. If you were an okay analyst but not a strategic thinker, you&#8217;re competing with AI now.</p><p>The distribution becomes barbell-shaped:</p><ul><li><p>At one end: people with exceptional taste, judgment, and strategic thinking</p></li><li><p>At the other end: AI executing competently at scale</p></li><li><p>In the middle: a very uncomfortable place to be</p></li></ul><p>This is already playing out in hiring. I&#8217;m seeing companies that used to hire three junior analysts now hiring one senior strategist and giving them AI tools. The execution layer is getting automated; the thinking layer is getting concentrated.</p><h2>The New Premium Skills</h2><p>So, what should you be investing in if AI handles execution?</p><p><strong>Curation over creation.</strong> The ability to evaluate, select, and refine becomes more valuable than the ability to generate from scratch.</p><p><strong>Synthesis over summarization.</strong> AI can summarize. Humans need to synthesize&#8212;to connect disparate ideas in novel ways that create new insight.</p><p><strong>Strategy over tactics.</strong> Tactics are increasingly automatable. Strategy&#8212;deciding where to play and how to win&#8212;requires judgment AI doesn&#8217;t have.</p><p><strong>Narrative over information.</strong> Data is abundant. Compelling narratives that drive decision-making are scarce.</p><p><strong>Questions over answers.</strong> AI is optimized for answering questions. Humans need to get better at asking the right ones.</p><h2>The Taste Economy</h2><p>We&#8217;re entering what I think of as the &#8220;taste economy&#8221;&#8212;where economic value accrues to those who can make high-quality judgment calls about what&#8217;s worth doing, not to those who can execute well.</p><p>This has happened before. Photography became democratized when cameras became cheap. The result wasn&#8217;t that photographers became worthless&#8212;it was that photographers with <em>vision</em> became more valuable, while photographers who were merely technically competent found the market collapsing beneath them.</p><p>The same pattern will play out across knowledge work I believe. Technical competence becomes table stakes. Vision, taste, and judgment become the differentiators.</p><h2>The Paradox of Choice</h2><p>There&#8217;s a deeper second-order effect worth considering: when AI can execute anything you ask for quickly and cheaply, the bottleneck becomes <em>deciding what to ask for</em>.</p><p>This is the paradox of infinite choice. When you can build anything, ship anything, try anything&#8212;the constraint shifts from capability to discernment.</p><p>Bad judgment gets very expensive in this world, because you can now execute on bad ideas at scale before you realize they&#8217;re bad ideas.</p><p>Good judgment becomes the ultimate leverage.</p><div><hr></div><p><strong>The bottom line</strong>: We&#8217;re not headed toward a world where AI replaces human value. We&#8217;re headed toward a world where AI commoditizes execution and amplifies the value of taste, judgment, and strategic thinking.</p><p>The question isn&#8217;t whether you can use AI tools. Everyone will. The question is whether you&#8217;re developing the judgment to know what&#8217;s worth building in the first place.</p><p><em>Where do you think the value concentrates in your domain as AI handles more execution? I&#8217;d love to hear what you&#8217;re seeing.</em></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://thedevmarketer.com/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://thedevmarketer.com/subscribe?"><span>Subscribe now</span></a></p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://thedevmarketer.com/?utm_source=substack&utm_medium=email&utm_content=share&action=share&quot;,&quot;text&quot;:&quot;Share Second Order AI and more.&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://thedevmarketer.com/?utm_source=substack&utm_medium=email&utm_content=share&action=share"><span>Share Second Order AI and more.</span></a></p><div><hr></div><p><em>I&#8217;m Gopi Krishna, founder of <a href="https://hyperleap.ai/">Hyperleap AI</a>, where we&#8217;re building infrastructure for businesses to deploy AI chatbots, tools, and assistants. These observations come from watching businesses navigate the shift from human-only execution to hybrid AI-human workflows. Previously at Microsoft, where I built systems for Office 365 and <a href="http://Outlook.com">Outlook.com</a> serving billions of users.</em></p>]]></content:encoded></item><item><title><![CDATA[The Death of Anonymous Website Traffic.]]></title><description><![CDATA[Why AI Chatbots Are Forcing a Fundamental Shift in Business Intelligence.]]></description><link>https://thedevmarketer.com/p/the-death-of-anonymous-website-traffic</link><guid isPermaLink="false">https://thedevmarketer.com/p/the-death-of-anonymous-website-traffic</guid><dc:creator><![CDATA[Gopi Krishna /The Dev Marketer]]></dc:creator><pubDate>Thu, 02 Oct 2025 19:31:19 GMT</pubDate><enclosure url="https://images.unsplash.com/photo-1682202338526-b7bb45524b10?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0fHxjaGF0Ym90fGVufDB8fHx8MTc1OTM3NjMxM3ww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://images.unsplash.com/photo-1682202338526-b7bb45524b10?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0fHxjaGF0Ym90fGVufDB8fHx8MTc1OTM3NjMxM3ww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://images.unsplash.com/photo-1682202338526-b7bb45524b10?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0fHxjaGF0Ym90fGVufDB8fHx8MTc1OTM3NjMxM3ww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 424w, https://images.unsplash.com/photo-1682202338526-b7bb45524b10?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0fHxjaGF0Ym90fGVufDB8fHx8MTc1OTM3NjMxM3ww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 848w, https://images.unsplash.com/photo-1682202338526-b7bb45524b10?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0fHxjaGF0Ym90fGVufDB8fHx8MTc1OTM3NjMxM3ww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1272w, https://images.unsplash.com/photo-1682202338526-b7bb45524b10?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0fHxjaGF0Ym90fGVufDB8fHx8MTc1OTM3NjMxM3ww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1456w" sizes="100vw"><img src="https://images.unsplash.com/photo-1682202338526-b7bb45524b10?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0fHxjaGF0Ym90fGVufDB8fHx8MTc1OTM3NjMxM3ww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080" width="6000" height="4000" data-attrs="{&quot;src&quot;:&quot;https://images.unsplash.com/photo-1682202338526-b7bb45524b10?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0fHxjaGF0Ym90fGVufDB8fHx8MTc1OTM3NjMxM3ww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:4000,&quot;width&quot;:6000,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;a woman is reading a book with her hands&quot;,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="a woman is reading a book with her hands" title="a woman is reading a book with her hands" srcset="https://images.unsplash.com/photo-1682202338526-b7bb45524b10?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0fHxjaGF0Ym90fGVufDB8fHx8MTc1OTM3NjMxM3ww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 424w, https://images.unsplash.com/photo-1682202338526-b7bb45524b10?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0fHxjaGF0Ym90fGVufDB8fHx8MTc1OTM3NjMxM3ww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 848w, https://images.unsplash.com/photo-1682202338526-b7bb45524b10?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0fHxjaGF0Ym90fGVufDB8fHx8MTc1OTM3NjMxM3ww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 1272w, https://images.unsplash.com/photo-1682202338526-b7bb45524b10?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=M3wzMDAzMzh8MHwxfHNlYXJjaHw0fHxjaGF0Ym90fGVufDB8fHx8MTc1OTM3NjMxM3ww&amp;ixlib=rb-4.1.0&amp;q=80&amp;w=1080 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">Photo by <a href="https://unsplash.com/@theshantanukr">Shantanu Kumar</a> on <a href="https://unsplash.com">Unsplash</a></figcaption></figure></div><p>For the past two decades, businesses have operated with a strange blind spot: they&#8217;ve poured millions into driving traffic to their websites while having almost no idea who most of those visitors actually are.</p><p>Let&#8217;s think clearly keeping all &#8220;has always been this way&#8221; aside.</p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://thedevmarketer.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 Second Order AI and more.! 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><p>Google Analytics tells you that 10,000 people visited your site last month. Great. But who were they? What were they actually trying to accomplish? Which ones were ready to buy, and which were just browsing? For 95% of your traffic, you simply don&#8217;t know.</p><p>This has been the uncomfortable reality of digital business: massive visibility into behavior, zero visibility into identity.</p><p>AI Chatbots are about to change that&#8212;and the second-order effects will reshape how businesses think about their entire conversion funnel. Let me explain.</p><h2>The Old Paradigm: Anonymous by Default</h2><p>Traditional web analytics gave us an abundance of behavioral data. We know someone from Seattle, WA spent 3 minutes on our pricing page, visited from mobile, and bounced. We can track session duration, page paths, bounce rates&#8212;all while having no idea if this person is a student doing research, a competitor doing reconnaissance, or a Fortune 500 decision-maker ready to sign a contract.</p><p>The conversion funnel, as we know it, was designed around this anonymity:</p><ol><li><p>Drive traffic (hope it&#8217;s qualified)</p></li><li><p>Optimize the journey (for everyone, regardless of intent)</p></li><li><p>Pray someone fills out a form</p></li><li><p>Now&#8212;finally&#8212;you know who they are</p></li></ol><p>This model made sense when websites were static. You couldn&#8217;t reasonably ask for identification before showing someone your homepage. That would be absurd.</p><p>But the moment you deploy an AI Chatbot, the entire dynamic shifts.</p><h2>The Identity Flip.</h2><p>Here&#8217;s what&#8217;s emerging across businesses deploying conversational interfaces: when you offer genuine utility through an AI assistant, suddenly asking for identity doesn&#8217;t feel invasive&#8212;it feels reasonable.</p><p>Think about it. If your website visitor is about to have a personalized, contextual conversation where the AI answers their specific questions, references their unique situation, and potentially solves their problem in real-time, they understand why you might need to know who they are.</p><p>The value exchange makes sense.</p><h2>Aggregate Metrics &#10060;</h2><h2>Individual Intelligence &#9989;</h2><p>When most of your traffic is anonymous, you optimize for averages. Your A/B tests target the median user. Your messaging speaks to personas, not people. Your entire digital strategy is built around statistical modeling of crowds.</p><p>But when you start capturing identity upfront&#8212;when you know that Priya from Mumbai, who works at a fintech company, is asking about API integrations&#8212;everything changes:</p><ol><li><p><strong>Your content strategy shifts</strong> from &#8220;what does the average visitor need?&#8221; to &#8220;what does this specific visitor cohort need?&#8221;</p></li><li><p><strong>Your product development roadmap</strong> becomes informed by actual people with names, companies, and use cases, not just inferred intent from anonymous click patterns.</p></li><li><p><strong>Your sales and marketing alignment</strong> transforms because marketing isn&#8217;t just generating &#8220;leads&#8221;&#8212;they&#8217;re generating identified, qualified conversations that sales can actually follow up on with context.</p></li><li><p><strong>Your competitive intelligence improves</strong> because you start seeing patterns: which companies are researching you, how often they return, what they&#8217;re asking about.</p></li></ol><p>The businesses that figure this out first will have a massive advantage. They&#8217;ll be operating with fundamentally better information than competitors still flying blind with anonymous analytics.</p><h2>The Uncomfortable Truth: Anonymous Visitors Are Noise</h2><p>Here&#8217;s where it gets controversial: if you successfully deploy AI chatbots with identity capture, you&#8217;ll start viewing anonymous traffic the way you currently view bot traffic&#8212;as something to filter out, not celebrate.</p><p>Why? Because anonymous visitors give you nothing actionable. They can&#8217;t be nurtured, segmented meaningfully, or converted efficiently. They&#8217;re just... passing through.</p><p>I&#8217;ve seen businesses wrestle with implementing lead forms before chat begins. The pushback is predictable: &#8220;Won&#8217;t that reduce engagement? Won&#8217;t people abandon rather than share their details?&#8221;</p><p>The answer is yes&#8212;some will abandon. <strong>And that&#8217;s actually a feature, not a bug.</strong></p><p>Those who abandon weren&#8217;t ready to engage meaningfully anyway. You&#8217;ve saved compute costs, support bandwidth, and your team&#8217;s attention. Meanwhile, those who do share their information are self-selecting as higher-intent, more valuable interactions.</p><p>This is a profound mindset shift: from maximizing traffic volume to maximizing traffic quality.</p><h2>The New Metrics That Matter</h2><p>If anonymous traffic becomes noise, what becomes the signal? Businesses will need entirely new KPIs:</p><ul><li><p>What percentage of visitors are willing to identify themselves to interact with your AI?</p></li><li><p>Of identified visitors, what percentage have conversations that indicate genuine interest or fit?</p></li><li><p>How many identified visitors return, and what&#8217;s the pattern of their engagement over time?</p></li><li><p>How quickly do identified conversations turn into qualified opportunities?</p></li></ul><p>Traditional metrics like bounce rate and session duration start to matter less. What matters is: are you attracting people willing to identify themselves, and are those people the right people? And if so, have you nurtured them enough for sales to take over.</p><h2>The Enterprise Implication: Perfect Corporate Memory</h2><p>There&#8217;s another second-order effect that&#8217;s even more transformative: when every interaction is identified and conversational, you&#8217;re building a complete, searchable record of customer intent and needs.</p><p>Imagine knowing:</p><ul><li><p>Every question a prospect asked before buying</p></li><li><p>Every concern they raised during evaluation</p></li><li><p>Every feature they inquired about that you don&#8217;t yet have</p></li><li><p>Every competitor they mentioned comparing you to</p></li></ul><p>This isn&#8217;t just CRM data&#8212;it&#8217;s perfect corporate memory of what your market actually wants, in their own words, before they&#8217;ve been filtered through sales narratives or survey response options.</p><p>The businesses that capture this intelligence systematically will understand their market at a resolution that was simply impossible in the era of anonymous traffic.</p><h2>The Strategic Inflection Point</h2><p>We&#8217;re at a strategic inflection point in how businesses gather market intelligence. The old model&#8212;drive traffic, track behavior, hope for conversion&#8212;made sense when websites were brochures.</p><p>But AI Chatbots fundamentally change the value proposition. They offer utility that justifies asking for identity upfront. And once you have identity, everything else changes: your metrics, your strategy, your understanding of who actually cares about what you&#8217;re building.</p><p>The businesses that recognize this shift and embrace it will operate with informational advantages that compound over time. Those that cling to celebrating anonymous traffic numbers will find themselves increasingly making decisions based on noise rather than signal.</p><div><hr></div><p><strong>The bottom line</strong>: AI chatbots aren&#8217;t just another channel for customer engagement. They&#8217;re forcing a complete rethink of what &#8220;traffic&#8221; even means. Anonymous traffic is dying. Known, qualified, conversational engagement is taking its place.</p><p>And that changes everything about how we build, market, and grow digital businesses.</p><p><em>What are you seeing in your business? Are you still celebrating anonymous traffic, or have you made the shift to identity-first engagement? I&#8217;d love to hear your perspective.</em></p><div><hr></div><p><em>I&#8217;m Gopi Krishna, founder of <a href="https://hyperleap.ai/">Hyperleap AI</a>, where we&#8217;re building infrastructure for businesses to deploy AI chatbots, tools, and assistants. These observations come from working with businesses navigating the shift from traditional web analytics to conversational, identity-first engagement. Previously at Microsoft, where I built systems for Office 365 and <a href="http://Outlook.com">Outlook.com</a> serving billions of users.</em></p><div class="subscription-widget-wrap-editor" data-attrs="{&quot;url&quot;:&quot;https://thedevmarketer.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 Second Order AI and more.! 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[Building a Production App with AI: Day 4 - From Prototype to Production]]></title><description><![CDATA[A month has passed since Day 3, but here's the interesting part - the app went live within that first week.]]></description><link>https://thedevmarketer.com/p/building-a-production-app-with-ai-f9f</link><guid isPermaLink="false">https://thedevmarketer.com/p/building-a-production-app-with-ai-f9f</guid><dc:creator><![CDATA[Gopi Krishna /The Dev Marketer]]></dc:creator><pubDate>Thu, 11 Sep 2025 18:16:27 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!WmJ4!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbdb651a6-5703-4802-baab-1ec6e34127c4_1214x909.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!WmJ4!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbdb651a6-5703-4802-baab-1ec6e34127c4_1214x909.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!WmJ4!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbdb651a6-5703-4802-baab-1ec6e34127c4_1214x909.png 424w, https://substackcdn.com/image/fetch/$s_!WmJ4!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbdb651a6-5703-4802-baab-1ec6e34127c4_1214x909.png 848w, https://substackcdn.com/image/fetch/$s_!WmJ4!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbdb651a6-5703-4802-baab-1ec6e34127c4_1214x909.png 1272w, https://substackcdn.com/image/fetch/$s_!WmJ4!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbdb651a6-5703-4802-baab-1ec6e34127c4_1214x909.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!WmJ4!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbdb651a6-5703-4802-baab-1ec6e34127c4_1214x909.png" width="1214" height="909" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/bdb651a6-5703-4802-baab-1ec6e34127c4_1214x909.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:909,&quot;width&quot;:1214,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:82977,&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://secondorderai.substack.com/i/173379054?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbdb651a6-5703-4802-baab-1ec6e34127c4_1214x909.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_!WmJ4!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbdb651a6-5703-4802-baab-1ec6e34127c4_1214x909.png 424w, https://substackcdn.com/image/fetch/$s_!WmJ4!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbdb651a6-5703-4802-baab-1ec6e34127c4_1214x909.png 848w, https://substackcdn.com/image/fetch/$s_!WmJ4!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbdb651a6-5703-4802-baab-1ec6e34127c4_1214x909.png 1272w, https://substackcdn.com/image/fetch/$s_!WmJ4!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fbdb651a6-5703-4802-baab-1ec6e34127c4_1214x909.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>A month has passed since Day 3, but here's the interesting part - the app went live within that first week. Running a startup means sometimes you get pulled in different directions, but I've been using the finished product daily for three weeks now. Let me walk you through how we crossed the finish line.</p><h2>The GPT-5 Opportunity</h2><p>Right after we deployed to Vercel on Day 3, OpenAI released GPT-5 and Cursor made it available for free for one week. This was a game-changer. I immediately switched to the "high/fast" setting - high reasoning capability with quick responses. Yes, it consumed tokens like crazy, but when you get access to the most advanced AI model for free, you maximize that opportunity.</p><p>Thanks for reading Second Order AI! Subscribe for free to receive new posts and support my work.</p><p>The difference was noticeable. GPT-5 understood context better, made fewer mistakes, and could handle complex refactoring tasks that would have taken multiple iterations with other models.</p><h2>Connecting Everything to Supabase</h2><p>My first major prompt to GPT-5 was straightforward: "Finish all pending changes in the application, connecting all functionality to the respective tables in Supabase."</p><p>This wasn't a small task. We had built the UI, but many features were just frontend facades:</p><ul><li><p>The font selection in the editor wasn't persisting</p></li><li><p>Folder organization existed visually but wasn't saving</p></li><li><p>Draft management was purely client-side</p></li><li><p>User preferences reset on every reload</p></li></ul><p>I followed up with a more comprehensive instruction: "Look at every page and every feature within each page and ensure they're all connected to Supabase."</p><p>GPT-5 methodically went through:</p><ul><li><p>Creating the necessary database schemas</p></li><li><p>Setting up row-level security policies</p></li><li><p>Implementing CRUD operations for each feature</p></li><li><p>Adding proper error handling and loading states</p></li></ul><p>The AI understood that this wasn't just about storing data - it was about creating a seamless experience where every user action was properly persisted and retrieved.</p><h2>Finding the Identity: Undraft</h2><p>While the AI was working, I had a realization about what we were building. This wasn't just another text editor or note-taking app. The core purpose was to help people create drafts that they could refine and finalize elsewhere.</p><p>The name came naturally: <strong>Undraft</strong>.</p><p>I searched for domains and found that <code>.ink</code> was available - perfect for a writing tool. Undraft.ink felt right. I purchased it through Namecheap (my go-to domain registrar) and connected it to Vercel. The process was simple:</p><ol><li><p>Add the custom domain in Vercel settings</p></li><li><p>Copy the DNS records Vercel provides</p></li><li><p>Add them to Namecheap's DNS configuration</p></li><li><p>Wait a few minutes for propagation</p></li></ol><p>Having a real domain name transformed the project from an experiment to a product.</p><h2>The React to Next.js Migration</h2><p>Then I discovered a critical issue. Our React app was entirely client-side rendered, which meant:</p><ul><li><p>Search engines saw empty HTML shells</p></li><li><p>No content for SEO indexing</p></li><li><p>Poor performance scores</p></li><li><p>Missed opportunities for AI engine optimization (yes, that's becoming a thing)</p></li></ul><p>I asked GPT-5 directly: "What is the effort it takes to convert this app to Next.js?"</p><p>The AI broke it down:</p><ul><li><p>8-10 hours for basic feature parity with server-side rendering</p></li><li><p>1.5-2.5 days for full conversion with authentication improvements and polish</p></li><li><p>Detailed migration steps for each component</p></li></ul><p>Those estimates were for human developers. With GPT-5, we started immediately.</p><p>The migration wasn't smooth. We hit several issues:</p><ul><li><p>SSR hydration errors (the classic client/server mismatch)</p></li><li><p>TipTap editor compatibility problems (it's very client-side dependent)</p></li><li><p>Build failures from missing window object references</p></li><li><p>Authentication flow complications</p></li></ul><p>I never opened the code files. Each error, I simply copied back to GPT-5. It would analyze, adjust its approach, and try again. The AI learned from each failure and adapted its strategy.</p><h2>Creating the Landing Page</h2><p>A product needs a homepage. I started by writing marketing copy myself, then brainstormed with the AI to refine it. We went through several iterations:</p><p><strong>Version 1</strong>: Feature-heavy, cluttered design with pricing tiers and testimonials. Too much for our minimalist vision.</p><p><strong>Version 2</strong>: Cleaner but still trying too hard. Multiple CTAs, feature comparisons, the works.</p><p><strong>Version 3</strong>: Perfect. A single, focused message with our grayscale aesthetic. Clean typography, plenty of whitespace, one clear action.</p><p>I gave the AI our brand guidelines - the grayscale color system we'd developed earlier - and it incorporated them beautifully. The landing page now matched the product's minimalist philosophy.</p><p>Here&#8217;s the chat for you to check it out: <a href="https://claude.ai/chat/db81e019-105d-485b-a7f8-630234a330af">Minimalist Blog Editor UI - Claude</a></p><h2>Three Weeks of Real-World Testing</h2><p>Since going live, I've used Undraft daily for:</p><ul><li><p>Writing LinkedIn posts and articles</p></li><li><p>Drafting business proposals</p></li><li><p>Creating blog content (including this series)</p></li><li><p>Quick notes and ideas</p></li></ul><p>The stability has been remarkable. No data loss, no crashes, no frustrating bugs. Just a clean, focused writing experience that gets out of the way.</p><p>I've made small improvements along the way:</p><ul><li><p>Added PDF export functionality</p></li><li><p>Implemented link sharing for drafts</p></li><li><p>Created an inline formatting toolbar</p></li><li><p>Fine-tuned the autosave timing</p></li><li><p>Improved the folder organization UX</p></li></ul><p>Each improvement came from actual usage needs, not hypothetical features.</p><h2>Technical Insights</h2><p>The Next.js migration taught me several things:</p><p><strong>Server-Side Rendering Matters</strong>: Even for app-like products, having proper SSR improves discoverability and initial load performance.</p><p><strong>Database Design is Crucial</strong>: Our Supabase schema evolved from simple tables to properly normalized relationships with efficient indexes.</p><p><strong>Authentication Complexity</strong>: Moving from client-side auth to server-side auth in Next.js required rethinking our entire auth flow, but the security improvements were worth it.</p><p><strong>Edge Cases Emerge Through Use</strong>: Features that seemed complete in development revealed edge cases only through daily usage.</p><h2>The Development Philosophy</h2><p>Throughout this process, I maintained one principle: don't look at the code unless absolutely necessary. This forced me to:</p><ul><li><p>Think in terms of features and user experience</p></li><li><p>Trust the AI to handle implementation details</p></li><li><p>Focus on what matters: does it work for users?</p></li></ul><p>The only times I looked at code were for configuration files - environment variables, deployment settings, things the AI couldn't infer.</p><h2>Reflections on AI-Powered Development</h2><p>"Vibe coding" - building through natural language and high-level instructions - isn't just a gimmick. It's a fundamentally different way to build software. Instead of getting lost in syntax and implementation details, you focus on:</p><ul><li><p>What you want to build</p></li><li><p>How it should work for users</p></li><li><p>What problems it should solve</p></li></ul><p>The AI handles the how. You handle the What and Why.</p><h2>Final Thoughts</h2><p>Undraft.ink is live, stable, and solving the exact problem I set out to fix. In less than a week of actual coding time (spread over a month due to other commitments), we went from idea to production-ready application.</p><p>The key wasn't working more hours or knowing more frameworks. It was about leveraging AI effectively, making smart platform decisions, and staying focused on the core user need.</p><p>Is it perfect? No. But it's real, it's useful, and it's being used daily. That's the definition of production-grade in my book.</p><p>Here&#8217;s the Part 4 Video: </p><div id="youtube2-6BscBEf7g4w" class="youtube-wrap" data-attrs="{&quot;videoId&quot;:&quot;6BscBEf7g4w&quot;,&quot;startTime&quot;:null,&quot;endTime&quot;:null}" data-component-name="Youtube2ToDOM"><div class="youtube-inner"><iframe src="https://www.youtube-nocookie.com/embed/6BscBEf7g4w?rel=0&amp;autoplay=0&amp;showinfo=0&amp;enablejsapi=0" frameborder="0" loading="lazy" gesture="media" allow="autoplay; fullscreen" allowautoplay="true" allowfullscreen="true" width="728" height="409"></iframe></div></div><div><hr></div><p><em>Want to see the result? Visit <a href="https://undraft.ink/">undraft.ink</a> and experience distraction-free writing. The entire codebase was written through conversational AI, and it just works.</em></p><p>Thanks for reading Second Order AI! Subscribe for free to receive new posts and support my work.</p>]]></content:encoded></item><item><title><![CDATA[Building a Production App with AI: Day 3 - From Editor to Full App]]></title><description><![CDATA[Today was about expanding beyond the editor and turning this into a real application.]]></description><link>https://thedevmarketer.com/p/building-a-production-app-with-ai-c90</link><guid isPermaLink="false">https://thedevmarketer.com/p/building-a-production-app-with-ai-c90</guid><dc:creator><![CDATA[Gopi Krishna /The Dev Marketer]]></dc:creator><pubDate>Wed, 06 Aug 2025 04:31:59 GMT</pubDate><enclosure url="https://substackcdn.com/image/youtube/w_728,c_limit/dKx-rbleE-w" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div id="youtube2-dKx-rbleE-w" class="youtube-wrap" data-attrs="{&quot;videoId&quot;:&quot;dKx-rbleE-w&quot;,&quot;startTime&quot;:null,&quot;endTime&quot;:null}" data-component-name="Youtube2ToDOM"><div class="youtube-inner"><iframe src="https://www.youtube-nocookie.com/embed/dKx-rbleE-w?rel=0&amp;autoplay=0&amp;showinfo=0&amp;enablejsapi=0" frameborder="0" loading="lazy" gesture="media" allow="autoplay; fullscreen" allowautoplay="true" allowfullscreen="true" width="728" height="409"></iframe></div></div><p>Today was about expanding beyond the editor and turning this into a real application. One hour of focused work, and we're already deploying to production.</p><h2>Starting Point</h2><p>We kicked off with our React app running on port 5173 (quick tip: ports 5173-5174 are React territory, while 3000 is Next.js land). The editor looked clean in both light and dark modes, but an editor alone doesn't make an app.</p><p>Thanks for reading Second Order AI! Subscribe for free to receive new posts and support my work.</p><h2>Version Control First</h2><p>Before diving into features, I set up the GitHub repository. This is crucial - no matter what happens locally, your code is safe. The process was straightforward:</p><ul><li><p>Initialize repository</p></li><li><p>Initial commit</p></li><li><p>Publish to private repo</p></li></ul><p>Now we have a safety net. Every working version is tracked, and we can always roll back if AI suggestions break something.</p><h2>Building the Missing Pieces</h2><p>The editor was great, but we needed:</p><ul><li><p>Folder organization</p></li><li><p>Tags for content</p></li><li><p>Draft management</p></li><li><p>Settings page</p></li><li><p>Export functionality</p></li></ul><p>I prompted Claude: "The editor is great, but we need other pages to maintain folders, tags, drafts, etc. Go through the spec and integrate other pages."</p><p>The AI got to work immediately, understanding that while we started with the editor (the core experience), users need ways to organize and manage their content.</p><h2>Setting Up Supabase</h2><p>Time for the backend. I already had a Supabase project ready - just a free tier instance with minimal setup. The authentication configuration was straightforward:</p><ul><li><p>Email-only authentication (keeping it simple)</p></li><li><p>No social logins for now (we can add Google later)</p></li><li><p>Basic security settings enabled</p></li></ul><p>One important note: when working with Supabase, you'll need the public API key. Don't worry about exposing it - it's meant to be public and only works with row-level security.</p><h2>The Design Evolution</h2><p>Something interesting happened - Claude improved the export functionality, adding HTML-to-Canvas and jsPDF libraries for proper PDF export. The settings page came out beautifully clean:</p><ul><li><p>Folder management</p></li><li><p>Profile settings</p></li><li><p>Export options</p></li><li><p>Theme toggle</p></li></ul><p>All in grayscale, which led to an important realization...</p><h2>Creating Brand Guidelines</h2><p>Pure black and white can be boring. We need subtle shades for visual hierarchy. So I asked Claude to create comprehensive brand guidelines for a grayscale web app that still looks awesome. The key insight: grayscale doesn't mean just black and white - it's about using the full spectrum of grays effectively.</p><h2>Deployment with Vercel</h2><p>The final step was getting this live:</p><ol><li><p>Created a new Vercel project</p></li><li><p>It auto detected our Vite configuration</p></li><li><p>Added environment variables for Supabase</p></li><li><p>Ran <code>pnpm run build</code> locally first (always test production builds!)</p></li><li><p>Committed and pushed to main</p></li></ol><p>Within minutes, the site was live. Every commit now automatically deploys - that's the power of modern deployment pipelines.</p><h2>Key Learnings Today</h2><p><strong>Version Control Early</strong>: Set up GitHub before you write too much code. It's your safety net.</p><p><strong>Test Production Builds</strong>: What works in dev might break in production. Always run build commands locally first.</p><p><strong>Design Systems Matter</strong>: Even simple grayscale apps need thoughtful design guidelines.</p><p><strong>Ship Fast</strong>: We went from local development to live deployment in one session. AI makes this velocity possible.</p><h2>What's Next</h2><p>Tomorrow's focus:</p><ul><li><p>Connecting the editor to Supabase for saving</p></li><li><p>Implementing draft autosave</p></li><li><p>Choosing a proper domain name</p></li><li><p>Starting to gather user feedback</p></li></ul><p>The app is live, it's working, and we're only three days in. This is the speed of building with AI - not perfect, but perfectly functional.</p><div><hr></div><p><em>The site is already deployed and working. Next step? Getting it in front of users and iterating based on feedback. That's when things get really interesting.</em></p><p>Thanks for reading Second Order AI! Subscribe for free to receive new posts and support my work.</p>]]></content:encoded></item><item><title><![CDATA[Building a Minimalistic Blog Writer with AI: Part 2 - From Spec to Reality]]></title><description><![CDATA[Here&#8217;s the full video:]]></description><link>https://thedevmarketer.com/p/building-a-minimalistic-blog-writer</link><guid isPermaLink="false">https://thedevmarketer.com/p/building-a-minimalistic-blog-writer</guid><dc:creator><![CDATA[Gopi Krishna /The Dev Marketer]]></dc:creator><pubDate>Mon, 04 Aug 2025 17:24:50 GMT</pubDate><enclosure url="https://substackcdn.com/image/youtube/w_728,c_limit/8Ib3LnaUER4" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Here&#8217;s the full video:</p><div id="youtube2-8Ib3LnaUER4" class="youtube-wrap" data-attrs="{&quot;videoId&quot;:&quot;8Ib3LnaUER4&quot;,&quot;startTime&quot;:null,&quot;endTime&quot;:null}" data-component-name="Youtube2ToDOM"><div class="youtube-inner"><iframe src="https://www.youtube-nocookie.com/embed/8Ib3LnaUER4?rel=0&amp;autoplay=0&amp;showinfo=0&amp;enablejsapi=0" frameborder="0" loading="lazy" gesture="media" allow="autoplay; fullscreen" allowautoplay="true" allowfullscreen="true" width="728" height="409"></iframe></div></div><p>In my previous post, I shared how I started this journey to build a clean, minimalistic blog writer using only AI coding tools. Today, I'm diving into the actual implementation, sharing both the successes and the stumbling blocks along the way.</p><p>Thanks for reading Second Order AI! Subscribe for free to receive new posts and support my work.</p><h2>The Tech Stack Decision</h2><p>Before jumping into code, I spent time creating a solid specification. Here's what I settled on:</p><ul><li><p><strong>Frontend</strong>: React + Vite (not Next.js)</p></li><li><p><strong>UI Library</strong>: ShadCN</p></li><li><p><strong>Backend</strong>: Supabase</p></li><li><p><strong>AI Integration</strong>: Custom API (HyperLeap AI)</p></li></ul><h3>Why These Choices?</h3><p><strong>React + Vite over Next.js</strong>: For a simple blog writer, we don't need server-side rendering. React with Vite keeps everything lightweight and running in the browser. Next.js makes sense when you need SEO optimization, server-side logic, or complex business rules - none of which apply here.</p><p><strong>ShadCN</strong>: It's become the go-to UI library for modern SaaS applications. Look at any contemporary web app - those clean dashboards, elegant forms, and command palettes? Most likely ShadCN. The alternatives like Ant Design felt too heavy for our minimalistic goals.</p><p><strong>Supabase</strong>: Instead of setting up Postgres directly, Supabase wraps it with a beautiful API layer. The killer feature? Row-level security means we can connect our React app directly to the database without needing a separate backend server.</p><h2>The Bolt.new Experiment</h2><p>Armed with my specification, I decided to test Bolt.new. I pasted the entire spec and... the results were underwhelming:</p><ul><li><p>The editor page looked broken</p></li><li><p>Color schemes were inconsistent</p></li><li><p>The "new post" button wasn't even styled properly</p></li><li><p>Despite specific instructions for full-width layouts, it defaulted to constrained widths</p></li></ul><p>The fundamental issue? These AI coding platforms like Bolt and Lovable are great for quick prototypes, but you quickly hit their limitations. Every small change requires wrestling with their UI, and you know that's not how real developers work to get stuff done.</p><h2>Enter Claude Code + Cursor</h2><p>Time for a different approach. I created an empty directory called "no-nonsense-writer" and fired up Claude Code through Cursor. Starting from scratch:</p><pre><code>claude</code></pre><p>Then simply: copy-pasted a screen that I already designed with Claude (see video).</p><p>The magic began immediately. We faced some issues, but soon Claude Code created a beautiful editor screen within the React app with a command palette (accessed with <code>/</code>) that included:</p><ul><li><p>AI assistant integration</p></li><li><p>Theme toggling</p></li><li><p>Sharing options</p></li><li><p>Settings and more.</p></li></ul><h2>The Debugging Dance</h2><p>Of course, it wasn't all smooth sailing. The first render showed a completely broken UI with overlapping elements. Here's where AI coding truly shines - instead of panicking, I simply:</p><ol><li><p>Took a screenshot of the broken UI</p></li><li><p>Pasted it back to Claude</p></li><li><p>Let it diagnose and fix the issues</p></li></ol><p>Claude identified missing Tailwind CSS configuration and went through multiple approaches:</p><ul><li><p>Tried NPX installation (failed)</p></li><li><p>Attempted PNPM approach (also failed)</p></li><li><p>Finally created proper Tailwind config files</p></li></ul><p>This iterative problem-solving is exactly what makes AI coding powerful. It doesn't need to work on the first try - it just needs to be persistent and intelligent about trying different solutions.</p><h2>Key Learnings</h2><h3>1. Stack Matters for AI Success</h3><p>Modern AI models are best trained on React/Next.js codebases. Using these popular stacks means better AI assistance and fewer ambiguities.</p><h3>2. Start Simple, Iterate Fast</h3><p>Don't over-engineer. For a blog writer, we don't need complex server architecture. Supabase + React is plenty.</p><h3>3. AI Coding Platforms Have Limits</h3><p>Tools like Bolt and Lovable are great for prototypes but frustrating for real development. Better to use AI as a coding assistant within traditional development environments.</p><h3>4. Debugging is Part of the Process</h3><p>When things break (and they will), treat it as an opportunity. Feed errors back to the AI and watch it problem-solve.</p><h2>Next Steps</h2><p>The editor is taking shape nicely with:</p><ul><li><p>Clean, minimalistic design</p></li><li><p>Light/dark theme toggle</p></li><li><p>Command palette for quick actions</p></li><li><p>Notion-style markdown support (coming soon)</p></li></ul><p>In the next part, I'll focus on:</p><ul><li><p>Perfecting the editor experience</p></li><li><p>Adding Notion-style heading shortcuts</p></li><li><p>Connecting to Supabase for data persistence</p></li><li><p>Implementing the AI writing assistant</p></li></ul><p>The future of coding isn't about AI replacing developers (maybe it does, but that is not the point) - it's about AI amplifying and helping us in what we can build. And based on today's progress, that future is looking pretty exciting.</p><div><hr></div><p><em>Have questions about the build process? Drop them in the comments below.</em></p><p>Thanks for reading Second Order AI! Subscribe for free to receive new posts and support my work.</p>]]></content:encoded></item><item><title><![CDATA[Building a Production App with AI: Day 1/n - The Journey Begins]]></title><description><![CDATA[Last week, I promised to walkthrough building a production grade application purely vibe coding my way and there was way more interest than I anticipated.]]></description><link>https://thedevmarketer.com/p/building-a-production-app-with-ai</link><guid isPermaLink="false">https://thedevmarketer.com/p/building-a-production-app-with-ai</guid><dc:creator><![CDATA[Gopi Krishna /The Dev Marketer]]></dc:creator><pubDate>Mon, 04 Aug 2025 17:19:29 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/fdb3356c-d7ad-4f18-84cb-ebeac83bd359_1080x810.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!FGZy!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9594c12e-c884-41a0-8a6c-2bea24a2ee02_1080x810.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!FGZy!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9594c12e-c884-41a0-8a6c-2bea24a2ee02_1080x810.jpeg 424w, https://substackcdn.com/image/fetch/$s_!FGZy!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9594c12e-c884-41a0-8a6c-2bea24a2ee02_1080x810.jpeg 848w, https://substackcdn.com/image/fetch/$s_!FGZy!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9594c12e-c884-41a0-8a6c-2bea24a2ee02_1080x810.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!FGZy!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9594c12e-c884-41a0-8a6c-2bea24a2ee02_1080x810.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!FGZy!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9594c12e-c884-41a0-8a6c-2bea24a2ee02_1080x810.jpeg" width="4518" height="3388" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/9594c12e-c884-41a0-8a6c-2bea24a2ee02_1080x810.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:3388,&quot;width&quot;:4518,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;pen near black lined paper and eyeglasses&quot;,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="pen near black lined paper and eyeglasses" title="pen near black lined paper and eyeglasses" srcset="https://substackcdn.com/image/fetch/$s_!FGZy!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9594c12e-c884-41a0-8a6c-2bea24a2ee02_1080x810.jpeg 424w, https://substackcdn.com/image/fetch/$s_!FGZy!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9594c12e-c884-41a0-8a6c-2bea24a2ee02_1080x810.jpeg 848w, https://substackcdn.com/image/fetch/$s_!FGZy!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9594c12e-c884-41a0-8a6c-2bea24a2ee02_1080x810.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!FGZy!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9594c12e-c884-41a0-8a6c-2bea24a2ee02_1080x810.jpeg 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">Photo by <a href="true">Jess Bailey</a> on <a href="https://unsplash.com">Unsplash</a></figcaption></figure></div><p>Last week, I promised to walkthrough building a production grade application purely vibe coding my way and there was way more interest than I anticipated.<br><br>Working with AI for developing software is challenging to say the least. While <strong><a href="https://www.linkedin.com/company/lovable-dev/">Lovable</a></strong>, <strong><a href="https://www.linkedin.com/company/boltdotnew/">bolt.new</a></strong>, <strong><a href="https://www.linkedin.com/company/cursorai/">Cursor</a></strong>, Claude Code and many others promise the power of AI Coding through natural language, ensuring that they are production-grade (another way to say you're confident that you can charge the users, and it won't backfire) is a whole another game.<br><br>Today, the mission starts. I'll be spending about an hour every day and make steady progress. I'll document everything I am doing, and share it in a newsletter in plain text format. Once in a while, where it warrants, I'll share a screen recording. I will ensure to do what it takes to get the point gets across.<br><br>The idea?<br><br>For a long time, my hands were itching to build a <em><strong>minimalistic blog writer</strong></em> - one that helps me write distraction-free. And this has to be just for writing, nothing else - not a newsletter, not a blogging platform, or anything else.<br><br>I wanted it to be a place where I can go to, to write things, save them, and copy paste to some place else - like a Substack, Corporate blog, LinkedIn, etc. The focus is on writing your thoughts out, with some basics met. This is the project I will build in public step by step - from ideation all the way through taking it live.<br><br>Today, I've spent about 45 minutes in the morning brainstorming with AI - to create a specification of what I want to even build in the first place. I did it with Claude, because of many reasons.<br><br>- Claude Artifacts help me iterate better.<br>- Claude Models are great.<br>- Claude UI is way-less cluttered to use.<br>- Claude responses are usually much less robotic than other models.<br><br>Also, I did not conduct market research on this idea - may be something similar exists already, but largely unlikely, because over time, we are learned to create complexity through software, not simplicity. I believe AI is here to reverse that trend through micro-SaaS.<br><br>Here's the full chat: <strong><a href="https://claude.ai/share/1087d8f0-4f69-4e87-b8f3-1a80f11a1199">Claude | Claude</a></strong><br><br>Here's the spec I was able to create: <a href="https://claude.ai/public/artifacts/b97378bf-3cdd-42a5-bf42-b26455311147">Minimalistic Blog Writer - Project Specification | Claude | Claude</a><br><br>I'll cross post this journey here, and on my Substack. If you prefer, you can subscribe there (link in comments).<br><br>Happy building.</p><p>Thanks for reading Second Order AI! Subscribe for free to receive new posts and support my work.</p>]]></content:encoded></item><item><title><![CDATA[Why Drag-and-Drop Workflow Builders Are Becoming Obsolete (And What SMBs Should Do About It)]]></title><description><![CDATA[During my extensive enterprise software development experience, I witnessed firsthand how many times software, and automation often falls short of business expectations.]]></description><link>https://thedevmarketer.com/p/why-drag-and-drop-workflow-builders</link><guid isPermaLink="false">https://thedevmarketer.com/p/why-drag-and-drop-workflow-builders</guid><dc:creator><![CDATA[Gopi Krishna /The Dev Marketer]]></dc:creator><pubDate>Mon, 04 Aug 2025 07:39:40 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!hLnN!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5da8069f-e9ec-4f9f-9eb5-44f4e63eb620_1024x608.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!hLnN!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5da8069f-e9ec-4f9f-9eb5-44f4e63eb620_1024x608.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!hLnN!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5da8069f-e9ec-4f9f-9eb5-44f4e63eb620_1024x608.png 424w, https://substackcdn.com/image/fetch/$s_!hLnN!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5da8069f-e9ec-4f9f-9eb5-44f4e63eb620_1024x608.png 848w, https://substackcdn.com/image/fetch/$s_!hLnN!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5da8069f-e9ec-4f9f-9eb5-44f4e63eb620_1024x608.png 1272w, https://substackcdn.com/image/fetch/$s_!hLnN!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5da8069f-e9ec-4f9f-9eb5-44f4e63eb620_1024x608.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!hLnN!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5da8069f-e9ec-4f9f-9eb5-44f4e63eb620_1024x608.png" width="1024" height="608" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/5da8069f-e9ec-4f9f-9eb5-44f4e63eb620_1024x608.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:&quot;normal&quot;,&quot;height&quot;:608,&quot;width&quot;:1024,&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;:false,&quot;topImage&quot;:true,&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_!hLnN!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5da8069f-e9ec-4f9f-9eb5-44f4e63eb620_1024x608.png 424w, https://substackcdn.com/image/fetch/$s_!hLnN!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5da8069f-e9ec-4f9f-9eb5-44f4e63eb620_1024x608.png 848w, https://substackcdn.com/image/fetch/$s_!hLnN!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5da8069f-e9ec-4f9f-9eb5-44f4e63eb620_1024x608.png 1272w, https://substackcdn.com/image/fetch/$s_!hLnN!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5da8069f-e9ec-4f9f-9eb5-44f4e63eb620_1024x608.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">Workflow builders are collapsing</figcaption></figure></div><p>During my extensive enterprise software development experience, I witnessed firsthand how many times software, and automation often falls short of business expectations. We'd build sophisticated software and workflows that looked elegant in demos but crumbled under real-world complexity. Today, as I work with small and mid-sized businesses through Hyperleap AI, I'm seeing a fundamental shift that's particularly relevant for companies without massive IT departments: the rise of natural language as the primary interface for business automation.</p><p>Let me walk you through why this matters, what's driving the change, and most importantly, how your business can benefit from understanding this transition.</p><p>Thanks for reading Second Order AI! Subscribe for free to receive new posts and support my work.</p><h2><strong>The Uncomfortable Truth About Visual Workflow Builders</strong></h2><p>Picture this scenario: You're a marketing manager who wants to automate lead qualification. You open Zapier, excited by the promise of "no-code" automation. Three hours later, you're drowning in conditional logic, error handling, and API connections that keep breaking. Sound familiar?</p><p>The statistics tell a sobering story. Despite billions invested in workflow automation tools, <strong>90% of automation projects fail</strong>. This isn't because the technology is bad - it's because we've been asking people to think like programmers without giving them programming skills.</p><p>I regularly speak with business owners who describe their Zapier workflows as "finicky" and "stop working sometimes." They'll show me Microsoft Power Automate implementations that became so complex they needed to hire consultants just to maintain them. The promise was democratization, but the reality has been a new form of technical dependency.</p><p>The fundamental problem lies in what I call the "visual complexity trap." Workflow builders force you to translate your business logic into flowcharts, decision trees, and connector configurations. It's like being asked to write a novel using only flowchart symbols. You can technically do it, but you're fighting the medium every step of the way.</p><p>Consider a seemingly simple automation: "When a high-value prospect downloads our pricing guide, send them a personalized email based on their company size and industry, then notify the appropriate sales rep." In a visual builder, this becomes a maze of conditions, lookups, and error handling that often breaks when the real world doesn't match your flowchart assumptions.</p><h2><strong>How Natural Language Changes Everything</strong></h2><p>Now imagine describing that same automation in plain English: "When someone downloads our pricing guide and their company has more than 100 employees, send them the enterprise email template customized with their industry use cases and notify Sarah from our enterprise sales team."</p><p>This isn't science fiction anymore. The convergence of large language models with business automation has created something remarkable: AI systems that understand intent rather than requiring step-by-step instructions.</p><p>The technical breakthrough happened through what researchers call the Model Context Protocol (MCP), which I think of as "USB-C for AI applications." Just as USB-C lets you connect any device to any port, MCP lets AI systems connect to any business tool or data source through standardized interfaces. Anthropic open-sourced this in November 2024, and by May 2025, over 5,000 active MCP servers existed in community directories.</p><p>But here's what makes this particularly exciting for SMBs: you don't need to understand the technical details to benefit from the capabilities. When you can describe your automation needs in natural language, the barrier to entry collapses dramatically.</p><p>I've seen businesses reduce automation creation time by 40-75% simply by switching from visual builders to natural language interfaces. One client transformed a four-hour sales preparation process into a 15-minute automated workflow by describing what they wanted rather than trying to construct it visually.</p><h2><strong>The Rise of Agentic Workflows: From Rigid Rules to Intelligent Adaptation</strong></h2><p>Here's where the story gets really interesting. Traditional automation follows rigid rules: if this happens, do that. But real business situations are messy. What happens when a customer request doesn't fit your predefined categories? What do you do when a vendor sends an invoice in a new format?</p><p>This is where agentic workflows come in. Instead of following predetermined paths, these AI systems can reason, adapt, and make decisions in real-time. They understand context, handle exceptions, and learn from experience.</p><p>Let me give you a concrete example from our work at Hyperleap AI. A client needed to process customer conversations on the Website Chatbot and send a summary of the conversation along with a preliminary lead research to their internal sales team. A traditional workflow would require complex routing rules and constant maintenance as new edge cases emerged.</p><p>The agentic approach was different. We described the desired outcome: "Understand the customer's conversation, create a summary, understand alignment with ICP (ideal customer profile), and send it all to the sales team for making sales happen."</p><p>The AI system now handles variations in language, cultural communication styles, technical versus non-technical requests, and even emotional undertones. By giving it a goal, it is fluid enough to navigate the intricacies to make the goal happen. Fundamentally, since AI acts like human &#8212; trying to force fit it into rigid workflows is a mistake. Keeping it fluid and probabilistic is the way to go.</p><h2><strong>Why SMBs Have an Advantage in This Transition</strong></h2><p>Large enterprises often struggle with this transition because they're locked into complex legacy systems and have invested heavily in existing workflow infrastructure. But SMBs have a unique advantage: agility.</p><p>You don't have thousands of existing Zapier workflows to migrate. You haven't spent months training teams on visual workflow builders. You can leapfrog directly to natural language automation without the baggage of legacy approaches.</p><p>This reminds me of how many countries skipped landline infrastructure and went straight to mobile networks. SMBs can skip the visual workflow builder phase entirely and adopt natural language automation from the start.</p><p>The business impact is significant. While companies that successfully implement traditional automation save an average of $46,000 annually, the 90% failure rate means most organizations never realize these benefits. Natural language automation dramatically improves those success rates because it aligns with how people naturally think about processes.</p><h2><strong>Practical Steps for SMBs</strong></h2><p>Based on my experience helping dozens of SMBs navigate this transition, here's what I recommend:</p><p><strong>Start with conversation, not flowcharts.</strong> When identifying automation opportunities, resist the urge to immediately jump into a workflow builder. Instead, write out what you want to happen in plain English. This exercise alone often reveals complexity that visual builders handle poorly.</p><p><strong>Focus on outcomes, not steps.</strong> Traditional automation forces you to think in terms of individual steps and conditions. Natural language automation lets you describe the desired end state and let the AI figure out the implementation details.</p><p><strong>Embrace transparency.</strong> One concern I hear about AI automation is the "black box" problem - not knowing how decisions are made. This is why we've built Hyperleap AI with full visibility into prompts and logic. You should be able to understand and modify how your automations work.</p><p><strong>Think in terms of collaboration, not replacement.</strong> The most successful implementations I've seen treat AI as a collaborative partner that handles routine decisions while escalating complex or unusual situations to humans.</p><h2><strong>The Technical Foundation: MCP and Integration</strong></h2><p>For those interested in the technical details, the Model Context Protocol represents a fundamental shift in how AI systems connect with business tools. Instead of requiring custom integrations for each combination of AI model and business application, MCP provides a standardized way for AI to understand and interact with external systems.</p><p>Think of it like this: before MCP, connecting AI to your CRM was like needing a different adapter for every combination of device and outlet. MCP provides a universal adapter that works with any AI system and any business tool that supports the protocol.</p><p>This standardization is crucial for SMBs because it means you're not locked into specific vendor combinations. You can choose the best AI model for each task while maintaining consistent integrations with your existing business tools.</p><h2><strong>Looking Ahead: The 2025 Automation Landscape</strong></h2><p>The trends are clear. Microsoft committed $80 billion in fiscal year 2025 to AI infrastructure, with Microsoft 365 Copilot now providing over 2 billion AI assists monthly. Google announced Workspace Flows at Cloud Next 2025, introducing natural language automation across their business suite. These aren't experimental features - they're production systems serving millions of users.</p><p>For SMBs, this mainstream adoption creates an opportunity window. Early adopters of natural language automation gain competitive advantages in operational efficiency, customer response times, and internal productivity. But this window won't stay open indefinitely.</p><p>The businesses that thrive will be those that embrace natural language automation early, training their teams to think in terms of outcomes rather than processes, and building cultures that view AI as a collaborative partner rather than a replacement threat.</p><h2><strong>How Hyperleap AI Fits This Evolution</strong></h2><p>At Hyperleap AI, we're building exactly this kind of platform - one that combines the simplicity of natural language with the power of intelligent automation. Our approach differs from both traditional workflow builders and black-box AI agents by providing full transparency and control while eliminating the complexity of visual configuration.</p><p>Our clients use natural language to describe their automation needs, whether that's customer-facing chatbots, internal productivity tools, or API-driven integrations. The platform handles the technical complexity while giving businesses complete visibility into how their automations work and the flexibility to modify them as needs evolve.</p><p>This isn't about replacing human judgment - it's about augmenting human capabilities and freeing people from repetitive, rule-based tasks so they can focus on strategic, creative, and relationship-building activities that drive real business value.</p><p>The age of drag-and-drop automation is ending. The era of conversational, intelligent workflows has begun. The question isn't whether this transition will happen - it's whether your business will lead or follow.</p><div><hr></div><p><em>What automation challenges is your business facing? I'd love to hear about your experiences with workflow builders and where you see opportunities for natural language automation. Reply to this post or reach out directly - these conversations often spark insights that benefit the entire community.</em></p><div class="captioned-button-wrap" data-attrs="{&quot;url&quot;:&quot;https://secondorderai.substack.com/p/why-drag-and-drop-workflow-builders?utm_source=substack&amp;utm_medium=email&amp;utm_content=share&amp;action=share&quot;,&quot;text&quot;:&quot;Share&quot;}" data-component-name="CaptionedButtonToDOM"><div class="preamble"><p class="cta-caption">Thanks for reading Second Order AI! This post is public so feel free to share it.</p></div><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://thedevmarketer.com/p/why-drag-and-drop-workflow-builders?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://thedevmarketer.com/p/why-drag-and-drop-workflow-builders?utm_source=substack&utm_medium=email&utm_content=share&action=share"><span>Share</span></a></p></div>]]></content:encoded></item><item><title><![CDATA[The $200B AI Implementation Crisis: How Technical Dependencies Are Killing Business Innovation.]]></title><description><![CDATA[Six months ago, a marketing director at a mid-sized e-commerce company told me something that perfectly captures the AI implementation crisis plaguing businesses today: "We identified the perfect AI use case six months ago.]]></description><link>https://thedevmarketer.com/p/the-200b-ai-implementation-crisis</link><guid isPermaLink="false">https://thedevmarketer.com/p/the-200b-ai-implementation-crisis</guid><dc:creator><![CDATA[Gopi Krishna /The Dev Marketer]]></dc:creator><pubDate>Mon, 09 Jun 2025 02:06:29 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!70b6!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F51a4dbfd-1f08-458b-957e-f235f155224c_1024x1024.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!70b6!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F51a4dbfd-1f08-458b-957e-f235f155224c_1024x1024.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!70b6!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F51a4dbfd-1f08-458b-957e-f235f155224c_1024x1024.png 424w, https://substackcdn.com/image/fetch/$s_!70b6!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F51a4dbfd-1f08-458b-957e-f235f155224c_1024x1024.png 848w, https://substackcdn.com/image/fetch/$s_!70b6!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F51a4dbfd-1f08-458b-957e-f235f155224c_1024x1024.png 1272w, https://substackcdn.com/image/fetch/$s_!70b6!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F51a4dbfd-1f08-458b-957e-f235f155224c_1024x1024.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!70b6!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F51a4dbfd-1f08-458b-957e-f235f155224c_1024x1024.png" width="1024" height="1024" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/51a4dbfd-1f08-458b-957e-f235f155224c_1024x1024.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1024,&quot;width&quot;:1024,&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;:false,&quot;topImage&quot;:true,&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_!70b6!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F51a4dbfd-1f08-458b-957e-f235f155224c_1024x1024.png 424w, https://substackcdn.com/image/fetch/$s_!70b6!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F51a4dbfd-1f08-458b-957e-f235f155224c_1024x1024.png 848w, https://substackcdn.com/image/fetch/$s_!70b6!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F51a4dbfd-1f08-458b-957e-f235f155224c_1024x1024.png 1272w, https://substackcdn.com/image/fetch/$s_!70b6!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F51a4dbfd-1f08-458b-957e-f235f155224c_1024x1024.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>Six months ago, a marketing director at a mid-sized e-commerce company told me something that perfectly captures the AI implementation crisis plaguing businesses today: <em>"We identified the perfect AI use case six months ago. It's still sitting in our development backlog while our competitors move ahead."</em></p><p>This story isn't unique. It's the reality for 87% of business leaders who want to deploy AI but remain trapped in a cycle of technical dependencies, translation losses, and missed opportunities. While we celebrate AI's remarkable capabilities&#8212;GPT-4x's reasoning, Claude's analysis, NotebookLM's document insights&#8212;we're simultaneously witnessing a $200 billion market where the vast majority of AI implementations either fail entirely or fall short of their original business objectives.</p><p>Enjoyed reading so far? Kindly share/subsribe.</p><p>The culprit isn't the technology. It's the gap between those who understand business problems and those who implement AI solutions.</p><h2>The Anatomy of AI Implementation Failure</h2><p>After building systems for Office 365 and Outlook.com that serve billions of users, then spending the last year helping businesses implement AI through Hyperleap AI, I've observed a consistent pattern in how AI implementations go wrong. The failure isn't technical&#8212;it's organizational.</p><p>Consider this common scenario: A sales operations manager identifies that their lead qualification process could benefit from AI. They understand exactly what good qualification looks like, know which questions reveal genuine prospects, and can articulate the difference between a tire-kicker and a buying-ready customer. This domain expertise is invaluable and irreplaceable.</p><p>But here's where the process breaks down:</p><p><strong>Month 1</strong>: The sales manager writes a requirements document describing their need for "AI-powered lead qualification."</p><p><strong>Month 2</strong>: IT reviews the request and adds it to the development backlog behind three other "high-priority" projects.</p><p><strong>Month 3</strong>: A developer who has never qualified a lead begins building what they think the sales manager wants, based on their interpretation of business requirements.</p><p><strong>Months 4-6</strong>: Back-and-forth iterations as the sales manager realizes the solution doesn't match their actual workflow, doesn't understand the nuances of their qualification criteria, and misses the contextual knowledge that makes human qualification effective.</p><p><strong>Month 7</strong>: The solution launches, technically functional but practically inadequate. The sales team continues qualifying leads manually while reporting that "AI doesn't work for our business."</p><p>This isn't a story about poor developers or unreasonable business users. It's a systemic problem where the people who understand the problem can't implement the solution, and the people who can implement the solution don't fully understand the problem.</p><h2>The Translation Loss Epidemic</h2><p>The core issue is what I call "translation loss"&#8212;the inevitable degradation of business requirements as they pass from domain experts to technical implementers. This isn't anyone's fault; it's an inherent limitation of the current AI implementation model.</p><p>In my Microsoft days, we had the luxury of massive technical teams and months-long development cycles for products serving millions of users. Even with those resources, maintaining alignment between business objectives and technical execution required constant communication and iteration. Most businesses don't have those resources or timelines.</p><p>Translation loss manifests in several predictable ways:</p><p><strong>Context Collapse</strong>: Business users understand the subtle contextual factors that determine success in their domain. A customer service manager knows that an angry customer using specific phrases needs immediate escalation, while similar language in a different context requires a different response. When this context gets "translated" into technical specifications, these nuances disappear.</p><p><strong>Workflow Misalignment</strong>: Technical teams often optimize for technical elegance rather than business workflow integration. The resulting solution might be technically impressive but require business users to change established, effective processes to accommodate the AI rather than the reverse.</p><p><strong>Iterative Degradation</strong>: Each revision cycle introduces new translation losses. The original business vision becomes increasingly diluted as developers make reasonable technical decisions that collectively move the solution away from its intended business impact.</p><p><strong>Success Metric Mismatch</strong>: Technical teams measure success through system performance, uptime, and feature completion. Business users measure success through business outcomes like conversion rates, customer satisfaction, and process efficiency. These metrics often diverge, leading to solutions that work technically but fail commercially.</p><h2>The True Cost Framework: Beyond Development Hours</h2><p>Most organizations dramatically underestimate the cost of technical dependencies in AI implementation because they only count obvious expenses like development time and infrastructure. The real cost includes several hidden factors that compound over time.</p><p>I've developed a framework for measuring these costs based on patterns I've observed across hundreds of AI implementation discussions:</p><h3>Direct Implementation Costs</h3><ul><li><p><strong>Development Time</strong>: 4-6 months average for business AI implementations</p></li><li><p><strong>Technical Resources</strong>: $150-300K for typical mid-market AI project</p></li><li><p><strong>Infrastructure</strong>: Cloud costs, model API usage, integration complexity</p></li><li><p><strong>Project Management</strong>: Coordination overhead between business and technical teams</p></li></ul><h3>Opportunity Cost Multipliers</h3><ul><li><p><strong>Market Windows</strong>: The business opportunity that existed when the project started may not exist when it finishes</p></li><li><p><strong>Competitive Response Time</strong>: While you're developing, competitors are deploying</p></li><li><p><strong>Customer Expectation Evolution</strong>: Customer needs change during long implementation cycles</p></li><li><p><strong>Learning Delay</strong>: Business users can't iterate and improve solutions they can't control</p></li></ul><h3>Organizational Friction Costs</h3><ul><li><p><strong>Requirements Churn</strong>: Business needs evolve faster than technical implementation</p></li><li><p><strong>Stakeholder Disengagement</strong>: Business champions lose momentum during long cycles</p></li><li><p><strong>Change Management</strong>: Training teams on solutions they didn't design</p></li><li><p><strong>Maintenance Burden</strong>: Ongoing technical debt from rushed implementations</p></li></ul><h3>Strategic Paralysis Costs</h3><ul><li><p><strong>Analysis Paralysis</strong>: Over-planning due to high implementation costs</p></li><li><p><strong>Risk Aversion</strong>: Avoiding innovation due to implementation complexity</p></li><li><p><strong>Resource Allocation</strong>: Technical teams become bottlenecks for business innovation</p></li><li><p><strong>Knowledge Silos</strong>: Business expertise remains trapped in individual experts</p></li></ul><p>When you apply this framework to the typical mid-sized business, the real cost of technical dependencies isn't the $200K development budget&#8212;it's the $2M in missed opportunities, delayed responses to market changes, and organizational learning that never happens.</p><h2>Why This Kills Innovation</h2><p>Innovation requires rapid experimentation and iteration. The most successful AI implementations I've observed share a common characteristic: business users could quickly test ideas, measure results, and refine their approach based on real-world feedback.</p><p>Technical dependencies kill this innovation cycle in several ways:</p><p><strong>Innovation Velocity</strong>: When each experiment requires months of development, businesses can only test a few ideas per year instead of dozens. The difference between annual innovation cycles and weekly iteration cycles is the difference between following markets and leading them.</p><p><strong>Risk Tolerance</strong>: High implementation costs make organizations risk-averse. Instead of trying bold ideas that might fail fast and cheap, they pursue "safe" implementations that take months and often fail anyway.</p><p><strong>Business User Disengagement</strong>: When business users can't directly influence AI behavior, they stop thinking creatively about AI applications. The innovation mindset atrophies when implementation feels impossible.</p><p><strong>Feedback Loop Disruption</strong>: Effective AI implementation requires tight feedback loops between user experience and system behavior. Technical dependencies make these loops slow and indirect, preventing the iterative refinement that makes AI truly useful.</p><h2>The Path Forward: Democratizing AI Implementation</h2><p>The solution isn't better project management or clearer requirements documents. It's eliminating the technical dependencies that create translation losses in the first place.</p><p>This requires a fundamental shift in how we think about AI implementation&#8212;from a technical capability that requires specialized expertise to a business capability that domain experts can implement directly. Just as spreadsheet software democratized financial modeling and CRM platforms democratized sales process management, business AI platforms must democratize AI implementation.</p><p>The characteristics of this new model include:</p><p><strong>Direct Business User Control</strong>: Domain experts should be able to create, deploy, and iterate AI solutions without technical intermediaries.</p><p><strong>Production-Ready from Day One</strong>: Business users need deployment capabilities, not just research tools. The gap between "interesting AI insight" and "deployed business solution" must disappear.</p><p><strong>Unified Platform Architecture</strong>: Instead of managing multiple disconnected AI tools, businesses need comprehensive platforms that provide consistency across use cases while maintaining governance and control.</p><p><strong>Developer Integration APIs</strong>: While empowering business users, these platforms must also provide robust APIs that allow developers to embed AI capabilities into products and services without starting from scratch.</p><h2>Measuring Success in the New Model</h2><p>Organizations that successfully eliminate technical dependencies from AI implementation see measurable improvements across several dimensions:</p><p><strong>Implementation Velocity</strong>: Time from idea to deployed solution drops from months to hours or days.</p><p><strong>Success Rate</strong>: When business users control implementation, solutions align more closely with actual needs, dramatically improving success rates.</p><p><strong>Innovation Frequency</strong>: Businesses deploy 5-10x more AI implementations when technical barriers disappear.</p><p><strong>ROI Acceleration</strong>: Faster implementation and higher success rates compound to deliver measurable business impact within weeks instead of months.</p><p><strong>Organizational Learning</strong>: Business users develop AI fluency when they can experiment directly, creating a flywheel effect for future innovation.</p><h2>The Competitive Imperative</h2><p>The businesses that solve this implementation crisis first will establish significant competitive advantages. While their competitors remain trapped in technical dependency cycles, they'll be deploying AI solutions at unprecedented speed and scale.</p><p>This isn't about having better AI models or more technical resources. It's about organizational capability&#8212;the ability to translate business insight into implemented AI solutions without friction, delay, or translation loss.</p><p>The $200 billion AI implementation crisis represents both the scale of the problem and the magnitude of the opportunity. Organizations that can bridge the gap between business insight and AI implementation won't just improve their operations&#8212;they'll fundamentally change how quickly they can respond to market opportunities and customer needs.</p><p>The question isn't whether AI will transform business. It's whether your business will be shaped by AI implementations you control or constrained by technical dependencies you can't eliminate.</p><p>The choice is yours. But the window for making it is narrowing rapidly.</p><div><hr></div><p><em>Gopi Krishna Lakkepuram is the CEO and Founder of Hyperleap AI, a business AI platform that enables organizations to create, deploy, and integrate AI solutions without technical dependencies. Previously, he built and scaled systems for Office 365 and Outlook.com at Microsoft, serving billions of users globally.</em></p><p>Enjoyed reading so far? Kindly share/subcribe.</p>]]></content:encoded></item><item><title><![CDATA[Evaluating Generative AI's Creative Potential]]></title><description><![CDATA[You live in remarkable times.]]></description><link>https://thedevmarketer.com/p/evaluating-generative-ais-creative</link><guid isPermaLink="false">https://thedevmarketer.com/p/evaluating-generative-ais-creative</guid><dc:creator><![CDATA[Gopi Krishna /The Dev Marketer]]></dc:creator><pubDate>Wed, 08 Nov 2023 13:20:30 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!cAtX!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F558e8c9d-c281-41ec-84b2-88bbb378bccc_1024x1024.webp" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!cAtX!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F558e8c9d-c281-41ec-84b2-88bbb378bccc_1024x1024.webp" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!cAtX!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F558e8c9d-c281-41ec-84b2-88bbb378bccc_1024x1024.webp 424w, https://substackcdn.com/image/fetch/$s_!cAtX!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F558e8c9d-c281-41ec-84b2-88bbb378bccc_1024x1024.webp 848w, https://substackcdn.com/image/fetch/$s_!cAtX!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F558e8c9d-c281-41ec-84b2-88bbb378bccc_1024x1024.webp 1272w, https://substackcdn.com/image/fetch/$s_!cAtX!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F558e8c9d-c281-41ec-84b2-88bbb378bccc_1024x1024.webp 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!cAtX!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F558e8c9d-c281-41ec-84b2-88bbb378bccc_1024x1024.webp" width="1024" height="1024" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/558e8c9d-c281-41ec-84b2-88bbb378bccc_1024x1024.webp&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:1024,&quot;width&quot;:1024,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;Envision an interstellar masterpiece where technology merges with a galaxy in a more profound, epic manner. The galaxy is a dazzling display of swirling colors with a supermassive black hole at its heart. Interweaving with the cosmic spirals are advanced technological elements like neon circuitry, quantum computing matrices, and holographic interfaces that appear to control the flow of galactic energies. These technological aspects are detailed and intricate, suggesting a highly advanced civilization's handiwork. Light from the galaxy's core casts a radiant glow on everything, with algorithmic patterns and digital code layers adding depth to the scene, creating a sense of boundless innovation and cosmic wonder.&quot;,&quot;title&quot;:null,&quot;type&quot;:null,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="Envision an interstellar masterpiece where technology merges with a galaxy in a more profound, epic manner. The galaxy is a dazzling display of swirling colors with a supermassive black hole at its heart. Interweaving with the cosmic spirals are advanced technological elements like neon circuitry, quantum computing matrices, and holographic interfaces that appear to control the flow of galactic energies. These technological aspects are detailed and intricate, suggesting a highly advanced civilization's handiwork. Light from the galaxy's core casts a radiant glow on everything, with algorithmic patterns and digital code layers adding depth to the scene, creating a sense of boundless innovation and cosmic wonder." title="Envision an interstellar masterpiece where technology merges with a galaxy in a more profound, epic manner. The galaxy is a dazzling display of swirling colors with a supermassive black hole at its heart. Interweaving with the cosmic spirals are advanced technological elements like neon circuitry, quantum computing matrices, and holographic interfaces that appear to control the flow of galactic energies. These technological aspects are detailed and intricate, suggesting a highly advanced civilization's handiwork. Light from the galaxy's core casts a radiant glow on everything, with algorithmic patterns and digital code layers adding depth to the scene, creating a sense of boundless innovation and cosmic wonder." srcset="https://substackcdn.com/image/fetch/$s_!cAtX!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F558e8c9d-c281-41ec-84b2-88bbb378bccc_1024x1024.webp 424w, https://substackcdn.com/image/fetch/$s_!cAtX!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F558e8c9d-c281-41ec-84b2-88bbb378bccc_1024x1024.webp 848w, https://substackcdn.com/image/fetch/$s_!cAtX!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F558e8c9d-c281-41ec-84b2-88bbb378bccc_1024x1024.webp 1272w, https://substackcdn.com/image/fetch/$s_!cAtX!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F558e8c9d-c281-41ec-84b2-88bbb378bccc_1024x1024.webp 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">Courtesy: Dall-E 3 (galaxy with technology - epic style)</figcaption></figure></div><p>You live in remarkable times. Advances in Generative AI are unlocking astounding creative potential that could transform your business and how you engage with customers. From marketing content to product innovations, AI systems like DALL-E, GPT and Claude are showcasing their creative firepower across industries. But before rushing headlong into Generative AI, it's wise to step back and carefully evaluate if and how these systems can boost your creative capacities. While it is tempting to get swept up in the hype, a methodical assessment grounded in your unique needs is key to long-term success.</p><blockquote><p>How do you thoughtfully gauge if generative AI can take your business creativity to the next level? Let's explore a framework.</p></blockquote><h2>Start by Auditing Your Creative Workflows</h2><p>Get a firm handle on your existing creative processes before considering AI augmentation. Document how ideas are generated, reviewed and approved today. Who is involved? How long does each step take? This creates a baseline to judge potential AI impact against. Also analyze current creative pain points. Are ideation bottlenecks stifling output? Does review take too long? Auditing the various workflows spotlights opportunities for AI to add value.</p><p>For instance, an online retailer struggling with product description writing can audit their workflow. They may find a few copywriters draft descriptions that get passed serially to different managers for time-intensive reviews. This reveals pain points AI could alleviate through automated draft generation and accelerated review cycles.</p><p>Audit across all creative domains from writing to visuals to product design. The more precisely you map your creative landscape, the better you can strategically apply AI.</p><h2>Prototype with Leading Generative AI Models</h2><p>Once target areas are identified, it's time to prototype with the top generative AI options to gauge suitability. But avoid full-scale pilots until potential is proven. Lean prototyping with limited samples provides valuable insights at lower risk.</p><p>You have an embarrassment of AI riches to choose from. Leading language models like GPT-4 and Anthropic's Claude unlock new written creativity. Visually creative systems like DALL-E 3, Midjourney and Stable Diffusion offer radical advances in generating images, illustrations and videos. For vocal creativity, options like Eleven labs and OpenAI&#8217;s Whisper aim to synthesize remarkably human-like speech and conversation.</p><p><strong>Start by probing the AI model's capabilities in your high-potential creative domains through controlled experiments:</strong></p><ul><li><p>For product descriptions, have language models draft a handful of sample descriptions for evaluation.</p></li><li><p>To boost visual assets, generate a small set of images for your top products with the help of AI.</p></li><li><p>For customer service chat, prototype conversations between AI and team members to gauge natural language capabilities.</p></li></ul><p>Keep the prototypes tightly scoped but cover enough samples to adequately test AI readiness and suitability. This acts like a proof of concept, enabling informed judgments around Generative AI value.</p><h2>Critically Assess and Compare AI Output</h2><p>With prototyping complete, rigorously evaluate the AI results against your creative needs and benchmarks. Does the output meet your quality bar? Does it accurately represent brand voice and style? Most importantly, how does it compare to what your team produces today?</p><p>For product descriptions, closely analyze the language model's samples alongside human-authored ones. For synthetic visuals, critically examine if they convey the right brand aesthetics. Have team members chat with an AI assistant to determine how natural conversations feel.</p><p>Involve different stakeholders in assessing output - not just creators but also legal, compliance and customers. Perspectives from across your business enrich evaluations. You're probing for potential here, not finished products. But remain ruthlessly objective.</p><p>This critical analysis stage reveals if Generative AI can enhance or transform creative tasks. For product descriptions, AI samples might still lack the creative flair of the best human copy but show potential to aid ideation. Synthetic visuals could accelerate early-stage concepting but lack nuanced art direction. Conversational AI might enhance basic customer queries but struggle with complex needs.</p><p>By benchmarking output rigorously before committing resources, you gain invaluable foresight into AI's possibilities and limitations for your unique business challenges. This insight sets the foundation for how to strategically activate generative AI's creative potential.</p><h2>Craft Strategies to Responsibly Activate AI.</h2><p>With assessments complete, thoughtfully craft activation strategies tailored to your needs rather than blindly charging ahead. Even for high-potential areas, carefully consider how best to apply AI creatively, responsibly and incrementally.</p><p>The retailer example uncovered strong potential for AI-generated product descriptions. But instead of abruptly automating all descriptions, they develop a staged plan: first using AI to help ideate human-crafted descriptions, then semi-automating through human-and-AI hybrid workflows before eventually assessing full automation. This builds process familiarity while retaining human creative oversight.</p><p>When tapping conversational AI for customer service chat, you could implement feedback mechanisms allowing customers to give real-time input on conversation quality. You might also use ways to inject custom configuration and data at run time to ensure brand alignment controlling tone, word choice and style. Such features enable responsibly harnessing AI&#8217;s conversational creativity.</p><p>The strategies form a roadmap towards activating AI creativity in a controlled, thoughtful manner calibrated for your workflows and brand. They cement guardrails that allow generative AI to enhance - not hijack - human creativity.</p><h2>Time to Evaluate and Refine AI&#8217;s Impact</h2><p>AI creativity is a journey of continuous learning, not a one-time integration. Regularly evaluate Generative AI&#8217;s impact after activation and refine strategies based on what works best.</p><p>For text generation, assess if AI-assisted ideation is delivering productivity gains without quality losses. Monitor customer sentiment on AI-infused chat conversations to identify areas needing improvement. For visuals, audit if synthetic imagery is blending properly with human-crafted assets or standing out in unnatural ways.</p><p>Leverage feedback, monitor, and version control to support rigorous evaluation of AI's creative contributions and missteps. You gain transparency into how AI creativity meshes with human expectations.</p><p>Analyze both quantitative metrics on creative workflows and qualitative feedback from stakeholders. This empowers accurately gauging AI's augmentative effects and tuning creative activations accordingly. You might expand AI's role in ideation based on productivity data but reduce its presence in customer-facing content based on user feedback.</p><blockquote><p><strong>An iterative mindset ensures you don't just activate AI creativity blindly but mold its application towards ever-greater resonance with human creativity and business needs.</strong></p></blockquote><h2>Unleash New Creative Frontiers with a Methodical Approach</h2><p>Generative AI offers possibly game-changing creative potential, but thoughtfully and incrementally harnessing that potential is the prudent path. By auditing your creative landscape, prototyping judiciously, assessing objectively and activating strategically, you can tap into leading generative AI to take your business creativity to unprecedented new frontiers. With the right approach, you can leverage these tools not just as novelties but as portal to purposeful creative innovation that drives real value.</p><p>Don't miss out on this creative revolution but rather proactively seize it on your own terms. With strategic vision and experimental rigor, may you unlock generative AI's abundant creative possibilities to their fullest.</p><p>Subscribe to read more posts on Second order effects of AI in various industries, news, and Generative AI/LLM strategies to navigate an AI-driven future.</p>]]></content:encoded></item><item><title><![CDATA[Everything you Need to Know About OpenAI DevDay]]></title><description><![CDATA[OpenAI held its first ever DevDay event on November 6th, 2023, announcing major updates across its developer platform and new products.]]></description><link>https://thedevmarketer.com/p/everything-you-need-to-know-about</link><guid isPermaLink="false">https://thedevmarketer.com/p/everything-you-need-to-know-about</guid><dc:creator><![CDATA[Gopi Krishna /The Dev Marketer]]></dc:creator><pubDate>Mon, 06 Nov 2023 19:49:33 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!tuKq!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F89bb2847-bcb2-43cd-bf62-8e23b82b93c7_2936x1878.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!tuKq!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F89bb2847-bcb2-43cd-bf62-8e23b82b93c7_2936x1878.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!tuKq!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F89bb2847-bcb2-43cd-bf62-8e23b82b93c7_2936x1878.png 424w, https://substackcdn.com/image/fetch/$s_!tuKq!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F89bb2847-bcb2-43cd-bf62-8e23b82b93c7_2936x1878.png 848w, https://substackcdn.com/image/fetch/$s_!tuKq!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F89bb2847-bcb2-43cd-bf62-8e23b82b93c7_2936x1878.png 1272w, https://substackcdn.com/image/fetch/$s_!tuKq!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F89bb2847-bcb2-43cd-bf62-8e23b82b93c7_2936x1878.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!tuKq!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F89bb2847-bcb2-43cd-bf62-8e23b82b93c7_2936x1878.png" width="1456" height="931" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/89bb2847-bcb2-43cd-bf62-8e23b82b93c7_2936x1878.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:931,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:1864239,&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;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!tuKq!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F89bb2847-bcb2-43cd-bf62-8e23b82b93c7_2936x1878.png 424w, https://substackcdn.com/image/fetch/$s_!tuKq!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F89bb2847-bcb2-43cd-bf62-8e23b82b93c7_2936x1878.png 848w, https://substackcdn.com/image/fetch/$s_!tuKq!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F89bb2847-bcb2-43cd-bf62-8e23b82b93c7_2936x1878.png 1272w, https://substackcdn.com/image/fetch/$s_!tuKq!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F89bb2847-bcb2-43cd-bf62-8e23b82b93c7_2936x1878.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>OpenAI held its first ever DevDay event on November 6th, 2023, announcing major updates across its developer platform and new products. There were dozens of announcements ranging from powerful new AI models like GPT-4 Turbo to developer tools like the Assistants API.</p><p>Here are the key announcements from the DevDay -</p><h2><strong>GPT-4 Turbo with 128K context window</strong></h2><p>The star of the show was GPT-4 Turbo, an upgraded version of GPT-4 that is even more capable. GPT-4 Turbo has a few major improvements:</p><ul><li><p><strong>3x cheaper price</strong> - Input tokens are 3x cheaper and output tokens are 2x cheaper compared to regular GPT-4 pricing. This makes GPT-4 Turbo much more affordable to use in applications.</p></li><li><p><strong>128K context window</strong> - Up from just 32K in the original GPT-4, the new Turbo can fit the equivalent of over 300 pages of text in a single prompt. This allows it to understand much more context and have more knowledgeable conversations.</p></li><li><p><strong>Improved world knowledge</strong> - GPT-4 Turbo has been updated with events up to April 2023 so it can discuss recent happenings.</p></li></ul><p>Developers can start using GPT-4 Turbo today by passing "gpt-4-1106-preview" in their API requests. The stable production version is expected in the coming weeks.</p><h2><strong>GPT-3.5 Turbo improvements</strong></h2><p>In addition to the new GPT-4 Turbo, OpenAI announced upgrades to GPT-3.5 Turbo:</p><ul><li><p>16K context window by default, up from 4K previously</p></li><li><p>3x cheaper pricing on input tokens and 2x cheaper pricing on output tokens</p></li><li><p>Supports new features like improved instruction following and JSON mode.</p></li></ul><p>There is also an updated version of the model available by calling "gpt-3.5-turbo-1106". Apps using regular gpt-3.5-turbo will get automatically upgraded on December 11th.</p><p>Subscribe to read more posts on Second order effects of AI in various industries, and Generative AI/LLM strategies to navigate an AI-driven future.</p><h2><strong>Assistants API and new developer tools</strong></h2><p>One of the biggest announcements was the new Assistants API, which provides building blocks for developers to build their own virtual assistant agents. Key capabilities include:</p><ul><li><p><strong>Persistent threads</strong> - Have long-running conversations without context limits.</p></li><li><p><strong>Code Interpreter</strong> - Write and run Python code in a sandboxed environment, allowing assistants to run code iteratively to solve challenging code and math problems, and more.</p></li><li><p><strong>Retrieval</strong> - Incorporate knowledge from proprietary documents and data sources.</p></li><li><p><strong>Function calling</strong> - Call APIs and take actions defined by the developer.</p></li></ul><p>There is also a new playground available to start building assistants without any code simply by instructing the ChatGPT. Additional new tools include visibility into log probabilities, reproducible outputs using a seed, and a beta program for GPT-4 fine tuning access.</p><h2><strong>Multimodal capabilities</strong></h2><p>OpenAI unveiled new modalities now available in the API:</p><ul><li><p><strong>GPT-4 Turbo with vision</strong> - Analyze images and generate captions. Activated by using "gpt-4-vision-preview".</p></li><li><p><strong>DALL-E 3</strong> - Generate images through the Images API. Customers like Snap and Coca-Cola are already using it.</p></li><li><p><strong>Text-to-speech</strong> - Two new voice models with six new voices available to convert text into human-like speech.</p></li></ul><h2><strong>Lower pricing and higher rate limits</strong></h2><p>Pricing was reduced across many API offerings:</p><ul><li><p>GPT-4 Turbo costs 3x less for input tokens and 2x less for output tokens compared to regular GPT-4.</p></li><li><p>GPT-3.5 Turbo received a 3x price cut on input tokens and 2x on output.</p></li><li><p>Fine-tuned GPT-3.5 models are now much cheaper, with input tokens 4x cheaper and output tokens 2.7x cheaper.</p></li></ul><p>Rate limits were also increased by 2x for all paying GPT-4 customers. OpenAI published usage tiers that show how limits automatically increase with usage.</p><h2><strong>GPTs - Customizable versions of ChatGPT</strong></h2><p>One of the most exciting announcements was GPTs, a way to create customized versions of ChatGPT for specific use cases. With GPTs, anyone can:</p><ul><li><p>Give ChatGPT custom instructions, knowledge sources, and skills/actions.</p></li><li><p>Build them without coding, just via conversation.</p></li><li><p>Share publicly or keep private.</p></li><li><p>Add skills like web search, image generation, and data analysis.</p></li></ul><p>A GPT Store will launch later this month so people can easily find GPTs created by the community. Enterprise customers can also build internal GPTs to help with tasks like customer service and employee onboarding.</p><p>GPTs provide a new way to tap into ChatGPT's capabilities for specialized domains.</p><h2><strong>ChatGPT Plus enhancements</strong></h2><p>Finally, ChatGPT Plus was updated in two ways:</p><ul><li><p>The model now has knowledge of events up to April 2023.</p></li><li><p>The interface was simplified so you can access DALL-E, browsing, and other skills without switching models.</p></li></ul><h2><strong>The future of AI assistants</strong></h2><p>With announcements like the Assistants API and GPTs, OpenAI is clearly investing heavily in the next generation of AI assistants. Rather than building one monolithic ChatGPT, the platform makes it easy to create specialized assistants for any use case.</p><p>These assistants can take advantage of not just natural language conversation, but also capabilities like analyzing data, generating media, and taking actions through APIs. Over time, they may even be able to execute tasks in the real world.</p><p>OpenAI revealed they are thinking deeply about the societal implications as we move towards more general-purpose AI agents. But for now, the new developer tools and updates give you a glimpse into the possibilities the future holds.</p><h2><strong>How to Try the new Features?</strong></h2><p>If you want to experience the new AI capabilities first-hand, sign up for an OpenAI API key or try ChatGPT Plus. Some features are restricted to ChatGPT Enterprise.</p><p>Subscribe to read more posts on Second order effects of AI in various industries, news, and Generative AI/LLM strategies to navigate an AI-driven future.</p>]]></content:encoded></item><item><title><![CDATA[How to Integrate Conversational AI into Business Apps and Processes.]]></title><description><![CDATA[From simple FAQ chatbots to empathetic virtual assistants, Conversational AI can revolutionize how enterprises engage with customers - more so, when we have a great technology like GenAI.]]></description><link>https://thedevmarketer.com/p/how-to-integrate-conversational-ai</link><guid isPermaLink="false">https://thedevmarketer.com/p/how-to-integrate-conversational-ai</guid><dc:creator><![CDATA[Gopi Krishna /The Dev Marketer]]></dc:creator><pubDate>Mon, 06 Nov 2023 13:23:44 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/d315f9ea-925a-4aed-b31a-8ac4a21c2a3a_1080x720.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!SyLr!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5a260e15-26a1-4c6a-a73c-977c1e8ba6ee_1080x720.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!SyLr!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5a260e15-26a1-4c6a-a73c-977c1e8ba6ee_1080x720.jpeg 424w, https://substackcdn.com/image/fetch/$s_!SyLr!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5a260e15-26a1-4c6a-a73c-977c1e8ba6ee_1080x720.jpeg 848w, https://substackcdn.com/image/fetch/$s_!SyLr!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5a260e15-26a1-4c6a-a73c-977c1e8ba6ee_1080x720.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!SyLr!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5a260e15-26a1-4c6a-a73c-977c1e8ba6ee_1080x720.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!SyLr!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5a260e15-26a1-4c6a-a73c-977c1e8ba6ee_1080x720.jpeg" width="5472" height="3648" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/5a260e15-26a1-4c6a-a73c-977c1e8ba6ee_1080x720.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:3648,&quot;width&quot;:5472,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;a close up of a person holding a cell phone&quot;,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="a close up of a person holding a cell phone" title="a close up of a person holding a cell phone" srcset="https://substackcdn.com/image/fetch/$s_!SyLr!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5a260e15-26a1-4c6a-a73c-977c1e8ba6ee_1080x720.jpeg 424w, https://substackcdn.com/image/fetch/$s_!SyLr!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5a260e15-26a1-4c6a-a73c-977c1e8ba6ee_1080x720.jpeg 848w, https://substackcdn.com/image/fetch/$s_!SyLr!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5a260e15-26a1-4c6a-a73c-977c1e8ba6ee_1080x720.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!SyLr!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5a260e15-26a1-4c6a-a73c-977c1e8ba6ee_1080x720.jpeg 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">Photo by <a href="https://unsplash.com/@pradasg">Pradamas Gifarry</a> on <a href="https://unsplash.com">Unsplash</a></figcaption></figure></div><p>From simple FAQ chatbots to empathetic virtual assistants, Conversational AI can revolutionize how enterprises engage with customers - more so, when we have a great technology like GenAI. Unlike the previously popular rule-based bots, Generative AI can hold contextual, free-flowing conversations. Their ability to understand nuances, generate responses, and improve through ongoing learning makes them a gamechanger for enterprises seeking to optimize apps and touchpoints, both internally within the business operations as well as with customers.</p><p>This blog covers everything businesses need to know to implement Conversational Gen AI experiences in their business apps and processes.</p><h1><strong>Why Generative AI Changes the Game for Conversational Apps</strong></h1><p>Chatbots and virtual assistants have been around for years, but most relied on hard-coded rules. This made conversations feel robotic. Generative AI because of the underlying LLMs, make conversations free-flowing and natural. This makes it seamless to have conversations.</p><h3>Key Attributes of GenAI Conversations</h3><ul><li><p><strong>Knowledge Accumulation from Data</strong> - Like humans, Generative models build linguistic skills by analyzing large information. With enough quality data, they grasp concepts, contexts, and nuances that are critical for smooth dialogues.</p></li><li><p><strong>No Rigid Rules</strong> - Instead of hardcoded rules, Generative AI uses probability to handle open-ended conversations fluidly. They respond to user messages quite naturally as if a human would, because of the underlying LLM that powers it.</p></li><li><p><strong>Continuous Learning</strong> - Conversational AI keeps enhancing its conversational abilities through ongoing training on fresh interactions. Human feedback loops may also be used to help refine responses. Overall, this helps bots make wiser decisions over time.</p><p>Subscribe to read more posts on Second order effects of AI in various industries, and Generative AI/LLM strategies to navigate an AI-driven future.</p></li></ul><h3>Envision what&#8217;s possible.</h3><ul><li><p><strong>Natural Interactions</strong> - Conversations feel smooth and contextual instead of scripted and robotic.</p></li><li><p><strong>Personalization</strong> - Models can adapt dialogues to individual users&#8217; profiles and situations refining them to be most useful.</p></li><li><p><strong>Scalability</strong> <strong>&amp; Availability</strong> - Chatbots can handle high volumes of users at once without fatigue 24x7.</p></li><li><p><strong>Process Automation</strong> - Tedious repetitive tasks can best be handled with AI and transactions can be fully automated.</p></li></ul><p>Generative conversation interfaces are already being deployed across sectors to enhance customer and employee experiences. Some notable examples:</p><p><strong>Retail - Curated Shopping with Virtual Assistants</strong></p><p>Retailers all around the world, big and small, are developing virtual store assistants that have natural dialogues to recommend products. Based on conversational cues, they suggest items most likely to delight shoppers. Generative AI makes the interactions feel personalized. E-commerce sites also started using them for customer support via a host of Shopify apps. And these use cases will only start getting better and more complex over time.</p><p><strong>Banking - AI Tellers Automating Transactions</strong></p><p>Banks will start using smart tellers to automate checking account openings, loan applications, and more that usually once needed human representatives. The conversational approach makes the process easy and accessible. AI tells field thousands of customers queries every month, freeing up bank staff.</p><p><strong>Healthcare - Digital Nurses for Health Assistance</strong></p><p>Healthcare organizations will employ virtual nurses and doctor chatbots to handle patient queries online. This reduces strain on overworked clinics. Using symptom checkers and Generative dialogues, they provide medical advice, book appointments, explain prescriptions, and more.</p><p><strong>Hospitality - AI Concierge for Personalized Travel</strong></p><p>AI concierge bots can help travelers plan personalized itineraries through engaging conversations. Based on interests and budget, they recommend destinations, activities, restaurants, and more. Hospitality apps by major hotel chains, and others will start using them to provide a conversational travel companion experience.</p><p><strong>Recruiting - AI Interviewers to Screen Candidates</strong></p><p>Companies will use AI recruiting assistants to interview job applicants online and determine fitment. The conversational approach makes screening inclusive while saving HR workload. Candidates rate the experience positively.</p><p><em>These examples demonstrate the diverse applications of Generative conversational interfaces. But what does it take to successfully implement one? Let's dive into the key considerations.</em></p><h2>Rolling Out Conversational AI Assistants</h2><p>Designing, developing, and launching smart conversational apps requires strategic thinking.</p><h3>Plan the Conversational Strategy</h3><p>First, define goals and metrics - whether customer satisfaction, sales increase, operations efficiency or something else. Build use cases and scenarios to address through conversations. Research competitor chatbots and set benchmarks. Outline integrations with existing systems like CRM and databases to enrich conversations.</p><h3><strong>Select a Generative AI Provider</strong></h3><p>Many cloud platforms now offer enterprise-ready Generative models to build assistants. You could evaluate these options from Microsoft, Google, AWS, and more based on capabilities, ease of use, and costs. But if you want to keep it simple, you could always adopt solutions from OpenAI's GPT or Anthropic&#8217;s Claude models and other open-source frameworks to begin with. In most cases, having a great system message that defines the bot behavior will be a great starting point.</p><h3><strong>Design Natural Dialogue Flows</strong></h3><p>Script out some examples of ideal conversations between users and the assistant. Look for critical tasks and scenarios that the bot needs to be able to always support. Plan for how those responses can be generated and build fallbacks. While at it, understand the inputs that the chatbot will need to best respond to user messages, and pass that data in.</p><h3><strong>Build the Conversational Interface</strong></h3><p>Ensure the Chatbot UI aligns with brand aesthetics. Use familiar interface patterns and make initiation intuitive. Provide clear visual cues when users converse with AI versus an agent, to protect your brand&#8217;s reputation. If you are using any custom plugins that elevate the chat experience, make sure they work well with GenAI. If you are integrating chat into applications, plan onboarding flows to help users learn.</p><h3>Go Where Your Users Are</h3><p>When mapping out your conversational AI strategy, it's crucial to meet your users where they already are rather than force them into new channels. Analyze which platforms your target audience is most active on before deciding where to deploy chatbots.</p><p>If your users spend most time on your website and mobile app, integrate the conversational interface natively into these environments. For social media aficionados, explore messenger bot options. Evaluate third-party aggregator bots on messaging platforms if your audience is fragmented across channels. The goal is to enable seamless access to AI assistants within existing user journeys instead of introducing new touchpoints they must learn. UX design for conversational AI should revolve around convenience and leveraging existing habits. Follow your community's lead instead of trying to direct them elsewhere.</p><h3><strong>Train and Deploy the Model</strong></h3><p>Feed quality conversational data to train the Generative model. Test rigorously before launch. The same standards that apply for normal software releases, apply more for GenAI based software. Always start with a small group of users, gather feedback, modify the chat behavior, retrain the model, and keep improving. Eventually roll out to all users.</p><h3><strong>Analyze Performance and Optimize</strong></h3><p>Track KPIs around usage, customer satisfaction, revenue impact, and operational efficiency. Identify conversation gaps and fail points. Continuously retrain the model with new data. Implement learnings and enhance chat flows. Make iterations part of the culture.</p><p><em>With a thoughtful approach, enterprises can deploy conversational apps that users love.</em></p><h2><strong>Overcoming Key Challenges in Conversational AI</strong></h2><p>Like any emerging technology, conversational AI comes with risks if not implemented carefully. Here are some best practices to avoid pitfalls:</p><ul><li><p>Avoid overpromising. Be transparent on current limitations. Using a chatbot should feel optional, not forced.</p></li><li><p>Mitigate harmful bias by filtering bad training data and auditing models before deployment.</p></li><li><p>Respect user privacy by anonymizing data and enabling opt-out. Build trust through transparency on data usage.</p></li><li><p>Accurately set expectations by clarifying what the chatbot can and cannot do upfront. Redirect unsupported queries to FAQs or agents.</p></li><li><p>Ensure transparency by clearly indicating when users converse with AI instead of a human. Ethics require proper disclosure.</p></li><li><p>Enable feedback loops so users can easily flag incorrect responses to keep improving the model.</p></li></ul><p>With some prudent measures, enterprises can maximize the value from AI conversations while keeping risks in check.</p><p><em>What does the future hold for this rapidly evolving domain of Generative AI?</em></p><h2><strong>The Road Ahead - Future of Conversational AI</strong></h2><p>While chatbots have already come a long way, the pace of research unlocks more human-like capabilities:</p><ul><li><p>Wider knowledge - Chatbots that discuss almost any topic by training on vast datasets.</p></li><li><p>Multimodal understanding - Combining speech, vision, and text for sharper comprehension.</p></li><li><p>Hyper-personalization - Granularly customizing conversations based on individual user traits.</p></li><li><p>Empathetic interactions - More emotion sensing and expression capabilities.</p></li><li><p>Creative expression - Telling stories, cracking jokes, and engaging audiences imaginatively.</p></li><li><p>Lifelong learning - Continuous self-enhancement of language skills without human intervention.</p></li><li><p>Multilingual mastery - Seamless cross-language conversations as training data diversifies.</p></li></ul><p>As barriers to access reduce, even small businesses can leverage powerful conversational AI capabilities on demand from cloud platforms.</p><p>The future looks exciting for both humans and machines collectively advancing this transformative domain of AI.</p><h2><strong>Start Your Conversational AI Journey</strong></h2><p>Hopefully this guide has revealed the immense potential for enterprises to enhance customer and employee experiences via conversational interfaces.</p><ul><li><p>Generative AI enables natural dialogues that feel personalized and contextual.</p></li><li><p>Applications in retail, banking, healthcare, travel, HR, and more demonstrate proven ROI.</p></li><li><p>With careful planning and execution, enterprises can deploy smart virtual assistants tailored to their needs.</p></li><li><p>Ongoing research continues expanding the capabilities of chatbots powered by Generative models.</p></li></ul><p>For businesses ready to embark on their conversational AI journey, the time is now. Start small, gather feedback, and keep improving. Before you know it, conversational apps will be revolutionizing how your enterprise delights customers and transforms operations.</p><p>Let's chat if you have any other questions as you explore leveraging the power of AI conversations! The future looks incredibly exciting. You can reach out to me at <a href="mailto:gopi@hyperleap.ai">gopi@hyperleap.ai</a></p><p>Subscribe to read more posts on Second order effects of AI in various industries, and Generative AI/LLM strategies to navigate an AI-driven future.</p>]]></content:encoded></item><item><title><![CDATA[Conditional Logic: Taking Your Generative AI to the Next Level]]></title><description><![CDATA[Generative AI models like GPT have demonstrated immense potential for automating content creation and other text-generation tasks.]]></description><link>https://thedevmarketer.com/p/conditional-logic-taking-your-generative</link><guid isPermaLink="false">https://thedevmarketer.com/p/conditional-logic-taking-your-generative</guid><dc:creator><![CDATA[Gopi Krishna /The Dev Marketer]]></dc:creator><pubDate>Wed, 01 Nov 2023 08:13:55 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/f2df5307-00ae-4ad3-9628-c909b4ab3b14_1080x720.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!1SvB!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb7e1cb2d-7c95-44bf-9be4-976caa1c9669_1080x720.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!1SvB!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb7e1cb2d-7c95-44bf-9be4-976caa1c9669_1080x720.jpeg 424w, https://substackcdn.com/image/fetch/$s_!1SvB!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb7e1cb2d-7c95-44bf-9be4-976caa1c9669_1080x720.jpeg 848w, https://substackcdn.com/image/fetch/$s_!1SvB!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb7e1cb2d-7c95-44bf-9be4-976caa1c9669_1080x720.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!1SvB!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb7e1cb2d-7c95-44bf-9be4-976caa1c9669_1080x720.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!1SvB!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb7e1cb2d-7c95-44bf-9be4-976caa1c9669_1080x720.jpeg" width="5568" height="3712" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/b7e1cb2d-7c95-44bf-9be4-976caa1c9669_1080x720.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:3712,&quot;width&quot;:5568,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;a person drawing a diagram on a piece of paper&quot;,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="a person drawing a diagram on a piece of paper" title="a person drawing a diagram on a piece of paper" srcset="https://substackcdn.com/image/fetch/$s_!1SvB!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb7e1cb2d-7c95-44bf-9be4-976caa1c9669_1080x720.jpeg 424w, https://substackcdn.com/image/fetch/$s_!1SvB!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb7e1cb2d-7c95-44bf-9be4-976caa1c9669_1080x720.jpeg 848w, https://substackcdn.com/image/fetch/$s_!1SvB!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb7e1cb2d-7c95-44bf-9be4-976caa1c9669_1080x720.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!1SvB!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fb7e1cb2d-7c95-44bf-9be4-976caa1c9669_1080x720.jpeg 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">Photo by <a href="https://unsplash.com/@kellysikkema">Kelly Sikkema</a> on <a href="https://unsplash.com">Unsplash</a></figcaption></figure></div><p>Generative AI models like GPT have demonstrated immense potential for automating content creation and other text-generation tasks. With just a few examples, these models can produce remarkably human-like writing on a vast range of topics. However, in their raw form, these models lack any notion of conditional logic or decision-making capabilities. They generate text blindly based on the prompt without any awareness of context or higher-level goals.</p><p>Subscribe to read more posts on Second order effects of AI in various industries, and Generative AI/LLM strategies to navigate an AI-driven future.</p><p>To move these AI systems beyond basic text generation and make them truly useful for real-world applications, we need to incorporate conditional logic - the ability to make decisions and adapt the output based on predefined rules and variable conditions. In this post, we'll explore strategies for integrating conditional logic in Generative AI to create more dynamic, personalized, and context-aware systems.</p><h2>Why Conditional Logic Matters</h2><p>Raw generative models operate in isolation, oblivious to any external business logic or data dependencies. This acts as a major limitation when trying to apply these models to tasks that require even a modicum of decision-making.</p><p>For instance, let's say you are using GPT-4 to auto-generate customer support responses. If all customer queries are simply fed into the model as-is, the responses will be very generic and repetitive. They won't take into account factors like past interaction history, customer tier, query category, and so on.</p><p>By incorporating conditional logic, you can first analyze the input query to extract relevant parameters. Based on this, you can retrieve the right customer data, decide optimal tone and response structure, and then feed the adapted prompt to GPT-4. The resulting response will be highly customized and appropriate.</p><p>Conditional logic allows generative models to adapt on-the-fly based on both user inputs as well as business contexts. This takes these models from being just content generators to enablers of truly intelligent systems.</p><h2>Strategies for Integrating Conditional Logic</h2><p>There are several technical strategies for integrating conditional logic capabilities with Generative AI models:</p><h3>Chained Prompts</h3><p>This approach involves chaining separate specialized prompts/models together - one to analyze the initial input/context, a rule-based prompt to make decisions, and one to produce the final output.</p><p>For instance, you could run a prompt to categorize customer queries. A rules engine (which could also be Generative AI based) would then decide the optimal response structure based on the category, user data, and other factors. Finally, GPT-4 would generate the response text conditioned on the structure and context provided by the previous models.</p><p>Chained prompts provide a modular and flexible architecture where you can swap individual components based on your use case needs. Further these components can be shared between multiple apps/systems in your business. Over time, each of the model does what it&#8217;s supposed to do, best.</p><h3>Hybrid Models</h3><p>Rather than chain multiple external models, we can train hybrid models that combine the capabilities in a single unit.</p><p>For example, you can incorporate classifiers and rules within the prompt itself. We can provide it conditional logic in the prompt using pseudo-code. For instance:</p><pre><code>If user_tier == "Premium"
  Generate premium response
Else 
  Generate standard response</code></pre><p>This technique allows us to programmatically condition the generation without chaining. The downside is we are limiting re-usability and giving greater room for failures for complex scenarios.</p><h3>Dynamic Prompting</h3><p>Here, instead of baking conditional logic into the model itself, we can dynamically generate the prompt that is fed into the generative AI on the fly based on context.</p><pre><code>A separate logic module would construct prompts in a templatized fashion using relevant parameters. For example: 

Customer tier: {{customer_tier}}
Number of Past purchases: {{number_of_past_purchases}}
Generate a response based on the customer tier thanking the customer for their past purchases.

</code></pre><p>The flower-bracketed values would get populated dynamically based on customer. The above prompt will take in various information and decides for itself how to best thank the customer. With more fine-tuning of the data passed and iterative improvement of the prompt, you have the flexibility without needing to retrain models. However, the prompt engineering can get complex for advanced use cases.</p><h3>Active Learning</h3><p>This technique leverages human-in-the-loop guidance. Humans provide feedback on model decisions to refine the logic in a continuous loop.</p><p>For instance, upon detecting an unhappy customer, the model could send the customer query to the support team, while asking: Should I recommend a refund? The human labels some examples, which further trains the model over time.</p><p>Active learning allows conditional logic to become more robust over time while keeping humans involved. The downside is that it requires human effort to collect data that can later be fed into fine-tune.</p><h3>Modular Architectures</h3><p>Here, instead of a monolithic model, we leverage an orchestration of micro-models - each specialized for a specific sub-task. Stateful coordinator modules would invoke the right micro-models based on conditional branching logic.</p><p>This allows combining the strengths of multiple lightweight models. However, the overall architecture can get complex. There is also a runtime performance hit from microservice calls. The shorter the time to first character response is, the better the end user experience.</p><h2>Real-World Applications</h2><p>Now that we've seen some strategies, let's discuss real-world applications leveraging conditional logic with AI:</p><h3>Personalized Marketing Content</h3><p>Generative models can dynamically create tailored landing pages, emails, web content based on visitor demographics and behaviors. The logic layer would customize the tone, offers, examples, and imagery to resonate with the target audience segment.</p><p>For instance, an e-commerce website could adjust its content focus to upsell vs lead nurturing based on whether the visitor is first time or a repeat visitor.</p><h3>Intelligent Form Generation</h3><p>For surveys, tax forms, applications, etc. conditional logic can help generate custom follow-up questions based on previous responses. This results in a streamlined experience instead of a one-size-fits-all form.</p><p>For example, a loan qualification form could change required fields and income questions based on the applicant's employment status.</p><h3>Adaptive Learning</h3><p>In learning, smart content generation based on student models, backgrounds, misconceptions, and strengths enables customized learning.</p><p>Based on quiz responses, the system could generate practice problems, explanations, and feedback tailored for the exact concepts the student is struggling with. Today&#8217;s massive library of online courses can be so much better, when personalized.</p><h3>Interactive Fiction</h3><p>In text adventure games, the storylines can be made non-linear and responsive by adapting the narrative based on user choices. GPT can generate text while the logic layer controls branching story arcs.</p><p>For example, if the user chooses "run from the monster", the model will generate the escape scene. Choosing "fight" might result in an action sequence instead.</p><h3>Code Generation</h3><p>For programming tasks, conditional logic allows integrating runtime data and app contexts into auto-generated code.</p><p>For instance, API endpoint code could be generated using actual database schema. Or UI code could adapt to fit customized style guides.</p><h2>Implementation Considerations</h2><p>There are some key factors to consider when implementing conditional logic:</p><ul><li><p><strong>Prompt engineering</strong> - For dynamic prompting, carefully craft prompts to incorporate conditionality and also pass in data that the model can leverage.</p></li><li><p><strong>State management</strong> - Maintain context across conversations or processes by tracking user inputs, previous outputs, variables, etc.</p></li><li><p><strong>Adjust the prompt configuration </strong>- Generative models leverage top_p, temperature and other configuration to understand whether you want it to be more, or less creative - outputs can be more deterministic based on them.</p></li><li><p><strong>Error handling</strong> - Account for incorrect or incoherent model outputs that may result in invalid conditional branching.</p></li><li><p><strong>Feedback loops</strong> - Continuously integrate human-labeled examples to improve the relevance of logic conditions.</p></li><li><p><strong>Testing</strong> - Thoroughly test model behavior under different contextual permutations. Edge cases are likely to break assumptions.</p></li><li><p><strong>Hybrid architectures</strong> - Combine strengths of rules engines, search, NLP, and other techniques alongside generative AI.</p></li></ul><h2>Moving Forward with Smarter AI</h2><p>Conditional logic paves the way for more advanced applications of Generative AI. The ability to make flexible decisions instead of blindly generating text enables automating tasks requiring real-world reasoning - from content customization to intelligent agents.</p><p>However, pure conditional logic also has limitations. Humans don't just make decisions chronologically; we form intuition using learned patterns. To enable genuine intelligence, AI systems need capabilities like memory, context, and iterative generation.</p><p>As research in areas like few-shot learning, reinforcement learning, and knowledge graphs matures, we are inching closer to AI that can simply learn from examples and interactions naturally. While we may not yet be at artificial general intelligence, incorporating conditional logic is an important milestone.</p><p>How have you leveraged conditional logic capabilities in your generative AI applications? What other real-world use cases can benefit from decision-making models? I hope this post provided some ideas on how to start integrating logic into your generative text models!</p><p>Subscribe to read more posts on Second order effects of AI in various industries, and Generative AI/LLM strategies to navigate an AI-driven future.</p>]]></content:encoded></item><item><title><![CDATA[How Generative AI Will Transform the Retail Industry.]]></title><description><![CDATA[The retail industry is undergoing a major transformation driven by advancements in Generative AI.]]></description><link>https://thedevmarketer.com/p/how-generative-ai-will-transform</link><guid isPermaLink="false">https://thedevmarketer.com/p/how-generative-ai-will-transform</guid><dc:creator><![CDATA[Gopi Krishna /The Dev Marketer]]></dc:creator><pubDate>Tue, 31 Oct 2023 07:19:56 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/ce120b6f-cb71-486b-8319-a6ca395ddebe_1080x700.jpeg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!7HtL!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F63a1f175-5c4a-48e9-9a57-9c6254049d32_1080x700.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!7HtL!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F63a1f175-5c4a-48e9-9a57-9c6254049d32_1080x700.jpeg 424w, https://substackcdn.com/image/fetch/$s_!7HtL!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F63a1f175-5c4a-48e9-9a57-9c6254049d32_1080x700.jpeg 848w, https://substackcdn.com/image/fetch/$s_!7HtL!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F63a1f175-5c4a-48e9-9a57-9c6254049d32_1080x700.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!7HtL!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F63a1f175-5c4a-48e9-9a57-9c6254049d32_1080x700.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!7HtL!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F63a1f175-5c4a-48e9-9a57-9c6254049d32_1080x700.jpeg" width="5313" height="3446" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/63a1f175-5c4a-48e9-9a57-9c6254049d32_1080x700.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:3446,&quot;width&quot;:5313,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:null,&quot;alt&quot;:&quot;person walking inside building near glass&quot;,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:null,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="person walking inside building near glass" title="person walking inside building near glass" srcset="https://substackcdn.com/image/fetch/$s_!7HtL!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F63a1f175-5c4a-48e9-9a57-9c6254049d32_1080x700.jpeg 424w, https://substackcdn.com/image/fetch/$s_!7HtL!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F63a1f175-5c4a-48e9-9a57-9c6254049d32_1080x700.jpeg 848w, https://substackcdn.com/image/fetch/$s_!7HtL!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F63a1f175-5c4a-48e9-9a57-9c6254049d32_1080x700.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!7HtL!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F63a1f175-5c4a-48e9-9a57-9c6254049d32_1080x700.jpeg 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">Photo by <a href="https://unsplash.com/@framesbyfin">Heidi Fin</a> on <a href="https://unsplash.com">Unsplash</a></figcaption></figure></div><p>The retail industry is undergoing a major transformation driven by advancements in Generative AI. As retailers face increasingly complex challenges from changing consumer behaviors to supply chain disruptions, AI-powered solutions offer immense potential to drive step-change improvements across retail operations and shopping experiences. Let&#8217;s explore some of the important ways Generative AI looks set to revolutionize retail in the coming years.</p><p>Subscribe to read more posts on Second order effects of AI in various industries, and Generative AI/LLM strategies to navigate an AI-driven future.</p><h2>Hyper-Personalized Recommendations</h2><p>Product recommendations are a major battleground for retailers today. With customers overwhelmed by choice, personalized recommendations can make or break the path to purchase. Generative AI takes personalization to the next level through its ability to understand nuances in individual preferences and context.</p><p>Retailers can leverage various techniques to deliver tailored recommendations at scale:</p><ul><li><p><strong>AI sales assistants </strong>- Virtual shopping assistants can be designed leveraging Generative AI platforms to analyze individual customer data including transaction history, browsing patterns and product reviews. They can then engage customers through chat to offer products that speak to their interests.</p></li><li><p><strong>Automated email generation</strong> - Natural language generation allows retailers to craft customized email campaigns promoting products that resonate with each customer's preferences and purchase behavior. Subject lines and content can be generated dynamically for one-to-one relevance.</p></li><li><p><strong>Optimized product descriptions</strong> - Generative AI can review demographics, past responses and other signals to produce product descriptions and promotions optimized to appeal to specific customer segments. The text can evolve over time based on consumer behavior.</p></li><li><p><strong>Refinement from real-time feedback</strong> - With robust configurability, the recommendation engines can continuously improve based on user responses and sentiment analysis. This allows relevance to keep pace with changing interests of the shoppers.</p></li></ul><p>These are just some of the ways that Generative AI can help retailers deliver personalized recommendations to customers that feel like advice from a trusted friend, who is genuinely interested in them.</p><h2>Intelligent Customer Service</h2><p>Slow or ineffective customer service is huge problem that makes customers never make a repeat purchase again. Generative AI brings new possibilities for delivering 24/7 support and advice through conversational interfaces.</p><ul><li><p><strong>Knowledge bots</strong> - AI chatbots can be designed to handle huge volumes of routine customer queries on order status, shipping times, returns and more. Endless patience and swift, accurate responses can resolve common issues instantly.</p></li><li><p><strong>Conversational commerce </strong>- With advances in language understanding, customers can interact with virtual shopping assistants through natural dialog instead of rigid menus or FAQs. This makes shopping seamless.</p></li><li><p><strong>Automated resolutions</strong> - Where customer requests like returns, cancellations or appointment bookings follow set procedures, AI can be trained to execute swift, standardized resolutions through conversational interfaces. You don&#8217;t now need big teams to do this. You just need Generative AI.</p></li><li><p><strong>Continuous improvement</strong> - Analyzing real customer conversations allows for identifying areas of confusion, frustration or unmet needs. Various parts of your ecommerce experience can then be tuned to boost satisfaction over time.</p></li></ul><p>Together, these capabilities can enable retailers to deliver customer service that is personalized, empathetic and always available - critical to building loyalty.</p><h2>Predictive Inventory Planning</h2><p>Out-of-stocks and overstocks have huge cost implications for retailers. Generative AI brings new levels of intelligence to forecasting demand and optimizing inventory.</p><ul><li><p><strong>AI-authored demand forecasts</strong> - By analyzing historical sales data, promotions, pricing changes and a host of other signals, AI authors can generate highly accurate demand forecasts by product and location. This allows minimizing under- or over-stocking.</p></li><li><p><strong>Real-time monitoring</strong> - In supply chain control towers, AI can monitor on-shelf availability across locations in real-time. As stock of priority items runs low, it can notify store managers and issue natural language recommendations to replenish.</p></li><li><p><strong>Automated slotting optimization</strong> - Algorithms can assign warehouse slots for each product based on dimensions, velocity and demand forecasts. This maximizes storage density and order picking efficiency.</p></li><li><p><strong>Inventory communication</strong> - AI chatbots give supply chain teams a swift, simple way to make inventory adjustments visible across the chain. Removing communication lags improves agility.</p></li></ul><p>Leveraging such use cases, Generative AI will enable retailers to break free of industry averages and optimize inventory specific to the needs of each item and location. The impact on working capital requirements and wastage will be profound.</p><h2>Individualized Marketing</h2><p>For today's consumers, irrelevant ads and promotions have diminishing returns. Generative AI lets retailers generate custom marketing content tailored to an audience of one.</p><ul><li><p><strong>AI copywriting </strong>- Leveraging customer data, AI authors can produce emails, web page content, and advertisements personalized down to the individual level in real time. Version testing then reveals optimal messaging.</p></li><li><p><strong>Localized promotions</strong> - Stores can automate promotion generation based on hyper-local demand signals. AI can optimize promotional calendars by product and demographic for each store.</p></li><li><p><strong>Contextual mobile messaging</strong> - Retail apps can employ AI to analyze signals like user history, location and seasonal trends to send personalized push notifications that resonate in the moment.</p></li><li><p><strong>Voice-enabled engagement</strong> - Natural language generation allows retailers to craft voice-enabled advertising and recommendations served through smart speakers. This can influence purchasing in moments of immediacy.</p></li></ul><p>These kind of applications of Generative AI will enable retailers to break away from mass marketing and craft campaigns with the relevance and nuance required to cut through the noise.</p><h2>Enhanced Supply Chain Visibility</h2><p>Lack of visibility into upstream and downstream supply chain activities creates huge inefficiencies for retailers. AI offers potential to connect once siloed processes.</p><ul><li><p><strong>Automated inventory alerts</strong> - IoT sensors across the supply chain feeding data to Generative AI authors can produce real-time notifications on inventory shortfalls, delivery delays or distribution bottlenecks requiring swift resolution, all in human-understandable language.</p></li><li><p><strong>Predictive replenishment</strong> - By combining inputs across the value chain, AI can forecast demand spikes and recommend optimized delivery schedules across suppliers, DCs and stores. This helps ensure availability.</p></li><li><p><strong>Dynamic order promising</strong> - As orders are placed, AI can estimate delivery lead times by factoring in fulfillment constraints across the supply chain in real time. Communicating this to the customer sets realistic expectations.</p></li><li><p><strong>Automated milestone updates</strong> - Customers can receive auto-generated email or voice app updates on order progress through warehousing, transportation and last-mile delivery tailored to each shipment.</p></li></ul><p>Together, these use cases can help retailers develop end-to-end supply chain transparency to proactively address disruptions before they become customer-impacting.</p><h2>Reinventing the In-Store Experience</h2><p>Physical retail remains important, but expectations are changing. AI-enabled innovations can allow retailers to recreate immersive, exciting store experiences.</p><ul><li><p><strong>AI-powered store associates</strong> - Apps on associates' mobile devices tapping conversational AI can deliver personalized recommendations and allow associates to seamlessly manage inventory lookups, pickups and delivery scheduling on customers' behalf.</p></li><li><p><strong>Individualized offers</strong> - Digital displays equipped with sensors to detect age, gender and attention time can tailor promotions and pricing on the fly to resonate with the individual viewing.</p></li><li><p><strong>Gamified experiences</strong> - AI authors can generate gamified experiences like digital treasure hunts and scavenger hunts tailored dynamically to the customer journey through the store. This can make shopping engaging.</p></li><li><p><strong>Predictive analytics</strong> - In-store video feeds analyzed using AI vision can help retailers track customer demographics, dwell times and pain points. This intelligence helps continuously reinvent store layouts.</p></li></ul><p>Together, these innovations can help retailers breathe new life into brick-and-mortar commerce in the age of digital.</p><p><strong>The Future of Retail is AI</strong></p><p>This post is just a glimpse into the transformative power of AI in retail. Virtually no aspect of retail operations and the shopper experience will remain untouched. Companies that embrace this change will gain sustainable competitive advantage.</p><p>But success requires more than just adopting AI piecemeal. It demands a holistic strategy to amplify human capabilities, not replace them. It requires equipping teams across the retail value chain with the tools and skills to integrate AI securely, responsibly, and for maximum business impact.</p><p>The future of retail will belong to the AI-enabled, AI-first and AI-native enterprises. The opportunity is now to get ready for this seismic paradigm shift, compete on user-centric AI applications, and claim leadership in tomorrow's retail industry.</p><div><hr></div><p><strong>Why we&#8217;re building HyperleapAI.</strong></p><p>With HyperleapAI, you finally have the ideal enterprise platform to unlock the true potential of generative AI across your organization. Our rapid API conversion and configurability put the power of continuous improvement and evolution directly in your hands. Our intuitive low-code tools break down barriers, allowing anyone to easily access the possibilities of AI. And our emphasis on scalability, observability, and cross-functional collaboration empowers your seamless growth on one future-proof platform. Whether you need customized conversational interfaces, unified access to leading AI models, or seamless integration with existing systems, HyperleapAI delivers it all. Our robust features for enterprise security, compliance, and control provide the bedrock to deploy AI with confidence. Ultimately, HyperleapAI gives you everything needed to drive organizational fluency in Generative AI and achieve transformative business leverage.</p><p><em>The future starts now with HyperleapAI.</em></p><p>Subscribe to read more posts on Second order effects of AI in various industries, and Generative AI/LLM strategies to navigate an AI-driven future.</p>]]></content:encoded></item></channel></rss>