← All speakers

Bio, Work & Ideas

Ofer Mendelevitch

Conference affiliation: Vectara · 2025

Ofer Mendelevitch is an AI engineer, startup founder, and technical author focused on making enterprise AI accurate, secure, and accountable. He co-founded the synthetic-healthcare-data company Syntegra, led developer relations at Vectara, and helped develop open-source tools for evaluating retrieval-augmented generation and detecting hallucinations.

Mendelevitch studied computer science at the Technion–Israel Institute of Technology and earned a master’s degree in electrical engineering at Tel Aviv University. His earlier career included engineering leadership at Yahoo and Nor1, an entrepreneur-in-residence position at XSeed Capital, and data-science leadership roles at Hortonworks, LendUp, and Helix. He co-authored Practical Data Science with Hadoop and Spark with Casey Stella and Douglas Eadline.

In 2019, he co-founded Syntegra with physician Michael Lesh and served as chief technology officer. The company applied generative language models to privacy-preserving synthetic healthcare data, creating artificial patient records designed to preserve useful clinical patterns while protecting individual privacy. Mendelevitch and Lesh investigated how to assess both statistical fidelity and privacy; Mendelevitch also addressed the infrastructure demands of training large models, including cloud costs and interrupted computing workloads.

At Vectara, he focused on production-grade retrieval-augmented generation: grounding model outputs in enterprise documents while preserving source attribution, document permissions, and operational oversight. His major technical concerns include:

  • Evaluation without golden answers. He contributed to open-rag-eval, which evaluates retrieval and generated responses without exhaustive reference answers or manually labeled passages. Its methods include UMBRELA for retrieval relevance, AutoNuggetizer for answer quality, citation-faithfulness checks, and hallucination detection; connectors support Vectara, LangChain, and LlamaIndex.
  • Detecting unsupported model claims. He co-authored FaithBench, a benchmark for difficult hallucinations in generated summaries, and research introducing FaithJudge, which uses human-annotated examples to improve automated assessments of factual faithfulness.
  • The operational cost of enterprise RAG. Effective systems must handle document parsing, chunking, hybrid retrieval, reranking, latency, infrastructure costs, continuous evaluation, multilingual support, and document-level access controls. His analysis of enterprise RAG architecture emphasizes that vendor fragmentation and specialized staffing can be as consequential as model accuracy.

In 2026, Mendelevitch and Forrest Sheng Bao published Hands-On RAG for Production, covering ingestion, retrieval, evaluation, privacy, security, agentic workflows, multimodal systems, and GraphRAG. Its companion repository provides runnable examples.

Read the topics behind these talks

3 conference talks

Key ideas

Scroll to read ↓

Enterprise deep research extends autonomous investigation to private documents, combining retrieval, parallel agents and synthesis to produce grounded answers across an organization’s data.

  • The platform beneath the research
    0:00 ↗
  • Research needs reliable evidence
    1:41 ↗
  • From a question to a cited report
    2:17 ↗
  • Turning the investigation toward private data
    3:14 ↗
  • RFP answers, onboarding guides and investment memos
    3:49 ↗

Key ideas

Scroll to read ↓

Open RAG Eval captures a pipeline’s retrieved passages and answers, then evaluates relevance, information coverage, citation support, and response consistency without hand-written golden references.

  • The golden-reference bottleneck
    0:00 ↗
  • From queries to evaluation files
    0:43 ↗
  • Retrieval relevance with UMBRELA
    1:34 ↗
  • Answer coverage with AutoNuggetizer
    2:52 ↗
  • Citation support and whole-response consistency
    3:25 ↗
  • Inspecting the results
    3:54 ↗
  • Tuning a pipeline and extending its connectors
    4:26 ↗

Key ideas

Scroll to read ↓

Retrieving facts before generation is only the beginning: enterprise RAG also requires continuous evaluation, coordinated services, access controls and a team that can maintain the whole system.

  • Answering questions over your own data
    0:01 ↗
  • Two flows, many components
    1:03 ↗
  • Where a managed platform draws the boundary
    3:08 ↗
  • Quality continues after the first deployment
    3:54 ↗
  • Latency and cost accumulate across the stack
    6:33 ↗
  • Document permissions must survive retrieval
    8:03 ↗
  • Who owns the incident?
    9:02 ↗
  • Maintaining expertise and language coverage
    10:00 ↗
  • What the platform proposes to take over
    11:37 ↗
  • Checking groundedness and choosing a model
    13:03 ↗
  • Model choice and deployment constraints
    14:40 ↗

References