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 →

Meta’s Dear Algo converts natural-language feed steering into executable retrieval plans, improving judged precision in deployed tests — a blinded audit finds 94.4% exact-Relevant precision and a candidate-randomized serving-path window shows a 1.97 percentage-point reduction in judged irrelevant admissions while increasing exact-Relevant share.

Dear Algo: A Precision-First Agentic Intent Layer for Unified Search and Recommendation
Rui Wang, Jiazhou Wang, Zheng Wei, Chenglin Lu, Fangcheng Sun, Ivy Sun, Jin Sun, Hui Geng, Lillian Zhang, Chao Yang, Lei Chen, Shahin Sefati, Reem Helou, Joe Zhou, Babak Shakibi, Yiyi Pan, Bi Xue, Hong Yan, Shujian Bu · August 16, 2026
arxiv quasi_experimental 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. Rui Wang unresolved corpus identity
  2. Jiazhou Wang unresolved corpus identity
  3. Zheng Wei unresolved corpus identity
  4. Chenglin Lu unresolved corpus identity
  5. Fangcheng Sun unresolved corpus identity
  6. Ivy Sun unresolved corpus identity
  7. Jin Sun unresolved corpus identity
  8. Hui Geng unresolved corpus identity
  9. Lillian Zhang unresolved corpus identity
  10. Chao Yang unresolved corpus identity
  11. Lei Chen unresolved corpus identity
  12. Shahin Sefati unresolved corpus identity
  13. Reem Helou unresolved corpus identity
  14. Joe Zhou unresolved corpus identity
  15. Babak Shakibi unresolved corpus identity
  16. Yiyi Pan unresolved corpus identity
  17. Bi Xue unresolved corpus identity
  18. Hong Yan unresolved corpus identity
  19. Shujian Bu unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Rui Wang provider ID
  2. Jiazhou Wang provider ID
  3. Zheng Wei provider ID
  4. Chenglin Lu provider ID
  5. Fangcheng Sun provider ID
  6. Ivy Sun provider ID
  7. Jingjing Sun provider ID
  8. Huijie Geng provider ID
  9. Lillian Zhang provider ID
  10. Chao Yang provider ID
  11. Lei Chen provider ID
  12. Shahin Sefati provider ID
  13. Reem Helou provider ID
  14. Joe Zhou provider ID
  15. Babak Shakibi provider ID
  16. Yiyi Pan provider ID
  17. Bi Xue provider ID
  18. Hong Yan provider ID
  19. Shujian Bu provider ID
Dear Algo implements a grounded agentic intent layer (STAR/STQL) on Threads that compiles natural-language feed steering into executable retrieval plans and, in deployed evaluations, increases judge-qualified candidate yield and reduces judged irrelevant admissions under a precision-first objective.

Citation observations

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

Search and recommendation serve a shared discovery objective but encode intent differently. We study this boundary through Dear Algo on Threads, a deployed product where open-ended requests such as \emph{more NBA news} or \emph{less politics} steer subsequent feed recommendations rather than return a one-shot result list. Its agentic intent layer compiles explicit, inferred, negative, and compound intent into a grounded executable plan, then invokes conventional retrieval and optional semantic or multimodal reranking. The layer shares an intent-to-retrieval contract without requiring one model or serving path across search-like and recommendation-like modes. We evaluate Dear Algo under a precision-first objective. In a blinded audit of 300 public request-item pairs (296 evaluable), a strict categorical LLM-as-a-judge gate achieved 94.4\% exact-Relevant precision [88.8\%, 98.9\%]. Across 72 normalized request clusters, the full configuration produced 7.73 judge-qualified candidates per 20 slots versus 6.61 for an LLM-derived-query baseline, a gain of 1.11 [0.12, 2.12]. In a candidate-randomized serving-path study restricted to the reranker path's first 72 eligible hours, the user-weighted judge-Irrelevant share among judged admissions was 2.80\% versus 4.78\% off (-1.97 points [-3.02, -0.94]), while Exact-Relevant share was 2.24 points higher [0.08, 4.41]. Together, these studies show how explicit natural-language intent can be carried into feed recommendation under a precision-first evaluation framework

Summary

Main Finding

Dear Algo implements an agentic intent layer (STAR on SilverTorch) that compiles natural-language user instructions into a grounded, executable retrieval plan (STQL) which steers feed recommendation. Under a precision-first evaluation, the system achieves high admission precision (94.4% exact-Relevant in a blinded audit) and yields more judge-qualified candidates and fewer irrelevant admitted items than LLM-derived-query or non-reranked baselines, demonstrating that explicit natural-language intent can be carried into feed recommendation cost-effectively without replacing existing retrieval/ranking infrastructure.

Key Points

  • System design

    • An intent layer interprets explicit, inferred, negative, and compound user intent into typed semantic features, grounds phrases to a controlled item-side vocabulary, and compiles a JSON-serialized retrieval DSL (STQL).
    • Architectural separation: compile-once (control plane LLM grounding) + execute-many (data-plane candidate retrieval), with optional bounded LLM/multimodal reranking.
    • Modes share infrastructure and representation (catalog IDs, vocabulary, STQL plans) but retain mode-specific retrieval, ranking, and thresholds.
    • Priority on admission precision: admitting an irrelevant item has outsized downstream cost in persistent feeds, so precision-first operating points guide design choices.
  • Evaluation highlights

    • Blinded human calibration: sampled from a frame of 48,876 request-item records; audit of 300 pairs (296 evaluable) validated the production LLM-as-a-judge (LAAJ) at a strict categorical gate: 94.4% exact-Relevant admission precision [88.8%, 98.9%].
    • Paired offline candidate study (fixed Top-20 budget, 72 normalized request clusters): full grounded-tag policy produced 7.73 judge-qualified candidates per 20 slots versus 6.61 for an LLM-derived-query + retrieved-tag baseline — a gain of 1.11 [0.12, 2.12] judge-qualified candidates.
    • Candidate-randomized reranker study (common-support 0–72h window): among judged admitted candidates, reranker-on path had lower user-weighted judge-Irrelevant share (2.80% vs 4.78%, −1.97 points [−3.02, −0.94]) and higher Exact-Relevant share (+2.24 points [0.08, 4.41]). Note: reranker path had higher cost/latency and a smaller candidate budget.
    • Logging and measurement: used LLM-as-a-judge as an instrument but validated it with human adjudication; careful separation of estimands (request relevance, admitted-set quality, engagement, reports) emphasized.
  • Limitations and design caveats

    • The system shares infrastructure and representation but does not claim empirical unification (i.e., causal cross-mode gains remain an open question).
    • Reranker-on path had different TTL and candidate budget; comparisons restricted to common-support window and estimate admitted-set quality, not recall or full ranking effects.
    • LAAJ is a measurement instrument with proprietary config; LLM-judge biases and operational choices matter and were explicitly validated here.

Data & Methods

  • System: STAR (SilverTorch Agentic Recommender) produces STQL plans that execute on SilverTorch candidate service; optional LLM/multimodal reranker on a bounded slate.
  • Human calibration
    • Sampling frame: 48,876 public-mode request-item records (July 17–24, 2026).
    • Audit sample: 300 pairs (296 evaluable) drawn with stratified oversampling of Irrelevant/Partial strata.
    • Instrument: production LLM-as-a-judge (LAAJ) evaluated at a strict categorical gate; primary estimand P(human Relevant | judge Relevant). Bootstrap CIs and a Dawid–Skene rater-severity sensitivity check were used.
  • Paired offline candidate study
    • 100 request events → 72 normalized request-text clusters after filtering.
    • Three arms (raw request vs LLM-derived query; retrieved canonical tags vs full LLM-selected grounded tags) all run on same request-time inventory and same Top-20 budget.
    • Outcome: judge-qualified candidates@20 (count of candidates with LAAJ score ≥ 0.8) and Yield@20; 20k cluster bootstrap for intervals; sensitivities at stricter cutoffs.
  • TTL-aligned candidate-randomized reranker study
    • Logged public-mode admitted impressions July 17–24, 2026.
    • Randomized per-request candidate assignment between reranker-off (standard) and reranker-on (LLM reranker).
    • Restricted primary analysis to request→impression age < 72 hours (common-support due to reranker TTL).
    • Dataset in window: 93,972 rows across 4,321 requests; paired cohort: 50,922 off candidates (31,099 judged) vs 3,770 on candidates (2,928 judged); 845 fully judged paired requests sensitivity.
    • Metrics: Exact-Relevant share and false-admission (Irrelevant) rate among judged admitted candidates; user-cluster bootstrapped intervals and adversarial bounds for unjudged candidates.
  • Observational behavioral study
    • Measured within-user app-usage change after explicit requests (descriptive, non-randomized; lacks causal control).

