Skip to content
HomeNewsConceptsGuidesToolbox
AboutSubscribeUA
Subscribe

AI Today Brief

The daily AI-engineering brief. Built in public. EN · UA.

XTelegramLinkedInYouTubeRSS

Follow AI Today Brief on LinkedIn for daily AI-engineering updates and the weekly “5 shifts that changed how developers work” PDF.

Explore

NewsDigestsConceptsGuides

Company

SubscribeAdvertiseAbout

Legal

Editorial policyAI disclosurePrivacyTerms

© 2026 AI Today Brief. All rights reserved.

  1. Home/
  2. News/
  3. Local LLMs/
  4. NVIDIA Releases Nemotron 3.5 Lightning 30B MoE Model for Local Agents
Local LLMs

NVIDIA Releases Nemotron 3.5 Lightning 30B MoE Model for Local Agents

NVIDIA released Nemotron 3.5 Lightning, an open 30B Mixture-of-Experts model with 3B active parameters and a 1M context window. It is available on Ollama and optimized for always-on background execution harnesses.

August 11, 2026· 3 min read
OKCurated by Oleksandr Kuzmenko, AI Product Engineer·Updated August 11, 2026·Sources cited on every story
AI-assisted · editor-reviewed·How we use AI
NVIDIA Releases Nemotron 3.5 Lightning 30B MoE Model for Local Agents

Impact: Medium

Why it matters

Developers can host local, long-context AI agent execution layers locally via Ollama with 4x throughput and low active parameter latency.

TL;DR

  • 01MoE architectures with small active parameter footprints allow local agent execution on workstation hardware.
  • 021M context windows enable processing long log files or local codebases without aggressive truncating.
  • 03Launch agent integration directly using Ollama CLI commands.

Key facts

1,000,000 tokensContext Window
23GB - 25GBModel Size
Architecture
30B MoE (3B active parameters)
Context Window
1,000,000 tokens
Model Size
23GB - 25GB
Performance Metrics
4x throughput, 30% faster task completion (self-reported)

Model Specs & Ollama Integration

  • Architecture: 30B Mixture-of-Experts (3B active parameters per token)
  • Context Window: 1,000,000 tokens
  • Download Size: ~23GB to 25GB
  • Target Use Cases: Personal desktop agents, email/calendar automation, cybersecurity log analysis, structured data extraction

Running with Agent Frameworks

Nemotron 3.5 Lightning connects natively with local agent harnesses like OpenClaw, OpenCode, and Hermes via Ollama commands.

Try it in 2 minutes

ollama launch openclaw --model nemotron-3.5-lightning

bash

✓ When to use

  • Always-on background desktop agents handling document parsing, monitoring, or local workflow automation.
  • Privacy-constrained environments requiring local 1M context windows.

✕ When NOT to use

  • Hardware environments with under 24GB VRAM/RAM capacity.
  • Complex mathematical reasoning tasks that demand dense 70B+ frontier models.

What to do today

  • →Pull and test nemotron-3.5-lightning via Ollama on local development machines with 24GB+ VRAM.
  • →Benchmark task completion speed in local agent harnesses like OpenClaw or OpenCode.
#Nemotron 3.5 Lightning#Ollama#NVIDIA#OpenClaw#Hermes Agent

Sources

  • NVIDIA Nemotron 3.5 Lightning on Ollama
ShareShare on XShare on LinkedIn
← Previous storyRed Hat MCP Server Adds Guarded Command Execution for Infrastructure TroubleshootingNext story →Researchers Discover API Vulnerability Exposing Hidden LLM Reasoning Traces

Related stories

  • Local LLMsDaimon: Local Proxy Redacts Sensitive Prompts Before External Large Language Model Inference
  • Local LLMsLiquid AI Releases LFM2.5 Q4_0 GGUF Models Using Quantization-Aware Distillation
  • Local LLMsClassifying Local Maildirs with Ollama and Open Interpreter
  • Local LLMsQwen 3.8 27B Matches GPT-5.6 Luna Score on Artificial Analysis Index

Email digest

Get the morning AI brief

One email a day — the stories that matter for engineers, founders and tech leads. Human-edited, with links to primary sources.

  • ✓120+ sources scanned daily
  • ✓Edited by a human
  • ✓1 email per day
  • ✓EN + UA

By subscribing you agree to the privacy policy.