🎯Core Definition
VLMs and speech LLMs reuse the LLM as a unified backbone — Transformer architecture, attention, the pretrain-align-SFT paradigm, KV cache, and inference optimization all carry over from the LLM stack.
💡Use Cases
when multimodal interviews dig into 'where does the backbone come from', answer with LLM-module knowledge.
⚡Key Problems Solved
multimodal models inherit reasoning, instruction following, and tool use without retraining text capabilities from scratch. See the LLM module: Transformer architecture and alignment in the LLM module (guide transformer-architecture).