Monster Jobs lê cada vaga aberta e diz, de 0 a 100, o match dela com o seu currículo — de graça. Você está vendo esta página sem a parte mais importante dela: a sua.

?

Pode ser 94. Pode ser 31.

O ponteiro só crava quando lemos o seu currículo. Leva 1 minuto, de graça.

DOSSIÊ MJ-2949 · ACESSO PARCIAL

Software Engineer, Search Systems - Code Data

mercor · San Francisco

PresencialTempo integralStaff

Esta é 1 de 64.081 vagas encontradas nos últimos 30 dias. Nós comparamos todas com o seu currículo — hoje, esta página nem sabe quem você é.

Grátis, sem cartão. Só o seu currículo.

Encontrada mês passado

Se candidatar no escuro custa uma noite.
Saber custa um minuto.

A conta que ninguém faz

Você, sozinho, numa noite

~20

vagas abertas e lidas uma a uma — a maioria descartada no terceiro parágrafo, quando o requisito que você não tem finalmente aparece. Dias assim, toda semana.

O Monster Jobs, enquanto isso

64.081

vagas já lidas e entendidas, prontas para ganhar nota contra o seu currículo no momento em que ele chegar. Você não procura mais vaga — recebe as que merecem a sua atenção.

Recrutador faz triagem de candidato.
Aqui, o recrutador é você — de vagas.

Cada uma chega com nota e motivo. Seu único trabalho é dizer sim ou não.

RELATÓRIO DE COMPATIBILIDADE · GERADO POR VAGA, POR PESSOA

Por que essa nota

Para quem tem conta, este bloco explica a nota em português — escrito sobre o seu histórico, não um texto genérico:

O raciocínio da nota é gerado para cada currículo depois do cadastro gratuito.

Aderência técnicapeso 0.45
Senioridadepeso 0.25
Localização e modelo de trabalhopeso 0.2
Setor e contextopeso 0.1

A seu favor

O que do seu histórico pesa a favor aqui.

O que falta

O que a vaga pede e seu currículo ainda não mostra.

Liberar meu relatório grátis

1 minuto: você envia o currículo, nós escrevemos o resto.

Ninguém caça sozinho. Esta vaga foi encontrada por outra pessoa e entrou no acervo de todo mundo. A caça continua enquanto você lê isto — e a sua parte do acervo (64.081 vagas, comparadas com o seu currículo) só passa a existir quando você entra.

O que você decide sobre cada vaga

Cada vaga vira um caso com histórico: candidatei, entrevista, proposta. Estes botões são os reais — só falta a conta.

Descrição da vaga

About Mercor

Mercor's mission is to organize human intelligence to power the AI economy. We're a leading AI data company, building the layer between human expertise and frontier models. Millions of domain experts on the platform are paid over $4 million per day to train frontier AI models. Mercor's APEX benchmark family measures AI's real-world impact on professional work. Mercor Enterprise brings this same infrastructure to Fortune 500 companies: helping companies capture how their best people actually work, translating that expertise directly back into agents.

 

Mercor is creating a new category of work where expertise powers AI advancement. Achieving this requires an ambitious, fast-paced and deeply committed team. You’ll work alongside researchers, operators, and AI companies at the forefront of shaping the systems that are redefining society. Mercor is a profitable Series C company valued at $10 billion. We work in-person five days a week in our San Francisco, NYC, or London offices.

About the Role

Some of the most valuable work on Mercor's platform is code—the tasks, problems, and solutions that train and evaluate the world's frontier coding models. As a Software Engineer for Code Search & Retrieval, you'll own the architecture and algorithms behind how we search across code tasks: finding similar tasks, routing them to the right models, and turning natural-language questions into precise retrieval.

Searching over code is a genuinely hard problem. Identifying similar code tasks—not just similar text—requires retrieval that understands structure, semantics, intent, and difficulty, far beyond what generic embeddings capture. You'll own that end to end: the vision is to search across code tasks at scale, identify and select the correct code-specific models for a given task, and translate NLP questions into search queries that return the right code and tasks.

This is a hands-on technical leadership role, not a management role. You'll design and build the retrieval systems that combine dense (code) embeddings and lexical (BM25) signals, and make the tradeoffs that let search stay fast and affordable at scale. Because Mercor operates at the frontier of data and models, you'll also own the hardest part of the problem: continuously evolving embeddings, models, and search quality as newer, state-of-the-art code models arrive—without regressing what already works.

As an engineer, your impact extends well beyond your own commits. You'll set the technical direction the rest of the org builds on, mentor and grow the engineers around you, and raise the bar for how we build.

