Skip to main content

Module isolate

Module isolate 

Source
Expand description

The de-mocked Isolate B computation.

The daemon swarm’s neuro-symbolic Isolate B used to return a constant (predicate = 999) — a fabricated “consequence” that did no work. That is exactly the kind of fabrication the honesty rule forbids. This replaces it with a real, deterministic computation routed through the real swarm executor: the input quin’s fields drive a genuine dense-linear kernel, and the output quin carries the actually- computed result.

Scope note (honest): this grounds Isolate B as a real job executor over the computational kernels the engine owns. Full transformer inference remains the native LLM lane’s path (inference/), and is deliberately not faked here — Isolate B no longer pretends to produce a neural consequence it did not compute.

Functions§

isolate_b_compute
Run Isolate B’s real computation for a prompt quin and return the consequence quin.