HomeAIPredictive Personalization: AI That Knows What Customers Want Before They Do

Predictive Personalization: AI That Knows What Customers Want Before They Do

Ever had that eerie moment when an app recommends exactly what you were thinking about buying? That’s not magic. It’s predictive personalization, and it’s reshaping how businesses interact with customers. This article covers the neural networks, behavioral signal processing, and real-time algorithms that make machines better at predicting your needs than your best friend. You’ll learn how deep learning architectures process massive datasets, how session-based algorithms track your every click, and why the future of commerce depends on AI that reads minds (sort of).

Neural networks powering predictive models

Neural networks are the backbone of modern predictive personalization. These computational structures mimic the human brain’s interconnected neurons, processing large amounts of customer data to find patterns that human analysts miss. Unlike traditional rule-based systems that follow predetermined logic, neural networks learn from experience, refining their predictions as they consume more data.

The work happens in layers. Input layers receive raw customer data: purchase history, browsing behavior, demographic information. Hidden layers transform this data through mathematical operations, pulling out features and relationships. Output layers deliver predictions: what product a customer will buy, when they’ll churn, or which email subject line will make them click.

Did you know? According to Harvard’s research on AI marketing, algorithms now analyze customer interactions in real time, predicting consumer behavior with accuracy that improves daily.

My experience implementing neural networks for an e-commerce client turned up something interesting: the system found that customers who browsed products on Tuesday evenings were 43% more likely to buy premium items than weekend browsers. No human analyst had spotted this in three years of manual reporting.

Deep learning architecture fundamentals

Deep learning takes neural networks up a level, literally. While shallow networks might have two or three layers, deep learning architectures stack dozens or even hundreds of layers. Each layer pulls out increasingly abstract features from the data.

Think of it this way: the first layer might recognize that a customer viewed running shoes. The second layer notes they also looked at fitness trackers. The third layer connects these to earlier purchases of health supplements. By layer ten, the system understands this customer is starting to work out and predicts they’ll need workout clothes within two weeks.

Convolutional Neural Networks (CNNs) are good at processing visual data. Fashion retailers use them to read style preferences from images customers linger on. A customer who pauses on minimalist designs gets different recommendations than someone who favors bold patterns, even if they’ve never bought anything yet.

Fully connected layers tie everything together. These dense networks connect every neuron to every neuron in adjacent layers, creating a web of relationships that catches subtle correlations. When Princess Polly starts their predictive personalization on the homepage, allowing visitors to choose their preferences, they’re feeding data into these dense layers for instant personalization.

Recurrent neural networks for behavioral sequences

This is where things get interesting. Standard neural networks treat each data point on its own. But customer behavior isn’t random. It’s sequential. What you bought last month influences what you’ll buy next month. Recurrent Neural Networks (RNNs) remember.

RNNs keep an internal state, a kind of memory that carries information from previous inputs. When analyzing a customer’s shopping, an RNN doesn’t just see “bought coffee maker.” It sees “bought coffee maker after browsing for three weeks, reading reviews, and comparing prices.” That sequence matters.

Long Short-Term Memory (LSTM) networks solve an important problem: the vanishing gradient issue. Early RNNs forgot long-term patterns. LSTMs use input, forget, and output gates to decide what information to keep or discard. That lets them remember that a customer who bought a camera in January might need memory cards in February and a tripod in March.

Quick Tip: When implementing RNNs for customer behavior prediction, start with a lookback window of 90 days. Shorter windows miss seasonal patterns; longer windows introduce too much noise from changed circumstances.

Gated Recurrent Units (GRUs) are a simpler alternative to LSTMs. With fewer parameters, they train faster and often perform just as well for shorter sequences. E-commerce platforms use GRUs to predict next-click behavior within a single session, while LSTMs handle longer-term purchase predictions.

Transformer models in preference prediction

Transformers changed natural language processing, and now they’re changing personalization. Unlike RNNs that process data in sequence, transformers use attention mechanisms to weigh the importance of different data points all at once.

The attention mechanism asks which past behaviors matter most for this prediction. A customer browsing winter coats in July might seem random until the attention mechanism notices they also searched for “ski resorts.” Suddenly the behavior makes perfect sense.

