The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

Thumbtack replaced legacy request forms with an LLM-driven, per-occupation catalog reconstruction system that mapped 73% of legacy answers directly and preserved 92.5% of operational preferences, enabling rapid onboarding across 132 service occupations; the approach is observational and production-focused rather than experimentally validated.

Autoresearch for Marketplace Catalogs: From Legacy Forms to AI-Native Matching
Kartik Ravisankar, Hojat Abdolanezhad, Daniel Capo, Sang Su Lee, Shishir Dash, Vijay Anand Raghavan · August 31, 2026
arxiv descriptive medium evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Kartik Ravisankar unresolved corpus identity
  2. Hojat Abdolanezhad unresolved corpus identity
  3. Daniel Capo unresolved corpus identity
  4. Sang Su Lee unresolved corpus identity
  5. Shishir Dash unresolved corpus identity
  6. Vijay Anand Raghavan unresolved corpus identity
The authors deploy a per-occupation LLM-driven autoresearch loop to reconstruct provider preference catalogs, achieving high parity with legacy forms (92.5% pooled coverage) across 132 occupations and enabling scalable migration toward AI-native probabilistic matching.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

No provider observation is available for this paper.

Missing data, not a zero citation count.

Two-sided service marketplaces are moving from deterministic request-form intake to AI-native probabilistic matching, enabled by large language models (LLMs) that infer intent, preferences, and latent constraints from natural language. Relying on inferred intent rather than fixed-form fields forces these platforms to regenerate the provider-side preference taxonomy underwriting matching, search, and pricing: attributes interpretable to service providers while remaining a useful signal for marketplace decisions. We present an autoresearch loop that generates this taxonomy, one occupation at a time, and has been deployed in production at a major U.S. consumer services marketplace since April 2026, spanning 132 occupations. Instead of one global hierarchy, the loop treats each occupation as an independent generation problem and runs iterative propose-evaluate-keep refinement cycles. Each candidate tag set is scored by a recalibrated six-rubric LLM-as-judge framework, and a 7-critic panel of distinct personas contributes weighted penalties to an adjusted score, with no hard vetoes. A separate parity-mapping stage maps legacy request-form Q&A pairs back to the generated taxonomy, yielding both a coverage signal and an interface for human quality assurance; it does so by first inferring the provider attribute each legacy question was meant to measure, rather than translating questions to tags literally.

Summary

Main Finding

The paper presents an AI-native, per-occupation autoresearch loop that reconstructs provider-facing preference catalogs for two-sided service marketplaces (i.e., the tagging layer used for probabilistic matching) from legacy request-form Q&A. Deployed in production across 132 occupations, the system (i) generates occupation-specific tag sets in parallel, (ii) evaluates them with a recalibrated six-rubric LLM-as-judge plus a seven-persona critic panel (weighted penalties, no hard vetoes), and (iii) maps legacy Q&A back to the new catalog via a parity-mapping stage. In a 14-day post-launch cohort (1,840 pros, 9.3M filter evaluations) the reconstruction preserved screening preferences with high fidelity (pooled coverage 92.5%; per-occupation median 100%), exposed concrete operational gaps (catalog-hygiene and canonical-tag seeding gaps), and enabled scalable, human-audited retirement of legacy forms.

Key Points

  • Unit of generation: the system reconstructs provider preference tag catalogs per occupation (not a single global occupation hierarchy).
  • Iterative loop: a propose–evaluate–keep cycle runs independently per occupation, seeded from a baseline prompt and allowing a small number of targeted prompt edits (default budget 5).
  • LLM stack and cross-family design:
    • Generator: GPT-5-4.
    • Judge: GPT-5-4-mini (zero temperature).
    • Critics, editor, parity mapper: Claude Sonnet 4.6 (different family to reduce shared bias).
  • Six-rubric judge (per-tag, sum up to 15):
    • Screening vs. Intake (0–3)
    • Tag Legibility (0–3)
    • Preference Variance (0–3)
    • Cross-Category Consistency (0–2)
    • Canonical Coverage (0 or 2)
    • Information Loss / Traceability (0–2)
  • Set-level penalty ρ(·) corrects for issues the per-tag rubrics miss: tag proliferation (near-duplicates) and legacy-coverage gaps.
  • Seven-persona critic panel provides weighted penalties (and a small bonus channel for reasoning quality); critics include PM, Pro, Taxonomy, Adversarial, Reasoning-Quality, Occupation-Coherence, and Parity. No hard vetoes—penalties adjust composite score.
  • Editor agent: proposes one targeted prompt edit per iteration, focusing on the weakest rubric dimension not recently targeted.
  • Parity mapping: maps tags ↔ legacy Q&A many-to-many; used to compute coverage, identify unmapped Q&A (intake-only or missing preferences), and produce human-reviewable artifacts (JSON + sheet) before deployment.
  • Deployment results (summary):
    • Live across 132 occupations (April 2026).
    • 14-day cohort: 1,840 enrolled pros, 9.3M filter evaluations.
    • Legacy answers mapping: 73.3% map directly to generated tags; 20.8% were intake-only and intentionally excluded; 6.0% were regrettable misses.
    • Measured against preferences that should map: pooled coverage 92.5%; per-occupation median coverage 100%, mean 97.8%.
    • Operational gaps found:
    • Catalog-hygiene gap: deprecated canonical tags still emitted by request-time enrichment.
    • Seeding gap: 40.66% of filter evaluations failed because the required canonical tag was not present on the pro’s profile (deployment-side seeding missing).
  • Human sign-off: mandatory human QA before deploying any generated catalog.

Data & Methods

  • Data sources:
    • Legacy request-form (RF) Q&A per occupation and category.
    • Recent pro enrollment/select/deselect signals (e.g., top-30 most-deselected answers over 90 days used by parity critic).
    • Production filter-evaluation logs (9.3M evaluations in cohort).
  • Method pipeline:
  • Seed prompt p(0) + occupation data D_o → Generator G produces candidate tag set T.
  • Judge E scores each tag on six rubrics; per-tag sums → set mean s ∈ [0,15].
  • Subtract set-level penalty ρ(T) for proliferation and coverage gaps → pre-critic composite â.
  • If â > best_so_far, run seven critics in parallel to compute weighted penalties π_k(T); adjusted composite a = â − Σ w_k π_k(T).
  • Editor R proposes one prompt edit per iteration (targets weakest rubric not edited recently); accept if new composite improves.
  • On loop termination (budget exhausted or plateau), parity mapping P(T*, Q_o) produces many-to-many tag↔Q mappings, unmapped Q and tags, and artifacts for human QA.
  • Model families intentionally separated to reduce shared failure modes (proposal/evaluation vs. critique/mutation run on different models).
  • Recalibration: judge rubrics were tuned against PM review to account for practical interpretability (e.g., penalizing bare-noun tags).

Implications for AI Economics

  • Catalog reconstruction is a foundational public-good for AI-native matching markets:
    • Shared representational primitives (canonical and specialty tags) are necessary for probabilistic matching, pricing models, and cross-category generalization.
    • High-fidelity reconstruction preserves provider screening autonomy while enabling AI inference of consumer intent.
  • Market efficiency and liquidity:
    • The reported seeding gap (40.66% failed filter evaluations due to missing canonical tags) illustrates how schema migration risk can translate to lost matches, reduced lead flow, and lower marketplace liquidity unless migration and seeding are managed.
    • Ensuring parity coverage minimizes frictions in redirection from structured forms → probabilistic matchers, helping preserve match rates and allocation efficiency.
  • Incentives and strategic behavior:
    • Adversarial critic highlights gaming risks: poorly constructed tags can be misused by providers to surface leads they cannot service, creating negative externalities and search quality degradation. Multi-critic evaluation plus human sign-off mitigates, but does not eliminate, strategic risk.
  • Operational economics of scaling:
    • Per-occupation parallel generation enables rapid onboarding (new occupations onboardable within hours), which supports scale and responsiveness to market evolution—but requires monitoring per-occupation hygiene metrics (coverage, proliferation) to avoid heterogeneous quality.
  • Model risk and governance:
    • Cross-family evaluation and mandatory human QA are practical governance mechanisms to reduce correlated LLM biases; economic policy should budget for ongoing recalibration, audits, and human-in-the-loop checks to prevent long-term degradation of market outcomes.
  • Recommendations for marketplaces:
    • Track and report catalog metrics (parity coverage, unmapped Q&A, tag proliferation) as operational KPIs tied to marketplace health.
    • Prioritize canonical-tag seeding and remediation to prevent large-scale failed evaluations and lost matches.
    • Use autonomous reconstruction but require human sign-off and periodic audits; combine automated coverage enforcement with economic monitoring (match rates, lead conversion) to detect downstream effects.
  • Broader research implications:
    • The per-domain autoresearch approach suggests economic value in decomposing global schema problems into many local optimization problems to reduce semantic interference and produce occupation-specific, operationally meaningful constructs.

