this post was submitted on 03 Aug 2023
79 points (100.0% liked)

Asklemmy

43404 readers
1686 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!

  1. Open-ended question
  2. 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.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
 

What's something happening in your field of work or study that you think could really change things in the future?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] j4k3@lemmy.world 21 points 1 year ago

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.