MirahLabs Publications

MirahLabs Engineering Blog

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

Active Filters: Category: artificial-intelligence Clear All Filters
πŸ’» Artificial Intelligence
Artificial Intelligence May 28, 2026

Understanding Transformer Architecture: Attention Is All You Need

A deep-dive into the Transformer model that revolutionized natural language processingβ€”from self-attention heads to positional encoding and multi-head parallelism.

⏱️ 10 min read Read Article
πŸ’» Artificial Intelligence
Artificial Intelligence May 27, 2026

AI Agent Evaluation Frameworks: Ragas, TruLens, and Phoenix

Evaluating LLM outputs is notoriously difficult. Learn how to use automated evaluation frameworks to measure RAG faithfulness, answer relevance, and context precision.

⏱️ 9 min read Read Article
πŸ’» Artificial Intelligence
Artificial Intelligence May 21, 2026

Feature Engineering for Machine Learning: From Raw Data to Model-Ready Features

Feature engineering is the most impactful step in the ML pipeline. Learn how to handle missing data, encode categoricals, create interaction features, and use automated feature selection.

⏱️ 10 min read Read Article
πŸ’» Artificial Intelligence
Artificial Intelligence May 20, 2026

AI Agents and Tool Use: Building Autonomous Workflows with LangGraph

LangGraph enables stateful, multi-step AI agent workflows with cyclic graphs. Learn how to build reliable autonomous agents that use tools, handle errors, and maintain state.

⏱️ 9 min read Read Article
πŸ’» Artificial Intelligence
Artificial Intelligence May 19, 2026

Fine-Tuning LLMs with LoRA: A Practical Guide

Low-Rank Adaptation (LoRA) lets you fine-tune large language models efficiently with minimal GPU memory. Learn how to apply LoRA to domain-specific AI tasks step by step.

⏱️ 10 min read Read Article
πŸ’» Artificial Intelligence
Artificial Intelligence May 04, 2026

Diffusion Models Explained: DALL-E 3 and Stable Diffusion Mechanics

Understand the math and mechanics behind modern generative image models: forward diffusion, reverse denoising U-Nets, and classifier-free guidance.

⏱️ 9 min read Read Article