<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Strategy on My New Hugo Project</title>
    <link>https://ad1tya-tech.pages.dev/tags/strategy/</link>
    <description>Recent content in Strategy on My New Hugo Project</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 11 Feb 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://ad1tya-tech.pages.dev/tags/strategy/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Hyperbolic Discounting: Why Users Quit Before They See the Value</title>
      <link>https://ad1tya-tech.pages.dev/posts/2026/02/2026-02-11-hyperbolic-discounting-why-users-quit-before-they-see-the-value/</link>
      <pubDate>Wed, 11 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://ad1tya-tech.pages.dev/posts/2026/02/2026-02-11-hyperbolic-discounting-why-users-quit-before-they-see-the-value/</guid>
      <description>&lt;h1 id=&#34;the-future-self-is-a-stranger&#34;&gt;The &amp;ldquo;Future Self&amp;rdquo; is a Stranger&lt;/h1&gt;
&lt;p&gt;Neurologically, when you think about your &amp;ldquo;Future Self&amp;rdquo; (e.g., You in 5 years), your brain lights up in the same area as when you think about &lt;strong&gt;a complete stranger&lt;/strong&gt;. We don&amp;rsquo;t empathize with our future selves. This is why we procrastinate.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Present Self:&lt;/strong&gt; &amp;ldquo;I don&amp;rsquo;t want to do the dishes. I want to watch TV.&amp;rdquo;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Future Self:&lt;/strong&gt; &amp;ldquo;I will have to do the dishes tomorrow.&amp;rdquo;&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Tyranny of Choice: How &#34;Hick’s Law&#34; is Killing Your Conversions</title>
      <link>https://ad1tya-tech.pages.dev/posts/2026/02/2026-02-11-the-tyranny-of-choice-how-hicks-law-is-killing-your-conversions/</link>
      <pubDate>Wed, 11 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://ad1tya-tech.pages.dev/posts/2026/02/2026-02-11-the-tyranny-of-choice-how-hicks-law-is-killing-your-conversions/</guid>
      <description>&lt;h4 id=&#34;the-cognitive-load-problem&#34;&gt;The Cognitive Load Problem&lt;/h4&gt;
&lt;p&gt;Imagine walking into a restaurant, starving. They hand you a 50-page menu with no pictures. Do you feel liberated? No. You feel stressed. You scan it anxiously, terrified of picking the wrong thing, and eventually just order a burger because it&amp;rsquo;s safe.&lt;/p&gt;
&lt;p&gt;Now imagine a restaurant with a menu that has just three items: Steak, Fish, or Vegetarian. You decide in 10 seconds and feel confident.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Gall’s Law: Why &#34;Big Bang&#34; Launches Blow Up in Your Face</title>
      <link>https://ad1tya-tech.pages.dev/posts/2026/01/2026-01-24-galls-law-why-big-bang-launches-blow-up-in-your-face/</link>
      <pubDate>Sat, 24 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://ad1tya-tech.pages.dev/posts/2026/01/2026-01-24-galls-law-why-big-bang-launches-blow-up-in-your-face/</guid>
      <description>&lt;h4 id=&#34;the-hubris-of-the-architect&#34;&gt;The Hubris of the Architect&lt;/h4&gt;
&lt;p&gt;We love to pretend we are architects. We draw boxes and arrows. We plan &amp;ldquo;scalable microservices&amp;rdquo; for a startup that has zero users. We think complexity is a sign of intelligence. Gall’s Law teaches us that &lt;strong&gt;Complexity is a result, not a starting point.&lt;/strong&gt;&lt;/p&gt;
&lt;h4 id=&#34;the-mechanism-of-failure&#34;&gt;The Mechanism of Failure&lt;/h4&gt;
&lt;p&gt;Why can&amp;rsquo;t you build a complex system from scratch? Because reality is messy. When you build a simple system (e.g., a Python script that scrapes one website), you encounter real-world friction. You fix the bugs. The system &amp;ldquo;hardens.&amp;rdquo; When you try to build a complex system (e.g., a universal scraping engine for the entire web), you multiply the friction by 1,000. You have 1,000 un-hardened components interacting with each other. The number of potential failure points is not additive; it is combinatorial. The system doesn&amp;rsquo;t just fail; it behaves unpredictably.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Pareto Principle: Identify the &#34;Vital Few&#34; and Ignore the &#34;Trivial Many&#34;</title>
      <link>https://ad1tya-tech.pages.dev/posts/2026/01/2026-01-21-the-pareto-principle-identify-the-vital-few-and-ignore-the-trivial-many/</link>
      <pubDate>Wed, 21 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://ad1tya-tech.pages.dev/posts/2026/01/2026-01-21-the-pareto-principle-identify-the-vital-few-and-ignore-the-trivial-many/</guid>
      <description>&lt;h4 id=&#34;the-myth-of-linear-effort&#34;&gt;The Myth of Linear Effort&lt;/h4&gt;