Self-attention lets transformers capture relationships between any two points in a sequence, no matter the distance. Netflix uses transformer-based models to understand viewing patterns. Netflix and Amazon use machine learning and AI to predict customer needs before customers even know them, analyzing not just what you watched, but when you paused, rewound, or gave up on something.

Multi-head attention runs several attention mechanisms in parallel, each focusing on a different aspect of the data. One head might focus on product categories, another on price sensitivity, a third on brand loyalty. Together they build a full picture of customer preferences.

Model TypeBest Use CaseTraining SpeedPrediction Accuracy
RNN/LSTMSequential behavior predictionSlowGood for long sequences
GRUShort-term session behaviorModerateGood for short sequences
TransformerComplex preference modelingFast (parallel processing)Excellent for diverse data
CNNVisual preference analysisFastExcellent for image data

Training data requirements and quality

The fanciest neural network architecture means nothing without quality training data. Garbage in, garbage out. That old programming adage holds especially true for predictive personalization.

Volume matters, but diversity matters more. A million data points from the same customer segment teaches the model less than a hundred thousand points that represent diverse behaviors. IBM’s research on AI personalization stresses that effective methods need balanced datasets that reflect all customer segments.

Data quality has several dimensions. Accuracy means records reflect reality: a customer tagged as “male” who’s actually female skews predictions. Completeness means having all relevant features; missing data creates blind spots. Consistency requires uniform formatting across sources. Timeliness means data reflects current behavior, not outdated patterns.

Feature engineering turns raw data into useful inputs. A timestamp becomes “day of week,” “time of day,” and “days since last purchase.” A purchase amount becomes “percentage of average order value” and “deviation from personal spending pattern.” These engineered features help models learn faster and predict better.

Key Insight: The 80/20 rule applies to training data, spend 80% of your effort on data preparation and cleaning, 20% on model architecture. A simple model with clean data outperforms a complex model with messy data every time.

Data augmentation handles imbalanced datasets. If you have 10,000 examples of customers who didn’t buy but only 500 who did, the model learns to predict “no purchase” too often. Techniques like SMOTE (Synthetic Minority Over-sampling Technique) generate synthetic examples of rare behaviors, which balances the dataset.

Labeling needs care. Supervised learning needs labeled examples: “this customer churned,” “this customer converted.” But labels can be noisy. A customer who hasn’t purchased in 90 days might be labeled “churned” when they’re actually just taking a break. Semi-supervised and self-supervised learning techniques cut the reliance on labels that might be wrong.

Real-time behavioral signal processing

Predictions become powerful when they happen in real time. A recommendation that arrives tomorrow helps nobody; one that appears as the customer browses can close the sale. Real-time processing transforms predictive models from interesting experiments into revenue-generating machines.

The challenge is processing speed versus prediction accuracy. Complex models that take seconds to run can’t support real-time personalization. The fix involves model optimization, edge computing, and clever architecture that pre-computes what it can and calculates the rest on the fly.

Streaming data pipelines take in behavioral signals as they happen. Apache Kafka, Amazon Kinesis, and similar technologies handle millions of events per second, routing them to processing systems. Each click, scroll, hover, and pause creates an event that feeds into prediction engines.

Clickstream and navigation pattern analysis

Every mouse movement tells a story. Clickstream analysis tracks the path customers take through digital properties, showing intent through behavior. Someone who clicks straight to a product from a search result shows different intent than someone who browses several categories first.

Heatmaps show attention. Areas where users hover longer signal interest; sections they scroll past quickly signal irrelevance. Eye-tracking studies confirm these patterns, since mouse movements correlate strongly with eye movements. Smart systems adjust layouts based on these patterns, placing high-value content where attention concentrates.

Navigation sequences show shopping styles. Some customers research exhaustively, comparing dozens of products before buying. Others decide quickly, viewing one or two items then buying. Recognizing these patterns lets systems adapt, showing detailed comparisons to researchers and streamlined checkout to quick deciders.

What if your website could detect frustration before customers abandon? Rapid back-and-forth clicking, repeated visits to the same page, or hovering over the exit button all signal trouble. Preventive intervention, a chatbot offering help, a discount code, or simplified navigation, can save the sale.

Session depth and duration give context. A five-minute visit viewing twenty pages differs from a five-minute visit viewing two pages. The first suggests engaged browsing; the second might mean confusion or slow page loads. Combining duration with depth shows true engagement levels.

