🦉
AI Engineering Handbook
About
  • Hey
  • Tech Stack
  • ML to AI Shift
  • Agentic Systems
  • Anti Patterns
  • AI Engineer
  • Roles Reimagined
  • Dream Team
  • System
    • Architecture
    • Start Simple
    • Enhance Context
    • Implement Guardrails
    • Add Routing and Gateway
    • Optimise with Caching
    • Enable Agent Patterns
Powered by GitBook
On this page
  • 🛠️ Adapting vs Building
  • 📊 Harder Evaluation
  • New Focus
  • 🔄 Changed Workflow
  • 🔑 Competitive Advantage

ML to AI Shift

PreviousTech StackNextAgentic Systems

Last updated 7 days ago

The ready-to-use foundation models transforms how engineers build AI. It enables engineers to build advanced apps without needing to understand gradient descent or train models yourself.

🛠️ Adapting vs Building

Traditional ML: Train custom models from scratch, requiring deep expertise.

AI Engineering: Use existing foundation models and adapt them through: prompt engineering, context construction (RAG), fine-tuning

📊 Harder Evaluation

AI Engineering: Open-ended outputs without single "correct" answers. Requires new methods:

  • AI-as-judge approaches

  • Comparative techniques

New Focus

  • Evaluation of model behavior

  • Mastery prompt engineering skills

  • Building effective context (e.g. RAG)

  • Designing intuitive user interfaces

🔄 Changed Workflow

More AI engineers today are coming from web or full-stack backgrounds, not just traditional ML. AI Engineering now feels much closer to full-stack development:

  • Begin with the product and user experience

  • Integrate models and data as needed

  • Focus shifts from model-first to product-first thinking

🔑 Competitive Advantage

Proprietary data and user feedback become key advantages. As models become common, unique data sets your applications apart.

🎯