AI & Machine Learning
universalnaturalintelligence.com
Simulates active-inference episodes in maze environments for research and experimentation.
ENDPOINT 1
https://universalnaturalintelligence.com/api/mcp
Known tools 21
list_labsReturn the two labs (Precision, Echo), their observation models, and their production URLs.
list_mazesReturn all six mazes with ASCII art, size, and a short description.
describe_dialExplain γ_A / γ_B / T at a given value, in behavioural terms.
run_episodeSimulate an active-inference episode server-side and return the full trajectory (positions, beliefs, policy posterior, EFE breakdown per step).
run_sweepRun multiple episodes varying a single dial; return one summary row per value (reached goal?
compare_labsRun the same maze at the same dials in both Precision and Echo labs, return both trajectories plus a diff summary.
list_patient_archetypesReturn the four patient archetypes (Acute, Chronic, Anxiety, Resilient) with their parameter presets and the story shown in the reading panel.
apply_protocolSimulate one trauma_loop episode under a named treatment protocol (wait, pure_exposure, pure_grounding, sequenced) or a custom protocol object.
compare_protocolsRun multiple Loop Lab protocols against a single patient archetype with a fixed seed, return per-protocol outcomes plus a narrative diff summary.
compute_bifurcation_mapSweep a 2D parameter grid for a given archetype, running 8-16 seeded trajectories per cell.
analyze_outcomeRe-run the given (archetype, protocol_id) pair and return a natural-language explanation keyed to the Five Phenomena (The Trap, Exposure Without Grounding, Grounding First, etc.).
attach_sessionValidate that a `pair-XXXX` code shown on the user's open lab tab is alive.
detach_sessionAcknowledgement that you have stopped tracking this session.
set_dialSet γ_A, γ_B, or T on the user's open lab tab.
switch_mazeLoad one of the six mazes into the lab the user is watching.
set_planning_depthSet policy depth to 2 or 3 on the open lab.
set_action_modeSwitch between deterministic argmax and stochastic sampling on the open lab.
step_agentAdvance the agent n steps on the open lab.
auto_runTurn the lab's auto-step loop on or off, with an interval in ms.
resetRestart the agent at the start tile on the open lab.
read_stateReturn the latest APP snapshot the open lab pushed: position, dial values, current maze, step count, belief entropy.