Exit page analysis finds friction points. If 40% of customers abandon on the shipping information page, something’s wrong: maybe unexpected costs, complicated forms, or security concerns. Predictive analytics in conversion optimization helps companies analyze these patterns and personalize experiences to cut abandonment.

Session-based recommendation algorithms

Session-based recommendations work without historical data. New visitors have no purchase history, no saved preferences, no profile. Yet they still expect personalization. Session-based algorithms deliver.

Item-to-item collaborative filtering powers Amazon’s “customers who bought this also bought” recommendations. The algorithm doesn’t need to know anything about you. It knows about the items. If 70% of people who bought item A also bought item B, the system recommends B when someone views A.

Session-aware matrix factorization combines collaborative filtering with session context. It factors in not just which items relate to each other, but how items relate within a single session. Viewing products in the sequence A->B->C creates different predictions than the sequence C->B->A, even though the items are identical.

Graph Neural Networks (GNNs) represent sessions as graphs. Products are nodes; clicks are edges. The GNN learns to predict which node (product) a customer will click next based on the graph structure. This approach catches complex relationships that simpler methods miss.

Success Story: Trip-intent AI in the travel industry demonstrates session-based prediction at its best. By analyzing search patterns, booking behaviors, and browsing sequences within a single session, systems predict travel intent and personalize offers before customers even complete their search.

Recency matters more than frequency in sessions. The last three items viewed predict the next click better than the first three items viewed. Weighted algorithms give far more importance to recent actions, creating recommendations that feel eerily accurate.

Multi-touch attribution modeling

Customers rarely convert on first touch. They see an ad, visit your site, leave, return from an email, browse, leave again, return from a search, then finally buy. Which touchpoint deserves credit? Multi-touch attribution answers this.

Last-click attribution gives all credit to the final interaction. Simple, but wrong: it ignores the path that led to that final click. First-click attribution credits the initial touchpoint, which also oversimplifies. Linear attribution divides credit equally across all touchpoints, which is fairer but still naive.

Time-decay attribution assigns more credit to recent touchpoints. This makes sense: the email that brought someone back today matters more than the ad they saw three weeks ago. But it still uses a set formula rather than learning from data.

Algorithmic attribution uses machine learning to work out how credit should be split. It analyzes thousands of conversion paths, finding which touchpoints actually influenced decisions. Maybe your email campaigns don’t directly drive sales, but they keep your brand top of mind, which makes customers more likely to convert when they see a retargeting ad.

Shapley values, borrowed from game theory, give a mathematically rigorous approach. They calculate each touchpoint’s marginal contribution by considering all possible combinations. The math gets complex, but the insight is worth it: you discover which channels truly drive value.

Attribution ModelCredit DistributionComplexityAccuracy
Last-Click100% to final touchVery SimpleLow
First-Click100% to initial touchVery SimpleLow
LinearEqual across all touchesSimpleModerate
Time-DecayMore to recent touchesModerateModerate
AlgorithmicData-driven distributionComplexHigh
Shapley ValueGame theory-basedVery ComplexVery High

Cross-device attribution brings its own challenges. Customers browse on mobile during commutes, research on desktop at work, and buy on tablet at home. Deterministic matching uses login data to connect devices. Probabilistic matching uses behavioral patterns and device fingerprints when login data isn’t available.

Myth Debunked: “Attribution models require massive datasets to be accurate.” Wrong. Even small businesses can implement time-decay or position-based attribution with modest traffic. What matters is consistent tracking and honest analysis. Start simple, then increase sophistication as you collect more data.

The power of attribution isn’t just measuring past performance. It’s predicting future behavior. Once you know that customers who engage with three specific touchpoints convert at 5x the rate of those who don’t, you can engineer those touchpoints into every customer journey.

Ethical considerations and privacy boundaries

Let me be blunt: predictive personalization walks a fine line between helpful and creepy. Get it right, and customers love the convenience. Get it wrong, and you’re the company that “knows too much.”

The Target pregnancy prediction story illustrates this. Their algorithm predicted a teenager’s pregnancy before her father knew, sending baby product coupons to her home. Accurate prediction? Yes. Appropriate? Absolutely not. The incident sparked conversations about prediction ethics that continue today.

Transparency builds trust. Customers accept personalization when they understand it. Netflix tells you why it recommended a show (“because you watched X”). Amazon explains why it suggests products. This transparency turns prediction from creepy surveillance into helpful service.