What You'll Do
  • Own the architecture of Mercor's code search and retrieval systems end to end—hybrid retrieval combining dense code embeddings and BM25, candidate generation, ranking, and re-ranking over code tasks.

  • Solve the hard problem of identifying similar code tasks—retrieval that captures code structure, semantics, intent, and difficulty rather than surface text.

  • Build the system that identifies and selects the correct code-specific models for a given task, and routes tasks to the right model.

  • Design natural-language-to-query translation that turns NLP questions into precise search over code and tasks.

  • Design and operate the indexing pipeline so the task index stays fresh and consistent as new tasks, solutions, and results arrive continuously—balancing incremental updates, full rebuilds, and real-time ingestion.

  • Make the cost-and-speed tradeoffs that keep search fast and economical at scale: embedding dimensionality and quantization, ANN index choice and parameters, caching, sharding, and serving infrastructure.

  • Build the systems and evaluation harnesses that let us continuously evolve embeddings, models, and search quality—safely swapping in new code models, re-embedding corpora, and A/B testing relevance as SOTA advances.

  • Define and drive the long-term technical strategy for code retrieval across the organization, and lead the highest-stakes design reviews.

  • Establish evaluation metrics, offline/online testing, and quality guardrails so search improvements are measurable and regressions are caught before they ship.

  • Stay deeply hands-on: prototype critical systems, ship production code, and unblock teams on their hardest retrieval and infrastructure problems.

  • Mentor and grow engineers—junior and senior—through design reviews, pairing, and clear technical writing, raising the technical bar across the org.

  • Partner with product, researchers, and engineering leadership on build-vs-buy decisions, platform investments, and technical hiring.

What We're Looking For
  • 8+ years of professional software engineering experience, including 3+ years operating at a Senior level or above, with a Staff-level track record of org-wide technical impact.

  • Deep, hands-on expertise building search and retrieval systems: dense-embedding retrieval, lexical scoring (BM25/TF-IDF), hybrid ranking, and re-ranking.

  • Good to have but not required: Experience with code search or code understanding—retrieval over code, code embeddings, or working with code-specific models—and an appreciation for why matching similar code tasks is harder than matching text.

  • Strong understanding of the search algorithms and index internals—vector/ANN indices (e.g. HNSW, IVF, product quantization), inverted indices, and engines such as Elasticsearch/OpenSearch, Lucene, FAISS, or vector databases.

  • A track record of making the right cost-vs-speed tradeoffs: latency budgets, throughput, memory footprint, and infrastructure spend on high-QPS systems.

  • Familiarity translating natural-language questions into structured search queries (query understanding, semantic parsing, or LLM-assisted query generation).

  • Excellent systems fundamentals: distributed systems, data modeling, and API design at scale.

  • Demonstrated technical leadership and mentorship—you've helped junior and senior engineers grow and level up an engineering team.

  • Genuine excitement for agentic development and new technology, fluency with modern AI dev tools (e.g. Claude Code, Cursor, Copilot), and a deep passion for writing great code.

  • Excellent communication—able to make complex tradeoffs legible to both engineers and leadership. Strong opinions, loosely held. High ownership, pragmatism, and a bias toward shipping.

Nice to Have
  • Experience training or fine-tuning code embedding models or code-specific LLMs.

  • Experience with learning-to-rank, semantic search, or recommendation systems in production.

  • Familiarity with LLM-based retrieval, RAG patterns, and model routing/selection.

  • Background operating latency-critical services on modern cloud and orchestration infrastructure.

Why Mercor
  • Impact: Own the code search systems that decide how well Mercor finds, routes, and evaluates the code tasks training the world's frontier models, at a company scaling faster than almost any in its category.

  • Ownership: Org-wide technical scope with a direct line to engineering leadership and real authority over technical direction.

  • Learning: Work alongside world-class engineers, product leaders, and AI researchers building at the frontier of AI.

  • Growth: Shape the engineering organization itself—its standards, its architecture, and its next generation of technical leaders.

Benefits
  • Generous equity grant vested over 4 years

  • Up to $15K relocation bonus (if moving to the Bay Area)

  • A $10K housing bonus (if you live within 0.5 miles of our office)

  • A $1.5K monthly stipend for meals

  • Free Equinox membership

  • Health insurance

Mercor is an equal opportunity employer. We work in-person five days a week in our San Francisco office.

Vale a pena me candidatar? Ver minha nota

Leu tudo e ficou na dúvida? É exatamente isso que a nota resolve.

Por que criar conta agora

Leva 1 minuto

Envie o currículo e pronto. Sem formulário longo, sem questionário, sem teste.

Grátis de verdade

Sem cartão, sem período de teste que expira. Seu currículo só gera as suas notas.

Já tem vaga esperando

64.081 vagas encontradas nos últimos 30 dias — a sua nota nesta e em todas as outras sai assim que o currículo chega.

Criar conta grátis