"Clone the AI system: # Recommended: Creates ai/ folder + .cursor symlink for automatic integration npx aidd --cursor my-project # Alternative: Just the ai/ folder (manual integration required) npx aidd my-project Explore the structure: cd my-project ls ai/ # See available components cat ai/rules/please.mdc # Read the main orchestrator Start using AI workflows: Reference ai/rules/ in AI prompts for better context Use ai/commands/ as workflow templates Customize rules for your specific project needs"
"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 prov"
SudoLang provides a structured pseudocode syntax for prompting large language models, adding strong typing and explicit control flow to prompts. A public collection of reusable metaprograms, agent scripts, and prompt modules is available in an ai/ folder. Installation options include creating an ai/ folder with a .cursor symlink using npx aidd --cursor or a manual npx aidd installation. The repository includes agent orchestration rules, workflow commands, development best practices, and product management tools. SudoLang aims to reduce token usage, improve reasoning performance, and offer compact, declarative prompt programs for complex AI workflows.
Read at GitHub
Unable to calculate read time
Collection
[
|
...
]