Consent matters more than ever. GDPR, CCPA, and similar regulations require explicit permission for data collection and processing. But legal compliance isn’t enough. Ethical personalization respects customer preferences even when the law doesn’t require it.

Data minimization reduces risk. Collect only what you need, keep it only as long as necessary, and secure it properly. The most private data is data you never collected. Every additional data point raises both prediction accuracy and privacy risk, so find the right balance for your context.

Key Insight: Customers will share data for value. A study found 83% of consumers accept personalization if they receive clear benefits, better recommendations, time savings, or exclusive offers. The trade must be explicit and fair.

Bias in predictions creates real harm. If your model learns from historical data that reflects societal biases, it repeats those biases. An algorithm trained on data showing that men buy more electronics might show fewer electronics ads to women, creating a self-fulfilling prophecy. Regular bias audits and diverse training data help, but you have to stay watchful.

Implementation challenges and solutions

Theory meets reality here, and reality usually wins. Deploying predictive personalization involves technical challenges, organizational resistance, and surprises. Here’s what actually happens when you try to put these systems in place.

Data silos kill personalization. Customer service uses one database, marketing uses another, sales uses a third. Each system has partial information, none has the complete picture. Breaking down these silos requires executive support, technical integration, and political will. Start with a customer data platform (CDP) that pulls data from all sources into a unified view.

Model deployment isn’t just technical. It’s operational. Data scientists build models in Python notebooks; production systems run Java or C++. This gap between development and deployment sinks countless projects. MLOps practices, meaning version control for models, automated testing, and continuous monitoring, close this gap.

Latency constraints force trade-offs. A model that takes 500 milliseconds to generate predictions can’t power real-time personalization on a website where every 100 milliseconds of delay costs conversions. Options include model compression, feature pre-computation, and edge deployment that moves computation closer to users.

Quick Tip: Start with batch predictions for email personalization before attempting real-time website personalization. Batch processing tolerates slower models and provides a testing ground for accuracy before the high-stakes real-time environment.

Cold start problems plague new users and new products. Your model can’t predict preferences for someone with no history or recommend products with no ratings. Content-based filtering gives you a fallback: recommend based on product attributes rather than collaborative signals. Hybrid approaches combine several strategies for reliable predictions even with sparse data.

Most companies overestimate their readiness for AI personalization. They lack clean data, integrated systems, and organizational fit. Predictive personalization needs machine learning to predict affinity and intent, but it also needs operational maturity that many organizations haven’t reached.

Measuring success and continuous improvement

You can’t improve what you don’t measure. Predictive personalization generates metrics at several levels: model performance, business impact, and customer satisfaction. Each tells part of the story.

Model metrics include precision, recall, and F1 score. Precision measures how many predictions were correct; recall measures how many opportunities you caught. A model that predicts everyone will buy has perfect recall but terrible precision. One that only predicts when certain has perfect precision but terrible recall. F1 score balances both.

Mean Average Precision at K (MAP@K) measures recommendation quality specifically. If you recommend 10 products and the customer buys the third one, your precision at 10 is 0.1 (one relevant item in 10 recommendations). Average this across all customers and you get MAP@K, a standard metric for recommendation systems.

Business metrics matter more than model metrics. A model with 95% accuracy that doesn’t increase revenue fails. Track conversion rate lift, average order value increase, customer lifetime value improvement, and churn reduction. These metrics justify investment and guide optimization.

Metric TypeExample MetricsWhat It Measures
Model PerformancePrecision, Recall, F1, AUC-ROCPrediction accuracy
Recommendation QualityMAP@K, NDCG, Hit RateRelevance of suggestions
Business ImpactConversion rate, AOV, CLVRevenue and profit
Customer SatisfactionNPS, satisfaction scores, engagementUser experience
OperationalLatency, uptime, cost per predictionSystem output

A/B testing is still the gold standard for measuring impact. Split traffic between the personalized experience and a control group, then compare outcomes. Run tests long enough to capture weekly patterns and reach statistical significance. A 2% improvement that’s statistically notable beats a 10% improvement that isn’t.

Multi-armed bandit algorithms refine things while testing. Unlike A/B tests that split traffic evenly, bandits gradually shift traffic toward better-performing variations. This cuts the cost of testing inferior options while still gathering data. Contextual bandits go further, choosing variations based on user context and showing different versions to different customer segments.