Implications for AI Economics

  • Cost structure and resource allocation

    • The modular design (LLM-based intent compilation + conventional retrieval/ranking) lets platforms amortize expensive LLM costs across refreshes, lowering marginal serving cost compared with an end-to-end LLM replacement. This supports a favorable cost-benefit tradeoff for precision-sensitive applications.
    • Precision-first objective prioritizes avoiding costly false admissions (irrelevant items that repeatedly reach users). Economically, this reduces negative externalities (user churn, reporting, moderation costs) that can outweigh marginal gains from increased coverage.
    • The optional reranker improves admission quality but increases latency and compute; choosing when to apply reranking is an economic decision balancing improved relevance (and downstream engagement/value) against higher per-request costs and lower candidate throughput.
  • Product and platform economics

    • Grounded intent (persistent STQL plans) creates durable user-state that can increase long-term personalization value, potentially increasing engagement and lifetime value—if the plan persists and adapts without causing harmful feedback loops.
    • Controlled vocabularies and grounded identifiers facilitate auditing, provenance, and deletion—features with regulatory and compliance value that reduce legal/operational risk costs.
    • The system enables incremental deployment: control-plane innovation (LLM grounding) can be rolled out without replacing the data-plane recommendation stack; this lowers migration costs and operational risk.
  • Measurement, incentives, and governance

    • The studies highlight that measurement instruments (LLM-as-a-judge) require calibration and validation; investing in labeling and audit infrastructure is an economic cost but essential to avoid misestimated product decisions.
    • Accurate logging and TTL-aware randomization are necessary for causal inference; insufficient logging inflates evaluation uncertainty and can misallocate investment across serving paths or models.
    • Because admitting an irrelevant item has asymmetric downstream cost, platform incentives align to invest more in admission precision than in coverage when user retention / safety is the priority.
  • Research and monetization opportunities

    • Economic modeling opportunities: estimate the marginal value of an additional judge-qualified candidate (engagement uplifts, retention) vs marginal reranker cost to optimize budgeted allocation of expensive compute (e.g., which requests should receive reranking).
    • Long-run experiments are needed to measure welfare and monetization impacts of persistent intent plans: do explicit intent signals lead to sustainably higher engagement or to polarization/overfitting creating long-term harms?
    • Marketplace implications: such agentic intent layers could be productized as premium steering controls (monetizable features) if they demonstrably increase user value without prohibitive content-moderation cost.
  • Limitations with economic relevance

    • The paper stops short of proving causal cross-mode gains (empirical unification), so claims about downstream revenue or long-run welfare remain speculative without randomized, long-horizon experiments.
    • Reranker-on path had smaller candidate budgets (by design) and TTL constraints; economic conclusions about reranker deployment should account for these operational constraints.

Overall, Dear Algo demonstrates an economically sensible pattern: use LLMs where they add unique semantic grounding value (control plane), retain high-throughput retrieval/ranking for the data plane, and choose precision-first operating points when the cost of false admissions is asymmetric and potentially large. Future economic work should quantify the tradeoffs across compute cost, admission precision, engagement lift, and long-run user welfare to optimize deployment at scale.

Assessment