&lt;p&gt;We grow up believing in a 1:1 relationship between Input and Output.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;If I study 1 hour, I learn 1 unit.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If I study 2 hours, I learn 2 units.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In software and business, this is a lie. The relationship is non-linear (Power Law). A single feature (like &amp;ldquo;Stories&amp;rdquo; in Instagram) can drive more engagement than the other 50 features combined.&lt;/p&gt;
&lt;h4 id=&#34;applying-8020-to-product-management&#34;&gt;Applying 80/20 to Product Management&lt;/h4&gt;
&lt;p&gt;&lt;strong&gt;1. The Feature Trap (Bloatware)&lt;/strong&gt; Open your analytics. Look at your navigation bar. I guarantee that 80% of your users only click on 2 or 3 buttons. The other 15 buttons are just gathering dust.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The $300 Million Button: Why Friction is the Enemy of Revenue</title>
      <link>https://ad1tya-tech.pages.dev/posts/2026/01/2026-01-17-the-300-million-button-why-friction-is-the-enemy-of-revenue/</link>
      <pubDate>Sat, 17 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://ad1tya-tech.pages.dev/posts/2026/01/2026-01-17-the-300-million-button-why-friction-is-the-enemy-of-revenue/</guid>
      <description>&lt;h1 id=&#34;the-greedy-marketer-trap&#34;&gt;The &amp;ldquo;Greedy Marketer&amp;rdquo; Trap&lt;/h1&gt;
&lt;p&gt;As Product Managers, we are data-greedy. We want the user&amp;rsquo;s email. We want their phone number. We want them to create a profile so we can send them newsletters and retarget them with ads. We convince ourselves that &amp;ldquo;Registration&amp;rdquo; is good for the user. &lt;em&gt;&amp;ldquo;It&amp;rsquo;s for their security!&amp;rdquo;&lt;/em&gt; we say.&lt;/p&gt;
&lt;p&gt;But to a user, a &amp;ldquo;Register&amp;rdquo; form represents &lt;strong&gt;Work&lt;/strong&gt; and &lt;strong&gt;Commitment&lt;/strong&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Work:&lt;/strong&gt; I have to think of a password. I have to verify my email.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Milkshake Mistake: Why Your Competitor Isn&#39;t Who You Think It Is</title>
      <link>https://ad1tya-tech.pages.dev/posts/2026/01/2026-01-13-the-milkshake-mistake-why-your-competitor-isnt-who-you-think-it-is/</link>
      <pubDate>Tue, 13 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://ad1tya-tech.pages.dev/posts/2026/01/2026-01-13-the-milkshake-mistake-why-your-competitor-isnt-who-you-think-it-is/</guid>
      <description>&lt;h1 id=&#34;the-demographics-trap&#34;&gt;The Demographics Trap&lt;/h1&gt;
&lt;p&gt;Most Product Managers start with a &amp;ldquo;Persona.&amp;rdquo;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;Meet Dave. He is 34. He lives in Seattle. He works in Tech.&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This data is factual, but it is useless. Knowing Dave&amp;rsquo;s age doesn&amp;rsquo;t tell you why he bought a newspaper this morning. Did he buy it to read the news? Or did he buy it because he needed something to hide behind on the subway to avoid talking to his neighbor?&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Peak-End Rule: Why Users Ignore the Average and Remember the Finale</title>
      <link>https://ad1tya-tech.pages.dev/posts/2026/01/2026-01-12-the-peak-end-rule-why-users-ignore-the-average-and-remember-the-finale/</link>
      <pubDate>Mon, 12 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://ad1tya-tech.pages.dev/posts/2026/01/2026-01-12-the-peak-end-rule-why-users-ignore-the-average-and-remember-the-finale/</guid>
      <description>&lt;h1 id=&#34;the-two-selves&#34;&gt;The Two Selves&lt;/h1&gt;
