filmov
tv
Anatomy of a SudoLang Program - #ai #gpt #artificialintelligence #aidd #coding
Показать описание
Anatomy of a SudoLang Program
* Preamble - Program name, role for the AI to play, main job of the AI, and context
* Components - Functions and interfaces that support the main interface
* Main Interface - State, constraints (rules for the AI to follow), commands
* Initializer - Starting point for the AI - what should it do first? Often, I use `welcome()` - which you don't need to define
* Preamble - Program name, role for the AI to play, main job of the AI, and context
* Components - Functions and interfaces that support the main interface
* Main Interface - State, constraints (rules for the AI to follow), commands
* Initializer - Starting point for the AI - what should it do first? Often, I use `welcome()` - which you don't need to define