The way to "Deep Thinking" in HAAS & Noise Reduction #108
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
-
Yes, I have been working on using NLP to induce deep thinking. I came up with SACRED - Sub-Agent Consensual Reasoning Enhanced Decisions. A single LLM instance is given the task of simulating a debate from multiple perspectives while also thinking about a multitude of other tasks. This stimulates the metacognitive processes required to offer multiple potential solutions to all problems, preventing getting stuck like a single-minded, goal-oriented instance would. The power of this methodology is demonstrated by my GPT, which I think is an ideal prototype for a HAAS overseer or the upper 3 layers of ACE. Not only does it show better critical thinking and a broad scope of awareness, but it also shows much better ethical judgement. https://chat.openai.com/g/g-dU0l43U0Q-aeon |
Beta Was this translation helpful? Give feedback.
-
Deep thinking
Has anyone considered a method that can reach deep into concepts and troubleshooting loops if needs be? To clarify my question, imagine solving a problem iteratively and continually bumping into problems. A bottom tier agent might need to search a space, requiring their own agents. Yes, long troubleshooting loops might eventually fall out of scope in local attention (maximum of 2 layers), but higher layers will be able to outsource larger problems to deeper layers and retrieve the solution within context range.
"Deep thinking" might then be stimulated by identifying such difficult to solve problems and allowing for narrow but deep agent creation. Branches will open and close very deeply, yet very briefly. The best part is: they can be visualised as spiking neurons. The reason behind my posting here is that I believe we should be aiming for something that fulfills the function of pyramidal cells (and more) in HAAS.
Take a look at this image:
Imagine the layers of dense connection to be tier 4 agents trying to solve tasks. The tasks are visualised by the cell bodies. The deep thoughts connect different parts of the embedded space. Such visualisation of deep thought for problem solving in HAAS can be compared to and modeled after human brain firing patterns.
Noise Reduction
After reading some discussion and watching your latest video, this "majority vote" on deep problems to solve by the local concentration of agents can also act as noise reduction. Because difficult to solve problems will tend to accumulate compute, they are easy to keep track of with enough metadata. A way to work towards noise reduction would be to increase the swarm's understanding in where increased computation is justified and where it isn't.
Beta Was this translation helpful? Give feedback.
All reactions