Pulse ← Library
Reviews and Expert Analysis · revops

How do you actually build a lead scoring model that works?

👁 0 views📖 1,364 words⏱ 6 min read5/26/2026

Direct Answer

A lead scoring model that actually works is a composite — FIT signals (industry, company size, geography, tech stack) multiplied by INTENT signals (page views, demo requests, content downloads, third-party intent data), with negative scoring layered on top and decay built in. Most 2027 teams pick from three approaches — rule-based (HubSpot/Marketo defaults), predictive ML (Einstein, MadKudu), or account-based (6sense, Demandbase) — and the dominant enterprise pattern is now account-level, not lead-level.

The honest truth is that 80% of lead scoring is theatrical because the model never gets validated against actual closed-won rates.

TL;DR

flowchart TD A[Raw Lead Captured] --> B[FIT Signals] A --> C[INTENT Signals] A --> D[NEGATIVE Signals] B --> B1[Industry match<br/>Company size<br/>Geography<br/>Tech stack] C --> C1[Page views<br/>Demo requests<br/>Content downloads<br/>3rd party intent] D --> D1[Free email domain<br/>Competitor<br/>Student<br/>Unsubscribed] B1 --> E[Fit Score 0-100] C1 --> F[Intent Score 0-100] D1 --> G[Negative Deductions] E --> H[Composite Score equals Fit times Intent minus Negative] F --> H G --> H H --> I{Score above threshold<br/>or hot behavior trigger} I -->|Yes| J[MQL Handoff] I -->|No| K[Nurture Track] J --> L[AE Alert with WHY context]

Fit times Intent (Not Fit plus Intent)

The single most common mistake in lead scoring is additive math. A team builds a model where industry match is worth 20 points, demo request is worth 30, and pricing-page visit is worth 15 — then a Series A startup CEO who browsed your pricing page once scores 45, and a Fortune 500 procurement intern who downloaded six whitepapers scores 90.

The procurement intern goes to the AE. The CEO gets a drip email. This is how lead scoring loses the trust of every sales team that has ever existed.

The correct mental model is multiplicative. FIT is a yes-or-no question — does this account look like the accounts that actually close? Industry, employee count, revenue band, geography, installed tech stack (Clearbit, ZoomInfo, BuiltWith, HG Insights all feed this).

INTENT is a separate yes-or-no question — is this person showing buying behavior right now? Demo request, pricing page, repeat visits, comparison-page views, third-party surge signals from 6sense or Bombora.

A lead that is 90 on fit and 10 on intent is a perfect prospect who is not ready. A lead that is 10 on fit and 90 on intent is a tire-kicker, a student, a competitor doing recon, or a job seeker. Neither is hot. Only the intersection — high fit AND high intent — is worth waking up an AE for. Multiplication enforces this. Addition does not.

The 3 Model Approaches

ApproachHow It WorksProsConsCostBest For
Rule-based (point-additive)Marketer assigns points to attributes and behaviors in HubSpot, Marketo, PardotTransparent, easy to explain, no ML black box, free with platformStale within 6 months, biased by whoever wrote it, no feedback loopFree with HubSpot/Marketo/PardotSub-$10M ARR, simple ICP, small marketing team
Predictive (ML-trained)Model trained on historical closed-won and closed-lost data, outputs probability score65-80% accuracy in published benchmarks, surfaces non-obvious patterns, auto-updatesBlack box, needs 1000+ closed-won examples, garbage-in-garbage-out if CRM data is dirtyHubSpot Predictive (Enterprise tier), Einstein $150/user/mo, MadKudu $30-100K/yr$10-100M ARR, clean CRM, enough deal volume to train
Account-based scoringScores ACCOUNTS not individual leads using intent data, technographics, engagement aggregated across the buying committeeThe 2027 enterprise default, matches how B2B actually buys (by committee), works with ABM motionExpensive, requires intent data subscription, doesn't help if you sell to SMB6sense $150-500K/yr, Demandbase similar, ZoomInfo Sales OS $50-150KEnterprise B2B, 5+ person buying committees, ABM-aligned GTM

The honest 2027 read is that rule-based is what 70% of mid-market still runs because it's free, predictive is the upsell push from HubSpot and Salesforce, and account-based is what serious enterprise revenue teams have moved to because individual lead scoring stopped matching reality when the average B2B deal started involving 6-10 stakeholders.

The 5 Honest Truths About Lead Scoring

One — most lead scoring is theater. The model was built once during an MOps onboarding, never validated against closed-won rates, and now nobody on the team can explain why the threshold is 75. Forrester's 2024 ABM Wave found that fewer than 30% of B2B marketing teams could produce a quantitative correlation between their MQL score and pipeline conversion.

The rest were running scoring as ritual.

Two — third-party intent signals are noisy at the lead level and useful at the account level. Bombora and 6sense topic surge data is genuinely predictive when you aggregate it across an account over weeks, but a single contact showing "researching CRM software" this week is barely a signal — could be them, could be 47 other people at that company, could be their nephew doing a school project.

Aggregate it up to account, watch the trend over time, and now you have something.

Three — negative scoring matters more than positive. Most leaks in a scoring model come from not deducting points. Free email domain (gmail, yahoo, qq, proton) should be a hard cap or large negative. Competitor companies should be excluded outright.

Job titles with "student," "intern," "researcher" should deduct. Roles that don't buy your product (interns, recruiters, vendors prospecting you) should deduct. A model that only adds points but never subtracts inflates every lead and trains AEs to ignore the score.

