Execution plane / Tier 2 / Phase 3

ML & Decision Intelligence

When is a classical model the better tool?

Keep discriminative and optimisation models in the architecture as first-class tools and routing signals — often cheaper, faster and more accurate than asking a language model.

01 / WHAT THIS BOUNDARY OWNS
  • Classifiers for routing, triage, intent and safety pre-screening
  • Rerankers and scorers supporting retrieval
  • Anomaly detection and forecasting feeding agent decisions
  • Optimisation and constraint solving where the answer is a plan, not prose
  • Feature store, training pipelines and drift monitoring for these models
02 / INTEGRATION POINTS
03 / ENTERPRISE ACCOUNTABILITY

Data Science / Machine Learning

  • Head of Data Science — accountable owner
  • Data scientist — model development and validation
  • MLOps engineer — deployment, monitoring, retraining
  • Decision scientist — where optimisation beats generation
  • Model risk reviewer in regulated sectors

Architectural recommendation, not a research finding.

04 / WHAT DONE LOOKS LIKE
A scale-phase optimisation: introduce when volume makes a measured LLM path too slow, too costly or too imprecise for a repeated decision. Do not create a parallel ML organisation — reuse the same registry, evaluation and observability harnesses.

Signals to watch

  • Accuracy or AUC by model against its baseline
  • Feature and prediction drift
  • Share of decisions served by classical models versus the LLM path
  • Cost and latency delta against the LLM alternative
05 / FAILURE MODES
  1. A language model used where a small classifier is faster, cheaper and more accurate
  2. Drift unmonitored because these models sit outside the agent telemetry
  3. Two disconnected lifecycles: one for models, one for agents
  4. Existing model-risk governance not applied to models now invoked by agents
06 / REFERENCE LANDSCAPE

Tool and standards snapshot · last reviewed approximately mid-2026

Open source

  • scikit-learn
  • XGBoost or LightGBM
  • PyTorch
  • MLflow
  • Feast
  • Evidently for drift
  • River for online learning
  • OR-Tools
  • statsforecast or Prophet
  • BentoML or Seldon Core

Managed

  • Managed ML platforms and feature stores
  • AutoML services for tabular baselines

Standards

  • Model cards and datasheets
  • Existing model-risk management standards where the sector requires them
ARCHITECTURE NOTE

This harness is easy to forget in an agent-centric design and quick to pay for itself. The most reliable cost reduction available is usually not a cheaper model tier — it is not calling a language model at all.