# Nemotron 3.5 Lightning

> NVIDIA's fast hybrid MoE agent model, grounded in Dike's official MENA legal index.

**Base model:** nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B | **Developer:** NVIDIA + Dike Data Layer | **Parameters:** 30B total (3B active, MoE) | **Context window:** 1M Tokens | **License:** OpenMDW 1.1

Nemotron 3.5 Lightning is a hybrid Mamba-2 + MoE + Attention model that keeps only 3B of its 30B parameters active per token, so it runs fast enough for long-running agent loops on a single GPU. On its own, that speed still comes from memorized recall: statute numbers are guessed, not looked up. Routed through Dike's API, the same agent grounds each step in retrieved, official MENA legal text instead, so a fast agent doesn't have to mean an unverified one.

## Highlights

- Hybrid Mamba-2 + MoE + Attention architecture: only 3B active params per token
- 1M-token context window for long-running, multi-document legal agent workflows
- Up to 4x faster inference than comparable dense models in its class
- Open weights, training data, and recipes under OpenMDW 1.1

## Grounded vs Raw Comparison

### Citation Accuracy

- **With Dike:** Correct: 90 days from award notification
- **Raw model:** Wrong: claims 60 days

Real example, run against Nemotron 3.5 Lightning via Ollama: the raw response confidently states a 60-day deadline. Dike's grounded answer pulls the actual figure (90 days) from Article 54(1) of the Egyptian Arbitration Law, as applied in an indexed Court of Cassation ruling in MongoDB.

## Example Query

**Jurisdiction:** Egypt: Arbitration Law

**Query:** ما هي المدة القانونية للطعن ببطلان حكم التحكيم وفقاً لقانون التحكيم المصري؟

**Raw model response:**

وفقاً للقانون المصري المعني، المدة القانونية للطعن (بالإبطال) في حكم التحكيم هي ستون يوماً (60 يوماً) تبدأ من تاريخ الإخطار الرسمي بحكم التحكيم للطرفين.

وتنص مواد القانون (رقم 27 لسنة 1994، والمواد المقابلة بها في قانون رقم 63 لسنة 2021 الجديد) على أن هذا الميعاد قاطع، وإذا انقضى دون إقامة دعوى الإبطال أمام المحكمة المختصة، يُعتَبَر الحكم صائباً وينفذ بقوة القانون.

**Dike-grounded response:**

المدة الصحيحة تسعون يوماً، وليست ستين. وفقاً للفقرة الأولى من المادة (54) من قانون التحكيم المصري رقم 27 لسنة 1994 في المواد المدنية والتجارية، كما طبقتها محكمة النقض: «ترفع دعوى بطلان حكم التحكيم خلال التسعين يوماً التالية لتاريخ إعلان حكم التحكيم إلى المحكوم عليه.» وأكدت المحكمة أن ميعاد رفع دعوى البطلان لا يبدأ سريانه إلا بإعلان الحكم رسمياً للمحكوم عليه، ولا يغني عنه علمه بالحكم بأي طريق آخر.

**Citation anchor:** قانون التحكيم المصري رقم 27/1994، المادة 54(1)