Four — decay is non-negotiable. A lead that visited your pricing page 90 days ago and went silent is not a hot lead anymore. Without time-decay rules (drop 25% of behavioral score after 30 days inactive, 50% at 60, 100% at 90), your hot-lead list fills with zombies. HubSpot, Marketo, and every predictive platform support decay; turning it on takes 20 minutes and the impact on AE trust is immediate.

Five — sales must know WHY a lead is hot. A score of 87 is meaningless to an AE. "Score 87 — VP at 2,000-person SaaS company, requested demo, viewed pricing 3 times this week" is a usable signal. The handoff payload should always include the top 3 signals that pushed the lead over threshold.

This is the difference between a scoring system AEs trust and one they bypass.

flowchart TD A[Model Scores Leads] --> B[Lead Hits Threshold] B --> C[MQL Handoff to AE] C --> D[AE Accepts or Rejects] D --> E[Lead Converts or Doesn't] E --> F[Quarterly Accuracy Check] F --> G{Conversion rate<br/>matches model prediction} G -->|Yes within 10pp| H[Keep Model] G -->|No off by 20pp plus| I[Retrain or Kill] I --> J[Pull last 4 quarters<br/>closed-won and lost] J --> K[Re-weight signals] K --> A H --> L[Monitor next quarter] L --> F

Frequently Asked Questions

Lead score vs account score in 2027 — which one matters? Both, but the gravity has shifted to account. If you sell anything north of $25K ACV with a buying committee, the account score is your primary signal and the lead score is a secondary "who at this account is engaged enough to talk to first" filter.

SMB and PLG motions still lead with individual lead scores.

MadKudu vs 6sense — which should we pick? Different jobs. MadKudu is a predictive lead-scoring layer that sits on your CRM and grades inbound — strong for product-led and inbound-heavy motions, $30-100K/yr. 6sense is an account-intent and ABM orchestration platform that tells you which accounts are surging on relevant topics — strong for enterprise outbound, $150-500K/yr.

Many teams run both.

How often should we retrain a predictive model? Quarterly is the floor, monthly is better if you have the deal volume. The signals that predicted closed-won 18 months ago are not the signals that predict it now — buying committees changed, your ICP drifted, competitors entered.

A model you haven't retrained in a year is making decisions about a market that no longer exists.

Sources

  1. HubSpot — "Lead Scoring Benchmarks Report 2024" (hubspot.com/research)
  2. Forrester — "The Forrester Wave: Account-Based Marketing Platforms, Q2 2024"
  3. MadKudu — "The State of Predictive Lead Scoring 2024" (madkudu.com/research)
  4. Pavilion — "2024 GTM Benchmarks: MQL to SQL Conversion Rates"
  5. 6sense — "2024 B2B Buyer Experience Report" (6sense.com/resources)
  6. Demandbase — "The 2024 ABM Benchmark Study" (demandbase.com/resources)
  7. Gartner — "Magic Quadrant for B2B Marketing Automation Platforms 2024"
  8. Salesforce — "Einstein Lead Scoring Methodology Documentation 2024"
Download:
Was this helpful?  
⌬ Apply this in PULSE
Free CRM · Revenue IntelligenceAudit pipeline, score reps, ship the fixGross Profit CalculatorModel margin per deal, per rep, per territory
Deep dive · related in the library
revops · foundationWhat are Tennessee Volunteers men's basketball's 2027 NIL needs and strategy?revops · foundationWhat are Texas A and M Aggies football's 2027 NIL needs and strategy?revops · foundationWhat are Auburn Tigers football's 2027 NIL needs and strategy?revops · foundationWhat are Florida Gators football's 2027 NIL needs and strategy?revops · foundationWhat are Tennessee Volunteers football's 2027 NIL needs and strategy?revops · foundationWhat are Penn State Nittany Lions football's 2027 NIL needs and strategy?revops · foundationWhat are UConn Huskies men's basketball's 2027 NIL needs and strategy?revops · foundationWhat are Oklahoma Sooners football's 2027 NIL needs and strategy?revops · foundationWhat are North Carolina Tar Heels men's basketball's 2027 NIL needs and strategy?revops · foundationWhat are Kansas Jayhawks men's basketball's 2027 NIL needs and strategy?
More from the library
visitor-asked · revopswhat will be the new stock that everyone jumps on board with in 2027industry-kpi · kpi-guideWhat are the key sales KPIs for the Veterinary Pharmaceutical Distribution industry in 2027?revops · current-events-2027What is the 2027 SMB sales cycle benchmark for B2B SaaS?sales-training · sales-meetingThe Cold Outreach Personalization Reboot — 60-Min Trainingindustry-kpi · kpi-guideWhat are the key sales KPIs for the Trade Show and Exhibit Services industry in 2027?revops · current-events-2027What is Clari Copilot and why is it replacing AE-self-reported forecast in 2027?industry-kpi · kpi-guideWhat are the key sales KPIs for the Audio Visual and AV Integration industry in 2027?revops · current-events-2027What is the 2027 outlook for AI sales coaching tools (Wingman, Mindtickle, Showpad)?sales-training · sales-meetingThe Discount Strategy and Margin Defense Reboot — 60-Min Trainingsales-training · sales-meetingThe Sales Process Documentation Reboot — 60-Min Trainingindustry-kpi · kpi-guideWhat are the key sales KPIs for the Industrial Powder Coating Job Shops industry in 2027?industry-kpi · kpi-guideWhat are the key sales KPIs for the Self-Storage industry in 2027?sales-training · sales-meetingThe Sales Whiteboarding Reboot — 60-Min Trainingrevops · current-events-2027What is the 2027 AE quota benchmark for B2B SaaS at different ACVs?revops · current-events-2027Why is pipeline coverage moving from 3x to 5x in 2027?