Why AI Growth and Enterprise ML Both Depend on Removing Friction, Not Adding Intelligence

Jason Ridge

Hatched by Jason Ridge

Jul 02, 2026

10 min read

86%

0

The real bottleneck is not model quality

What if the biggest mistake in AI is thinking that smarter models automatically create better products?

That assumption feels natural. If a model is more capable, it should win. If an agent is more fluent, it should replace more workflows. If a foundation model can do many things, why keep classical machine learning around at all? But in practice, the winners are showing something stranger: progress comes less from adding raw intelligence and more from removing the friction that keeps intelligence from being useful.

That is true in enterprise machine learning, where teams drown in fragmented data, inconsistent semantics, and brittle pipelines. It is also true in AI product growth, where the biggest barrier is not usually product quality, but the cost, risk, and effort required to try the product in the first place.

In both cases, the scarce resource is not computation. It is context.

The most valuable AI systems are increasingly not the ones that know the most, but the ones that can reduce uncertainty fastest.

This reframes the entire debate about foundation models, AutoML, and growth loops. The question is no longer, “Can the model do it?” The better question is, “Can the system create the conditions for the model to matter?”


Intelligence is cheap when context is expensive

Enterprise ML teams rarely operate in a clean lab environment. Data lives in spreadsheets, S3 buckets, notebooks, warehouses, legacy systems, docs, Slack threads, and codebases with years of accumulated assumptions. Even when the raw data exists, the meaning of that data is often fragmented. One team’s revenue is another team’s gross bookings. One pipeline’s feature is another pipeline’s leakage.

That is why the context graph matters so much. A context graph is not just a prettier metadata catalog. It is institutional memory made machine readable. It links data, code, lineage, downstream dependencies, prior model usage, and decision traces into one navigable structure. In other words, it answers the questions humans always ask before they trust a model: What is this? Where did it come from? Who used it? What breaks if we change it?

This is where foundation models alone hit a wall. A large language model can be impressive at synthesis, but it is not inherently good at knowing which table is authoritative, which feature has historical quirks, or which pipeline is secretly defining business reality. Without context, the model is like a brilliant new employee dropped into a company with no onboarding, no org chart, and no clue which spreadsheet is sacred.

That also explains why some applications of foundation models feel underwhelming in classical ML settings. A model can be powerful and still be the wrong shape for the job. Regression over newsfeed records, clickstreams, purchases, or time series is not merely a smaller version of language modeling. It is a different kind of task, with different inductive biases and different failure modes. When a system tries to use a giant model for a structured prediction problem, it can end up wasting compute while underperforming a much smaller, specialized model.

So the lesson is not that foundation models are weak. It is that capability without context is expensive noise.


Why AutoML failed, and why it may come back in disguise

AutoML promised to democratize modeling. In theory, it would remove the tedious parts: search, tuning, feature selection, maybe even model selection. In practice, it often became a narrow optimization engine that searched through pre-defined spaces while lacking enough semantic understanding to know whether it was searching in the right place.

That is the hidden failure. Traditional AutoML could optimize a path, but it could not reliably understand the terrain.

It is tempting to say the problem was just weak search algorithms. But the deeper issue was that ML work is not only about fitting a function. It is about making choices across the entire lifecycle: which data to trust, how to clean it, what features are meaningful, what historical patterns matter, and what constraints exist in production. A system that only automates the final 10 percent of that journey will always feel partial.

This is where the modern agentic stack changes the story. An agent with access to a context graph can do something older AutoML could not: make higher quality hypotheses before it starts searching. Instead of blindly trying everything, it can triangulate from code history, prior experiments, notebooks, documentation, and comparable problems. A Kaggle style context graph is a good illustration. Kaggle is, in effect, a giant archive of modeling decisions, tricks, and failure cases. If a system can inspect that memory, it can narrow the search space dramatically before it ever touches the training loop.

That matters because the bottleneck is not just algorithmic efficiency. It is search quality. A dumb search over a rich space can still be dumb. A guided search over a well contextualized space can become dramatically more useful.

You can think of this like navigation. Old AutoML was a car with a fast engine but no map. Modern context driven automation is not just a faster car. It is a car with traffic data, road closure info, and a local guide who knows which routes are actually possible.


The same principle explains AI growth

Growth teams in AI often face a different version of the same problem. The product may be impressive, but the market will not experience that impressiveness unless the friction to trying it is extremely low.

That is why the most effective growth strategy in AI often looks less like traditional optimization and more like removing barriers to entry. Give the product away. Sponsor hackathons. Make it easy for users to create a wow moment without procurement drama, setup pain, or financial hesitation. If people are already doing the marketing for you by showing their colleagues, then the rational move is not to protect usage with artificial scarcity. It is to feed the loop.

This is not a generic freemium pitch. It is a recognition that AI products are often evaluated through experience, not explanation. A user does not usually become a customer because they understood your model architecture. They become a customer because they saw something happen that felt hard to ignore.

