

If your data is sensitive, a private LLM for business use is worth pursuing, and the pragmatic starting point is retrieval augmented generation (RAG), not fine-tuning. RAG keeps your documents inside your own systems, produces traceable answers, and costs far less to update than retraining a model. Fine-tuning earns its place later, once you know exactly which behaviour needs to be permanent.
TL;DR:
- Retrieval augmented generation offers a cost-effective, traceable way to deploy private LLMs, allowing updates through index modifications rather than retraining models.
- Most SMEs should start with RAG due to its speed, lower technical barriers, and ability to provide source citations, before considering fine-tuning for strict domain consistency.
- Infrastructure requirements include an inference engine, vector database, ingestion pipeline, orchestration layer, and secure logging, with deployment costs depending on model size and hosting location.
- Governance controls such as data classification, PII redaction, encryption, audit logs, and role-based access are critical to comply with regulations and maintain trust.
- A successful private LLM project begins with a narrow scope, usually a pilot for one department or document set, before scaling and adding fine-tuning only if needed for specific, recurring outputs.
A private LLM runs on infrastructure your business controls, whether that is on-premise hardware, a private cloud instance, or an EU-hosted environment, rather than sending your prompts to a shared public API. The model, the documents it references, and the logs it generates all stay inside your own perimeter. That distinction matters because public LLM services process your prompts on someone else’s infrastructure, under someone else’s terms.
We have seen this pattern repeat across regulated clients: the moment client files, medical notes, or financial records touch a prompt, the calculation changes.
The realistic use cases we encounter most often:
If your data is public-facing marketing copy or general research, a public API is usually fine. If it is client records, health data, or anything covered by professional confidentiality, a private deployment stops being optional.
This is the decision most SMEs get stuck on, and the answer depends on how much you need the model’s behaviour to change versus how much you just need it to know things.
For most regulated use cases, RAG wins on traceability alone. An auditor can ask “where did this answer come from?” and get a real citation, not a shrug. Fine-tuning, by contrast, changes the model itself, which makes it harder to explain a specific output months later.
Pro Tip: Start every project as RAG-only. Only add fine-tuning once you can name the exact behaviour RAG cannot deliver, such as a rigid output format or a house style the model keeps ignoring.
Enterprise practice generally prefers RAG first for speed and traceability, adding fine-tuning only where consistent behaviour is critical and the organisation can host open-weight models to fine-tune in the first place.
Cost conversations go sideways quickly when the components aren’t named. Here is what actually sits behind a working deployment:
Sizing depends entirely on model size. A 7 to 13 billion parameter open model runs comfortably on a single 24GB GPU. Anything larger, or any workload with concurrent users, usually needs multiple GPUs. Storage and IOPS matter more than people expect once document volumes climb into the tens of thousands of pages.
On deployment location: on-premise gives maximum control but the highest upfront cost; private cloud reduces hardware ownership; an EU-hosted cloud environment is often the practical middle ground for procurement, keeping data within EU borders while avoiding a server room. SMB-focused RAG deployments on platforms like Azure tend to scale faster than on-premise builds precisely because the managed services absorb much of this complexity.
Skipping governance is the single most common mistake we see in early-stage AI projects, and it is the one that gets noticed by a regulator or a client audit, not by a developer.
Required controls, in our experience, include:
Self-hosted deployments that keep prompts, documents, and model weights inside an organisation’s own perimeter are specifically designed to avoid data being used to train an external provider’s model, which is the core sovereignty question GDPR and the EU AI Act both push towards.
Implementing PII detection and redaction as a standard layer before any prompt reaches a model, rather than as an afterthought, tends to separate projects that pass an internal audit from those that need rebuilding six months in.
A proposal that looks technically impressive can still fail on governance basics. Run every supplier conversation through this checklist:
Ask directly: “Can you show me an audit log from a comparable deployment?” and “What happens to our data if we terminate the contract?” A vendor-neutral view on private versus public models notes that private deployments demand higher upfront investment but hand you real control over intellectual property and compliance, which is exactly what a serious proposal should reflect in its pricing.
Red flags: vague answers on data location, no mention of encryption key ownership, and pricing that only covers the pilot with no shape for production costs.
A pilot typically runs four to eight weeks and should cover one narrow use case, such as document Q&A over a single department’s files, not the whole organisation at once.
Production rollout concentrates engineering effort on three things:
Cost shape typically front-loads infrastructure and integration work, then settles into a lower ongoing spend for maintenance and monitoring. A pragmatic pilot measures accuracy, source traceability, and user adoption rather than chasing fine-tuning improvements before the basic retrieval loop is proven. Track user adoption honestly. A technically flawless tool nobody opens has failed regardless of the accuracy score.
Integration is where most projects either click into place or stall for months. The private LLM rarely needs to replace anything. It needs to sit alongside what you already have.
Practically, this means connecting the model to your existing document stores (SharePoint, Google Workspace, or a document management system), your CRM, and whichever communication channel staff already use, such as Microsoft Teams or an internal intranet. A well-scoped CRM integration with AI can turn a private LLM from a standalone chatbot into something that actually surfaces client history alongside its answers.
Authentication is the part people underestimate. If staff already log in via single sign-on, the LLM interface should sit behind the same authentication layer, not a separate login nobody remembers. Every additional login is a reason not to use the tool.
API design also matters more than the model choice itself. A private LLM exposed through a clean internal API can feed into automation workflows, ticketing systems, or reporting dashboards without staff ever opening a separate chat window. That is often where the real productivity gain sits, not in the chat interface but in the quiet automation running behind it. Businesses already running marketing automation workflows tend to find this the most natural entry point, since the orchestration layer already exists.
One practical constraint worth flagging early: legacy systems with no API, common in older ERP or accounting software, often need a middleware layer before any LLM can talk to them. Budget for that conversation before the contract is signed, not after.

