N Neurarch All checks Caught bugs Docs Open the app

Checks / resource

Param explosion

Check G02. Runs in the editor as you build, in CI through the GitHub Action, and over the wire at POST /api/v1/check. Milliseconds, before any GPU is billed.

block resource G02
TriggerEstimated total parameter count grows by ≥ threshold × baseline (default 5×, slider 2-20×). Blocks at 2× threshold, warns below.
WhyA misread "scale this 10×" prompt should not silently turn a 60M model into a 6B model that won't fit anywhere.
SettinguseProviderStore.paramExplosionThreshold(). Settings → "Param explosion threshold".

Why it is not a lint you can ignore

A structural mistake does not fail at review time and it does not fail at import time. It fails when the module is constructed on the training node, after the job was queued and the dataset was downloaded. That is why this runs before the spend and not after it.
Run this check on your own model Free, no account needed

Every check

41 structural checks: 6 guardrail gates and 35 architecture advisor rules. See the full catalogue.

← G01 Impact preview  ·  G03 Cycle introduction →