← Latest papers
🤖 AI

Five Fatal Assumptions: Why T-Shirt Sizing Systematically Fails for AI Projects

This paper argues that traditional T-shirt sizing estimation fails for AI projects due to five flawed assumptions about linearity and predictability, proposing instead a "Checkpoint Sizing" framework that uses iterative decision gates to adapt scope based on ongoing learning.

Original authors: Raja Soundaramourty, Ozkan Kilic, Ramu Chenchaiah

Published 2026-02-23
📖 6 min read🧠 Deep dive

Original authors: Raja Soundaramourty, Ozkan Kilic, Ramu Chenchaiah

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are a contractor hired to build a house. You've built hundreds of houses before. You know that a small cottage takes two weeks, a medium house takes four, and a mansion takes eight. You use a simple "T-shirt sizing" method: you look at the blueprints, say "That's a Medium," and give your client a price and a date. This works great for houses because houses are predictable. If you double the number of rooms, you roughly double the work.

Now, imagine your client asks you to build a living, breathing house that learns, talks back, and changes its own mind every time someone walks through the door. This is an AI project.

The authors of this paper, engineers from Cisco, are saying: "Stop trying to estimate AI projects like you're building a house. The rules are completely different, and your old T-shirt sizing method is going to get you fired."

Here is the breakdown of the Five Fatal Assumptions that make T-shirt sizing fail for AI, explained with simple analogies.


1. The "Linear Ladder" Fallacy

The Old Way: In normal software, if you want to make a feature twice as big, it takes twice as much work. It's like climbing a ladder: step 1, step 2, step 3.
The AI Reality: AI is more like climbing a mountain where the air gets thinner the higher you go.

  • The Analogy: Getting a model 85% accurate is easy. But getting it from 85% to 95%? That might require 10 times more data, 10 times more computer power, and 10 times more trial and error.
  • The Trap: You think adding one more "smart feature" is a small step. In AI, that one step might require a massive, exponential jump in resources. The "last mile" of AI isn't a mile; it's a marathon.

2. The "Copy-Paste" Illusion

The Old Way: If you built a chatbot for a bank last year, you think you know exactly how long it will take to build one for a hospital. You rely on past experience.
The AI Reality: Every dataset is a new, uncharted island.

  • The Analogy: Building a chatbot for a bank is like navigating a calm river. Building one for a hospital is like navigating a stormy ocean with different currents, different monsters, and different weather.
  • The Trap: You think you can reuse your "map" from the bank project. But in AI, the data is different, the slang is different, and the edge cases are different. You will run into "unknown unknowns" (problems you didn't even know existed) that only show up when you start training the model.

3. The "More Hands" Myth

The Old Way: If a task takes 8 weeks with one person, you think it will take 4 weeks with two people. You can just add more workers to speed things up.
The AI Reality: AI development has traffic jams that you can't fix by adding more cars.

  • The Analogy: Imagine a relay race where the baton must be passed in a specific order: First, you must gather the data. Then you can clean it. Then you can train the model. Then you can test it.
  • The Trap: You can't hire 10 people to "gather data" faster if the data doesn't exist yet. You can't hire 10 people to "train the model" faster if the computer takes 3 days to run the simulation. Some steps are strictly sequential; adding more people just creates a crowd waiting in line, not faster progress.

4. The "Lego Block" Trap

The Old Way: In normal software, you can build the kitchen, the bedroom, and the bathroom separately, then snap them together at the end.
The AI Reality: AI is a tightly woven spiderweb.

  • The Analogy: In AI, the data, the model, and the prompts are all glued together. If you change the data (the web's anchor), the whole model (the web) shifts. If you tweak the prompt, the whole system breaks.
  • The Trap: You try to size the "UI team" and the "AI team" separately. But because they are so tightly coupled, a small change in one team's work causes a massive ripple effect that breaks the other team's work. You can't estimate them in isolation.

5. The "Finish Line" Mirage

The Old Way: In software, "Done" means the code compiles and the tests pass. Once it's done, it's done.
The AI Reality: In AI, "Done" is a moving target.

  • The Analogy: Imagine you finish a race, but the finish line keeps moving forward every time you run.
  • The Trap: You might think the project is "Medium" and finished. But then, a safety check reveals the AI is being biased. Or, in a long conversation, the AI starts hallucinating (making things up). Suddenly, your "finished" project needs weeks of extra work to fix safety, ethics, and reliability. The definition of "Done" keeps changing based on how the AI behaves in the real world.

The Solution: "Checkpoint Sizing"

Since we can't predict the future with a T-shirt size, the authors propose a new method called Checkpoint Sizing.

The Analogy: Instead of guessing the whole trip at the start, think of it like hiking a mountain with a series of base camps.

  1. Don't guess the whole summit: You don't say, "We will finish in 6 months."
  2. Set up Base Camps: You plan small checkpoints (Gate A, Gate B, Gate C).
    • Gate A: "Is our data ready?" (If no, stop and fix data).
    • Gate B: "Does the model actually work?" (If no, don't proceed).
    • Gate C: "Is it safe?" (If no, fix safety).
  3. Re-evaluate at every camp: At each checkpoint, you look at what you actually learned, not what you assumed. You then decide: Do we keep going? Do we change direction? Or do we stop because it's too hard?

The Bottom Line

T-shirt sizing assumes the world is predictable and linear. AI is unpredictable and chaotic.

  • Old Mindset: "Let's guess the size and hope for the best."
  • New Mindset: "Let's take small steps, check the ground at every turn, and only commit to the next step once we know it's safe."

If you try to estimate an AI project like a standard software project, you will likely end up with a project that is months late, over budget, and full of surprises. Use the "Checkpoint" method instead to navigate the unknown.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →