PromptForge
AI Glossary

Models & architecture

Open-weights model

Also known as: open source model, open weights, local model

Definition

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

Open weights change the deployment calculus. You can run inference locally or in your own cloud, which means no per-token cost, no data leaving your infrastructure, no rate limits, and no vendor deprecating the model you built on.

The distinction from "open source" matters. Most open-weights releases publish parameters but not training data or training code, and many carry licences with commercial restrictions. Read the licence before building a business on one.

The capability gap against frontier closed models has narrowed considerably but not closed, particularly on complex reasoning. For many production tasks — classification, extraction, summarisation, routine generation — open weights are now entirely sufficient.

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

Parameters

Parameters are the learned numerical weights inside a model, adjusted during training. Parameter count — 7B, 70B, 405B — is a rough proxy for capacity, but not a reliable predictor of quality.

Project

Build a Personal Study Assistant

Turn a stack of lecture notes into a study partner that quizzes you, explains what you got wrong, and tracks which topics you keep failing. You will finish with a reusable system prompt you can point at any subject.

Project

Build Your Own Prompt Library

Stop rewriting the same prompt. Build a small, organised, tested personal library — and learn the versioning habit that stops it rotting into a folder of near-duplicates.

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.