← All speakers

Bio, Work & Ideas

Rachelle Mattern

Conference affiliation: SambaNova Systems · 2024

Rachelle Mattern is an enterprise AI solutions-engineering leader focused on deploying specialized language models without sacrificing data privacy, operational control, or cost predictability. In 2024, she was director of solutions engineering at SambaNova Systems, serving the company’s global customers.

Her approach confronts a practical enterprise dilemma: general-purpose models offer straightforward integration, while smaller models tailored to legal, finance, human-resources, and coding tasks provide stronger customization but create operational complexity. With SambaNova’s Samba-1 platform, Mattern articulated how Composition of Experts addresses that tradeoff by placing multiple specialized models behind a single secure model endpoint. Requests can be routed to appropriate experts, directed to individual models, or chained across multiple systems.

She emphasized the governance required to make that architecture workable: model-level access controls restrict which teams and applications can use specific models, while independently scheduled fine-tuning accommodates different update cycles for financial policies and software development.

Mattern also connected model orchestration to SN40L’s three-tier memory architecture, which combines on-chip, high-bandwidth, and DDR memory to support serving multiple models. At AI Engineer World’s Fair 2024, she framed SambaNova’s advertised Llama 3 inference speed within those broader requirements of privacy, infrastructure, and manageability. Her collaborative workshop with Petro Milan and Varun Krishna extended that framework into enterprise retrieval-augmented generation, document search, embeddings, and application development.

Read the topics behind these talks

2 conference talks

Key ideas

Scroll to read ↓

Build from a single SambaStudio inference call to a retrieval pipeline, following the workshop’s expert routing, memory hierarchy, prompt formatting and PDF search examples.

  • What does fast inference make possible?
    0:17 ↗
  • Integrating the path from hardware to models
    4:24 ↗
  • Combining broad capabilities with enterprise specialists
    8:28 ↗
  • Choosing, evaluating and invoking experts
    14:38 ↗
  • Keeping many models close to compute
    18:37 ↗
  • A workout plan, then responses while typing
    21:32 ↗
  • Preparing the basic inference notebook
    26:14 ↗
  • Configuring inference and marking the assistant turn
    33:02 ↗
  • Adding document retrieval before generation
    37:31 ↗
  • Preparing the PDF-processing environment
    41:57 ↗
  • Indexing the SN40L paper and asking a question
    46:40 ↗
  • The harder test: retrieving from a table
    52:38 ↗

Key ideas

Scroll to read ↓

Fast generation is only one part of an AI application: this workshop connects SambaNova’s expert-model architecture to Python inference, prompt formatting, and retrieval over a technical PDF.

  • What does fast inference let you build?
    0:17 ↗
  • Integrating the stack around enterprise models
    4:24 ↗
  • One application interface, many specialized models
    8:33 ↗
  • Choosing experts and choosing how to call them
    14:38 ↗
  • Keeping experts in a three-tier memory hierarchy
    18:37 ↗
  • A workout plan, then responses while typing
    21:32 ↗
  • Set up the Python inference notebook
    26:14 ↗
  • Give the model the conversation format it expects
    34:40 ↗
  • Separate configuration failures from output delays
    36:47 ↗
  • Build a retrieval pipeline around the endpoint
    43:55 ↗
  • Prepare document extraction and the RAG environment
    48:20 ↗
  • Turn the SN40L paper into searchable chunks
    54:07 ↗
  • Answer from passages, then test a table
    58:11 ↗

References