Did you know? Amazon attributes 35% of its revenue to its recommendation engine. That’s billions of dollars driven by predictive personalization. The ROI of getting this right is staggering.

Model drift needs constant monitoring. Customer preferences change, seasonal patterns shift, competitors launch new products. A model trained on last year’s data slowly loses accuracy. Automated monitoring tracks prediction accuracy over time and triggers retraining when performance slips. Some systems retrain continuously, taking in new data daily.

Feature importance analysis shows what drives predictions. If your model heavily weights “time on site” but barely considers “pages viewed,” you’ve learned something valuable about customer behavior. Reviewing feature importance regularly guides data collection priorities and business strategy.

Integration with broader marketing strategy

Predictive personalization doesn’t exist on its own. It’s one tool in a broader marketing setup. The companies that succeed integrate predictions across all customer touchpoints, creating continuous experiences.

Email marketing benefits a lot from prediction. Send time optimization uses machine learning to predict when each customer is most likely to open emails. Subject line optimization tests variations and learns which styles resonate with each segment. Product recommendations in emails drive 5 to 15% of e-commerce revenue for mature programs.

Paid advertising gets more efficient with predictive audiences. Upload your customer list to advertising platforms, and their algorithms find lookalike audiences, people who resemble your best customers. Bid optimization algorithms adjust bids in real time based on predicted conversion probability. Some platforms now offer value-based bidding that targets customers predicted to have high lifetime value, not just high conversion probability.

Content personalization goes beyond product recommendations. News sites personalize article suggestions; B2B sites personalize whitepapers and case studies. The principle stays the same: predict what each visitor wants and show them that. For businesses looking to grow their online visibility and reach customers actively searching for their services, listing on quality directories like Web Directory makes sure your business appears in relevant searches when potential customers are most receptive.

Customer service integration closes the loop. When a customer contacts support, agents see predicted needs and issues. “This customer is predicted to churn” prompts early retention offers. “This customer is likely interested in premium features” suggests upsell opportunities. Predictions turn reactive support into preventive relationship management.

Key Insight: Omnichannel consistency matters more than individual channel optimization. A customer who receives personalized recommendations on your website but generic emails experiences cognitive dissonance. Unified predictions across all channels create coherent experiences that build trust.

Offline integration completes the picture. Retail stores use mobile app data to personalize in-store experiences. Sales teams get predictions about which products to pitch. Direct mail campaigns target customers predicted to respond. The digital-physical divide is disappearing, and predictions bridge both worlds.

Future directions

Where does predictive personalization go from here? The technology keeps evolving fast, and several trends will shape the next five years.

Federated learning tackles privacy concerns by training models on decentralized data. Instead of collecting all customer data in a central database, models train locally on each user’s device, then share only the learned patterns. Apple uses this for keyboard predictions: your iPhone learns your typing patterns without sending your messages to Apple’s servers. Expect this technique to spread in e-commerce and marketing.

Causal inference moves beyond correlation to causation. Current models find patterns: “customers who view X often buy Y.” But correlation isn’t causation. Did viewing X cause the purchase, or do both come from an underlying preference? Causal models answer this, enabling more effective interventions. Instead of showing products customers would buy anyway, you show products that actually influence decisions.

Reinforcement learning optimizes long-term value, not just immediate conversions. Current personalization often maximizes short-term metrics: click-through rates, immediate purchases. But what if showing a slightly less relevant product today builds stronger long-term loyalty? Reinforcement learning algorithms consider the whole customer lifetime, making decisions that raise total value rather than next-click probability.

Explainable AI tackles the black box problem. Customers and regulators increasingly want explanations for algorithmic decisions. Why did you recommend this product? Why did you show me this ad? Techniques like LIME (Local Interpretable Model-Agnostic Explanations) and SHAP (SHapley Additive exPlanations) make complex models interpretable. Expect regulation to require explainability in high-stakes decisions.

What if personalization became so accurate it eliminated browsing? Instead of searching and comparing, you simply ask for what you need and the system delivers the perfect match. This isn’t science fiction, voice commerce with AI assistants moves toward this reality. The challenge: maintaining discovery and serendipity that make shopping enjoyable, not just efficient.

