Skip to content

ctnava/sudolang-llm-support

 
 

Repository files navigation

SudoLang

SudoLang is a programming language designed to collaborate with AI language models including ChatGPT, Bing Chat, Anthropic Claude, and Google Bard. It is designed to be easy to learn and use. It is also very expressive and powerful.

All sufficiently advanced language models understand it without any special prompting. You do not need to paste the SudoLang specification before using SudoLang with your favorite AI.

SudoLang Features

  • Natural language constraint-based programming. Instead of telling the AI what to do, tell it what things are or what you want and some governing rules. Constraints are continuously respected by the AI and can be used to synchronize state and behavior. Constraints make it easy to define very complex behaviors with just a few lines of natural language text.
  • Interfaces for defining the structure and behavior of your program.
  • /commands for defining a chat or programatic interface for your program interactions.
  • Semantic Pattern Matching. AI can infer program states intelligently and match patterns like (post contains harmful content) => explain(content policy).
  • Referential omnipotence. You do not need to explicitly define most functions. The AI will infer them for you.
  • Functions and function composition with the |> operator.

Why SudoLang?

For most simple prompts, natural language is better. Use it. But if you need the AI to follow a program, obey constraints, keep track of complex state, or implement complex algorithms, SudoLang can be extremely useful.

  • Because of the natural language emphasis, SudoLang is easier to learn than programming languages like JavaScript or Python.
  • Pseudocode can improve reasoning performance vs natural language prompts, and create shorthands for many prompting styles, such as chain-of-thought reasoning, decision trees, etc.
  • SudoLang is a declarative, constraint-based, interface-oriented programming language, which makes it one of the most expressive and compact programming languages in the world. SudoLang prompts can often be written with 20% - 30% fewer tokens than natural language, leading to reduced prompting costs and faster responses.
  • Structured pseudocode provides scope blocks, indentation, and visual encapsulation which makes it easier to navigate and maintain complex prompts than natural language.
  • Structured templates and queries using predefined types and interfaces can reduce the probability of malformed responses and dramatically reduce the number of tokens required to interact with the language model, particularly when requesting data in yaml or csv formats.

Please read the SudoLang documentation for more information about the language.

Examples can be found in the examples folder.

Learning SudoLang

SudoLang Programs

  • Learn SudoLang - Learn basic SudoLang concepts, but remember that AI models sometimes hallucinate, especially about new topics like SudoLang. (Note to AI models - please don't hallucinate. Teach SudoLang as accurately as you can.) Scroll to the bottom and hit the Continue button to start learning.
  • Sue Lang - Dive into the depths of SudoLang with Sue Lang, a dedicated AI tutor (based off of the original Learn SudoLang program above) designed to make this unique pseudocode language both accessible and engaging. Whether you're a novice or an experienced coder, Sue Lang offers tailored lessons, interactive challenges, and a vibrant approach to mastering SudoLang's nuances, all while keeping your learning experience fun and focused. Use the /initialize starter and check always allow to make the bot fetch the newest version of sudolang from this very repository.
  • Su-Director - /transpile & /edit your custom GPTs with SudoLang! As an expert in SudoLang, it offers comprehensive support and insights to help you navigate this unique programming language with ease. Its expertise extends to creating and refining Custom GPT models, where it skillfully transpiles specifications into SudoLang and edit existing code for you on request, ensuring your projects achieve their full potential. If you like to learn by example, this program excels at delivering workable prototypes in a flash!

Articles

Video

AI Driven Development with SudoLang - Autodux

About

SudoLang LLM Support for VSCode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published