MirahLabs Publications
MirahLabs Engineering Blog
Technical insights, architectural deep-dives, and system designs authored by our product engineers and AI research leads.
π»
Artificial Intelligence
Artificial Intelligence
Jun 01, 2026
Self-Attention vs. State Space Models (Mamba): The Battle for Sequence Modeling
Transformers struggle with O(N^2) context scaling. Discover how State Space Models (SSMs) like Mamba offer linear O(N) scaling for long context windows.
β±οΈ 9 min read
Read Article →
π»
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 →