MirahLabs Publications

MirahLabs Engineering Blog

Technical insights, architectural deep-dives, and system designs authored by our product engineers and AI research leads.

Active Filters: Tag: generative-ai Clear All Filters
πŸ’» Artificial Intelligence
Artificial Intelligence Apr 25, 2026

Quantization Techniques for LLMs: FP16 to INT4 and GPTQ

Deploying LLMs on local hardware requires massive memory footprint reductions. Learn how post-training quantization techniques like GPTQ and GGUF compress models from FP16 to INT4.

⏱️ 9 min read Read Article
πŸ’» Artificial Intelligence
Artificial Intelligence Apr 23, 2026

Understanding LLM Hallucinations: Causes, Detection, and Prevention

LLM hallucinationsβ€”confidently wrong answersβ€”are the most critical reliability challenge in production AI. Learn why they happen, how to detect them, and architectural strategies to minimize them.

⏱️ 10 min read Read Article
πŸ’» Artificial Intelligence
Artificial Intelligence Apr 11, 2026

Prompt Engineering: Advanced Techniques for Production LLM Applications

Prompt engineering is the art of communicating with LLMs effectively. Learn chain-of-thought prompting, few-shot examples, structured output, and prompt injection prevention for production systems.

⏱️ 10 min read Read Article
πŸ’» Cybersecurity
Cybersecurity Mar 30, 2026

Prompt Injection Vulnerabilities in LLM Applications and How to Prevent Them

Prompt injection allows malicious actors to hijack LLM behavior. Learn how to protect your applications from direct and indirect prompt injection attacks.

⏱️ 9 min read Read Article