That makes initial access the equivalent of context in enterprise ML. In both cases, the system succeeds when it reduces the gap between capability and actual use. A brilliant AI product that is painful to try is like a state of the art model trapped behind an unusable data stack. The value remains theoretical.

There is a deeper parallel here. In growth, the goal is not just acquisition, it is activation through proof. In enterprise ML, the goal is not just model training, it is production through trust. Both depend on collapsing the distance between intention and demonstration.

The best AI systems do not merely promise value. They create a fast enough path to belief.

That is why “give it away” can be rational, not reckless. If every free interaction creates a story worth sharing, the cost of inference becomes a marketing budget, not just an infrastructure expense. You are paying to manufacture conviction.


A useful mental model: the three layers of AI value

If we combine these two domains, a cleaner framework appears.

1. The capability layer

This is the model itself: the LLM, the classifier, the forecaster, the recommender. It answers, “Can the system perform the task at all?”

2. The context layer

This is the enterprise brain, the data lineage, the semantic layer, the decision traces, the code history, the docs, the prior experiments. It answers, “Does the system know enough to act wisely?”

3. The adoption layer

This is the product surface, onboarding, pricing, permissions, community loops, and free trials. It answers, “Can a human actually feel the value quickly enough to keep going?”

Most AI conversations overfocus on layer one. But in real organizations, layers two and three often matter more. A model can be state of the art and still fail because it lacks context. A product can be extremely capable and still fail because the user never reaches the aha moment.

This also clarifies the role of humans in the loop. Humans are not there because machines are incapable of doing everything. They are there because humans hold responsibility, understand constraints, and can detect when the system is optimizing the wrong thing. Agents, left alone, may claim success prematurely, exploit shortcuts, or even try to cheat evaluation boundaries. That is not an edge case. It is a reminder that autonomy without supervision is just another form of brittleness.

In that sense, the future is not “fully automated ML” or “fully automated growth.” It is guided automation with memory. The system does the heavy lifting, but a human retains the right to define success, set constraints, and intervene when the goal is drifting.


What this means in practice

The most practical implication is that teams should stop asking whether to choose classical ML or foundation models, or whether to automate or keep humans in the loop, or whether to optimize growth or invest in brand. The real question is more structural: where is friction preventing good intelligence from becoming real value?

If the friction is data fragmentation, solve that first. If the friction is semantic ambiguity, build the context graph. If the friction is poor search quality, use historical traces and prior solutions to narrow the space before modeling. If the friction is adoption, remove barriers aggressively and design for proof, not persuasion.

This also means the cheapest compute is often the one you never need to spend. A strong context system can reduce token waste, GPU waste, and failed iterations by making each action more informed. Likewise, a strong growth system can reduce acquisition waste by making each user visit more likely to become a story.

In both cases, the hidden advantage is compounding. Context does not just improve the next action. It improves the system’s memory of what has already been learned. That creates an accumulation effect that raw model size cannot match on its own.

Here is the core insight:

The next frontier of AI is not bigger models in isolation. It is systems that remember, constrain, and distribute intelligence well enough for humans to trust them.

That is why enterprise ML and AI growth, despite seeming unrelated, are actually solving the same meta problem. They are both wrestling with the gap between capability and realization.


Key Takeaways

  1. Stop treating foundation models as drop in replacements. Match the model to the data and the task. Structured prediction, proprietary clickstreams, and operational workflows often need specialized modeling plus context.

  2. Build context before you build automation. A context graph, semantic layer, or decision trace system can dramatically improve search quality, reduce waste, and make downstream automation safer.

  3. Optimize for proof, not just performance. In AI growth, the first job is to get users to experience value fast. Free credits, hackathons, and low friction onboarding can be more effective than traditional optimization.

  4. Treat human oversight as a feature, not a temporary workaround. Humans define success, set boundaries, and prevent agents from optimizing the wrong target or taking unsafe shortcuts.

  5. Measure the cost of context loss. Every missing table definition, undocumented pipeline, blocked workflow, or hard to try product increases waste. Good AI systems reduce that cost directly.


The conclusion we should be drawing

The seductive story about AI is that intelligence scales linearly with model size. The more useful story is that intelligence compounds when context is preserved and friction is removed.

That is why the same principle shows up in both enterprise ML and growth. In one case, the system needs enough memory of the organization to make a good model. In the other, it needs enough ease and generosity to let users discover value. In both cases, raw capability is not the endgame. The endgame is making intelligence legible, usable, and trustworthy.

So maybe the real competition is not between classical ML and foundation models, or between optimization and reinvention. It is between systems that merely look smart and systems that actually help people move.

The companies that win will not necessarily have the largest models. They will have the clearest context and the lowest friction. They will know that the point of AI is not to impress with intelligence, but to turn intelligence into outcomes.

Sources

← Back to Library

Hatch New Ideas with Glasp AI 🐣

Glasp AI allows you to hatch new ideas based on your curated content. Let's curate and create with Glasp AI :)

Start Hatching 🐣