One of the larger considerations for the gBrain on the Intuition side is how to tell it to attach a certain number or proportion of it's neurons to a given action and to which sensory inputs those actions are associated. This could be coded into the genes but it's a little tricky to consider.
I think it'll best as a set number of neurons, then a percentage of those neurons assigned to a given action. Then, we can use a sensory hub to collect the inputs and sort them into the relevant arrays for the neurons to work through.
Round the neuron total for each action down to the nearest even number, then halve the number of neurons at each level to eventually work down to a single neuron ("After all this thinking, do we or do we not do this?" basically).
The Neur array is temporary, so we can easily remove the entries as the loop runs through it to ensure a given neuron is not attached to two different actions, preventing neurons from bleeding through into other thought processes.
(Side note: This means each thought process must have a number of neurons equivalent to 2^N, where N is the rounded down log2(X) and X is the initial number of neurons, and log2(X) is also the number of iterations of thought)
Bookmarks