PromptForge
AI Glossary

Models & architecture

LoRA

Also known as: low-rank adaptation, qlora

Definition

LoRA (Low-Rank Adaptation) is a fine-tuning method that trains small adapter matrices instead of updating all model weights. It cuts the compute and storage cost of fine-tuning by orders of magnitude.

Rather than modifying billions of parameters, LoRA inserts small low-rank matrices alongside existing weights and trains only those. The resulting adapter is typically megabytes rather than gigabytes.

This has practical consequences beyond cost. Adapters can be swapped at runtime, so one base model can serve many specialised behaviours. You can maintain separate adapters per customer or per task without hosting separate models.

Quality is usually close to full fine-tuning for style and format adaptation, which covers most real use cases.

Related terms

Put this into practice

Understanding the term is step one. Our free courses and tools let you actually use it.

Glossary

Fine-tuning

Fine-tuning continues training a pre-trained model on your own examples to specialise its behaviour. It is the right tool for teaching consistent style, format or classification behaviour — not for adding knowledge.

Glossary

Mixture of experts (MoE)

Mixture of experts is an architecture where only a subset of the model activates per token. A router selects a few specialised sub-networks, so a very large model runs at the cost of a much smaller one.

Glossary

Open-weights model

An open-weights model has publicly downloadable parameters, letting anyone run it on their own hardware. Llama, Mistral, Qwen and DeepSeek are prominent examples.

Prompt

Competitor Positioning Snapshot

Competitive research with citations. Use this before a positioning workshop, a pricing review, or writing comparison copy — the table format makes it easy to spot where a rival is genuinely stronger versus where they are just louder. Always run it on a search-grounded model like Perplexity so every claim carries a source and a date you can verify.

Article

GPT vs Claude vs Gemini: An Honest Comparison

A practical comparison of the three leading AI models across writing, coding, reasoning, long documents and cost — including which one to reach for on which task, and where each genuinely falls short.

Article

Which AI API Is Cheapest? How to Actually Compare

Headline price per million tokens is a misleading way to compare AI APIs. Here is how to calculate real cost for your workload, and the four changes that cut bills the most.