Black Forest Labs (BFL) ships the Flux family — currently the leading open-weight image-generation models. Founded by ex-Stability AI researchers including Robin Rombach (Stable Diffusion lead). Series B in 2024. The interview emphasizes deep diffusion-model research engineering and the unique tradeoffs of frontier image generation.
Process
Recruiter screen → 60-minute coding (Python with PyTorch fluency) → onsite virtual: 2 coding/ML, 1 ML system design, 1 research deep-dive, 1 behavioral. Research candidates get a paper-discussion round. Cycle: 4–6 weeks.
What they actually ask
- Design a distributed training stack for a diffusion transformer (DiT). Focus on how you shard the model and data across many GPUs — data, tensor, and sequence parallelism, activation checkpointing, and bf16 mixed precision — and how you keep the GPUs saturated by overlapping communication with compute. Interviewers probe checkpointing and recovery on a large cluster and how you handle the memory cost of high-resolution latents.
- Design an inference platform with high-quality image generation under latency budget. Walk through the denoising loop: number of sampling steps, few-step or distilled samplers to cut latency, guidance scale, and batching requests across a GPU pool. A concrete framing: serve a 4-step distilled model at a low p95 for most traffic while routing premium requests to a full-step model, with autoscaling and a queue to absorb bursts.
- Design data pipelines for image-text pretraining. Cover ingesting, deduping, and filtering billions of image-caption pairs — aesthetic and safety scoring, resolution bucketing, and recaptioning with a vision-language model. Expect questions on throughput and reproducibility: sharded formats like WebDataset tar shards, streaming to training nodes without starving the GPUs, and tracking data provenance.
- Coding: medium-hard DSA, often ML-flavored. Expect a LeetCode medium-to-hard problem with a numerical twist — implement an attention step, a sampling loop, or matrix manipulation in clean Python. Know the common coding patterns and state the time and space complexity of your solution out loud.
- Behavioral: ownership, taste, research-engineering blend. They want evidence you can own an ambiguous research problem end to end and show judgment about which experiments are worth running — “taste” is the word they use for that. Bring concrete stories of a call you made under uncertainty, structured with the STAR method.
Levels and comp (2026)
- SE: $185K–$255K total (in EU equivalent: €130K–€180K)
- Senior SE / ML Research: $270K–$390K total
- Staff Research: $400K–$600K+ total at top of band
Prep priorities
- Be fluent in Python and PyTorch deeply. Expect to write PyTorch from scratch rather than call high-level libraries — a training loop, a custom nn.Module, or debugging a shape mismatch or silent broadcasting bug live.
- Understand diffusion architectures (DiT, MMDiT, flow matching) and rectified flow. Be able to explain the forward and reverse process and the training objective in plain terms, and why Flux uses rectified flow and MMDiT over an older U-Net plus DDPM setup. A common probe: contrast DDPM, flow matching, and rectified flow.
- Brush up on distributed training (FSDP, sequence parallelism) and inference optimization for diffusion. Be ready to compare FSDP against tensor and sequence parallelism and say when each helps, plus inference tricks like step distillation, quantization, and feature caching. You may be asked how you’d roughly halve inference cost without a visible drop in image quality.
Frequently Asked Questions
Is BFL remote-friendly?
Hubs in Freiburg (Germany) and remote across EU. Some senior+ remote within US.
How does BFL compare to Stability AI or Midjourney?
BFL’s Flux models are widely considered better quality than Stability’s SD3. Midjourney is a closed product with leading aesthetic. BFL’s differentiator is open-weights frontier quality. Comp lower than US AI labs but with strong research brand.
What is the engineering culture?
Research-engineering blended; calmer than US AI labs. Strong technical taste; team is largely the original Stable Diffusion researchers.
Similar company guides
Prepping for Black Forest Labs? Put it to work:
