Skip to main content

Sustainable data products and practices

Instruction and application
Complete

Sustainable AI is not only about watts per FLOP. Data products—features, tables, labels and pipelines—shape storage, recomputation and risk. Lean, well-governed data reduces cost, emissions and harm.

Data minimisation

Collect and retain only what you need. Over-collection increases storage energy, widens breach impact and complicates consent. Minimisation aligns with GDPR-style principles and often improves model focus when paired with strong definitions.

Practices include selective retention, aggregation for analytics where raw detail is unnecessary, and anonymisation or pseudonymisation when identifiers are not required.

Data quality and integrity

Sustainable models need trustworthy inputs: validation rules, automated checks, versioned datasets and clear ownership. Poor quality forces retraining, hotfixes and rework—all of which burn energy and trust.

Responsible data governance

Governance connects policy to implementation:

Access control

limits sensitive data to authorised roles.

Audit trails

show who changed what and why—critical for regulated domains.

Bias and fairness assessments

catch discriminatory patterns before they scale; see Algorithmic Justice League and IBM discussion of real-world bias.

Energy-aware algorithms and hardware

Pair lean data with efficient computation: smaller models where adequate, quantisation, specialised chips and vendor tools that deduplicate storage (for example NetApp-style dedup/compression patterns in enterprise storage).

Key point

Sustainability wins stack: less data movement + higher data quality + more efficient compute beats optimising only one layer.

Action item: Quiz

A company is developing a new AI-powered personalised advertising platform. It has access to a wide range of user data, including browsing history, purchase records, social media activity and location data. To minimise the environmental impact and enhance user privacy, what data strategy should the company prioritise?

A financial institution is using machine learning to automate loan application processing. They discover that their historical loan data contains inaccuracies and inconsistencies, such as missing income information for certain applicants and inconsistent formatting of employment history. To ensure the AI system is both sustainable and trustworthy, what should they do?

A healthcare company is developing an AI system to analyse patient records and predict the risk of developing certain diseases. To ensure responsible data governance and maintain patient trust, what practices should the company implement?

In progress