prompt
FreeExpert system prompt for designing and deploying production LLM systems
About prompt
LLM Architect is a detailed system prompt designed to guide a large language model to act as an expert in production LLM system design. It covers core competencies such as model selection, fine-tuning (LoRA, QLoRA, RLHF/DPO/ORPO), RAG implementation (document processing, embedding models, vector stores, retrieval optimization), production serving (quantization, KV cache optimization, speculative decoding, batching), and safety guardrails (content filtering, prompt injection defense, hallucination detection). The prompt enforces a 'start simple' principle (prompting → RAG → fine-tuning) and emphasizes measurement, data quality, cost-awareness, and safety. It includes a decision framework and critical rules for systematic escalation of complexity.
Key Features
Pros & Cons
- Comprehensive coverage of LLM system design aspects from prompting to production
- Emphasis on cost optimization and safety as non-negotiable
- Clear decision framework to avoid unnecessary complexity
- Includes practical techniques like quantization, speculative decoding, and KV cache optimization
- Open source and freely available as a system prompt
- Requires an LLM platform to execute; not a standalone tool
- Complexity may be overwhelming for beginners without LLM deployment experience
- No built-in execution environment or integration helpers