&lt;p&gt;Daniel Kahneman argues that we have two selves:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;The Experiencing Self:&lt;/strong&gt; Lives in the moment. Feels every second of frustration or joy.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;The Remembering Self:&lt;/strong&gt; Keeps the score.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The Remembering Self is a tyrant. It deletes 99% of the experience and only keeps the highlights. Specifically, it keeps the &lt;strong&gt;Peak&lt;/strong&gt; (the highest emotional point) and the &lt;strong&gt;End&lt;/strong&gt;. If you have a 5-star dinner but the waiter is rude when bringing the bill (The End), you will remember the dinner as &amp;ldquo;terrible.&amp;rdquo;&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Kano Model: Why Features &#34;Expire&#34; and How to Stay Ahead</title>
      <link>https://ad1tya-tech.pages.dev/posts/2026/01/2026-01-07-the-kano-model-why-features-expire-and-how-to-stay-ahead/</link>
      <pubDate>Wed, 07 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://ad1tya-tech.pages.dev/posts/2026/01/2026-01-07-the-kano-model-why-features-expire-and-how-to-stay-ahead/</guid>
      <description>&lt;h1 id=&#34;the-gravity-of-expectations&#34;&gt;The Gravity of Expectations&lt;/h1&gt;
&lt;p&gt;Product Management would be easy if customer expectations stayed static. But they don&amp;rsquo;t. Customer satisfaction is a &lt;strong&gt;Hedonic Treadmill&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;The moment you ship a revolutionary feature, the clock starts ticking. Competitors copy it. Users get used to it. The magic fades. To understand this lifecycle, we use the &lt;strong&gt;Kano Model&lt;/strong&gt;.&lt;/p&gt;
&lt;h1 id=&#34;the-3-categories-of-features&#34;&gt;The 3 Categories of Features&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;1. The Basics (Must-Haves)&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;em&gt;Definition:&lt;/em&gt; These are non-negotiable.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;em&gt;The Trap:&lt;/em&gt; You get &lt;strong&gt;Zero Credit&lt;/strong&gt; for doing them well.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Product superiority is not a strategy. It’s a vanity metric.</title>
      <link>https://ad1tya-tech.pages.dev/posts/2026/01/2026-01-04-product-superiority-is-not-a-strategy-its-a-vanity-metric/</link>
      <pubDate>Sun, 04 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://ad1tya-tech.pages.dev/posts/2026/01/2026-01-04-product-superiority-is-not-a-strategy-its-a-vanity-metric/</guid>
      <description>&lt;p&gt;There is a famous quote by Jim Barksdale, the former CEO of Netscape: &lt;em&gt;&amp;ldquo;There are only two ways to make money in business: One is to bundle; the other is to unbundle.&amp;rdquo;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;As Product Managers, we are trained to focus on the &amp;ldquo;Unbundle&amp;rdquo; phase—creating specific, best-in-class solutions for specific problems (like Slack for chat, Zoom for video, Jira for tickets).&lt;/p&gt;
&lt;p&gt;But as you move into Executive Leadership (Director/CPO), the pendulum swings. The P&amp;amp;L demands efficiency, and efficiency almost always comes from &lt;strong&gt;Bundling&lt;/strong&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>You aren’t a Product Leader until you can manage a P&amp;amp;L.</title>
      <link>https://ad1tya-tech.pages.dev/posts/2026/01/2026-01-04-you-arent-a-product-leader-until-you-can-manage-a-pl/</link>
      <pubDate>Sun, 04 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://ad1tya-tech.pages.dev/posts/2026/01/2026-01-04-you-arent-a-product-leader-until-you-can-manage-a-pl/</guid>
      <description>&lt;p&gt;In the early stages of a Product Manager&amp;rsquo;s career, success is measured by output: features shipped, bugs fixed, and velocity maintained. But as you ascend to Principal, Director, or CPO roles, the scoreboard changes.&lt;/p&gt;
