← foreveragents.dev

Sustainability

The greenest server workload is the one you avoid provisioning.

Principles

Operational framing

Server-centric systems often carry baseline energy cost from always-on infrastructure. Local-first architectures shift suitable workloads to existing client hardware, reducing dedicated infrastructure demand for those paths. When compute runs on the user's device, the data stays on the user's device — sustainability and privacy share the same structural root.

Design for sustainability

For agents

  1. Default to client-side compute for private and lightweight tasks
  2. Ensure offline/degraded mode remains functional
  3. Cache model/runtime assets responsibly
  4. Measure infra usage, not only response latency
  5. Treat resource efficiency as a product requirement

← All contexts