- Published on
Compensation Benchmarks & Salary Transparency Tools 2026 Complete Guide - Levels.fyi · Carta Comp · Pave · OpenComp · Glassdoor · Blind · JobPlanet · Saramin · Wanted · OpenWork · Ten-shoku Kaigi Deep Dive
- Authors

- Name
- Youngju Kim
- @fjvbn20031
Intro — May 2026, the era of "working without knowing your number" is ending
Until the early 2020s, "do not ask coworker salaries" was a workplace default. As of May 2026, that default is flipping fast. The EU Pay Transparency Directive becomes binding on June 7, five US states (New York, California, Colorado, Washington, Illinois) require salary ranges in job postings, and Gen Z treats "we do not disclose" as a red flag for low pay.
The tooling landscape shifted too. Levels.fyi has become the de facto standard for big-tech compensation data, Pave acquired OpenComp in February 2024 and solidified its lead in B2B comp benchmarking, and Carta extended from cap tables into Carta Comp plus Carta AI. In Korea, JobPlanet strengthened its salary dataset and Wanted layered AI matching onto both hiring and comp. In Japan, OpenWork (formerly Vorkers) holds the JobPlanet-equivalent position, while Ten-shoku Kaigi rides the Recruit Holdings brand to scale.
This post is not a marketing matrix. It is an honest map of where to get which data, how far to trust it, and how to actually use it in negotiation.
Why pay transparency became the 2026 default — law, generation, market
Three forces converged.
- Law: The EU Pay Transparency Directive becomes binding across all member states on June 7, 2026. Job postings must publish salary ranges, employees can request same-job average pay, and employers with 200+ headcount must report gender pay gaps. In the US, state-level rules in NY/CA/CO/WA/IL together cover roughly 35% of the labor force.
- Generation: Gen Z routinely shares salaries on Levels.fyi, Blind, and Reddit. "We do not disclose" reads as a signal of below-market pay.
- Market: Big tech's heavy RSU mix and complex option structures push workers to ask "what is my package actually worth?" Base-only comparisons no longer suffice.
When these three forces meet, compensation data stops being HR's secret and becomes a public good on the labor side.
Crowdsourced comp data — why Levels.fyi became the de facto standard
The crowdsourced camp (employees self-reporting their own packages) shakes out as follows in 2026.
- Levels.fyi: The de facto standard for big-tech SDE/PM/designer comp. Key differentiator: it breaks Total Comp into base + stock (RSU annualized over 4 years) + signing + bonus + perks.
- Blind: Anonymous corporate network with email-domain verification. Self-reported salary plus discussion boards.
- Glassdoor: The oldest player. Stronger in general industry, sales, HR, and management roles than in big tech.
- Indeed Salary: Estimated pay derived from Indeed's job-posting corpus. Direct beneficiary of US state-level disclosure laws.
- PayScale: A veteran from the 2000s, with both employee and employer SaaS.
- Salary.com: US job-level pay statistics with consulting attached.
- Comprehensive.io: Founded 2022. Crawls and aggregates salary ranges published in job postings, surfacing "what is actually posted." Direct beneficiary of US pay disclosure laws.
Crowdsourced data has well-known limits.
- Top-bias self-selection: Successful negotiators submit more often.
- Big-tech bias: Over 70% of Levels.fyi submissions are SDE roles.
- Snapshot mismatch: Initial offer value and current value (after stock-price moves) are easily confused.
These limits are filled in by the B2B survey camp covered below.
Levels.fyi deep dive — the five-tier verification system and "TC" as the unit of comparison
What makes Levels.fyi different from other crowdsourced sites is twofold. First, it fixed the standard package representation as "Total Compensation = Base + Stock (annual) + Bonus + Signing (amortized)," making cross-offer comparison possible. Second, it labels each submission with a verification tier (email, offer letter, paystub, work email, peer-verified).
Levels.fyi's core surfaces:
- End-to-End: Distribution of packages by company + level + role + location (median, 25/75 percentile, mean).
- Negotiation School: A negotiation guide, including paid 1:1 coaching.
- Internships: Hourly/weekly/stipend data for intern roles.
- Calculator: A side-by-side compare tool with FX, tax, and cost-of-living adjustments.
The screen shape looks roughly like the JSX sketch below.
// Levels.fyi /companies/google/salaries/software-engineer page (conceptual)
type Comp = {
totalYearlyCompensation: number
baseSalary: number
stockGrantValue: number
bonus: number
level: string
location: string
yearsAtCompany: number
yearsOfExperience: number
}
export function CompTable({ rows }: { rows: Comp[] }) {
return (
<table>
<thead>
<tr>
<th>Level</th>
<th>YoE</th>
<th>Location</th>
<th>Base</th>
<th>Stock</th>
<th>Bonus</th>
<th>TC</th>
</tr>
</thead>
<tbody>
{rows.map((r) => (
<tr key={r.level + r.location + r.yearsAtCompany}>
<td>{r.level}</td>
<td>{r.yearsOfExperience}</td>
<td>{r.location}</td>
<td>{r.baseSalary}</td>
<td>{r.stockGrantValue}</td>
<td>{r.bonus}</td>
<td>{r.totalYearlyCompensation}</td>
</tr>
))}
</tbody>
</table>
)
}
Practical tip: When reading a company's data on Levels.fyi, require (a) submissions within the last 12 months, (b) at least 30 entries, and (c) the IQR at your level and location. Do not get swayed by a single outlier.
Blind — anonymous community plus self-reported comp
Blind is a work-email-verified anonymous network that launched in Korea in 2013 and expanded into US, Indian, and Japanese big tech. The comp data is not as cleanly tabular as Levels.fyi, but Blind is strong in two areas.
- Company board sentiment: Manager reputation, team vibes, layoff rumors — qualitative signal. Adoption among Korean IT firms is very high.
- Anonymity: Work-email verification plus domain masking. Small companies, however, easily lose anonymity.
Blind's downsides: (a) boards skew toward gossip with a poor signal-to-noise ratio, and (b) the data is hard to analyze outside the app. Treat Blind as a complement to Levels.fyi.
Glassdoor — the veteran for US general industry, reviews, and ratings
Glassdoor launched in 2008, was acquired by Recruit Holdings (Indeed's parent) in 2018, and has lost ground to Levels.fyi in big-tech comp. It still leads in:
- General-industry pay: Healthcare, education, government, retail, manufacturing.
- Company reviews and ratings: CEO approval, work-life balance, diversity scores.
- Interview reviews: The largest database of interview questions.
Glassdoor's data limits: self-reports without verification, and very wide intra-role variance. Read distributions and medians, not point values.
Comprehensive.io — the rising aggregator of posted salary ranges
Founded in 2022, Comprehensive.io is a direct beneficiary of US state pay-disclosure laws. It crawls and aggregates salary ranges from job postings, organized by company, role, and location.
Differences from crowdsourced sites:
- Source is the company's own posting, not a self-report — no submission bias.
- Range (min~max) centric, not TC.
- Strong coverage of newer companies: Levels.fyi skews big tech; Comprehensive.io captures Series A through C startups.
Caveats: (a) almost no non-US coverage, and (b) significant gaps for roles where disclosure is not required (most managerial and senior individual contributor titles).
B2B comp SaaS — Pave's OpenComp acquisition locked in the lead
The B2B comp benchmarking SaaS used by HR teams to design internal pay policy saw a big event in February 2024: Pave acquired OpenComp, effectively cementing Pave's market lead. As of 2026, the lineup looks like this.
- Pave: Founded 2020. Market leader after the OpenComp acquisition. Direct HRIS integrations (Workday, BambooHR, Rippling) and real-time benchmark refresh.
- Carta Comp: Strength in equity-inclusive package benchmarks, combining cap-table data.
- Mercer Comp Surveys: A global consulting giant founded in 1937. Best industry and country depth.
- Aon Radford Surveys: The de facto standard for big-tech comp surveys. Started as Radford in 1976.
- WTW (Willis Towers Watson) comp surveys: Strong in global executive comp.
- Salary.com CompAnalyst: Aimed at mid-market and SMB.
Pave's conceptual API call looks like this.
# Pave benchmark API request (conceptual)
import requests
resp = requests.get(
"https://api.pave.com/v1/benchmarks",
headers={"Authorization": "Bearer $PAVE_API_KEY"},
params={
"job_family": "Software Engineering",
"level": "L4",
"location": "San Francisco Bay Area",
"company_stage": "Series C",
"headcount_range": "201-500",
},
)
data = resp.json()
print(data["base_salary"]["p25"], data["base_salary"]["p50"], data["base_salary"]["p75"])
print(data["equity_value"]["p50"], data["total_comp"]["p50"])
The core advantage is direct HRIS integration. Once a customer connects Workday/Rippling/BambooHR, Pave streams anonymized data into the benchmark pool in near-real-time. This live-data model reflects market moves 6–12 months faster than Mercer/Radford's annual surveys.
How OpenComp ended up inside Pave — the February 2024 merger
Like Pave, OpenComp started in the early 2020s as a startup-friendly comp benchmarking SaaS. Its differentiators were aggressive pricing and an equity dilution simulator. After funding pressure in late 2023, OpenComp announced its merger with Pave in February 2024, and the standalone OpenComp product is being wound down into Pave.
The OpenComp domain now redirects to Pave's marketing pages, and existing customers have been migrated to Pave contracts — a clear signal of market consolidation.
Traditional surveys — where Mercer, Aon Radford, and WTW still dominate
Even as Pave/Carta take share with live SaaS, traditional surveys remain the standard in:
- Public-company executive comp: SEC filings plus Mercer/Radford surveys are the comp-committee baseline.
- Global multinationals: Mercer is deepest for 50+ country comparisons.
- Non-tech industries: WTW leads in manufacturing, energy, and financial-services-specific surveys.
Representative surveys:
- Mercer Total Remuneration Survey (TRS): 50+ countries, 800+ job codes.
- Aon Radford Global Technology Survey: The big-tech comp standard. Quarterly updates.
- WTW Global 50 Survey: Executive comp across 50 markets.
These are (a) expensive (tens of thousands to hundreds of thousands USD per year), (b) bundled with consulting contracts, but (c) effectively required for IPO prep and comp-committee documentation.
Equity calculators — why Carta grew from cap tables into a full platform
In an era when more than half of a startup package is equity, cap-table-plus-equity-math has become the heart of comp tooling. Camp lineup:
- Carta: #1 cap-table SaaS. Took a credibility hit in 2024 around alleged misuse of secondary-sale data, but rebounded with the Tactyc acquisition strengthening LP analytics.
- Pulley: A Carta challenger with simpler UX and lower pricing.
- Shareworks (Morgan Stanley): Strong in public-company ESPP/RSU administration.
- EquityZen, Forge Global: Secondary markets for private shares.
- Index Ventures Founder Salary Tool: Founder pay guidance from seed through Series C.
Carta leads not just for cap tables but because (a) 409A valuations, (b) equity exercise simulation, and (c) tax-optimization recommendations all live under one roof.
RSU / NSO / ISO / ESPP — equity 101 in one pass
Terminology:
- RSU (Restricted Stock Units): Standard at public companies. Taxed as ordinary income plus payroll taxes on vest. Value = stock price.
- ISO (Incentive Stock Options): Employee stock options at private companies. Strike price is fixed; exercise can trigger AMT. If you meet the 2-years-from-grant plus 1-year-from-exercise holding rule, sale is taxed at long-term capital gains.
- NSO/NQSO (Non-Qualified Stock Options): Fewer issuance restrictions than ISOs. Ordinary income at exercise; capital gains on sale.
- ESPP (Employee Stock Purchase Plan): A program where public-company employees contribute payroll percentages over an offering period to buy company stock at a discount. Up to 15% discount under IRS Section 423.
- 409A valuation: A fair market value valuation under IRS Section 409A for US private companies, refreshed quarterly to annually, used to set ISO/NSO strike prices.
- Single-trigger vesting: Acceleration on a single event such as acquisition.
- Double-trigger vesting: Acceleration requires both an acquisition and an involuntary or good-reason termination — better for retaining acquired employees.
Without this vocabulary you cannot evaluate an offer letter accurately.
US state pay transparency laws — five states cover a third of the workforce
US state-level job posting salary disclosure status as of May 2026:
- Colorado Equal Pay for Equal Work Act: Effective January 2021. Postings must include pay range plus benefits. Violations cost USD 500–10,000 per occurrence.
- New York Pay Transparency Law: Effective September 2023. Employers with 4+ employees must include pay ranges in postings.
- California SB 1162: Effective January 2023. Employers with 15+ must publish pay ranges in postings; 100+ must file demographic pay reports.
- Washington State: Effective January 2023. Employers with 15+ must publish pay range plus benefits.
- Illinois (SB 1480 follow-on): Effective January 2025. Employers with 15+ must publish pay ranges.
Summed, the five states cover roughly 35% of US labor — which is exactly why a tool like Comprehensive.io exploded.
EU Pay Transparency Directive — binding from June 7, 2026
The EU Pay Transparency Directive (2023/970/EU) must be transposed into national law by all 27 member states by June 7, 2026. Key provisions:
- Salary ranges in job postings: Candidates must receive pay information up front.
- Right to information: Employees may request average pay for the same job plus gender pay gap data.
- Gender pay gap reporting: Every 3 years for 100+ headcount, every year for 250+.
- Joint pay assessment when gap exceeds 5%: If an unjustified gender pay gap of 5% or more persists, a joint assessment with worker representatives is required.
- Reversed burden of proof: In pay-discrimination litigation, the burden shifts to the employer.
The EU rules are significantly stricter than US rules, and global firms are trending toward unifying global policies to the EU standard.
Korean salary platforms — JobPlanet, Saramin, Wanted, Rocketpunch
Korea does not yet have US/EU-style legal disclosure mandates (public-sector employers excepted). The de facto market is formed by the following platforms.
- JobPlanet: Founded 2014. Korea's Glassdoor equivalent. Company ratings, salary data, and interview reviews. Strong on unlisted Korean IT firms.
- Saramin: Korea's #1 general job board. Salary information attached to job postings.
- Wanted: AI-recommendation job platform. Recommends salary ranges by back-solving from past accepted-offer data.
- Rocketpunch: Startup and tech focus. Series-stage average comp guidance.
- JobKorea: One of Korea's two largest job boards alongside Saramin. Pay guides and role medians.
- Blind: Very high adoption among Korean IT employees.
- Jobaliyo (잡알리오): Korea's national public-sector job-information network.
- ALIO: Public-institution management information disclosure system, including pay and benefits.
Korean market characteristics:
- Salary negotiation culture is less developed than in the US or EU; signing bonuses and RSUs are rare outside big tech.
- Public-sector pay is 100% disclosed via ALIO, providing a private-sector comparison anchor.
- JobPlanet salary data is a complement: For big-tech packages, Levels.fyi is deeper.
JobPlanet deep dive — Korea's standard for salary data
JobPlanet uses a give-to-get model: you must write your own company review or salary entry to unlock others. Data structure:
- Salary: Median and average by role, tenure, and employment type.
- Company reviews: Five axes scored out of 5 — work-life balance, benefits, culture, leadership, promotion opportunity.
- Interview reviews: Questions, difficulty, accept/reject result.
Limits: (a) weak coverage of big-tech RSU and signing bonus structures, (b) no verification of self-reports, (c) anonymity easily breaks for small companies.
Wanted — AI matching and salary recommendations
Wanted, founded in 2015, is a Korean AI-driven hiring platform. On the comp side:
- Salary recommendations trained on past offers: It learns from apply → accept → join data to estimate "what salary band someone with your profile is likely to receive at this company."
- Direct salary comparison: Distribution of accepted offers among candidates with similar role, tenure, and skill profile.
- Headhunter matching: For senior roles, salary negotiation runs through partnered headhunters.
Wanted's limits: high accuracy in large-sample roles (dev, design, PM) but lower reliability in small-sample roles.
Japanese salary information market — OpenWork, Ten-shoku Kaigi, Lighthouse, CariCone
Japan is structurally different from the US and Korea.
- OpenWork: Launched in 2007 as Vorkers, rebranded to OpenWork in 2019. The JobPlanet equivalent for Japan. Company scores, salary, and employee reviews.
- Ten-shoku Kaigi (転職会議): Operated by Recruit Group. Plugged into Recruit's massive recruiting data.
- Lighthouse (ライトハウス): Operated by Lightup. Company ratings and interview reviews. An OpenWork challenger.
- CariCone (キャリコネ): Operated by Grouplus. Reviews plus pay information.
- e-shains: Niche, foreign-capital and IT focus.
- Japan Ministry of Health, Labour and Welfare Basic Wage Structure Survey: Official statistics on wage distribution by industry, region, age, and gender.
Japanese market characteristics:
- New-graduate batch hiring (shinsotsu-ikkatsu-saiyo): All April joiners start at the same compensation level, so negotiation leverage is near zero.
- Base + multi-layer allowances (kihonkyu plus shokumu-teate, tsukin-teate, jutaku-teate): Multi-layered structure. Base-only comparison is misleading.
- Retirement allowance (taishoku-kin): Lump-sum payout at separation, based on tenure × company multiplier. Unlike US RSUs, it is paid at exit.
- Gender pay gap disclosure mandatory since July 2022: Employers with 301+ employees must disclose annual gender pay differentials.
OpenWork deep dive — the JobPlanet-equivalent leader in Japan
OpenWork (formerly Vorkers) holds roughly 60% of the Japanese job-review market. Data structure:
- Company score: Eight axes (overtime, fairness of evaluation, employee morale, leave, work environment, growth, diversity, management) scored out of 5.
- Salary: Average and distribution by role. Base + bonus + overtime are sometimes blurred.
- Employee reviews: Free-form qualitative text.
Limits: (a) weak coverage of foreign-capital IT firms, (b) almost no big-tech RSU data, (c) significant self-report bias.
Ten-shoku Kaigi — Recruit's Japanese Glassdoor
Ten-shoku Kaigi is operated by Recruit Holdings, Japan's largest recruiting platform. Strengths:
- Plugged into Recruit's massive job-posting and accepted-offer dataset: Postings + outcomes + reviews in one place.
- Advertiser revenue model: Some employers pay to boost their pages — a potential bias vector.
- Parent brand: Recruit itself is the center of Japan's recruiting market.
Downsides: parent-company dependence raises (a) subsidiary-data trust questions and (b) data depth is shallower than OpenWork.
AI in comp — Pave forecasting and Carta AI
Compensation SaaS adopted AI in earnest between 2024 and 2026.
- Pave Benchmark Predictions: Given company stage, role, location, and headcount, it forecasts the market median 12 months out — useful for designing forward-looking pay policies.
- Carta AI: Combined with cap-table data, it recommends "what RSU grant should this employee get in the next round."
- Levels.fyi Peer Comparison: Enter your package and see where you sit in the distribution at your company, level, and location.
- Personalized Offer Optimization: Some SaaS dynamically price offers using candidate-specific signals on negotiation propensity and mobility.
AI recommendation limits: training-data bias transfers directly. If the training corpus contains a gender pay gap, the recommendation reproduces it. That is the rationale for tools like Syndio and Trusaic.
Syndio, Trusaic — pay equity analytics
Syndio (founded 2017) and Trusaic (founded 2010) lead the pay equity SaaS category. Core features:
- Regression-based gender/race pay gap analysis: Controlling for role, tenure, and location to surface "unjustified" gaps.
- Remediation simulation: Compute the cost of closing the gap to zero.
- EU Directive compliance reports: Auto-generated.
- CA SB 1162, IL PEPA compliance reports.
Syndio is used by Netflix, Slack, Salesforce, Adobe, and others. Trusaic is strong in mid-market and industrial customers.
The EU Pay Transparency Directive coming into force in June is expected to drive explosive growth in this category.
Compensation negotiation tools - Levels.fyi Negotiation, Candor, TBD
A negotiation-side toolset for offer recipients also formed.
- Levels.fyi Salary Negotiation: 1:1 coaching (15–30 minute calls, typically a few hundred USD). Levels.fyi's data edge directly powers the coaching content.
- Candor: Negotiation coaching and offer analysis. Free guides plus paid 1:1.
- TBD: A newer negotiation SaaS using AI-driven offer analysis.
- Ten Mile Career, FAANG Coach, and others: Big-tech interview-and-negotiation coaching boutiques.
The core value of negotiation tools: (a) interpreting market data, (b) quantifying the "cost of not negotiating," and (c) telling you the negotiation room (seller's vs buyer's market) per company.
Founder comp — Index Ventures and Kruze Consulting
Founder pay (CEO/CTO/CFO) follows different guidelines than regular employees. Reference materials:
- Index Ventures Founder Salary Tool: Stage-by-stage, country-by-country recommended ranges from seed through Series D. European and US data.
- Kruze Consulting CEO Comp Report: US seed through Series C CEO median and mean.
- First Round Capital State of Startup Pay: Stage-by-stage role-by-role comp.
- Pilot.com Salary Reports: Published by Pilot using its own customer data.
The key founder comp tradeoff: lower base in exchange for higher equity, but too low and you cannot live; too high and you burn runway.
Korean negotiation culture — the reality of yeon-bong-hyeop-sang
In Korean, "yeon-bong-hyeop-sang" usually refers to negotiation at (a) hire and (b) annual renewal.
At-hire negotiation reality:
- Big tech and foreign-capital: US-style signing bonuses and RSU negotiation are possible. Levels.fyi data is a direct bargaining chip.
- Korean IT majors (Naver, Kakao, Coupang): Base plus RSU (Coupang and others) negotiable. JobPlanet and Blind are the primary intel sources.
- Traditional Korean conglomerates: Strong seniority/grade systems narrow base negotiation rooms.
- Startups: Series-stage average plus equity negotiation. Rocketpunch and JobPlanet are the data sources.
Public-sector and public-institution pay is fully disclosed via ALIO (www.alio.go.kr), serving as a benchmark for private-sector negotiation.
Japanese negotiation culture — the shadows of taishoku-kin, shushin-koyo, and shinsotsu-ikkatsu-saiyo
Japan's compensation structure differs from both US and Korean.
- Shinsotsu-ikkatsu-saiyo: New-graduate batch hiring. April joiners start at uniform pay — negotiation room is near zero.
- Base salary + multiple allowances + biannual bonus: Base + role/commute/housing allowances + summer/winter bonuses. Base-only comparison misleads.
- Taishoku-kin (retirement allowance): Lump-sum payout at separation, tenure × company multiplier. Unlike US RSUs, it is paid only when leaving.
- Legacy of shushin-koyo (lifetime employment): The convention has weakened, but the assumption that "changing jobs lowers pay" still lingers.
- Mid-career hires (chuto-saiyo): Foreign-capital and IT firms have meaningful negotiation room. OpenWork and Ten-shoku Kaigi are primary sources.
The Ministry of Health, Labour and Welfare's Basic Wage Structure Survey is refreshed every Q4 with official pay distribution by industry, region, age, and gender.
Compensation comparison checklist — 13 items to evaluate every offer
A 13-item checklist when an offer arrives.
- Base salary: Distinguish gross from net.
- Signing bonus: Lump sum, often heavy first-year tax hit.
- Annual bonus (target): Percent of base, weighted by company + individual performance.
- Stock grant value: Total over four years, plus annualized.
- Vesting schedule: One-year cliff plus monthly/quarterly. Public companies often use 1/4/4/4 distribution.
- Vesting triggers: Single vs double trigger on acquisition or termination.
- ESPP benefit: Public companies may offer up to 15% discounted stock purchase.
- Pension/retirement: 401(k) match (US), National Pension (Korea), taishoku-kin (Japan).
- Health insurance: Employee contribution share (US); social insurance (Korea, Japan).
- PTO: Unlimited, accrual, sabbatical.
- Remote-work policy: Fully remote, hybrid, on-site.
- Childcare and tuition: US big tech often covers fertility, adoption, and dependent care.
- Post-termination option exercise window: 90 days is standard, some companies extend to 10 years.
Listing these 13 items per offer in one table avoids base-only comparison traps.
Five common mistakes in pay negotiation
- Comparing base only: Without TC, two identical bases may differ massively in value.
- Accepting the first offer immediately: Even at companies with room to move, first offers tend to land near the low end of market.
- Negotiating without a competing offer: Without a BATNA, leverage is near zero.
- Negotiating only over email: Calls or meetings close gaps much faster.
- Looking only at numbers: Great pay does not survive a bad manager or team. Always read Blind, JobPlanet, OpenWork reviews.
Transparency burdens on the employer side
For employers, pay disclosure is non-trivial.
- Fairness audit cost: Pay gap analysis and remediation by role and tenure.
- Rising dependence on external data: Pave, Carta, Mercer-type SaaS dependencies grow.
- Upward pressure on pay: Once employees see the same-role median, anyone below the 25th percentile will push for a raise.
- Legal exposure: The EU directive shifts the burden of proof to employers — adopting pay-equity analytics SaaS becomes effectively mandatory.
This burden is, in turn, the comp SaaS growth engine. As of May 2026, Pave is approaching nine-figure ARR; Carta Comp trails but is closing.
Outlook for the next 12 months — consolidation, AI, and the EU directive
Three changes are likely.
- Consolidation: Pave + OpenComp was the flare. Smaller comp SaaS will likely be absorbed by Pave or Carta.
- AI recommendations as default: Levels.fyi, Pave, and Carta will bake AI recommendations into base features — negotiation simulation, 12-month forecasts, automated remediation.
- EU directive effects: After June, global firms are expected to unify policies to the EU baseline, driving explosive growth in pay-equity SaaS.
Korea and Japan lack the same legal teeth, but JobPlanet and OpenWork are producing the same effect through crowdsourcing.
Closing — "what am I worth?" now has a data-backed answer
In May 2026, "what am I worth" is no longer decided by a manager's verdict. The Levels.fyi distribution, the JobPlanet median, the OpenWork quarterly distribution, and the disclosure dataset the EU directive will create — workers now hold more cards than ever.
Knowing the tools gives you leverage. Leverage forces employers to design pay policies honestly. The result is better wage efficiency across the market. May this map of tools, laws, and culture be useful in your next conversation.
References
- Levels.fyi: https://www.levels.fyi
- Blind: https://www.teamblind.com
- Glassdoor: https://www.glassdoor.com
- Indeed Salary: https://www.indeed.com/career/salaries
- PayScale: https://www.payscale.com
- Salary.com: https://www.salary.com
- Comprehensive.io: https://www.comprehensive.io
- Carta: https://carta.com
- Pave: https://www.pave.com
- Aon Radford: https://radford.aon.com
- Mercer: https://www.mercer.com
- WTW Compensation Surveys: https://www.wtwco.com
- Index Ventures Founder Salary Tool: https://www.indexventures.com/optionplan
- Syndio: https://synd.io
- Trusaic: https://www.trusaic.com
- Candor (Salary Negotiation): https://candor.co
- JobPlanet: https://www.jobplanet.co.kr
- Saramin: https://www.saramin.co.kr
- Wanted: https://www.wanted.co.kr
- Rocketpunch: https://www.rocketpunch.com
- JobKorea: https://www.jobkorea.co.kr
- ALIO: https://www.alio.go.kr
- OpenWork: https://www.openwork.jp
- Ten-shoku Kaigi: https://jobtalk.jp
- Lighthouse: https://en-hyouban.com
- CariCone: https://careerconnection.jp
- MHLW Wage Structure Survey: https://www.mhlw.go.jp/toukei/list/chinginkouzou.html
- EU Pay Transparency Directive (2023/970/EU): https://eur-lex.europa.eu/eli/dir/2023/970/oj
- California SB 1162: https://leginfo.legislature.ca.gov/faces/billNavClient.xhtml?bill_id=202120220SB1162
- Colorado Equal Pay for Equal Work Act: https://leg.colorado.gov/bills/sb19-085
- New York Pay Transparency Law: https://dol.ny.gov/pay-transparency
- Pulley (Cap Table): https://pulley.com
- Shareworks (Morgan Stanley): https://shareworks.com
- EquityZen: https://equityzen.com
- Forge Global: https://forgeglobal.com
- Kruze Consulting CEO Compensation: https://kruzeconsulting.com