A private LLM is not a one-off installation. Documents change, staff turnover shifts institutional knowledge, and model providers release updates that can shift behaviour.
The ingestion pipeline needs a refresh schedule, not a one-time load. Contracts get renewed, policies get revised, and a document Q&A tool answering from an 18-month-old policy manual is worse than no tool at all, because staff trust it by default.
Model updates need a testing step before rollout. If you are running an open-weight model, a new version might change output formatting or introduce subtly different behaviour on edge cases. Run new versions against a fixed set of test queries before switching production traffic over.
Governance also needs revisiting on a schedule, not just at launch. Access lists drift as people change roles. Retention periods that made sense at launch may need adjusting as document volumes grow. Enterprise governance checklists consistently flag audit logging, source provenance, and role-based access as the three controls that degrade fastest without a scheduled review, typically quarterly for smaller deployments.
Budget for this ongoing layer explicitly. A common mistake is pricing the build and forgetting the maintenance, then being surprised when the tool’s accuracy quietly drifts six months later.

In our experience, the projects that succeed are the ones that start narrow. A single department, a single document set, a pilot with a defined accuracy target lasting several weeks. The ones that stall are the ones trying to solve every department’s AI ambitions in one build.
We lean towards RAG first for almost every client, because hybrid approaches demand both machine learning and data engineering skills that most SMEs simply do not have in-house yet, and a managed pilot closes that gap without locking you into unnecessary complexity. We recommend hybrid only when a client can point to a specific, recurring output problem that RAG alone cannot fix, such as a rigid compliance phrasing that keeps drifting.
Private deployment fits best where confidentiality is the job, not the afterthought: legal file review, financial document summarisation, healthcare intake support. For a marketing agency asking general research questions, a public API is often still the sensible answer.
— Thomas
There are other routes to this: hiring a full-time ML engineer, or committing straight to a large systems integrator contract. Both work, but both assume you already know exactly what you want built, and most SMEs do not, not on day one.

Done is the practical alternative for a Luxembourg SME weighing up a private LLM: no long build-first commitment, a scoped audit before any infrastructure spend, and a team that has already run 350+ digital and AI projects since 2014. We start with a short audit of your data and use case, move into a pilot with a defined accuracy target, and only recommend secure deployment and staff training once the pilot proves the case. Our AI consulting work has taken clients from a vague “we should look at AI” brief to a working document Q&A tool inside weeks, not quarters.
If your business handles client files, financial records, or health data and you are weighing a private LLM for business use, book an audit or pilot scoping call with Done and get a concrete cost shape before you commit to anything.
A private LLM runs on infrastructure a business controls, on-premise or in a private/EU-hosted cloud, keeping prompts and documents inside its own perimeter rather than a shared public API.
RAG is usually the better starting point because it is cheaper to update and gives traceable answers; fine-tuning suits cases needing permanent, consistent behaviour baked into the model itself.
A well-scoped pilot typically runs four to eight weeks, covering one department or document set before any production rollout begins.
No single deployment guarantees compliance, but keeping data, prompts and weights inside your own perimeter with proper access controls and PII redaction supports GDPR and EU AI Act alignment.
Yes, Done runs audits and scoped pilots for SMEs handling sensitive data, moving from a defined pilot into secure deployment and staff training once results are proven.