A helpful mental model distinguishes parameter-space edits from activation-space edits. Fine-tuning with LoRA alters model weights (the "pipes"), while activation steering modifies the information flowing through them (the "water"), clarifying two distinct approaches to model control.

Related Insights

LoRa training focuses computational resources on a small set of additional parameters instead of retraining the entire 6B parameter z-image model. This cost-effective approach allows smaller businesses and individual creators to develop highly specialized AI models without needing massive infrastructure.

Quantized Low-Rank Adaptation (QLORA) has democratized AI development by reducing memory for fine-tuning by up to 80%. This allows developers to customize powerful 7B models using a single consumer GPU (e.g., RTX 3060), work that previously required enterprise hardware costing over $50,000.

Quantization and distillation don't simply create a smaller version of an LLM. These optimization processes alter the model's behavior to the point where it becomes a new entity—a "cousin." It may be legible and functional, but it will not produce the same outputs as the original.

The perception of LORAs as a lesser fine-tuning method is a marketing problem. Technically, for task-specific customization, they provide massive operational upside at inference time by allowing multiplexing on a single GPU and enabling per-token pricing models, a benefit often overlooked.

Research suggests a formal equivalence between modifying a model's internal activations (steering) and providing prompt examples (in-context learning). This framework could potentially create a formula to convert between the two techniques, even for complex behaviors like jailbreaks.

Beyond standard benchmarks, Anthropic fine-tunes its models based on their "eagerness." An AI can be "too eager," over-delivering and making unwanted changes, or "too lazy," requiring constant prodding. Finding the right balance is a critical, non-obvious aspect of creating a useful and steerable AI assistant.

The primary driver for fine-tuning isn't cost but necessity. When applications like real-time voice demand low latency, developers are forced to use smaller models. These models often lack quality for specific tasks, making fine-tuning a necessary step to achieve production-level performance.

When using Parameter-Efficient Fine-Tuning (PEFT) with LoRa, applying it to all linear layers yields models that can reason significantly better. This approach moves beyond simply mimicking the style of the training data and achieves deeper improvements in the model's cognitive abilities.

While prompt optimization is theoretically appealing, OpenPipe's team evaluated methods like JEPA and found they provided only minor boosts. Their RL fine-tuning methods delivered vastly superior results (96% vs 56% on a benchmark), suggesting weight updates still trump prompt engineering for complex tasks.

Despite base models improving, they only achieve ~90% accuracy for specific subjects. Enterprises require the 99% pixel-perfect accuracy that LoRAs provide for brand and character consistency, making it an essential, long-term feature, not a stopgap solution.