โ† Evolution 2.2 ยท Evolution

The GenAI Revolution

GPT-3 in 2020 didn't just improve language models โ€” it fundamentally changed what data scientists do, shifting from training custom models to orchestrating foundation models.

๐Ÿ“š 4 min readโ€ขUpdated: October 2025
0%
GenAI YoY Growth
0 mo
ChatGPT to 100M Users
0%
NLP Usage Growth
0%
Transformer Mentions Growth
The Shift

Three transformative changes

GPT-3 (2020) demonstrated a single foundation model with competence across an astonishingly broad range โ€” rewriting how data science is practised.

๐Ÿท๏ธ

1 ยท Training Data Inversion

Traditional ML demanded thousands of labelled examples per task. Foundation models arrive pre-trained on vast corpora โ€” the data scientist's role shifts from labelling to prompting.

  • Sentiment analysis: 10,000 examples โ†’ 50 with few-shot prompting
  • Data collection cost drops dramatically
  • Focus moves to prompt engineering and representative examples
  • Fine-tuning on small domain-specific datasets replaces full training runs
โš™๏ธ

2 ยท Infrastructure Shift (LLMOps)

MLOps focused on training pipelines and feature stores. GenAI applications need an entirely new operational discipline โ€” LLMOps.

  • Prompt version control and template management
  • Output validation when no single correct answer exists
  • Prompt injection security and safety guardrails
  • Token cost optimisation across variable-rate API calls
๐Ÿ“

3 ยท Bespoke Evaluation

Accuracy, precision, and recall gave clear objective scores. Generative outputs resist simple metrics โ€” evaluation becomes application-specific.

  • Human evaluation: gold standard, but scales poorly and introduces subjectivity
  • Model-based evaluation: one LLM judges another's outputs
  • Reference-based metrics: often correlate poorly with human judgement
  • Customer service โ†’ accuracy; creative writing โ†’ originality; code โ†’ correctness
Before vs After

Traditional ML vs Foundation Models

Dominant Architecture

Retrieval-Augmented Generation (RAG)

RAG became the dominant pattern for enterprise AI โ€” combining foundation model language capability with dynamic information retrieval.

๐Ÿ™‹
User Query
๐Ÿ”
Vector Search
๐Ÿ“„
Retrieved Context
๐Ÿง 
LLM Synthesis
๐Ÿ’ก
Grounded Answer

What RAG solves

  • Access up-to-date information without retraining
  • Cite specific sources โ€” improving trustworthiness
  • Use proprietary information not in the model's training data
  • Replaced extensive custom model training in most enterprise workflows

Key components

  • Vector database (Pinecone / Weaviate / Chroma) for semantic search
  • Embedding model to convert documents to high-dimensional vectors
  • Foundation model (GPT-4, Claude, Gemini) for generation
  • Orchestration layer (LangChain / LlamaIndex) to wire it together
Scale of Adoption

Unprecedented growth velocity

New Roles & Skills

Prompt engineering: from zero to 20% of job postings

Zero mentions in 2020 job postings โ€” nearly 20% by 2024. GenAI created an entirely new skill category alongside existing data science roles.

Before GenAI

  • Data collection and labelling (majority of budget)
  • Feature engineering for each task
  • Training custom models from scratch
  • MLOps: experiment tracking, model versioning

After GenAI

  • Prompt engineering and few-shot design
  • RAG pipeline architecture
  • LLMOps: prompt versioning, output validation, cost optimisation
  • Evaluation framework design

The Persistent Gap

Many organisations experiment with ChatGPT for simple tasks but struggle to integrate GenAI into core business processes. The gap between proof-of-concept demonstrations and production-grade systems remains substantial โ€” and is where skilled practitioners create the most value.

Key Insight โ€” Universal metrics of traditional ML give way to bespoke evaluation frameworks tailored to specific use cases โ€” customer service prioritises accuracy, creative writing values originality, code generation demands correctness.

Key takeaways

  • GenAI represents a fundamental paradigm shift, not just incremental improvement
  • Data science roles shifted from data labelling to prompt engineering
  • RAG emerged as the dominant pattern for enterprise AI applications
  • Evaluation became application-specific rather than universally metric-driven
  • 3,600% YoY adoption growth shows unprecedented enterprise transformation speed