Local AI is moving faster than the conversation around it
A different starting point
- Less data leaving the perimeter
- Less exposure
- Less privacy risk
- Fewer third-party dependencies baked into the architecture from the start
From feature engineering to context engineering
Feature engineering starts from what you can cleanly extract.
Context engineering starts from all the data that is already there.
Feature engineering starts from what you can cleanly extract and compute. Context engineering starts from all the data that is already there, including the messy parts, and turns it into usable input at the moment it is needed.
Take churn as a concrete example. Both approaches start from the same problem, but not from the same place.
Context engineering starts from all the data that is already there.
That does not mean the death of structured modeling. Explicit scores remain the right answer for some use cases. They are easier to audit, easier to govern, easier to benchmark, easier to industrialize. But they are no longer the only option. A second pattern is emerging, where intelligence is produced from context at runtime instead of being pre-baked into a catalog of fixed outputs.
In practice, that makes previously awkward data operational. This data already exists in almost every CRM and CDP, connected to nothing operational. It stops being dead weight and becomes usable input.
To me, that is much closer to the original promise of AI than the last few years of score factories. We will no longer be building automation around narrow tasks, but systems that can respond to new questions without needing a new model, a new feature set, and a new pipeline every time someone asks for something slightly different.
Why this is becoming practical now
- Open MoE architectures
- Quantized inference
- Hybrid CPU+GPU loading
- Hot-swappable model serving
- Specialized models for specific tasks
What changes for customer intelligence
Explicit models do not go away. They become one layer of intelligence inside the system, not the entire system.