🛠 BlueBookOS is a "microkernel" concept for LLMs designed for developing applications via a chat interface.

Instead of direct code writing, it uses RAu (a symbolic graph language) which describes the application's logic, states, and events as an explicit "contract." Based on this contract, the neural network generates a ready-to-use, autonomous HTML5 file, which minimizes logic errors and simplifies debugging.

🌍 The project proposes a new approach to AI "source-first" development, where the focus shifts from code generation to semantic model design. This could reduce the problem of "hallucinations" in software logic when using LLMs.

👤 It is now possible to create working mini-apps in an AI chat using a structured protocol that forces the model to think through the rules of the game before writing the code.

Source 1: https://hollingsworthd.github.io/RAu/