Craft · Decide
Most problems are not language-model problems.
The first skill is knowing what kind of intelligence a job actually needs. Vision, language or structured data. A classifier or a generator. A model at all, or a rule that somebody should just write down. Most failed AI projects did not fail at the model. They chose the wrong family for the problem, usually a large language model where a small classifier would have been righter, more cost-effective and testable.
Vision
- Inspection and defect detection
- Document and image understanding
- Anomaly detection in visual streams
Language
- Extraction and classification
- Retrieval over private corpora
- Generation only where output is checkable
Structured
- Scoring, ranking and forecasting
- Anomaly detection over records
- Tabular and time-series modelling
Choosing correctly is the capability. Building it afterward is the easier part.