this post was submitted on 03 Aug 2023
82 points (98.8% liked)
Asklemmy
43858 readers
1707 users here now
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- !lemmy411@lemmy.ca: a community for finding communities
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm only a hobbyist in this space, but FOSS AI and its potential for individualized learning is a potential human existence game changer.
I'm exploring the potential to make a student companion that only knows the same information as myself as I explore a subject, and I'm looking for ways to essentially make a professor by uploading a large database.
Peripherally, I'm really curious what would happen if a LLM is trained on the Forth language. Forth builds exponentially with the programmer essentially building tokens. This seems very close to what a LLM is doing internally. It seems Forth is just obscure enough that it hasn't been considered by academia. Based on the little bit that I understand about both subjects, Forth could maybe take LLMs to a whole new level. If an LLM had access to a threaded interpreted language that self compiles tokens, it creates dynamic memory, a way to compress and expanded context, and the potential for adaptation and access. Forth is about as linear of a language as is possible. There are very few rules, and little arbitrary syntax in the language. Ultimately everything in Forth is possible as a single word, from machine assembly and register states all the way to entire operating systems, everything can be turned into a single word/token in Forth, and all words can be combined as needed at any point in the program. I really wish I was knowledgeable enough to explore this academically.