model-sovereignty

Guides AI model selection, hosting, and customization decisions for engineering and product teams.

44|6|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Habitat-Thinking/ai-literacy-superpowers --skill model-sovereignty
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: model-sovereignty
Source: https://github.com/Habitat-Thinking/ai-literacy-superpowers/tree/main/ai-literacy-superpowers/skills/model-sovereignty
Command: npx skills add https://github.com/Habitat-Thinking/ai-literacy-superpowers --skill model-sovereignty

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Helps teams make deliberate, operational decisions about which models to use, where they should run, and whether to create custom models by applying a practical decision hierarchy and sovereignty checklist.

Core Features & Use Cases

  • Decision Hierarchy: Stepwise escalation from prompting to RAG, fine-tuning, distillation, and local hosting to minimise maintenance burden.
  • Sovereignty Test & Routing: Practical checklist and data classification guidance to determine when data must be processed locally or routed differently.
  • Technique & Hosting Comparison: Concrete recommendations on LoRA/QLoRA, Ollama, vLLM, llama.cpp, and cloud private endpoints plus cost break-even heuristics.
  • Use Case: A regulated-finance team deciding whether to keep sensitive workflows on-premises, add a RAG layer for frequently changing documents, or fine-tune for consistent decision logic.

Quick Start

Evaluate our product's model strategy by analyzing data sensitivity, update frequency, and baseline token load to recommend prompting, RAG, fine-tuning, distillation, or local hosting.

Frequently Asked Questions about model-sovereignty

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
When should I choose fine-tuning over RAG for my AI deployment?

Choose fine-tuning over RAG when you need consistent decision logic or behavior alignment, whereas RAG is better for frequently changing documents. A decision hierarchy helps minimize maintenance burden by escalating from prompting to RAG, fine-tuning, distillation, or local hosting.

How do I decide between self-hosting models and using cloud private endpoints?

Decide between self-hosting and cloud private endpoints by applying a sovereignty test and data classification checklist. Calculate cost break-even heuristics and maintenance budgets to determine if sensitive workflows require local processing or if cloud private endpoints suffice.

What is the best way to host models locally for privacy and regulated finance scenarios?

The best way to host models locally for privacy involves using tools like Ollama, vLLM, or llama.cpp. Evaluate data sensitivity to route regulated workflows on-premises, ensuring data sovereignty while managing inference costs and maintenance budgets.

Can I use LoRA or QLoRA for model customization instead of full fine-tuning?

Yes, you can use LoRA or QLoRA for model customization instead of full fine-tuning to reduce computational overhead. These techniques are recommended within the customization hierarchy when consistent behavior is required but full distillation is unnecessary.

Does data classification affect model selection and routing decisions?

Data classification directly affects model selection and routing by determining whether data must be processed locally or routed differently. A sovereignty checklist guides these decisions, ensuring sensitive workflows remain on-premises while standard queries use cloud endpoints.

What are the limitations of escalating to local hosting for AI workflows?

Limitations of escalating to local hosting include higher maintenance budgets and infrastructure overhead. While it satisfies privacy and sovereignty requirements, teams must evaluate cost break-even points and baseline token loads to ensure on-premises inference remains sustainable.