Why data wins
For most production problems the model architecture is not the bottleneck. The bottleneck is label quality, label coverage, feature freshness, and the gap between training data and production data. A team that spends a week on labels and a day on the model usually beats a team that does the opposite.
Five high-leverage data moves
- Write a labeling guide that turns judgment calls into reproducible rules.
- Sample disagreements and re-label them as a team.
- Add explicit "I don't know" and "ambiguous" labels so noise has a home.
- Track label quality over time the way you track model quality.
- Inspect rare classes and edge cases manually before any modeling.
Andrew Ng's data-centric flip
The data-centric AI message is that for fixed model code, improving data labels often beats tuning the model. The implication is that label review is engineering work, not assistant work, and it deserves engineering time.