Back to blog

Red Hat: AI model selection is now an architecture decision

Article created on 25 August 2026 · Publication analyzed: 24 August 2026 · Source: Red Hat

Red Hat's 24 August 2026 post highlights a reality that is often underestimated: selecting an AI model is not about choosing the largest or newest option, but about aligning capability, cost, privacy, RAG, fine-tuning, licensing, hosting, and day-to-day operations.

1. What Red Hat emphasizes

Red Hat offers a framework for comparing models before designing the infrastructure that will run them. The post covers parameters, architecture, training data, tokens, context windows, task specialization, RAG, fine-tuning, quantization, weight formats, and production constraints.

The useful enterprise point is the decision hierarchy: a larger model may reason better, but it costs more, uses more memory, and increases latency. A large context window can ingest long documents, but it does not replace well-governed RAG. A self-hosted model can simplify data residency boundaries, but it shifts responsibility for runtime, versions, incidents, and supervision to the organization.

2. What this changes for Belgian and French companies

For SMEs, the concrete change is to avoid turning every AI use case into an infrastructure project. Many support, writing, document-search, or sales-assistance use cases can start with an enterprise API, confidentiality terms, limited connectors, and human validation. Self-hosting becomes relevant when volume, sensitive data, or contractual constraints genuinely justify it.

For mid-market companies, large enterprises, and public administrations, model selection should be part of governance: data classification, business criticality, GDPR constraints, processing location, cost per token, licensing, evidence, version control, and internal operating capacity. The same grid applies to a RAG agent, an Odoo automation, a legal assistant, or a BI tool.

3. Underside analysis: sovereignty, agents, RAG, and Odoo

Underside's analysis is that AI sovereignty starts before supplier selection. It starts with mapping data and actions: what data the model sees, what memory is retained, which tools the agent may call, which Odoo fields it can read or modify, which traces can reconstruct a decision, and who validates a binding action.

In an Odoo Enterprise project, the decision is not simply "API or local model." An assistant that summarizes internal notes has different requirements from an agent that prepares a customer follow-up, changes an order, proposes a purchase, or populates an invoice. The right model depends on action level, field sensitivity, RAG citation requirements, acceptable latency, and total operating cost.

4. RAG, fine-tuning, and a dedicated model answer different problems

RAG fits when knowledge changes often, when sources must be cited, or when the organization wants to avoid retraining the model. Fine-tuning can stabilize format, terminology, or repeated behavior, but it does not fix weak document governance. A dedicated or self-hosted model can be useful under strong confidentiality constraints, but it requires a heavier operating discipline.

For Belgian and French IT teams, the right sequence is pragmatic: measure the use case, build a local evaluation set, test several model sizes, compare RAG with prompt-only behavior, verify licenses, and then decide where to host. The decision must remain revisable because prices, models, hardware options, and regulatory expectations change quickly.

5. The model is only part of the system

Red Hat stresses an important point: the organization must be able to operate the chosen model. With a managed API, teams must verify retention terms, regions, private connectivity, logs, and contractual commitments. With self-hosting, they must provision capacity, maintain inference, monitor errors and latency, manage versions, secure weights, and plan continuity.

For an Apple Enterprise, local-cloud, European-cloud, or hybrid strategy, the same principle applies: execution location only has value when paired with explicit permissions, usable traceability, documented reversibility, and clean business integration. Model selection should therefore be an architecture deliverable, not an isolated technical preference.

Priority: build a model-by-use-case matrix covering accessible data, allowed action, RAG option, fine-tuning need, hosting mode, volume cost, logs, human validation, and business owner.

Structure AI selection

Read the official source