&lt;p&gt;Your code doesn&amp;rsquo;t matter anymore. Your P&amp;amp;L impact does.&lt;/p&gt;
&lt;p&gt;The most successful product leaders today act less like visionaries and more like capital allocators. They understand that every line of code is an investment that must return more than its cost of capital.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Baggage Claim Strategy: Managing the Psychology of &#34;The Wait&#34;</title>
      <link>https://ad1tya-tech.pages.dev/posts/2026/01/2026-01-02-the-baggage-claim-strategy-managing-the-psychology-of-the-wait/</link>
      <pubDate>Fri, 02 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://ad1tya-tech.pages.dev/posts/2026/01/2026-01-02-the-baggage-claim-strategy-managing-the-psychology-of-the-wait/</guid>
      <description>&lt;h1 id=&#34;the-houston-experiment&#34;&gt;The Houston Experiment&lt;/h1&gt;
&lt;p&gt;The Houston Airport story is the foundational case study for the &lt;strong&gt;Psychology of Queuing&lt;/strong&gt;. The airport realized that the objective variable (Time) mattered less than the subjective variable (Perception). When passengers were standing at the carousel staring at an empty belt, they were bored and anxious. They felt ignored. When they were walking, they were &amp;ldquo;working&amp;rdquo; toward a goal. They felt in control.&lt;/p&gt;
&lt;h1 id=&#34;the-maister-principles&#34;&gt;The Maister Principles&lt;/h1&gt;
&lt;p&gt;David Maister, an expert on business management, formulated several laws of waiting:&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Cobra Effect: Why Your KPIs Are Creating the Wrong Behavior</title>
      <link>https://ad1tya-tech.pages.dev/posts/2026/01/2026-01-01-the-cobra-effect-why-your-kpis-are-creating-the-wrong-behavior/</link>
      <pubDate>Thu, 01 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://ad1tya-tech.pages.dev/posts/2026/01/2026-01-01-the-cobra-effect-why-your-kpis-are-creating-the-wrong-behavior/</guid>
      <description>&lt;h1 id=&#34;the-law-of-unintended-consequences&#34;&gt;The Law of Unintended Consequences&lt;/h1&gt;
&lt;p&gt;The Cobra story is a classic example of what economists call a &lt;strong&gt;Perverse Incentive&lt;/strong&gt;—an incentive that produces a result contrary to the intentions of its designers.&lt;/p&gt;
&lt;p&gt;In the world of Product Management, we live and die by metrics. We set OKRs (Objectives and Key Results). We give bonuses based on numbers. But if you pick the wrong number, you don&amp;rsquo;t just get &lt;em&gt;no&lt;/em&gt; results; you get &lt;em&gt;bad&lt;/em&gt; results.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Hole in Your Data: How Survivorship Bias is Killing Your Growth</title>
      <link>https://ad1tya-tech.pages.dev/posts/2025/12/2025-12-29-the-hole-in-your-data-how-survivorship-bias-is-killing-your-growth/</link>
      <pubDate>Mon, 29 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://ad1tya-tech.pages.dev/posts/2025/12/2025-12-29-the-hole-in-your-data-how-survivorship-bias-is-killing-your-growth/</guid>
      <description>&lt;h1 id=&#34;the-missing-data&#34;&gt;The Missing Data&lt;/h1&gt;
&lt;p&gt;The story of Abraham Wald and the WW2 bombers is the perfect metaphor for modern Product Management. The Generals made a logical error: They assumed the data they &lt;em&gt;had&lt;/em&gt; was the &lt;em&gt;entire&lt;/em&gt; data. They forgot about the data they &lt;em&gt;didn&amp;rsquo;t&lt;/em&gt; have: The planes lying at the bottom of the ocean.&lt;/p&gt;
&lt;p&gt;In SaaS, your &amp;ldquo;Ocean&amp;rdquo; is your Churn Rate.&lt;/p&gt;
&lt;h1 id=&#34;the-power-user-trap&#34;&gt;The &amp;ldquo;Power User&amp;rdquo; Trap&lt;/h1&gt;
&lt;p&gt;We love our Power Users. They answer our surveys. They join our beta programs. They rave about us on Twitter. So, we build features for them.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The $1.50 Hot Dog Strategy: When Losing Money is the Most Profitable Move</title>
      <link>https://ad1tya-tech.pages.dev/posts/2025/12/2025-12-25-the-1-50-hot-dog-strategy-when-losing-money-is-the-most-profitable-move/</link>
      <pubDate>Thu, 25 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://ad1tya-tech.pages.dev/posts/2025/12/2025-12-25-the-1-50-hot-dog-strategy-when-losing-money-is-the-most-profitable-move/</guid>
      <description>&lt;h1 id=&#34;the-famous-threat&#34;&gt;The Famous Threat&lt;/h1&gt;
