diff --git a/manifesto.md b/manifesto.md index bf4d443..1685398 100644 --- a/manifesto.md +++ b/manifesto.md @@ -64,6 +64,13 @@ We believe AI fundamentally changes how software is built: - Automation should free humans for judgment calls - The goal is flow, not burnout +### Resource Efficiency + +- Software should run well on modest hardware +- Cloud cost and energy consumption matter +- ARM64-native where possible - better performance per watt +- Bloated software is a sign of poor engineering, not rich features + ## Guiding Principles 1. **Encode, don't document.** If something is important enough to write down, it's important enough to encode into a skill, command, or agent that can act on it.