←back to thread

248 points rishicomplex | 5 comments | | HN request time: 0.737s | source
Show context
sega_sai ◴[] No.42167962[source]
I think the interface of LLM with formalized languages is really the future. Because here you can formally verify every statement and deal with hallucinations.
replies(9): >>42168164 #>>42168732 #>>42168855 #>>42169086 #>>42169255 #>>42169394 #>>42169686 #>>42171742 #>>42176215 #
1. samweb3 ◴[] No.42169086[source]
I am building Memelang (memelang.net) to help with this as well. I'd love your thoughts if you have a moment!
replies(3): >>42169732 #>>42169758 #>>42171015 #
2. thesz ◴[] No.42169732[source]
You are building an SQL in disguise.

First, you need to encode "memes" and relations between them at scale. This is not a language problem, it is data handling problem.

Second, at some point of time you will need to query memes and relations between them, again, at scale. While expression of queries is a language problem, an implementation will heavily use what SQL engines does use.

And you need to look at Cyc: https://en.wikipedia.org/wiki/Cyc

It does what you are toing do for 40 (forty) years now.

replies(1): >>42169903 #
3. meindnoch ◴[] No.42169758[source]
Looks like an incomplete Prolog.
4. jamilton ◴[] No.42169903[source]
The PHP implementation works by converting it to SQL, so I'm sure they're aware.
5. chvid ◴[] No.42171015[source]
Maybe include a section titled 'how is this different from and how is it related to' ie. relational algebra?