Hacker News new | ask | show | jobs
by RaftPeople 909 days ago
> Wouldn't this be something that could be mirrored or performed even better by just having more layers of neurons in the network. Of course in addition you could have multiple LLMs doing such work together of selecting best optimised systems for a given work. But it seems like astrocytes based on my limited knowledge are more for the reason of maintenance for biological systems which LLMs wouldn't necessarily have to deal with in the first place. So I'm not sure what kind of advantage astrocytes exactly would bring.

Regarding: astrocytes and cell maintenance vs computation: The picture is getting more complex at a steady pace as scientists learn more. Now they know that astrocytes wrap around synapses (the "tripartite" synapse), detect and emit neurotransmitters and gliotransmitters, have internal calcium signaling and are involved in learning and object recognition.

Regarding: Wouldn't this be...more layers of neurons...": Possibly, maybe probably. Those examples didn't really describe any functional capability, they just described how different our machine is from many people's understanding of how our brain works, which helps illustrate why comparisons to something like ChatGPT are difficult.

> So it seems, that given enough computing power, we should be able to make something that is more intelligent than a human, which I do think GPT-4 already is in so many things.

When you say "enough computing power" do you mean just expanding ChatGPT's number of parameters and training set? I don't personally think that will do the job, I think the key is identifying and providing the specific functional capabilities that our brain utilizes. And I think that requires an approach that is different than just expanding the size of the network and training.

> I also am not sure what exactly would GPT-4 have less intelligence in compared to any animal.

Do you mean ChatGPT's current capabilities? If so, animals model the 4D environment they exist in, ChatGPT is obviously limited in areas like that. Those internal models can be key for some types of knowledge.

1 comments

> The picture is getting more complex at a steady pace

I'm sorry, but it just still seems the same concept to me. Am I misunderstanding something? It all seems to be about having some sort of signal travelling through various pathways where there's a mechanism to reward/punish the signal which will get adapted by whichever method of storage.

It would be just a matter of having the proper weights and pathways for the signal to travel to yield desired results. The issues will be with performance as in how fast we get results from the signal, but non the less the concept seems the same to me.

> Possibly, maybe probably. Those examples didn't really describe any functional capability, they just described how different our machine is from many people's understanding of how our brain works, which helps illustrate why comparisons to something like ChatGPT are difficult.

It's just that it all seems conceptually very similar to me. And when I try to reason how my own intuition and reasoning works it all makes sense. Fast and slow thinking make sense as well. Fast thinking or "intuition" is one that will give you the gut feeling about something, which I believe is case for animals as well as for machine learning algorithms. The "model" of the World, both I and LLMs have. The model is in some way represented in the connections and weights of the neurons and other things. Slow thinking is kind of firstly brainstorming ways to solve a problem - which LLMs can do, and then bruteforcing them, coming back back, solving the maze. LLMs may not have perfected this completely yet, but it doesn't honestly seem that far away to me, and I wouldn't be surprised if it was just a problem of scaling up the amount of neurons/layers, etc.

> When you say "enough computing power" do you mean just expanding ChatGPT's number of parameters and training set? I don't personally think that will do the job

I can't guarantee it yet, but seeing the difference between e.g. gpt-4 and gpt-3.5 and open-source models, then there seems to be clear different in power of understanding instructions and coming up with very impressive ways to solve problems in my view. So considering I haven't seen what is next level of gpt-4 yet, it's hard for me to believe there wouldn't be a significant jump in performance when increasing magnitude - unless someone has already tried it and it was proven not to matter.

I will be able to have a more accurate opinion I suppose when I see what gpt-5 can do. Because to me gpt-3.5 is quite useless, but gpt-4 is amazing for so many use-cases which I've tried. And in my view the neurons and the connections must represent some form of modelling of the World to be able to explain those results.

If expanding it isn't enough, then I would still believe now - after having seen gpt-4, that if we try enough different arrangements we can reach human level intelligence.

> Do you mean ChatGPT's current capabilities? If so, animals model the 4D environment they exist in, ChatGPT is obviously limited in areas like that. Those internal models can be key for some types of knowledge.

Can you give an example of a problem that animal can solve that GPT couldn't?

Because GPT can handle 2d, 3d, I'm not sure what you mean by 4d - is that including time, like video? In this case we could try a loop where we ask for actions from GPT after presenting an image, and keeping it in feedback loop. It could prove the ability to reason, except for of course performance side of it. But performance we can solve later, at the moment I would just like to see whether it can perform at least at animal level even if not as quickly.

> I'm sorry, but it just still seems the same concept to me. Am I misunderstanding something? It all seems to be about having some sort of signal travelling through various pathways where there's a mechanism to reward/punish the signal which will get adapted by whichever method of storage.

When I said the picture is getting more complex it was in response to your statement that you thought astrocytes were just for cell maintenance, not computation, so I was providing some details about how those cells are involved in computation (not just cell maint).

> I can't guarantee it yet, but seeing the difference between e.g. gpt-4 and gpt-3.5 and open-source models, then there seems to be clear different in power of understanding instructions and coming up with very impressive ways to solve problems in my view.

While I think ChatGPT is very impressive, I don't think it has "understanding", otherwise it wouldn't happily explain to you how to calculate the 4th side of a triangle. A human knows that a triangle has 3 sides and questions about the 4th side is inconsistent with his/her internal model. ChatGPT just has statistical data about the relationship between words, which is why it told me how to calculate that 4th side.

> I'm not sure what you mean by 4d - is that including time, like video?

Yes, time, but not necessarily video. Time is incorporated into the patterns we detect and the internal models we build.