Multimodal models combine text, images, audio, and video. Current systems usually process one data type. Future systems will understand that a customer who says “I need something for my daughter’s birthday,” shows you a photo of her room, and plays a TikTok sound she likes gives rich context for perfect recommendations. GPT-4 and similar models show multimodal capabilities that will change personalization.

Edge computing moves prediction from cloud to device. As models get more efficient, smartphones and IoT devices will run sophisticated personalization locally. This cuts latency, improves privacy, and enables offline functionality. Picture personalized shopping experiences that work without internet, using on-device models that sync now and then.

Synthetic data generation addresses data scarcity. Generative models create realistic but fake customer data for model training. This solves cold start problems, enables testing without privacy concerns, and augments sparse datasets. The challenge is making sure synthetic data accurately represents real-world patterns without introducing biases.

Quantum computing promises to reshape optimization problems. Current personalization algorithms struggle with combinatorial explosions: billions of possible product combinations across millions of customers. Quantum computers could solve these problems exponentially faster, enabling real-time optimization that’s currently impossible. This is still years from practical deployment, but research moves fast.

The ethical framework will mature. As predictive personalization gets more powerful, society will set clearer boundaries. Expect industry standards, regulatory frameworks, and consumer expectations to evolve. Companies that lead in ethical AI will gain an edge through trust and reputation.

Quick Tip: Stay ahead by experimenting now. The companies dominating personalization in 2030 are building capabilities today. Start with simple implementations, learn from results, and gradually increase sophistication. Waiting for perfect solutions means falling behind competitors who iterate imperfectly but consistently.

The future of predictive personalization isn’t just about better algorithms. It’s about better experiences. Technology serves people, not the reverse. The systems that succeed will feel magical not because they’re complex, but because they’re helpful. They’ll anticipate needs without feeling invasive, suggest options without overwhelming, and respect boundaries while providing value.

We’re moving toward a world where every customer interaction feels personally crafted. Not because humans manually customize each experience, but because AI systems understand context, preferences, and intent well enough to do it automatically. The technology exists. The challenge is implementation: building systems that work reliably, scale economically, and earn customer trust.

The companies investing in predictive personalization today are building competitive moats for tomorrow. Customer expectations ratchet upward; once people experience great personalization, generic experiences feel broken. This creates a flywheel: better personalization attracts more customers, generating more data, enabling better personalization. Early movers compound advantages over time.

So where do you start? With data. Clean, organized, accessible data forms the foundation. Then infrastructure: systems that can process data in real time. Then models, starting simple and adding complexity as you learn. Then integration, connecting predictions to customer touchpoints. Then measurement, understanding what works and iterating. Then ethics, making sure you’re building systems that respect customers while serving business goals.

The future is predictive. The question isn’t whether AI will anticipate customer needs. It’s whether your business will be among those doing it well. The technology is available, the benefits are proven, and the competitive pressure is mounting. The time to start is now.

This article was written on:

Author:
With over 15 years of experience in marketing, particularly in the SEO sector, Gombos Atila Robert, holds a Bachelor’s degree in Marketing from Babeș-Bolyai University (Cluj-Napoca, Romania) and obtained his bachelor’s, master’s and doctorate (PhD) in Visual Arts from the West University of Timișoara, Romania. He is a member of UAP Romania, CCAVC at the Faculty of Arts and Design and, since 2009, CEO of Jasmine Business Directory (D-U-N-S: 10-276-4189). In 2019, In 2019, he founded the scientific journal “Arta și Artiști Vizuali” (Art and Visual Artists) (ISSN: 2734-6196).

LIST YOUR WEBSITE
POPULAR

Re-Commerce: The Business Case for Resale and Second-Hand Programs

Some of the smartest retailers are making more money from selling used products than new ones. This isn't about sustainability theatre or appeasing eco-conscious consumers, though those benefits exist. It's about measurable revenue growth, margin expansion, and customer retention...

Is Directory Submission Still Good for SEO in 2026?

The question in this article's title gets asked constantly, answered confidently, and answered, most of the time, badly. An owner who searches for it will find one set of articles declaring directory submission dead and another set declaring it...

The Resurgence of Human Editors: Curation as a Service

Here is something worth noticing. We spent the last decade building algorithms to replace human judgment, and now we're scrambling to bring people back into the mix. That's not a failure of technology. It's a recognition that some things...