The Llama Manifesto
Llama as the open-weight AI foundation: local control, model sovereignty, customization, research freedom and industrial deployment.
IDEO LAB Dashboard 2026A premium IDEO-Lab guide dedicated to Llama: Meta's open-weight AI ecosystem for local control, private deployment, custom models, retrieval, agents, guardrails, coding assistants and sovereign enterprise AI.
Llama as the open-weight AI foundation: local control, model sovereignty, customization, research freedom and industrial deployment.
Understand Llama as an ecosystem: models, weights, license, GitHub tooling, downloads, partners, Stack, API, guardrails and community.
From Llama 2 and 3 to Llama 4 Scout and Maverick: sizes, context windows, multimodality, MoE and model-routing logic.
Llama is a major open-weight ecosystem, but production teams must read the Community License and Acceptable Use Policy carefully.
Scout is the long-context workhorse: very large context, multimodal inputs and single-H100 efficiency positioning for large documents and codebases.
Maverick is positioned for image and text understanding, fast responses and high-quality assistant workflows at a lower serving cost.
Llama 4 moves the herd into native multimodality: text plus image understanding, visual workflows and multimodal guardrail requirements.
Use the emerging Llama platform for building applications: API access, model routing, standardized components and deployment patterns.
Run Llama near your data: local GPUs, on-prem clusters, cloud endpoints, quantization, latency budgets and security boundaries.
Adapt Llama to your domain with supervised tuning, LoRA-style workflows, evaluation sets, data governance and deployment discipline.
Combine Llama with retrieval, vector search, document chunking, citations, metadata filters and enterprise authorization.
Use Llama in controlled agents: planners, tool callers, code workers, browser agents, workflow routers and multi-agent systems.
Use Llama for coding assistants, repository summarization, tests, documentation, code review and secure code generation.
Security is part of the Llama story: Llama Guard 4, protection tools, LlamaFirewall and AI defender workflows.
Evaluate Llama on your tasks, not only public leaderboards: quality, latency, cost, safety, grounding and regression behavior.
Design serving like infrastructure: context length, MoE routing, GPU memory, batching, caching, quantization and total cost of ownership.
Deploy Llama through Meta downloads, Hugging Face, Kaggle, cloud partners, edge partners and internal platforms.
Professional Llama adoption requires license review, data rules, use-case boundaries, red-team checks and incident procedures.
Apply Llama to Django tooling, MigrateSafe, SRDF, private RAG, guide generation, local analysis and productized AI assistants.
Where Llama points: more capable open-weight models, safer agents, private deployment, edge AI and an industrial open ecosystem.
It changes the center of gravity from provider-only AI to builder-controlled AI: local infrastructure, private data, custom training, domain evaluation and internal governance.
This chapter treats The Llama Manifesto as a production topic: what it enables, what can break, what must be measured, and how a serious team should operationalize it.
| Dimension | Best use | Guardrail |
|---|---|---|
| Capability | Use Llama to accelerate this workflow | Validate with domain tests |
| Deployment | Choose local, cloud, edge or hybrid | Document data path |
| Quality | Measure accuracy, grounding and usefulness | Use versioned evals |
| Security | Protect prompts, outputs and tool calls | Add guardrails |
| Operations | Monitor latency, cost and failures | Keep rollback plan |
Use this as the operational route for The Llama Manifesto. The aim is to avoid random experiments and create a repeatable engineering workflow.
The Llama Manifesto playbook: 1. Define target users and real workflow. 2. Define allowed data and forbidden data. 3. Select Llama model route: Scout, Maverick, older model, API, local or hybrid. 4. Build the prompt, RAG or agent prototype. 5. Add safety checks, logging and cost tracking. 6. Create a domain evaluation set. 7. Pilot with limited users. 8. Review failures and false confidence. 9. Document rollback and support path. 10. Promote only through a release gate.
| Phase | Action | Control |
|---|---|---|
| Prototype | Use small scope and clear success criteria | No production data by default |
| Pilot | Limit users and capture failures | Human review |
| Production | Add monitoring and incident process | Rollback ready |
| Upgrade | Re-run evals before model change | Compare versions |
| Scale | Optimize cost and latency | Budget alerts |
Llama gives builders more control, but it also transfers more responsibility. This is especially true when models run locally, use private data, call tools, generate code or support regulated workflows.
| Risk | Control | Evidence |
|---|---|---|
| Hallucination | Use RAG and citations | Audit sampled answers |
| Data leakage | Classify inputs and logs | Enforce access controls |
| Unsafe tools | Allowlist actions | Require confirmations |
| Quality drift | Run regression evals | Pin model versions |
| License risk | Legal review | Track model/license in registry |
| Cost surprise | Track tokens/GPU/caching | Set budgets |
For IDEO-Lab, The Llama Manifesto can be connected to Django tooling, MigrateSafe, SRDF, guide generation, productization and private technical search.
Llama can become a private AI layer for IDEO-Lab: repository understanding, dense guides, migration diagnostics, SRDF summaries and operational runbooks.
The model weights are only one layer. Production value comes from downloads, model cards, prompt formats, APIs, RAG, tools, guardrails, evals and deployment patterns.
This chapter treats The Llama Platform Map as a production topic: what it enables, what can break, what must be measured, and how a serious team should operationalize it.
| Dimension | Best use | Guardrail |
|---|---|---|
| Capability | Use Llama to accelerate this workflow | Validate with domain tests |
| Deployment | Choose local, cloud, edge or hybrid | Document data path |
| Quality | Measure accuracy, grounding and usefulness | Use versioned evals |
| Security | Protect prompts, outputs and tool calls | Add guardrails |
| Operations | Monitor latency, cost and failures | Keep rollback plan |
Use this as the operational route for The Llama Platform Map. The aim is to avoid random experiments and create a repeatable engineering workflow.
The Llama Platform Map playbook: 1. Define target users and real workflow. 2. Define allowed data and forbidden data. 3. Select Llama model route: Scout, Maverick, older model, API, local or hybrid. 4. Build the prompt, RAG or agent prototype. 5. Add safety checks, logging and cost tracking. 6. Create a domain evaluation set. 7. Pilot with limited users. 8. Review failures and false confidence. 9. Document rollback and support path. 10. Promote only through a release gate.
| Phase | Action | Control |
|---|---|---|
| Prototype | Use small scope and clear success criteria | No production data by default |
| Pilot | Limit users and capture failures | Human review |
| Production | Add monitoring and incident process | Rollback ready |
| Upgrade | Re-run evals before model change | Compare versions |
| Scale | Optimize cost and latency | Budget alerts |
Llama gives builders more control, but it also transfers more responsibility. This is especially true when models run locally, use private data, call tools, generate code or support regulated workflows.
| Risk | Control | Evidence |
|---|---|---|
| Hallucination | Use RAG and citations | Audit sampled answers |
| Data leakage | Classify inputs and logs | Enforce access controls |
| Unsafe tools | Allowlist actions | Require confirmations |
| Quality drift | Run regression evals | Pin model versions |
| License risk | Legal review | Track model/license in registry |
| Cost surprise | Track tokens/GPU/caching | Set budgets |
For IDEO-Lab, The Llama Platform Map can be connected to Django tooling, MigrateSafe, SRDF, guide generation, productization and private technical search.
Llama can become a private AI layer for IDEO-Lab: repository understanding, dense guides, migration diagnostics, SRDF summaries and operational runbooks.
From Llama 2 and 3 to Llama 4 Scout and Maverick: sizes, context windows, multimodality, MoE and model-routing logic.
This chapter treats Llama Model Family as a production topic: what it enables, what can break, what must be measured, and how a serious team should operationalize it.
| Family | Shape | Strategic meaning |
|---|---|---|
| Llama 2 | 7B, 13B, 70B | Historic broad release |
| Llama 3 | 8B, 70B | Quality jump |
| Llama 3.1 | 8B, 70B, 405B | 128K context |
| Llama 3.2 | 1B, 3B and vision variants | Edge and vision direction |
| Llama 3.3 | 70B | Efficient general model |
| Llama 4 | Scout-17B-16E, Maverick-17B-128E | MoE, multimodal, long context |
Use this as the operational route for Llama Model Family. The aim is to avoid random experiments and create a repeatable engineering workflow.
Llama Model Family playbook: 1. Define target users and real workflow. 2. Define allowed data and forbidden data. 3. Select Llama model route: Scout, Maverick, older model, API, local or hybrid. 4. Build the prompt, RAG or agent prototype. 5. Add safety checks, logging and cost tracking. 6. Create a domain evaluation set. 7. Pilot with limited users. 8. Review failures and false confidence. 9. Document rollback and support path. 10. Promote only through a release gate.
| Phase | Action | Control |
|---|---|---|
| Prototype | Use small scope and clear success criteria | No production data by default |
| Pilot | Limit users and capture failures | Human review |
| Production | Add monitoring and incident process | Rollback ready |
| Upgrade | Re-run evals before model change | Compare versions |
| Scale | Optimize cost and latency | Budget alerts |
Llama gives builders more control, but it also transfers more responsibility. This is especially true when models run locally, use private data, call tools, generate code or support regulated workflows.
| Risk | Control | Evidence |
|---|---|---|
| Hallucination | Use RAG and citations | Audit sampled answers |
| Data leakage | Classify inputs and logs | Enforce access controls |
| Unsafe tools | Allowlist actions | Require confirmations |
| Quality drift | Run regression evals | Pin model versions |
| License risk | Legal review | Track model/license in registry |
| Cost surprise | Track tokens/GPU/caching | Set budgets |
For IDEO-Lab, Llama Model Family can be connected to Django tooling, MigrateSafe, SRDF, guide generation, productization and private technical search.
Llama can become a private AI layer for IDEO-Lab: repository understanding, dense guides, migration diagnostics, SRDF summaries and operational runbooks.
Llama is a major open-weight ecosystem, but production teams must read the Community License and Acceptable Use Policy carefully.
This chapter treats Open-Weight Reality as a production topic: what it enables, what can break, what must be measured, and how a serious team should operationalize it.
| Area | Practical meaning | Control |
|---|---|---|
| Weights | Accessible through Meta and partners | Accept terms |
| Commercial use | Possible under license terms | Legal review |
| Acceptable use | Policy applies | Map to internal workflows |
| Redistribution | License-specific | Do not assume Apache/MIT |
| Attribution/naming | May apply | Document obligations |
Use this as the operational route for Open-Weight Reality. The aim is to avoid random experiments and create a repeatable engineering workflow.
Open-Weight Reality playbook: 1. Define target users and real workflow. 2. Define allowed data and forbidden data. 3. Select Llama model route: Scout, Maverick, older model, API, local or hybrid. 4. Build the prompt, RAG or agent prototype. 5. Add safety checks, logging and cost tracking. 6. Create a domain evaluation set. 7. Pilot with limited users. 8. Review failures and false confidence. 9. Document rollback and support path. 10. Promote only through a release gate.
| Phase | Action | Control |
|---|---|---|
| Prototype | Use small scope and clear success criteria | No production data by default |
| Pilot | Limit users and capture failures | Human review |
| Production | Add monitoring and incident process | Rollback ready |
| Upgrade | Re-run evals before model change | Compare versions |
| Scale | Optimize cost and latency | Budget alerts |
Llama gives builders more control, but it also transfers more responsibility. This is especially true when models run locally, use private data, call tools, generate code or support regulated workflows.
| Risk | Control | Evidence |
|---|---|---|
| Hallucination | Use RAG and citations | Audit sampled answers |
| Data leakage | Classify inputs and logs | Enforce access controls |
| Unsafe tools | Allowlist actions | Require confirmations |
| Quality drift | Run regression evals | Pin model versions |
| License risk | Legal review | Track model/license in registry |
| Cost surprise | Track tokens/GPU/caching | Set budgets |
For IDEO-Lab, Open-Weight Reality can be connected to Django tooling, MigrateSafe, SRDF, guide generation, productization and private technical search.
Llama can become a private AI layer for IDEO-Lab: repository understanding, dense guides, migration diagnostics, SRDF summaries and operational runbooks.
Scout is the long-context workhorse: very large context, multimodal inputs and single-H100 efficiency positioning for large documents and codebases.
This chapter treats Llama 4 Scout as a production topic: what it enables, what can break, what must be measured, and how a serious team should operationalize it.
| Use case | Scout value | Guardrail |
|---|---|---|
| Long documents | Policy packs, specs, reports | Ask for references |
| Large codebases | Architecture mapping | Verify against repo search |
| Huge logs | Failure signature extraction | Use deterministic parsers too |
| Research corpora | Themes and contradictions | Preserve source metadata |
| Enterprise memory | Very long context sessions | Use access controls |
Use this as the operational route for Llama 4 Scout. The aim is to avoid random experiments and create a repeatable engineering workflow.
Llama 4 Scout playbook: 1. Define target users and real workflow. 2. Define allowed data and forbidden data. 3. Select Llama model route: Scout, Maverick, older model, API, local or hybrid. 4. Build the prompt, RAG or agent prototype. 5. Add safety checks, logging and cost tracking. 6. Create a domain evaluation set. 7. Pilot with limited users. 8. Review failures and false confidence. 9. Document rollback and support path. 10. Promote only through a release gate.
| Phase | Action | Control |
|---|---|---|
| Prototype | Use small scope and clear success criteria | No production data by default |
| Pilot | Limit users and capture failures | Human review |
| Production | Add monitoring and incident process | Rollback ready |
| Upgrade | Re-run evals before model change | Compare versions |
| Scale | Optimize cost and latency | Budget alerts |
Llama gives builders more control, but it also transfers more responsibility. This is especially true when models run locally, use private data, call tools, generate code or support regulated workflows.
| Risk | Control | Evidence |
|---|---|---|
| Hallucination | Use RAG and citations | Audit sampled answers |
| Data leakage | Classify inputs and logs | Enforce access controls |
| Unsafe tools | Allowlist actions | Require confirmations |
| Quality drift | Run regression evals | Pin model versions |
| License risk | Legal review | Track model/license in registry |
| Cost surprise | Track tokens/GPU/caching | Set budgets |
For IDEO-Lab, Llama 4 Scout can be connected to Django tooling, MigrateSafe, SRDF, guide generation, productization and private technical search.
Llama can become a private AI layer for IDEO-Lab: repository understanding, dense guides, migration diagnostics, SRDF summaries and operational runbooks.
Maverick is positioned for image and text understanding, fast responses and high-quality assistant workflows at a lower serving cost.
This chapter treats Llama 4 Maverick as a production topic: what it enables, what can break, what must be measured, and how a serious team should operationalize it.
| Workload | Maverick value | Control |
|---|---|---|
| Assistant workflows | Fast high-quality Q&A | Ground with retrieval |
| Image and text | Visual support and explanation | Human review high-stakes |
| Customer support | Policy-grounded replies | Audit hallucinations |
| Coding help | Draft and explain code | Run tests |
| Internal copilots | Cost-aware throughput | Monitor drift |
Use this as the operational route for Llama 4 Maverick. The aim is to avoid random experiments and create a repeatable engineering workflow.
Llama 4 Maverick playbook: 1. Define target users and real workflow. 2. Define allowed data and forbidden data. 3. Select Llama model route: Scout, Maverick, older model, API, local or hybrid. 4. Build the prompt, RAG or agent prototype. 5. Add safety checks, logging and cost tracking. 6. Create a domain evaluation set. 7. Pilot with limited users. 8. Review failures and false confidence. 9. Document rollback and support path. 10. Promote only through a release gate.
| Phase | Action | Control |
|---|---|---|
| Prototype | Use small scope and clear success criteria | No production data by default |
| Pilot | Limit users and capture failures | Human review |
| Production | Add monitoring and incident process | Rollback ready |
| Upgrade | Re-run evals before model change | Compare versions |
| Scale | Optimize cost and latency | Budget alerts |
Llama gives builders more control, but it also transfers more responsibility. This is especially true when models run locally, use private data, call tools, generate code or support regulated workflows.
| Risk | Control | Evidence |
|---|---|---|
| Hallucination | Use RAG and citations | Audit sampled answers |
| Data leakage | Classify inputs and logs | Enforce access controls |
| Unsafe tools | Allowlist actions | Require confirmations |
| Quality drift | Run regression evals | Pin model versions |
| License risk | Legal review | Track model/license in registry |
| Cost surprise | Track tokens/GPU/caching | Set budgets |
For IDEO-Lab, Llama 4 Maverick can be connected to Django tooling, MigrateSafe, SRDF, guide generation, productization and private technical search.
Llama can become a private AI layer for IDEO-Lab: repository understanding, dense guides, migration diagnostics, SRDF summaries and operational runbooks.
Llama 4 moves the herd into native multimodality: text plus image understanding, visual workflows and multimodal guardrail requirements.
This chapter treats Multimodal Llama as a production topic: what it enables, what can break, what must be measured, and how a serious team should operationalize it.
| Dimension | Best use | Guardrail |
|---|---|---|
| Capability | Use Llama to accelerate this workflow | Validate with domain tests |
| Deployment | Choose local, cloud, edge or hybrid | Document data path |
| Quality | Measure accuracy, grounding and usefulness | Use versioned evals |
| Security | Protect prompts, outputs and tool calls | Add guardrails |
| Operations | Monitor latency, cost and failures | Keep rollback plan |
Use this as the operational route for Multimodal Llama. The aim is to avoid random experiments and create a repeatable engineering workflow.
Multimodal Llama playbook: 1. Define target users and real workflow. 2. Define allowed data and forbidden data. 3. Select Llama model route: Scout, Maverick, older model, API, local or hybrid. 4. Build the prompt, RAG or agent prototype. 5. Add safety checks, logging and cost tracking. 6. Create a domain evaluation set. 7. Pilot with limited users. 8. Review failures and false confidence. 9. Document rollback and support path. 10. Promote only through a release gate.
| Phase | Action | Control |
|---|---|---|
| Prototype | Use small scope and clear success criteria | No production data by default |
| Pilot | Limit users and capture failures | Human review |
| Production | Add monitoring and incident process | Rollback ready |
| Upgrade | Re-run evals before model change | Compare versions |
| Scale | Optimize cost and latency | Budget alerts |
Llama gives builders more control, but it also transfers more responsibility. This is especially true when models run locally, use private data, call tools, generate code or support regulated workflows.
| Risk | Control | Evidence |
|---|---|---|
| Hallucination | Use RAG and citations | Audit sampled answers |
| Data leakage | Classify inputs and logs | Enforce access controls |
| Unsafe tools | Allowlist actions | Require confirmations |
| Quality drift | Run regression evals | Pin model versions |
| License risk | Legal review | Track model/license in registry |
| Cost surprise | Track tokens/GPU/caching | Set budgets |
For IDEO-Lab, Multimodal Llama can be connected to Django tooling, MigrateSafe, SRDF, guide generation, productization and private technical search.
Llama can become a private AI layer for IDEO-Lab: repository understanding, dense guides, migration diagnostics, SRDF summaries and operational runbooks.
Use the emerging Llama platform for building applications: API access, model routing, standardized components and deployment patterns.
This chapter treats Llama Stack and API as a production topic: what it enables, what can break, what must be measured, and how a serious team should operationalize it.
| Dimension | Best use | Guardrail |
|---|---|---|
| Capability | Use Llama to accelerate this workflow | Validate with domain tests |
| Deployment | Choose local, cloud, edge or hybrid | Document data path |
| Quality | Measure accuracy, grounding and usefulness | Use versioned evals |
| Security | Protect prompts, outputs and tool calls | Add guardrails |
| Operations | Monitor latency, cost and failures | Keep rollback plan |
Use this as the operational route for Llama Stack and API. The aim is to avoid random experiments and create a repeatable engineering workflow.
Llama Stack and API playbook: 1. Define target users and real workflow. 2. Define allowed data and forbidden data. 3. Select Llama model route: Scout, Maverick, older model, API, local or hybrid. 4. Build the prompt, RAG or agent prototype. 5. Add safety checks, logging and cost tracking. 6. Create a domain evaluation set. 7. Pilot with limited users. 8. Review failures and false confidence. 9. Document rollback and support path. 10. Promote only through a release gate.
| Phase | Action | Control |
|---|---|---|
| Prototype | Use small scope and clear success criteria | No production data by default |
| Pilot | Limit users and capture failures | Human review |
| Production | Add monitoring and incident process | Rollback ready |
| Upgrade | Re-run evals before model change | Compare versions |
| Scale | Optimize cost and latency | Budget alerts |
Llama gives builders more control, but it also transfers more responsibility. This is especially true when models run locally, use private data, call tools, generate code or support regulated workflows.
| Risk | Control | Evidence |
|---|---|---|
| Hallucination | Use RAG and citations | Audit sampled answers |
| Data leakage | Classify inputs and logs | Enforce access controls |
| Unsafe tools | Allowlist actions | Require confirmations |
| Quality drift | Run regression evals | Pin model versions |
| License risk | Legal review | Track model/license in registry |
| Cost surprise | Track tokens/GPU/caching | Set budgets |
For IDEO-Lab, Llama Stack and API can be connected to Django tooling, MigrateSafe, SRDF, guide generation, productization and private technical search.
Llama can become a private AI layer for IDEO-Lab: repository understanding, dense guides, migration diagnostics, SRDF summaries and operational runbooks.
Run Llama near your data: local GPUs, on-prem clusters, cloud endpoints, quantization, latency budgets and security boundaries.
This chapter treats Local Inference and Private Deployment as a production topic: what it enables, what can break, what must be measured, and how a serious team should operationalize it.
| Dimension | Best use | Guardrail |
|---|---|---|
| Capability | Use Llama to accelerate this workflow | Validate with domain tests |
| Deployment | Choose local, cloud, edge or hybrid | Document data path |
| Quality | Measure accuracy, grounding and usefulness | Use versioned evals |
| Security | Protect prompts, outputs and tool calls | Add guardrails |
| Operations | Monitor latency, cost and failures | Keep rollback plan |
Use this as the operational route for Local Inference and Private Deployment. The aim is to avoid random experiments and create a repeatable engineering workflow.
Local Inference and Private Deployment playbook: 1. Define target users and real workflow. 2. Define allowed data and forbidden data. 3. Select Llama model route: Scout, Maverick, older model, API, local or hybrid. 4. Build the prompt, RAG or agent prototype. 5. Add safety checks, logging and cost tracking. 6. Create a domain evaluation set. 7. Pilot with limited users. 8. Review failures and false confidence. 9. Document rollback and support path. 10. Promote only through a release gate.
| Phase | Action | Control |
|---|---|---|
| Prototype | Use small scope and clear success criteria | No production data by default |
| Pilot | Limit users and capture failures | Human review |
| Production | Add monitoring and incident process | Rollback ready |
| Upgrade | Re-run evals before model change | Compare versions |
| Scale | Optimize cost and latency | Budget alerts |
Llama gives builders more control, but it also transfers more responsibility. This is especially true when models run locally, use private data, call tools, generate code or support regulated workflows.
| Risk | Control | Evidence |
|---|---|---|
| Hallucination | Use RAG and citations | Audit sampled answers |
| Data leakage | Classify inputs and logs | Enforce access controls |
| Unsafe tools | Allowlist actions | Require confirmations |
| Quality drift | Run regression evals | Pin model versions |
| License risk | Legal review | Track model/license in registry |
| Cost surprise | Track tokens/GPU/caching | Set budgets |
For IDEO-Lab, Local Inference and Private Deployment can be connected to Django tooling, MigrateSafe, SRDF, guide generation, productization and private technical search.
Llama can become a private AI layer for IDEO-Lab: repository understanding, dense guides, migration diagnostics, SRDF summaries and operational runbooks.
Adapt Llama to your domain with supervised tuning, LoRA-style workflows, evaluation sets, data governance and deployment discipline.
This chapter treats Fine-Tuning and Custom Models as a production topic: what it enables, what can break, what must be measured, and how a serious team should operationalize it.
| Dimension | Best use | Guardrail |
|---|---|---|
| Capability | Use Llama to accelerate this workflow | Validate with domain tests |
| Deployment | Choose local, cloud, edge or hybrid | Document data path |
| Quality | Measure accuracy, grounding and usefulness | Use versioned evals |
| Security | Protect prompts, outputs and tool calls | Add guardrails |
| Operations | Monitor latency, cost and failures | Keep rollback plan |
Use this as the operational route for Fine-Tuning and Custom Models. The aim is to avoid random experiments and create a repeatable engineering workflow.
Fine-Tuning and Custom Models playbook: 1. Define target users and real workflow. 2. Define allowed data and forbidden data. 3. Select Llama model route: Scout, Maverick, older model, API, local or hybrid. 4. Build the prompt, RAG or agent prototype. 5. Add safety checks, logging and cost tracking. 6. Create a domain evaluation set. 7. Pilot with limited users. 8. Review failures and false confidence. 9. Document rollback and support path. 10. Promote only through a release gate.
| Phase | Action | Control |
|---|---|---|
| Prototype | Use small scope and clear success criteria | No production data by default |
| Pilot | Limit users and capture failures | Human review |
| Production | Add monitoring and incident process | Rollback ready |
| Upgrade | Re-run evals before model change | Compare versions |
| Scale | Optimize cost and latency | Budget alerts |
Llama gives builders more control, but it also transfers more responsibility. This is especially true when models run locally, use private data, call tools, generate code or support regulated workflows.
| Risk | Control | Evidence |
|---|---|---|
| Hallucination | Use RAG and citations | Audit sampled answers |
| Data leakage | Classify inputs and logs | Enforce access controls |
| Unsafe tools | Allowlist actions | Require confirmations |
| Quality drift | Run regression evals | Pin model versions |
| License risk | Legal review | Track model/license in registry |
| Cost surprise | Track tokens/GPU/caching | Set budgets |
For IDEO-Lab, Fine-Tuning and Custom Models can be connected to Django tooling, MigrateSafe, SRDF, guide generation, productization and private technical search.
Llama can become a private AI layer for IDEO-Lab: repository understanding, dense guides, migration diagnostics, SRDF summaries and operational runbooks.
Combine Llama with retrieval, vector search, document chunking, citations, metadata filters and enterprise authorization.
This chapter treats RAG and Enterprise Knowledge as a production topic: what it enables, what can break, what must be measured, and how a serious team should operationalize it.
| Dimension | Best use | Guardrail |
|---|---|---|
| Capability | Use Llama to accelerate this workflow | Validate with domain tests |
| Deployment | Choose local, cloud, edge or hybrid | Document data path |
| Quality | Measure accuracy, grounding and usefulness | Use versioned evals |
| Security | Protect prompts, outputs and tool calls | Add guardrails |
| Operations | Monitor latency, cost and failures | Keep rollback plan |
Use this as the operational route for RAG and Enterprise Knowledge. The aim is to avoid random experiments and create a repeatable engineering workflow.
RAG and Enterprise Knowledge playbook: 1. Define target users and real workflow. 2. Define allowed data and forbidden data. 3. Select Llama model route: Scout, Maverick, older model, API, local or hybrid. 4. Build the prompt, RAG or agent prototype. 5. Add safety checks, logging and cost tracking. 6. Create a domain evaluation set. 7. Pilot with limited users. 8. Review failures and false confidence. 9. Document rollback and support path. 10. Promote only through a release gate.
| Phase | Action | Control |
|---|---|---|
| Prototype | Use small scope and clear success criteria | No production data by default |
| Pilot | Limit users and capture failures | Human review |
| Production | Add monitoring and incident process | Rollback ready |
| Upgrade | Re-run evals before model change | Compare versions |
| Scale | Optimize cost and latency | Budget alerts |
Llama gives builders more control, but it also transfers more responsibility. This is especially true when models run locally, use private data, call tools, generate code or support regulated workflows.
| Risk | Control | Evidence |
|---|---|---|
| Hallucination | Use RAG and citations | Audit sampled answers |
| Data leakage | Classify inputs and logs | Enforce access controls |
| Unsafe tools | Allowlist actions | Require confirmations |
| Quality drift | Run regression evals | Pin model versions |
| License risk | Legal review | Track model/license in registry |
| Cost surprise | Track tokens/GPU/caching | Set budgets |
For IDEO-Lab, RAG and Enterprise Knowledge can be connected to Django tooling, MigrateSafe, SRDF, guide generation, productization and private technical search.
Llama can become a private AI layer for IDEO-Lab: repository understanding, dense guides, migration diagnostics, SRDF summaries and operational runbooks.
Use Llama in controlled agents: planners, tool callers, code workers, browser agents, workflow routers and multi-agent systems.
This chapter treats Llama Agents and Tool Use as a production topic: what it enables, what can break, what must be measured, and how a serious team should operationalize it.
| Dimension | Best use | Guardrail |
|---|---|---|
| Capability | Use Llama to accelerate this workflow | Validate with domain tests |
| Deployment | Choose local, cloud, edge or hybrid | Document data path |
| Quality | Measure accuracy, grounding and usefulness | Use versioned evals |
| Security | Protect prompts, outputs and tool calls | Add guardrails |
| Operations | Monitor latency, cost and failures | Keep rollback plan |
Use this as the operational route for Llama Agents and Tool Use. The aim is to avoid random experiments and create a repeatable engineering workflow.
Llama Agents and Tool Use playbook: 1. Define target users and real workflow. 2. Define allowed data and forbidden data. 3. Select Llama model route: Scout, Maverick, older model, API, local or hybrid. 4. Build the prompt, RAG or agent prototype. 5. Add safety checks, logging and cost tracking. 6. Create a domain evaluation set. 7. Pilot with limited users. 8. Review failures and false confidence. 9. Document rollback and support path. 10. Promote only through a release gate.
| Phase | Action | Control |
|---|---|---|
| Prototype | Use small scope and clear success criteria | No production data by default |
| Pilot | Limit users and capture failures | Human review |
| Production | Add monitoring and incident process | Rollback ready |
| Upgrade | Re-run evals before model change | Compare versions |
| Scale | Optimize cost and latency | Budget alerts |
Llama gives builders more control, but it also transfers more responsibility. This is especially true when models run locally, use private data, call tools, generate code or support regulated workflows.
| Risk | Control | Evidence |
|---|---|---|
| Hallucination | Use RAG and citations | Audit sampled answers |
| Data leakage | Classify inputs and logs | Enforce access controls |
| Unsafe tools | Allowlist actions | Require confirmations |
| Quality drift | Run regression evals | Pin model versions |
| License risk | Legal review | Track model/license in registry |
| Cost surprise | Track tokens/GPU/caching | Set budgets |
For IDEO-Lab, Llama Agents and Tool Use can be connected to Django tooling, MigrateSafe, SRDF, guide generation, productization and private technical search.
Llama can become a private AI layer for IDEO-Lab: repository understanding, dense guides, migration diagnostics, SRDF summaries and operational runbooks.
Use Llama for coding assistants, repository summarization, tests, documentation, code review and secure code generation.
This chapter treats Llama for Software Engineering as a production topic: what it enables, what can break, what must be measured, and how a serious team should operationalize it.
| Dimension | Best use | Guardrail |
|---|---|---|
| Capability | Use Llama to accelerate this workflow | Validate with domain tests |
| Deployment | Choose local, cloud, edge or hybrid | Document data path |
| Quality | Measure accuracy, grounding and usefulness | Use versioned evals |
| Security | Protect prompts, outputs and tool calls | Add guardrails |
| Operations | Monitor latency, cost and failures | Keep rollback plan |
Use this as the operational route for Llama for Software Engineering. The aim is to avoid random experiments and create a repeatable engineering workflow.
Llama for Software Engineering playbook: 1. Define target users and real workflow. 2. Define allowed data and forbidden data. 3. Select Llama model route: Scout, Maverick, older model, API, local or hybrid. 4. Build the prompt, RAG or agent prototype. 5. Add safety checks, logging and cost tracking. 6. Create a domain evaluation set. 7. Pilot with limited users. 8. Review failures and false confidence. 9. Document rollback and support path. 10. Promote only through a release gate.
| Phase | Action | Control |
|---|---|---|
| Prototype | Use small scope and clear success criteria | No production data by default |
| Pilot | Limit users and capture failures | Human review |
| Production | Add monitoring and incident process | Rollback ready |
| Upgrade | Re-run evals before model change | Compare versions |
| Scale | Optimize cost and latency | Budget alerts |
Llama gives builders more control, but it also transfers more responsibility. This is especially true when models run locally, use private data, call tools, generate code or support regulated workflows.
| Risk | Control | Evidence |
|---|---|---|
| Hallucination | Use RAG and citations | Audit sampled answers |
| Data leakage | Classify inputs and logs | Enforce access controls |
| Unsafe tools | Allowlist actions | Require confirmations |
| Quality drift | Run regression evals | Pin model versions |
| License risk | Legal review | Track model/license in registry |
| Cost surprise | Track tokens/GPU/caching | Set budgets |
For IDEO-Lab, Llama for Software Engineering can be connected to Django tooling, MigrateSafe, SRDF, guide generation, productization and private technical search.
Llama can become a private AI layer for IDEO-Lab: repository understanding, dense guides, migration diagnostics, SRDF summaries and operational runbooks.
Security is part of the Llama story: Llama Guard 4, protection tools, LlamaFirewall and AI defender workflows.
This chapter treats Llama Guard, Firewall and Defenders as a production topic: what it enables, what can break, what must be measured, and how a serious team should operationalize it.
| Protection tool | Purpose | Deployment note |
|---|---|---|
| Llama Guard 4 | Safety classification across modalities | Tune policy |
| PromptGuard 2 | Jailbreak and prompt-injection detection | Use before tools |
| Agent Alignment Checks | Inspect agent reasoning risk | Experimental caution |
| CodeShield | Scan insecure generated code | Integrate in CI |
| Custom scanners | Use-case-specific policies | Version and test |
Use this as the operational route for Llama Guard, Firewall and Defenders. The aim is to avoid random experiments and create a repeatable engineering workflow.
Llama Guard, Firewall and Defenders playbook: 1. Define target users and real workflow. 2. Define allowed data and forbidden data. 3. Select Llama model route: Scout, Maverick, older model, API, local or hybrid. 4. Build the prompt, RAG or agent prototype. 5. Add safety checks, logging and cost tracking. 6. Create a domain evaluation set. 7. Pilot with limited users. 8. Review failures and false confidence. 9. Document rollback and support path. 10. Promote only through a release gate.
| Phase | Action | Control |
|---|---|---|
| Prototype | Use small scope and clear success criteria | No production data by default |
| Pilot | Limit users and capture failures | Human review |
| Production | Add monitoring and incident process | Rollback ready |
| Upgrade | Re-run evals before model change | Compare versions |
| Scale | Optimize cost and latency | Budget alerts |
Llama gives builders more control, but it also transfers more responsibility. This is especially true when models run locally, use private data, call tools, generate code or support regulated workflows.
| Risk | Control | Evidence |
|---|---|---|
| Hallucination | Use RAG and citations | Audit sampled answers |
| Data leakage | Classify inputs and logs | Enforce access controls |
| Unsafe tools | Allowlist actions | Require confirmations |
| Quality drift | Run regression evals | Pin model versions |
| License risk | Legal review | Track model/license in registry |
| Cost surprise | Track tokens/GPU/caching | Set budgets |
For IDEO-Lab, Llama Guard, Firewall and Defenders can be connected to Django tooling, MigrateSafe, SRDF, guide generation, productization and private technical search.
Llama can become a private AI layer for IDEO-Lab: repository understanding, dense guides, migration diagnostics, SRDF summaries and operational runbooks.
Evaluate Llama on your tasks, not only public leaderboards: quality, latency, cost, safety, grounding and regression behavior.
This chapter treats Evaluation and Benchmarks as a production topic: what it enables, what can break, what must be measured, and how a serious team should operationalize it.
| Dimension | Best use | Guardrail |
|---|---|---|
| Capability | Use Llama to accelerate this workflow | Validate with domain tests |
| Deployment | Choose local, cloud, edge or hybrid | Document data path |
| Quality | Measure accuracy, grounding and usefulness | Use versioned evals |
| Security | Protect prompts, outputs and tool calls | Add guardrails |
| Operations | Monitor latency, cost and failures | Keep rollback plan |
Use this as the operational route for Evaluation and Benchmarks. The aim is to avoid random experiments and create a repeatable engineering workflow.
Evaluation and Benchmarks playbook: 1. Define target users and real workflow. 2. Define allowed data and forbidden data. 3. Select Llama model route: Scout, Maverick, older model, API, local or hybrid. 4. Build the prompt, RAG or agent prototype. 5. Add safety checks, logging and cost tracking. 6. Create a domain evaluation set. 7. Pilot with limited users. 8. Review failures and false confidence. 9. Document rollback and support path. 10. Promote only through a release gate.
| Phase | Action | Control |
|---|---|---|
| Prototype | Use small scope and clear success criteria | No production data by default |
| Pilot | Limit users and capture failures | Human review |
| Production | Add monitoring and incident process | Rollback ready |
| Upgrade | Re-run evals before model change | Compare versions |
| Scale | Optimize cost and latency | Budget alerts |
Llama gives builders more control, but it also transfers more responsibility. This is especially true when models run locally, use private data, call tools, generate code or support regulated workflows.
| Risk | Control | Evidence |
|---|---|---|
| Hallucination | Use RAG and citations | Audit sampled answers |
| Data leakage | Classify inputs and logs | Enforce access controls |
| Unsafe tools | Allowlist actions | Require confirmations |
| Quality drift | Run regression evals | Pin model versions |
| License risk | Legal review | Track model/license in registry |
| Cost surprise | Track tokens/GPU/caching | Set budgets |
For IDEO-Lab, Evaluation and Benchmarks can be connected to Django tooling, MigrateSafe, SRDF, guide generation, productization and private technical search.
Llama can become a private AI layer for IDEO-Lab: repository understanding, dense guides, migration diagnostics, SRDF summaries and operational runbooks.
Design serving like infrastructure: context length, MoE routing, GPU memory, batching, caching, quantization and total cost of ownership.
This chapter treats Hardware, Cost and Serving as a production topic: what it enables, what can break, what must be measured, and how a serious team should operationalize it.
| Dimension | Best use | Guardrail |
|---|---|---|
| Capability | Use Llama to accelerate this workflow | Validate with domain tests |
| Deployment | Choose local, cloud, edge or hybrid | Document data path |
| Quality | Measure accuracy, grounding and usefulness | Use versioned evals |
| Security | Protect prompts, outputs and tool calls | Add guardrails |
| Operations | Monitor latency, cost and failures | Keep rollback plan |
Use this as the operational route for Hardware, Cost and Serving. The aim is to avoid random experiments and create a repeatable engineering workflow.
Hardware, Cost and Serving playbook: 1. Define target users and real workflow. 2. Define allowed data and forbidden data. 3. Select Llama model route: Scout, Maverick, older model, API, local or hybrid. 4. Build the prompt, RAG or agent prototype. 5. Add safety checks, logging and cost tracking. 6. Create a domain evaluation set. 7. Pilot with limited users. 8. Review failures and false confidence. 9. Document rollback and support path. 10. Promote only through a release gate.
| Phase | Action | Control |
|---|---|---|
| Prototype | Use small scope and clear success criteria | No production data by default |
| Pilot | Limit users and capture failures | Human review |
| Production | Add monitoring and incident process | Rollback ready |
| Upgrade | Re-run evals before model change | Compare versions |
| Scale | Optimize cost and latency | Budget alerts |
Llama gives builders more control, but it also transfers more responsibility. This is especially true when models run locally, use private data, call tools, generate code or support regulated workflows.
| Risk | Control | Evidence |
|---|---|---|
| Hallucination | Use RAG and citations | Audit sampled answers |
| Data leakage | Classify inputs and logs | Enforce access controls |
| Unsafe tools | Allowlist actions | Require confirmations |
| Quality drift | Run regression evals | Pin model versions |
| License risk | Legal review | Track model/license in registry |
| Cost surprise | Track tokens/GPU/caching | Set budgets |
For IDEO-Lab, Hardware, Cost and Serving can be connected to Django tooling, MigrateSafe, SRDF, guide generation, productization and private technical search.
Llama can become a private AI layer for IDEO-Lab: repository understanding, dense guides, migration diagnostics, SRDF summaries and operational runbooks.
Deploy Llama through Meta downloads, Hugging Face, Kaggle, cloud partners, edge partners and internal platforms.
This chapter treats Cloud, Edge and Partner Ecosystem as a production topic: what it enables, what can break, what must be measured, and how a serious team should operationalize it.
| Dimension | Best use | Guardrail |
|---|---|---|
| Capability | Use Llama to accelerate this workflow | Validate with domain tests |
| Deployment | Choose local, cloud, edge or hybrid | Document data path |
| Quality | Measure accuracy, grounding and usefulness | Use versioned evals |
| Security | Protect prompts, outputs and tool calls | Add guardrails |
| Operations | Monitor latency, cost and failures | Keep rollback plan |
Use this as the operational route for Cloud, Edge and Partner Ecosystem. The aim is to avoid random experiments and create a repeatable engineering workflow.
Cloud, Edge and Partner Ecosystem playbook: 1. Define target users and real workflow. 2. Define allowed data and forbidden data. 3. Select Llama model route: Scout, Maverick, older model, API, local or hybrid. 4. Build the prompt, RAG or agent prototype. 5. Add safety checks, logging and cost tracking. 6. Create a domain evaluation set. 7. Pilot with limited users. 8. Review failures and false confidence. 9. Document rollback and support path. 10. Promote only through a release gate.
| Phase | Action | Control |
|---|---|---|
| Prototype | Use small scope and clear success criteria | No production data by default |
| Pilot | Limit users and capture failures | Human review |
| Production | Add monitoring and incident process | Rollback ready |
| Upgrade | Re-run evals before model change | Compare versions |
| Scale | Optimize cost and latency | Budget alerts |
Llama gives builders more control, but it also transfers more responsibility. This is especially true when models run locally, use private data, call tools, generate code or support regulated workflows.
| Risk | Control | Evidence |
|---|---|---|
| Hallucination | Use RAG and citations | Audit sampled answers |
| Data leakage | Classify inputs and logs | Enforce access controls |
| Unsafe tools | Allowlist actions | Require confirmations |
| Quality drift | Run regression evals | Pin model versions |
| License risk | Legal review | Track model/license in registry |
| Cost surprise | Track tokens/GPU/caching | Set budgets |
For IDEO-Lab, Cloud, Edge and Partner Ecosystem can be connected to Django tooling, MigrateSafe, SRDF, guide generation, productization and private technical search.
Llama can become a private AI layer for IDEO-Lab: repository understanding, dense guides, migration diagnostics, SRDF summaries and operational runbooks.
Professional Llama adoption requires license review, data rules, use-case boundaries, red-team checks and incident procedures.
This chapter treats Governance and Responsible Use as a production topic: what it enables, what can break, what must be measured, and how a serious team should operationalize it.
| Dimension | Best use | Guardrail |
|---|---|---|
| Capability | Use Llama to accelerate this workflow | Validate with domain tests |
| Deployment | Choose local, cloud, edge or hybrid | Document data path |
| Quality | Measure accuracy, grounding and usefulness | Use versioned evals |
| Security | Protect prompts, outputs and tool calls | Add guardrails |
| Operations | Monitor latency, cost and failures | Keep rollback plan |
Use this as the operational route for Governance and Responsible Use. The aim is to avoid random experiments and create a repeatable engineering workflow.
Governance and Responsible Use playbook: 1. Define target users and real workflow. 2. Define allowed data and forbidden data. 3. Select Llama model route: Scout, Maverick, older model, API, local or hybrid. 4. Build the prompt, RAG or agent prototype. 5. Add safety checks, logging and cost tracking. 6. Create a domain evaluation set. 7. Pilot with limited users. 8. Review failures and false confidence. 9. Document rollback and support path. 10. Promote only through a release gate.
| Phase | Action | Control |
|---|---|---|
| Prototype | Use small scope and clear success criteria | No production data by default |
| Pilot | Limit users and capture failures | Human review |
| Production | Add monitoring and incident process | Rollback ready |
| Upgrade | Re-run evals before model change | Compare versions |
| Scale | Optimize cost and latency | Budget alerts |
Llama gives builders more control, but it also transfers more responsibility. This is especially true when models run locally, use private data, call tools, generate code or support regulated workflows.
| Risk | Control | Evidence |
|---|---|---|
| Hallucination | Use RAG and citations | Audit sampled answers |
| Data leakage | Classify inputs and logs | Enforce access controls |
| Unsafe tools | Allowlist actions | Require confirmations |
| Quality drift | Run regression evals | Pin model versions |
| License risk | Legal review | Track model/license in registry |
| Cost surprise | Track tokens/GPU/caching | Set budgets |
For IDEO-Lab, Governance and Responsible Use can be connected to Django tooling, MigrateSafe, SRDF, guide generation, productization and private technical search.
Llama can become a private AI layer for IDEO-Lab: repository understanding, dense guides, migration diagnostics, SRDF summaries and operational runbooks.
Apply Llama to Django tooling, MigrateSafe, SRDF, private RAG, guide generation, local analysis and productized AI assistants.
This chapter treats Llama for IDEO-Lab Workflows as a production topic: what it enables, what can break, what must be measured, and how a serious team should operationalize it.
| IDEO-Lab area | Llama value | Control |
|---|---|---|
| MigrateSafe | Explain migration failures and testbench results | Keep raw evidence |
| SRDF | Summarize replication events and phases | Never auto-fix production |
| HTML Guides | Generate modal-rich technical guides | Validate JS |
| Private RAG | Search local docs and code | Access control |
| Productization | Build licensed AI add-ons | Usage telemetry |
Use this as the operational route for Llama for IDEO-Lab Workflows. The aim is to avoid random experiments and create a repeatable engineering workflow.
Llama for IDEO-Lab Workflows playbook: 1. Define target users and real workflow. 2. Define allowed data and forbidden data. 3. Select Llama model route: Scout, Maverick, older model, API, local or hybrid. 4. Build the prompt, RAG or agent prototype. 5. Add safety checks, logging and cost tracking. 6. Create a domain evaluation set. 7. Pilot with limited users. 8. Review failures and false confidence. 9. Document rollback and support path. 10. Promote only through a release gate.
| Phase | Action | Control |
|---|---|---|
| Prototype | Use small scope and clear success criteria | No production data by default |
| Pilot | Limit users and capture failures | Human review |
| Production | Add monitoring and incident process | Rollback ready |
| Upgrade | Re-run evals before model change | Compare versions |
| Scale | Optimize cost and latency | Budget alerts |
Llama gives builders more control, but it also transfers more responsibility. This is especially true when models run locally, use private data, call tools, generate code or support regulated workflows.
| Risk | Control | Evidence |
|---|---|---|
| Hallucination | Use RAG and citations | Audit sampled answers |
| Data leakage | Classify inputs and logs | Enforce access controls |
| Unsafe tools | Allowlist actions | Require confirmations |
| Quality drift | Run regression evals | Pin model versions |
| License risk | Legal review | Track model/license in registry |
| Cost surprise | Track tokens/GPU/caching | Set budgets |
For IDEO-Lab, Llama for IDEO-Lab Workflows can be connected to Django tooling, MigrateSafe, SRDF, guide generation, productization and private technical search.
Llama can become a private AI layer for IDEO-Lab: repository understanding, dense guides, migration diagnostics, SRDF summaries and operational runbooks.
Where Llama points: more capable open-weight models, safer agents, private deployment, edge AI and an industrial open ecosystem.
This chapter treats The Future of Open AI Work as a production topic: what it enables, what can break, what must be measured, and how a serious team should operationalize it.
| Dimension | Best use | Guardrail |
|---|---|---|
| Capability | Use Llama to accelerate this workflow | Validate with domain tests |
| Deployment | Choose local, cloud, edge or hybrid | Document data path |
| Quality | Measure accuracy, grounding and usefulness | Use versioned evals |
| Security | Protect prompts, outputs and tool calls | Add guardrails |
| Operations | Monitor latency, cost and failures | Keep rollback plan |
Use this as the operational route for The Future of Open AI Work. The aim is to avoid random experiments and create a repeatable engineering workflow.
The Future of Open AI Work playbook: 1. Define target users and real workflow. 2. Define allowed data and forbidden data. 3. Select Llama model route: Scout, Maverick, older model, API, local or hybrid. 4. Build the prompt, RAG or agent prototype. 5. Add safety checks, logging and cost tracking. 6. Create a domain evaluation set. 7. Pilot with limited users. 8. Review failures and false confidence. 9. Document rollback and support path. 10. Promote only through a release gate.
| Phase | Action | Control |
|---|---|---|
| Prototype | Use small scope and clear success criteria | No production data by default |
| Pilot | Limit users and capture failures | Human review |
| Production | Add monitoring and incident process | Rollback ready |
| Upgrade | Re-run evals before model change | Compare versions |
| Scale | Optimize cost and latency | Budget alerts |
Llama gives builders more control, but it also transfers more responsibility. This is especially true when models run locally, use private data, call tools, generate code or support regulated workflows.
| Risk | Control | Evidence |
|---|---|---|
| Hallucination | Use RAG and citations | Audit sampled answers |
| Data leakage | Classify inputs and logs | Enforce access controls |
| Unsafe tools | Allowlist actions | Require confirmations |
| Quality drift | Run regression evals | Pin model versions |
| License risk | Legal review | Track model/license in registry |
| Cost surprise | Track tokens/GPU/caching | Set budgets |
For IDEO-Lab, The Future of Open AI Work can be connected to Django tooling, MigrateSafe, SRDF, guide generation, productization and private technical search.
Llama can become a private AI layer for IDEO-Lab: repository understanding, dense guides, migration diagnostics, SRDF summaries and operational runbooks.
This guide is written as an IDEO-Lab product-style guide, but its technical framing is grounded in Meta Llama documentation, GitHub model files, license files, LlamaCon notes and protection-tool pages.
Reference workflow: 1. Check model card. 2. Check license. 3. Check acceptable-use policy. 4. Check prompt format. 5. Check serving requirements. 6. Check partner limits. 7. Run domain evals. 8. Document release decision.