New AI Native Language
3 pcoz 3 9/2/2025, 5:29:54 PM github.com ↗
Comments (3)
Terr_ · 17h ago
I don't understand how this could ever solve the underlying weaknesses in an LLM algorithm which is make_bigger(a_document) .
pcoz · 10h ago
It's really a prompt engineering thing. Prompt engineering allows you to play off different areas of the LLM's training data against each other to produce a useful result by returning the intersection between the two sets (knowledge areas) of training data. The make_bigger(document) effect occurs when you let the LLM freewheel.
pcoz · 17h ago
I wrote this language to address the issue with letting AI into production environments, which is that the AI is unpredictable to a certain degree. The purpose of this language is to provide hard, defined constraints in which the AI's human-like processing is invoked. All feedback welcome! Thanks, Edward