Overview
Builder — The fluent builder used to construct experiments and benchmarks.
This page is part of the Documentation portal. The portal covers the conceptual heart of neuronscope. each chapter explains what a primitive is, why it exists, how it works, when to use it, and what it costs. chapters cross-link to their api pages, examples, tutorials, and adrs.
When to use it
Reach for builder when the problem in front of you matches its scope: the fluent builder used to construct experiments and benchmarks.
- You need a canonical answer that survives environment changes.
- You want the behavior documented under a stability contract.
- You are cross-referencing this material from another portal.
How it fits
Each portal in NeuronScope owns one axis of the library. Documentation owns concepts, semantics, and stability contracts for every primitive. Sibling pages in the sidebar cover the adjacent surface area — start there if this page does not answer your question directly.
Next steps
- Return to the Documentation overview for the full page grid.
- Related portal: API Reference
- Related portal: Architecture
- Related portal: Cookbook