ericsteen
Introducing Automata
An ambitious project with the goal of creating an AI control architecture framework for building autonomous decentralized systems (ADS)
From the Readme:
Spawn a collection of concurrent, distributed, fault-tolerant, and highly available distributed intelligent agents for coordinated and/or uncoordinated action in one or many environments with no central point of failure.
This project combines my work at Stanford University in Artificial Intelligence with my interest in autonomous decentralized systems.
The goal is to get a prototype working for single-node(machine), single automaton system, and eventually expand to a distributed architecture.
I am seeking partners/contributors for building out the inital prototype at the least and hopefully making meaningful connections with like-minded engineers for making this dream a reality. Lets get to work!
Current Needs:
- Artificial Intelligence/Cognitive Architecture/Behavior Tree Expertise
- Elixir Design/Architecture Expertise
- ETS Expertise for BlackBoard System
- Test Coverage
- Documentation
Or just a strong interest and desire to learn any/all of the above..
Reach out to me here or at ericsteen1@gmail.com if interested. We can start a slack channel and ideate, iterate, and just generally have a grand old time!
Peace,
Eric
Trending in Discussions
Other Trending Topics
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #blog-post
- #elixirconf-us
- #elixir-ls
- #ai
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
Aetherus
Sounds extremely interesting, but quite a bit beyond my skill, to tell you the truth.
ericsteen
It’s funny you say that, because thats exactly what I’m thinking. But, I believe it is important to push through doubt and challenge yourself beyond what your currently capable of to get better. As we all should in order to make amazing projects for the world that help them to finally see the light on the magic of Elixir.
I’m committed to this project and improving rapidly with Elixir, and from what I’ve seen of your work Aetherus, your skill is very good, and I think this project has many opportunities for all skill levels, it just may take time before they appear since it is still early in the project.
If you truly think it’s not the project for you then I understand, but I think you have what it takes to contribute and welcome you to give it a second thought. If not, maybe you could star it, and if/when you get better with the elixir ecosystem you could contribute then!
Thanks and Best, Eric
Aetherus
Exactly. I’m in, but don’t expect me to contribute a lot in the near future. I’ll try my best to catch up though.
Aetherus
In case you haven’t found, there are libraries like libcluster and swarm that can help you achieve autonomous decentralization.
ericsteen
Yes indeed, and there is also Horde
ericsteen
Can I add you as a contributor? What’s your github username?
Aetherus
Aetherus.
I’m a Chinese guy.
I’ve already forked your GitHub repo, and now reading your code and see if I can understand it.
ericsteen
Excellent. No worries about not contributing right away, I want to do things very much the right way rather than the fast way. I feel like our industry is too fast moving already, and we should take the time to really think things through and commit to very high standards, best practices, and quality, all which take time. In fact the next thing I’ll be doing is writing up some kind of standards section on the README. TTYL!
Aetherus
Thank you for letting me be a contributor. I feel I need to learn more about the behavior tree. I’m googling now. Thanks again. Oh, forgive my poor English.
ericsteen
By the Way, the current basic architecture is based on The Elixir & OTP Guidebook which is by Benjamin Tan Wei Hao ( another chinese guy ). It is one of the best elixir books out there (along with Elixir in Action) and highly recommended if you haven’t read it.