Paper Typequasi_experimental Evidence Strengthmedium — The paper reports evidence from a deployed product with a blinded human audit, a paired offline controlled comparison, and a candidate-randomized serving-path study — including a randomized contrast that identifies causal effects on judged admitted-item quality within a restricted window. However, the instrument (LLM-as-judge) is proprietary and only partially audited, the randomized experiment is constrained by unequal candidate budgets and a limited TTL common-support window, and behavioral/usage outcomes are observational, limiting claims about long-run user impact or broader causal unification. Methods Rigormedium — Strengths: multiple complementary evaluation tiers, blinded stratified audit of the judge instrument, within-request paired design to hold inventory constant, and candidate-level randomization for an internal causal contrast. Weaknesses: dependence on a proprietary LLM-as-judge (limited transparency), restricted 72-hour common-support window chosen post-operational validation, large imbalance in candidate budgets between arms, modest sample sizes for some analyses (e.g., 72 normalized clusters in offline study), and observational behavioral analyses lacking random assignment. SampleBlinded audit: a frozen frame of 48,876 public-mode request-item records logged July 17–24, 2026, with a stratified sample of 300 pairs (296 evaluable) from 296 users and multiple blinded raters; Paired offline candidate study: 100 request events from 98 users producing 72 normalized request-text clusters (92 valid judge responses aggregated to 72 clusters) with Top-20 per-arm evaluation on the same request-time inventory; Candidate-randomized reranker study: public-mode admitted impressions July 17–24, 2026 consisting of 93,972 logged rows across 4,321 requests, with 1,531 paired-arm requests (from 1,417 users) forming the randomized cohort, yielding 50,922 off-path candidates (31,099 judged) and 3,770 on-path candidates (2,928 judged), and 845 fully judged requests in both arms; Observational explicit-to-feed usage study described but truncated in supplied text. Themeshuman_ai_collab innovation IdentificationMixed evaluation: (1) blinded human audit of LLM-as-a-judge instrument using a stratified sample from a frozen public-mode request-item frame (no causal claim); (2) a paired offline within-request candidate comparison that holds infrastructure, inventory, and Top-20 budget fixed to compare grounded-tag vs retrieved-tag configurations (controlled pairing, not randomized across users); (3) candidate-level randomization within requests between two serving paths (reranker-off vs reranker-on) restricted to a common-support 72-hour TTL window, which identifies causal effects on admitted-set judged quality within that window; (4) observational pre/post usage comparisons for behavioral outcomes (non-randomized). GeneralizabilityDeployed and measured on Meta Threads public-mode users during a one-week window; results may not generalize to other platforms, user populations, geographies, or time periods., Randomized causal estimates apply only to admitted-set judged quality within the 72-hour common-support TTL window and under unequal production candidate budgets; they do not identify long-run effects or recall/engagement impacts., LLM-as-a-judge instrument, model version, prompt and thresholds are proprietary; reproducibility and external validity depend on different judge configurations., System grounding and controlled semantic vocabulary (STQL, SilverTorch substrate) are product-specific; transfer to different catalogs or retrieval architectures may change outcomes., Behavioral/usage evidence is observational and lacks an experimental control, limiting causal interpretation for downstream engagement or welfare.

Claims (7)

ClaimDirectionOutcomeConfidence & EvidenceDetails
In a blinded audit, the strict categorical LLM-as-a-judge gate achieved 94.4% exact-Relevant precision. Output Quality positive Precision of the strict judge-Relevant admission gate
Reading fidelity high
Study strength high
n=296
94.4% exact-Relevant precision [88.8%, 98.9%]
0.8
The full grounded-tag configuration produced more judge-qualified candidates per 20 recommendation slots than the LLM-derived-query baseline. Output Quality positive Judge-qualified candidate yield within the Top-20 slate
Reading fidelity high
Study strength medium
n=72
7.73 versus 6.61 judge-qualified candidates per 20 slots; gain of 1.11 [0.12, 2.12]
0.48
Within the reranker path's first 72 eligible hours, the candidate-randomized reranker study found a lower user-weighted judge-Irrelevant share among judged admissions when the reranker was on than when it was off. Error Rate negative Share of judged admitted candidates labeled Irrelevant
Reading fidelity high
Study strength medium
n=1278
2.80% versus 4.78%; difference of -1.97 percentage points [-3.02, -0.94]
0.48
Within the same candidate-randomized serving-path comparison, the reranker-on path had a higher Exact-Relevant share among judged admitted candidates than the reranker-off path. Output Quality positive Share of judged admitted candidates labeled exactly Relevant
Reading fidelity high
Study strength medium
n=1278
2.24 percentage points higher [0.08, 4.41]
0.48
Dear Algo shares an intent-to-serving contract across search-like and recommendation-like modes, while retaining mode-specific retrieval, ranking, thresholds, and latency budgets. Task Allocation positive Cross-mode sharing of intent representation and serving interface
Reading fidelity high
Study strength medium
not reported
0.48
The reported experiments do not establish causal empirical unification—whether information originating in one mode causally improves another mode without unacceptable regression. Other null_result Causal cross-mode improvement without regression
Reading fidelity high
Study strength high
not reported
0.8
The candidate-randomized reranker study estimates admitted-set quality rather than recall, NDCG, or rank movement. Output Quality null_result Scope of the quality estimand in the randomized serving-path study
Reading fidelity high
Study strength high
n=4321
0.8

Notes