Get the latest tech news
My failed attempt at AGI on the Tokio Runtime
A few weeks ago I decided to build AGI. Since OpenAI, Deepmind and xAI haven't delivered yet with the smartest researchers and billions in compute I have ...
In fact I'm going to assume that the continuous nature of the signals fired is an implementation detail due to the substrate i.e. the underlying biological wetware and is not functionally important. Tokio is fast asynchronous runtime for Rust and exposes primitives which would make my life easier such as broadcast channels to implement synapses. To run the neuron we combine the dendrite receivers into a single stream and keep popping them implementing the leaky integrate and fire method:
Or read this on Hacker News