Assessment

Paper Typedescriptive Evidence Strengthmedium — The paper reports a production deployment with substantial operational metrics (132 occupations, a 14-day post-launch cohort, 1,840 enrolled pros, 9.3M filter evaluations) and clear coverage statistics, but provides observational, system-level evidence without randomized comparison, counterfactuals, or causal identification of downstream economic effects. Methods Rigormedium — The system design is carefully specified (per-occupation autoresearch loop, cross-family model stack, multi-rubric LLM judge, seven-persona critics, parity mapping) and includes human QA before deployment, but evaluation is short-duration, descriptive, and lacks controlled experiments, robustness checks against model drift, or independent external validation. SampleProduction deployment at a major U.S. consumer services marketplace (Thumbtack) across 132 service occupations; reports a 14-day post-launch cohort with 1,840 enrolled professionals and 9.3 million filter evaluations; legacy request-form (RF) Q&A schemas across categories used as seed data; reported metrics include 73.3% of legacy answers mapping directly to generated tags, 20.8% classified as acceptable intake-only non-tags, 6.0% regrettable misses, pooled coverage 92.5%, per-occupation median coverage 100%, and a reported 40.66% of filter-evaluation failures due to canonical-tag seeding gaps. Themeshuman_ai_collab adoption GeneralizabilitySpecific to two-sided local services marketplaces with legacy RF Q&A; may not transfer to product e-commerce or other domains without adaptation, Depends on the presence and quality of legacy structured Q&A and enrollment/deselection signals, Relies on particular high-capacity LLM models (GPT-5 family, Claude Sonnet 4.6) and cross-family setup — results may change with different models or API constraints, Short evaluation window (14 days) and limited cohort size for longitudinal or behavioral inference (e.g., effects on matching quality, revenue, or worker income), Human-in-the-loop QA and organization-specific design choices limit turnkey replicability for smaller platforms or different regulatory/privacy regimes

Claims (9)

ClaimDirectionOutcomeConfidence & EvidenceDetails
The autoresearch system was deployed in production at a major U.S. consumer-services marketplace across 132 occupations beginning in April 2026. Adoption Rate positive Production deployment scale
Reading fidelity high
Study strength medium
n=132
132 occupations live
0.18
In a 14-day post-launch production cohort, the system covered 1,840 enrolled service professionals and generated 9.3 million filter evaluations. Organizational Efficiency positive Operational deployment volume
Reading fidelity high
Study strength medium
n=1840
1,840 enrolled pros; 9.3M filter evaluations
0.18
Across the reconstructed catalog, 73.3% of legacy answers mapped directly to a regenerated preference tag. Output Quality positive Direct legacy-answer-to-tag mapping coverage
Reading fidelity high
Study strength medium
73.3% mapped directly
0.18
The catalog classified 20.8% of all legacy answers as acceptable non-tags because they were intake-only details such as sizes, ranges, or flexibility. Task Allocation mixed Share of legacy answers excluded as acceptable non-tags
Reading fidelity high
Study strength medium
20.8% of all answers
0.18
Only 6.0% of legacy answers were regrettable misses: real provider preferences that the regenerated catalog failed to cover. Output Quality negative Uncovered provider preferences
Reading fidelity high
Study strength medium
6.0% regrettable misses
0.18
Measured against legacy preferences that should map to provider-preference tags, pooled coverage was 92.5%; the per-occupation median was 100% and the mean was 97.8%. Output Quality positive Coverage of legacy preferences that should be represented as tags
Reading fidelity high
Study strength medium
n=132
92.5% pooled coverage; 100% median; 97.8% mean
0.18
The production deployment revealed a catalog-hygiene gap in which deprecated canonical tags were still emitted by request-time enrichment. Error Rate negative Emission of deprecated canonical tags
Reading fidelity high
Study strength medium
n=1840
0.18
In the production cohort, 40.66% of filter evaluations failed because the canonical tag required by the consumer request was absent from the provider profile. Error Rate negative Canonical-tag filter evaluation failure rate
Reading fidelity high
Study strength high
n=9300000
40.66% of filter evaluations failed
0.3
New occupations could be onboarded on demand within hours, according to the paper’s production-deployment description. Organizational Efficiency positive Time required to onboard a new occupation
Reading fidelity high
Study strength medium
n=132
within hours
0.18

Notes