&lt;p&gt;In 2009, Costco’s then-CEO came to the founder, Jim Sinegal, and said, &amp;ldquo;Jim, we can&amp;rsquo;t sell this hot dog for $1.50 anymore. We are losing our shirts.&amp;rdquo; Sinegal replied with the now-famous line: &lt;em&gt;&amp;ldquo;If you raise the effing hot dog, I will kill you. Figure it out.&amp;rdquo;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;So, they built their own hot dog factories just to keep the price down. They refused to break the $1.50 price point.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Swiss Army Knife Syndrome: Why Great Products Die from Feature Bloat</title>
      <link>https://ad1tya-tech.pages.dev/posts/2025/12/2025-12-20-the-swiss-army-knife-syndrome-why-great-products-die-from-feature-bloat/</link>
      <pubDate>Sat, 20 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://ad1tya-tech.pages.dev/posts/2025/12/2025-12-20-the-swiss-army-knife-syndrome-why-great-products-die-from-feature-bloat/</guid>
      <description>&lt;h1 id=&#34;the-complexity-creep&#34;&gt;The Complexity Creep&lt;/h1&gt;
&lt;p&gt;Open Microsoft Word. Look at the toolbar. How many of those hundreds of icons have you clicked in the last year? Maybe 10?&lt;/p&gt;
&lt;p&gt;Now open Google Docs. It has perhaps 20% of Word&amp;rsquo;s features, yet it dominates collaboration. Why?&lt;/p&gt;
&lt;p&gt;Because it suffers less from &lt;strong&gt;Feature Bloat&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Bloat happens slowly. No PM wakes up and says, &amp;ldquo;Let&amp;rsquo;s make our product confusing today.&amp;rdquo; It happens one rational decision at a time.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The $1 Million Mistake: When &#34;Custom Features&#34; Kill Your Product Strategy</title>
      <link>https://ad1tya-tech.pages.dev/posts/2025/12/2025-12-17-the-1-million-mistake-when-custom-features-kill-your-product-strategy/</link>
      <pubDate>Wed, 17 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://ad1tya-tech.pages.dev/posts/2025/12/2025-12-17-the-1-million-mistake-when-custom-features-kill-your-product-strategy/</guid>
      <description>&lt;h1 id=&#34;the-siren-song-of-the-enterprise-deal&#34;&gt;The Siren Song of the Enterprise Deal&lt;/h1&gt;
&lt;p&gt;In the early stages of a B2B startup, revenue is oxygen. When a massive enterprise client (a bank, a telco, a government agency) shows interest, it is intoxicating. It validates your existence.&lt;/p&gt;
&lt;p&gt;But these &amp;ldquo;Elephants&amp;rdquo; or &amp;ldquo;Whales&amp;rdquo; rarely buy off-the-rack. They demand tailoring.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&amp;ldquo;We need this specific report format.&amp;rdquo;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&amp;ldquo;We need an on-premise deployment option.&amp;rdquo;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&amp;ldquo;We need this button to be blue, not green.&amp;rdquo;&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Legacy Code Trap: Why New Rules Crashed India&#39;s Biggest Airline</title>
      <link>https://ad1tya-tech.pages.dev/posts/2025/12/2025-12-06-the-legacy-code-trap-why-new-rules-crashed-indias-biggest-airline/</link>
      <pubDate>Sat, 06 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://ad1tya-tech.pages.dev/posts/2025/12/2025-12-06-the-legacy-code-trap-why-new-rules-crashed-indias-biggest-airline/</guid>
      <description>&lt;h1 id=&#34;the-observation&#34;&gt;The Observation&lt;/h1&gt;
&lt;p&gt;We are witnessing an operational meltdown in Indian aviation. Flights are cancelled, pilots are exhausted, and passengers are stranded. The media is blaming the dense fog. But if you look closer, the fog was just the trigger. The gun was loaded by the &lt;strong&gt;new DGCA Flight Duty Time Limitations (FDTL)&lt;/strong&gt; norms introduced in January 2024.&lt;/p&gt;
&lt;p&gt;IndiGo, a machine built for precision, suddenly looked like it didn&amp;rsquo;t know how to run an airline. Why? Because the underlying logic of their resource allocation broke overnight.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
