Skip to content

Legal, Ethical, and Moral Issues

### Definition

Definition. Law is a system of rules enforced by a sovereign state through institutions such As courts and police. Breach of law attracts sanctions (fines, imprisonment, civil liability). Laws Are codified, publicly available, and apply universally within a jurisdiction.

Definition. Ethics is the branch of philosophy concerned with systematising, defending, and Recommending concepts of right and wrong conduct. Ethical frameworks provide structured approaches To evaluating the moral dimensions of actions. Professional bodies publish codes of ethics that Members are expected to follow.

Definition. Morals are personal or cultural beliefs about right and wrong. They are not Necessarily codified or enforced by any institution. Morals may differ between individuals and Cultures, whereas laws aim for consistency within a jurisdiction.

DimensionLawEthicsMorals
SourceLegislation, case law, common lawPhilosophical frameworks, professional codesPersonal beliefs, cultural norms
EnforcementCourts, police, regulatorsProfessional bodies, social pressureSelf-regulation, social censure
ScopeUniversal within a jurisdictionContext-dependent (profession, society)Individual or community-specific
BreachCrime or civil wrongProfessional misconduct, reputational harmGuilt, social stigma
Change speedSlow (parliamentary process)Moderate (reviewed periodically)Rapid (shifts with attitudes)
ExampleThe Data Protection Act 2018BCS Code of ConductBelief that surveillance is wrong
### Why This Matters for Computer Scientists

Software systems process personal data, make automated decisions, control physical infrastructure, And mediate communication. A system that is technically correct but legally non-compliant, ethically Questionable, or morally objectionable can cause real harm. Computer scientists must understand These frameworks because:

  • Design decisions have legal consequences (e.g., storing user data without consent violates the Data Protection Act 2018)
  • Professional responsibility requires adherence to codes of conduct (e.g., BCS, ACM)
  • Public trust in technology depends on ethical practice
  • Exam requirements mandate that you can discuss and evaluate these issues

**Definition.** The **Computer Misuse Act 1990** (CMA) is a UK Act of Parliament that criminalises Unauthorised access to computer systems and unauthorised modification of computer material. It was Amended by the Police and Justice Act 2006 (adding Sections 3A, 3ZA-3ZC) and the Serious Crime Act 2015.
SectionOffenceDescriptionMaximum Penalty
s.1Unauthorised access to computer materialGaining access to a computer system (or data on it) without permission. The access itself is the offence, regardless of intent to cause harm or whether any data is viewed.2 years imprisonment / fine
s.2Unauthorised access with intent to commit further offenceUnauthorised access to a computer, where the offender intends to commit a further offence (e.g., fraud, blackmail). The further offence need not be completed; the intent alone suffices.5 years imprisonment / fine
s.3Unauthorised acts intended to impair computer operationDoing unauthorised acts which impair the operation of a computer, prevent access to data, or impair the reliability of data. This covers malware distribution, DDoS attacks, deletion of files.10 years imprisonment / fine
s.3AMaking, supplying, or obtaining articles for use in s.1-s.3 offencesCreating, distributing, or obtaining tools (e.g., malware, exploit kits) intended for use in offences under s.1, s.2, or s.3. Added by the Police and Justice Act 2006.10 years imprisonment / fine
s.3ZAUnauthorised access to impair computer operationUnauthorised access with intent to impair operation.10 years imprisonment / fine
s.3ZBSupplying or obtaining articles to impair computer operationSupplying or obtaining tools intended to impair operation.14 years imprisonment / fine
s.3ZCEncouraging or assisting offencesAssisting or encouraging another person to commit a CMA offence.10 years imprisonment / fine
  • R v. Gold and O”Brien (1988): The defendants accessed the BT Prestel system through a Prestel engineer’s account. They accessed the Duke of Edinburgh’s mailbox and left a message. Existing forgery and theft laws could not accommodate this, demonstrating the need for specific legislation. This case directly prompted the Computer Misuse Act 1990.
  • R v. Aaron Caffrey (2003): Accused of launching a DDoS attack on the Port of Houston. Caffrey claimed his computer was infected by a trojan that caused the attack without his knowledge. The jury acquitted, highlighting the difficulty of proving mens rea (guilty mind) in computer misuse cases.
  • R v. Lennon (2006): Sent emails bombarding a former employer’s email server. Convicted under s.3 of the CMA. Established that sending a high volume of emails to cause disruption constitutes an impairment offence even if each individual email is legitimate.
### 2.2 Data Protection Act 2018 and UK GDPR**Definition.** The **Data Protection Act 2018** (DPA 2018) is the UK's implementation of the EU General Data Protection Regulation (GDPR). Following Brexit, the UK operates under "UK GDPR" which Mirrors the EU GDPR with minor differences. Together, the DPA 2018 and UK GDPR form the UK's data Protection framework, overseen by the Information Commissioner's Office (ICO).
TermDefinition
Personal dataAny information relating to an identified or identifiable natural person (“data subject”). Includes name, email, IP address, location data.
Sensitive personal data (special category data)Personal data revealing racial or ethnic origin, political opinions, religious beliefs, trade union membership, genetics, biometrics, health data, sex life or sexual orientation. Subject to enhanced protections.
Data controllerThe entity that determines the purposes and means of processing personal data.
Data processorThe entity that processes personal data on behalf of the controller.
Data subjectThe individual to whom personal data relates.
ProcessingAny operation performed on personal data: collection, recording, organisation, structuring, storage, adaptation, retrieval, consultation, use, disclosure, erasure, or destruction.
ConsentFreely given, specific, informed, and unambiguous indication of the data subject’s agreement to processing.
PrincipleDescription
1. Lawfulness, fairness, and transparencyProcessing must have a lawful basis (consent, contract, legitimate interest, vital interest, public task, legal obligation). It must be fair to the data subject and transparent about how data is used.
2. Purpose limitationPersonal data must be collected for specified, explicit, and legitimate purposes. It must not be further processed in a manner incompatible with those purposes.
3. Data minimisationPersonal data collected must be adequate, relevant, and limited to what is necessary for the stated purpose.
4. AccuracyPersonal data must be accurate and, where necessary, kept up to date. Inaccurate data must be erased or corrected without delay.
5. Storage limitationPersonal data must not be kept in identifiable form for longer than necessary for the processing purpose.
6. Integrity and confidentiality (security)Personal data must be processed with appropriate technical and organisational measures to ensure security, including protection against unauthorised access, accidental loss, destruction, or damage.
7. AccountabilityThe controller must demonstrate compliance with all other principles.
RightDescription
Right of access (Article 15)The data subject may request confirmation of whether their data is processed and obtain a copy of that data.
Right to rectification (Art. 16)The data subject may request correction of inaccurate personal data.
Right to erasure (Art. 17)Also known as the “right to be forgotten.” The data subject may request deletion of their personal data in certain circumstances.
Right to restrict processing (Art. 18)The data subject may request that processing is limited (e.g., while accuracy is disputed).
Right to data portability (Art. 20)The data subject may receive their data in a structured, commonly used, machine-readable format and transmit it to another controller.
Right to object (Art. 21)The data subject may object to processing based on legitimate interests or processing for direct marketing.
Rights related to automated decision-making (Art. 22)The data subject has the right not to be subject to decisions based solely on automated processing that produce legal or similarly significant effects.

Controllers must:

  • Conduct Data Protection Impact Assessments (DPIAs) for high-risk processing
  • Appoint a Data Protection Officer (DPO) if required
  • Maintain records of processing activities
  • Report data breaches to the ICO within 72 hours of becoming aware
  • Ensure processors comply with UK GDPR via contractual agreements

Processors must:

  • Process data only as instructed by the controller
  • Ensure appropriate security measures
  • Assist the controller in responding to data subject requests
  • Report breaches to the controller without undue delay

The ICO can impose:

  • Administrative fines: Up to 17.5 million GBP or 4% of annual global turnover (whichever is greater) for the most serious infringements
  • Standard fines: Up to 8.7 million GBP or 2% of annual global turnover for other infringements
  • Enforcement notices: Requiring an organisation to take or cease specific actions
  • Prosecution: Criminal offences under the DPA 2018 carry custodial sentences
  • British Airways (2019): Fined 20 million GBP by the ICO after a cyber-attack exposed the personal data of approximately 429,612 customers. The breach involved redirecting users to a fraudulent site that harvested personal data.
  • Marriott International (2019): Fined 18.4 million GBP after a breach exposed approximately 339 million guest records globally. The ICO found Marriott failed to undertake sufficient due diligence when acquiring Starwood Hotels.
  • Clearview AI (2022): Ordered by the ICO to delete the personal data of UK residents from its facial recognition database. The ICO found that Clearview AI had collected images from the web without consent, violating UK GDPR principles.
### 2.3 Copyright, Designs and Patents Act 1988**Definition.** The **Copyright, Designs and Patents Act 1988** (CDPA) is the primary UK legislation Governing intellectual property rights. It grants creators automatic protection of their original Works from the moment of creation, without requiring registration.
CategoryExamples
Literary worksSource code, documentation, manuals, website text
Dramatic worksScreenplays, scripts
Musical worksCompositions, recordings
Artistic worksGraphics, icons, UI designs, diagrams
DatabasesOriginal selection and arrangement of data (database right, separate from copyright in content)
SoftwareSource code and object code are protected as literary works

Copyright is infringed when a person, without the licence of the copyright owner, does any of the Following restricted acts:

  • Copies the work (direct copying or substantial part copying)
  • Issues copies to the public
  • Rents or lends the work to the public
  • Performs, shows, or plays the work in public
  • Communicates the work to the public (e.g., streaming, file sharing)
  • Makes an adaptation of the work
Licence TypeDescription
ProprietaryThe copyright owner grants limited rights to use the software under specific conditions. Source code is not distributed. The user purchases a licence, not the software itself.
Open sourceThe source code is made available under a licence that permits use, modification, and distribution. Specific terms vary by licence.
GPL (General Public License)Copyleft licence: derivative works must also be distributed under the GPL. Source code must be made available.
MITPermissive licence: allows reuse, modification, and distribution with minimal restrictions. Requires preservation of the copyright notice.
Creative CommonsA family of licences for creative works. Allows creators to specify how their work may be used (e.g., CC BY-NC-SA: attribution required, non-commercial use only, share-alike).
FreewareSoftware provided at no cost, but copyright remains with the owner. Redistribution or modification may be restricted.
SharewareSoftware distributed on a trial basis. Users are expected to pay for continued use.

UK law provides limited exceptions under the “fair dealing” framework:

  • Research and private study: Use of copyright material for non-commercial research or private study
  • Criticism, review, and quotation: Use for the purpose of criticism or review, with sufficient acknowledgement
  • Reporting current events: Use for reporting current events in newspapers, magazines, or broadcast (excluding photographs)

Fair dealing is a defence, not a right. Whether a particular use qualifies as “fair” depends on Factors including the purpose of use, the amount copied, and the effect on the market for the Original work.

Copyright in literary, dramatic, musical, or artistic works lasts for the life of the author plus 70 Years from the end of the calendar year of the author’s death.

2.4 Regulation of Investigatory Powers Act 2000 and Investigatory Powers Act 2016

Section titled “2.4 Regulation of Investigatory Powers Act 2000 and Investigatory Powers Act 2016”

Definition. The Regulation of Investigatory Powers Act 2000 (RIPA) regulates the powers of Public bodies to carry out surveillance and investigation, and covers the interception of Communications. It was substantially replaced by the Investigatory Powers Act 2016 (IPA), Sometimes called the “Snooper’s Charter.”

PowerDescriptionAuthorization Required
Interception of communicationsAccessing the content of communications (e.g., emails, phone calls) in the course of transmission.Judicial warrant (from a Secretary of State, reviewed by a Judicial Commissioner)
Equipment interferenceHacking into devices or networks to obtain data (e.g., installing keyloggers, remote access trojans).Judicial warrant
Acquisition of communications dataAccessing communications data (metadata: who contacted whom, when, where, but not the content).Notice from a senior officer
Internet connection records (ICRs)Accessing records of the internet services a person has connected to (e.g., which websites were visited), but not the specific pages. Requires ISP retention.Notice from a senior officer
Bulk data setsRetention and analysis of large datasets of personal data for national security purposes.Subject to oversight by the Investigatory Powers Commissioner
Bulk interceptionLarge-scale interception of external communications (communications where at least one end is outside the UK).Judicial warrant

The IPA established the Investigatory Powers Commissioner’s Office (IPCO) to oversee the use of These powers. The Technology Advisory Panel advises on the technical feasibility and proportion Ality of surveillance capabilities.

  • ISPs must retain ICRs for 12 months
  • Companies can be compelled to provide technical assistance (e.g., removing encryption) under a warrant
  • The Act creates tensions between national security and individual privacy
  • The Computer and Network Security provisions allow the government to require companies to remove electronic protection from targeted equipment

Definition. The Freedom of Information Act 2000 (FOIA) gives the public a general right of Access to information held by public authorities. It promotes transparency and accountability in Government.

  • Any person can make a written request for information to a public authority
  • The authority must respond within 20 working days
  • Authorities can refuse requests using exemptions (e.g., national security, commercial interests, personal data protected by the DPA 2018)
  • Refusals must be accompanied by a reason citing the specific exemption
  • Applicants can appeal refusals to the Information Commissioner, and subsequently to the Information Rights Tribunal (First-tier Tribunal)
TypeExamplesAbsolute or Qualified
AbsoluteInformation supplied by or relating to security bodies; court records; legislative draftsAbsolute: not subject to public interest test
QualifiedInformation that would prejudice law enforcement, commercial interests, or effective conduct of public affairsQualified: disclosure must be weighed against public interest in withholding
  • The FOIA can be used to request information about how public bodies use technology, procure systems, or handle data
  • It intersects with the DPA 2018: personal data of third parties cannot be disclosed under FOIA without their consent
**Definition.** The **Equality Act 2010** consolidates previous anti-discrimination legislation ( Including the Race Relations Act, Sex Discrimination Act, and Disability Discrimination Act). It Prohibits discrimination on nine "protected characteristics":
  1. Age
  2. Disability
  3. Gender reassignment
  4. Marriage and civil partnership
  5. Pregnancy and maternity
  6. Race
  7. Religion or belief
  8. Sex
  9. Sexual orientation
TypeDescription
DirectTreating someone less favourably because of a protected characteristic
IndirectA policy, criterion, or practice that applies to everyone but disadvantages people with a particular protected characteristic
Discrimination by associationTreating someone less favourably because they are associated with someone who has a protected characteristic
Discrimination by perceptionTreating someone less favourably because they are perceived to have a protected characteristic (whether or not they do)
HarassmentUnwanted conduct related to a protected characteristic that violates dignity or creates an intimidating environment
VictimisationTreating someone unfairly because they have made a complaint of discrimination or supported someone else’s complaint

When automated systems make decisions that affect people (e.g., hiring algorithms, credit scoring, Insurance pricing), the Equality Act applies. Key concerns:

  • Training data bias: If the training data reflects historical discrimination, the algorithm will perpetuate it. For example, a hiring algorithm trained on 10 years of hiring decisions that favoured male candidates will learn to favour male applicants.
  • Proxy discrimination: Even if protected characteristics are not explicitly used, the algorithm may use correlated features (e.g., postcode as a proxy for race, which can lead to indirect discrimination).
  • Lack of transparency: If the decision-making process is opaque (“black box”), it is difficult to identify and challenge discriminatory outcomes.
  • Accountability: It is unclear who is responsible for algorithmic discrimination — the developer, the data provider, or the organisation deploying the system.

Case study: Amazon scrapped an AI recruiting tool in 2018 after discovering it systematically Downgraded CVs containing the word “women’s” (e.g., “women’s chess club captain”) because the Training data was dominated by male engineers’ CVs.

Definition. The Online Safety Act 2023 imposes a duty of care on providers of user-to-user Services (social media platforms, messaging services, search engines) to protect users from harmful Content.

DutyDescription
Duty of careProviders must take reasonable steps to prevent users from encountering illegal content and content harmful to children.
Illegal contentProviders must have systems to swiftly remove illegal content (e.g., terrorism, child sexual abuse material) and report it to authorities.
Content harmful to childrenProviders must use age verification and age estimation to prevent children from encountering harmful content. Systems must be “highly effective” by default.
Priority offencesSpecific offences including terrorism, child sexual abuse, fraud, revenge pornography, hate crime, promoting self-harm, and selling illegal drugs.
Transparency reportingProviders must publish transparency reports detailing how they handle harmful content.
Super-complaintsOfcom can investigate systemic failures based on super-complaints from designated bodies.

The regulator is Ofcom. Ofcom can impose fines of up to 10% of qualifying worldwide revenue or 18 million GBP (whichever is greater). Senior managers can be held personally liable for repeated Failures.

2.8 Telecommunications (Lawful Business Interception) (Interception of Communications) Regulations 2000

Section titled “2.8 Telecommunications (Lawful Business Interception) (Interception of Communications) Regulations 2000”

Definition. The Telecommunications (Lawful Business Interception) Regulations 2000 permit Organisations to intercept communications on their own telecommunications systems without consent in Specified circumstances.

An organisation may intercept communications without the consent of the sender or recipient for the Following purposes:

PurposeDescription
Establishing factsAscertaining compliance with regulatory or self-regulatory practices or procedures
Quality controlMonitoring quality standards and training purposes
National securityIn the interests of national security
Preventing or detecting crimeTo prevent or detect crime
Investigating unauthorised useTo detect the unauthorised use of the telecommunications system
Business communicationsMonitoring (but not recording) communications to ascertain whether they are relevant to the business (e.g., ensuring personal calls are not made on company time)
  • The organisation must have made all reasonable efforts to inform users that interceptions may take place
  • The system must be provided for the purposes of the business or organisation
  • Interception is not permitted if the organisation has merely provided the telecoms system as a service to someone else (in which case RIPA applies)

This legislation allows employers to monitor employee emails, internet usage, and phone calls on Company systems. It is frequently examined in scenarios involving workplace surveillance.

Definition. The Consumer Rights Act 2015 (CRA) establishes consumer rights for the purchase Of goods, services, and digital content. Part 1 of the Act specifically addresses digital Content, which is directly relevant to computer science.

When a consumer acquires digital content (software, apps, games, music, video, e-books) in exchange For payment (including paying through data provision), the content must:

RequirementDescription
Satisfactory qualityThe digital content must meet the standard that a reasonable person would consider satisfactory, taking account of price, description, and other relevant factors.
Fit for purposeThe content must be fit for any specific purpose made known to the trader before the contract is made.
As describedThe content must match any description given by the trader.
RemedyDescription
Repair or replacementThe consumer may request the trader to repair or replace the digital content. Repair or replacement must be provided within a reasonable time and without significant inconvenience.
Price reductionIf repair or replacement is not possible, or not provided within a reasonable time, the consumer may request a price reduction.
RefundIf the fault is so significant that repair/replacement/price reduction is not adequate, the consumer may reject the content and claim a full refund.

If faulty digital content causes damage to a consumer’s device (e.g., malware corrupts a computer’s Hard drive), the consumer can claim compensation for the damage from the trader.


Definition. Utilitarianism is a consequentialist ethical theory, primarily associated with Jeremy Bentham and John Stuart Mill. An action is morally right if it produces the greatest overall Happiness or well-being (utility) for the greatest number of people.

ScenarioUtilitarian Analysis
Mass surveillanceIf surveillance prevents terrorist attacks (preventing massive suffering), a utilitarian may argue it is justified, even if it infringes individual privacy.
Automation and job lossIf automation increases overall economic output and reduces the cost of goods, the net utility gain may outweigh the harm to displaced workers.
Data collection by tech companiesIf user data is used to improve services and medical research, the collective benefit may justify the privacy intrusion.
Open source vs proprietaryOpen source software may maximise utility by making tools freely available, but if it eliminates incentives for developers, overall innovation may decline.

The key difficulty is measuring and comparing utility. How do you quantify the harm of privacy Violation against the benefit of preventing crime? Bentham proposed a “felicific calculus” to weigh Pleasure and pain, but in practice, these calculations involve subjective judgements.

  • Act utilitarianism: Evaluate each action individually. An action is right if it maximises utility in that specific situation.
  • Rule utilitarianism: Follow rules that, when generally followed, maximise utility. For example, “do not break encryption” might be a rule because the general practice of strong encryption maximises overall security, even if in one specific case breaking encryption would prevent a crime.

Definition. Deontology is a non-consequentialist ethical theory associated with Immanuel Kant. Actions are morally right or wrong based on whether they conform to a moral rule or duty, Regardless of the consequences.

Kant’s categorical imperative has several formulations:

  1. Universal law: Act only according to maxims that you could will to become universal laws. “Should everyone be allowed to read everyone else’s emails?” If not, then no one should.
  2. Treat persons as ends: Never treat people merely as a means to an end. Using someone’s personal data without their consent treats them as a means (for profit, surveillance, etc.), not as an end in themselves.
  3. Autonomy: Respect the rational autonomy of individuals. This supports informed consent for data collection.
ScenarioDeontological Analysis
Mass surveillanceViolates the duty to respect individual autonomy and privacy, regardless of security benefits. Kant would argue surveillance is wrong even if it prevents crime.
Data collection without consentTreats individuals as a means (data sources) rather than ends in themselves.
Software piracyViolates the duty to respect others’ property and labour. The act is wrong regardless of whether copying software causes measurable harm.
WhistleblowingMay conflict between duties: the duty of loyalty to one’s employer vs the duty to tell the truth and protect the public.

Definition. Virtue ethics, associated with Aristotle, focuses on the character of the moral Agent rather than rules or consequences. An action is morally right if it is what a virtuous person Would do in the circumstances.

The key virtues include: honesty, justice, courage, temperance, prudence, compassion.

ScenarioVirtue Ethics Analysis
Mass surveillanceA virtuous person respects others’ privacy, is honest about what they do with personal data, and acts with integrity. Surveillance without consent is dishonest and lacks respect.
Automation and job lossA virtuous company considers the impact on its workers, provides retraining, and acts with compassion. Firing workers to increase profits lacks virtue.
AI biasA virtuous developer tests their systems for bias, seeks diverse perspectives, and takes responsibility for the social impact of their work.
FrameworkFocusKey QuestionStrengthsWeaknesses
UtilitarianismOutcomes/consequencesDoes this maximise overall well-being?Pragmatic; considers collective welfareDifficult to measure utility; may justify harming minorities
DeontologyRules/dutiesDoes this conform to a moral rule?Clear principles; respects individual rightsInflexible; duties may conflict
Virtue EthicsCharacter of the agentWhat would a virtuous person do?Flexible; considers context and motivationVague; no clear decision procedure
### 3.5 Professional Codes of Conduct

The BCS (British Computer Society), now also known as the Chartered Institute for IT, publishes A Code of Conduct binding on all members. Key obligations include:

  1. Professional integrity: Members shall act with integrity, honesty, and competence in their professional practice
  2. Public interest: Members shall have due regard for public health, privacy, security, and well-being
  3. Professional competence: Members shall maintain and develop their competence through continuing professional development
  4. Duty of care: Members shall exercise their professional skill and judgement to the best of their ability
  5. Intellectual property: Members shall respect intellectual property rights
  6. Confidentiality: Members shall respect the confidentiality of information acquired in the course of their work
  7. No discrimination: Members shall not discriminate on grounds of protected characteristics
  8. Professional responsibility: Members shall accept responsibility for their own work and for the work of their subordinates

The Association for Computing Machinery (ACM) Code of Ethics and Professional Conduct (2018 Revision) organises principles into four categories:

CategoryPrinciples (summary)
General ethical principlesContribute to society and human well-being; avoid harm; be honest and trustworthy; be fair and act to not discriminate; respect copyright and attribution; respect privacy; honour confidentiality.
Professional responsibilitiesStrive for high quality; maintain professional competence; know and respect existing laws; accept and provide appropriate review; give comprehensive and thorough evaluations; respect privacy; honour confidentiality.
Professional leadership principlesArticulate social responsibilities; manage personnel and resources; acknowledge and address conflicts of interest; support the code.
Compliance with the codeUphold and promote the principles; treat violations as inconsistent with membership.

3.6 Whistleblowing and the Public Interest Disclosure Act 1998

Section titled “3.6 Whistleblowing and the Public Interest Disclosure Act 1998”

Definition. The Public Interest Disclosure Act 1998 (PIDA) protects employees who disclose Information about wrongdoing in the workplace (whistleblowing) from being subjected to detriment or Dismissal.

For a disclosure to be protected, the worker must:

  1. Have a reasonable belief that the disclosure is made in the public interest
  2. Believe the disclosure tends to show one or more of the following:
  • A criminal offence has been committed, is being committed, or is likely to be committed
  • A person has failed, is failing, or is likely to fail to comply with a legal obligation
  • A miscarriage of justice has occurred, is occurring, or is likely to occur
  • The health or safety of any individual has been, is being, or is likely to be endangered
  • The environment has been, is being, or is likely to be damaged
  • Information tending to show any of the above has been, is being, or is likely to be deliberately concealed

Workers are encouraged to disclose internally first (to their employer). External disclosures (to Regulators, the media) may still be protected if the worker reasonably believes they will be Subjected to detriment for internal disclosure, or if the evidence would be destroyed.

  • Edward Snowden (2013): Disclosed classified information about the NSA’s mass surveillance programs (PRISM). Snowden argued the disclosures were in the public interest, revealing that the US government was collecting phone records and internet communications of millions of citizens without individual warrants. The US government charged him under the Espionage Act. The debate centres on whether his actions constitute legitimate whistleblowing or criminal espionage.
  • Frances Haugen (2021): A former Facebook data scientist who leaked internal documents showing that Facebook knew its platforms harmed teenagers’ mental health and that it prioritised engagement over safety. Her disclosures led to Congressional hearings and regulatory action.

TypeDescriptionLegal Framework
CCTVVideo surveillance of public and private spaces. The UK has one of the highest densities of CCTV cameras in the world (estimated 5-6 million).Data Protection Act 2018; Protection of Freedoms Act 2012
Internet surveillanceMonitoring online activity including browsing history, search queries, and communications.Investigatory Powers Act 2016
Workplace monitoringEmployers monitoring employee emails, internet usage, keystrokes, and screen activity.Telecommunications (Lawful Business Interception) Regulations 2000
Cookies and web trackingWebsites storing small files on users’ devices to track browsing behaviour across sites. Third-party cookies enable cross-site profiling.Privacy and Electronic Communications Regulations (PECR); UK GDPR
Data harvestingAggregation of personal data from multiple sources (social media, purchase records, location data) to build detailed profiles.Data Protection Act 2018; UK GDPR
Facial recognitionAutomated identification of individuals from images or video. Used by law enforcement, retail, and in public spaces.No specific UK legislation; challenged under Equality Act 2010 and DPA 2018

Many surveillance systems operate on the basis of implied consent or opt-out rather than explicit, informed consent. Consider:

  • Cookies: Most websites set cookies by default. The user must actively find and decline non-essential cookies. This is not freely given consent — it relies on user inertia.
  • Data harvesting: Users of “free” services (social media, search engines) provide personal data in exchange for the service. The “price” of the service is data extraction. Users may not understand or appreciate the extent of data collection.
  • CCTV: Individuals in public spaces have no choice about being recorded. They have no opportunity to consent or opt out.

Modern surveillance enables profiling — constructing detailed models of individuals’ behaviour, Preferences, and characteristics. This is used for:

  • Targeted advertising
  • Credit scoring
  • Insurance risk assessment
  • Employment screening
  • Law enforcement prediction

Profiling raises concerns about:

  • Autonomy: Individuals are categorised and treated based on algorithmic predictions rather than their actual actions
  • Transparency: Individuals may not know they are being profiled or on what basis
  • Accuracy: Profiles may be inaccurate or based on biased data, leading to unjust treatment
  • Chilling effects: Knowledge of surveillance may alter behaviour (self-censorship)

4.2 Artificial Intelligence Bias and Fairness

Section titled “4.2 Artificial Intelligence Bias and Fairness”
SourceDescription
Historical biasTraining data reflects historical inequalities (e.g., hiring data biased against women and minorities).
Sampling biasThe training dataset is not representative of the population the model will be applied to.
Measurement biasFeatures or labels in the training data are measured differently across groups.
Aggregation biasA single model is applied to a heterogeneous population when different subgroups require different models.
Selection biasFeatures are selected based on correlations that may not be causal or that embed biases.
Confirmation biasDevelopers interpret model outputs in ways that confirm their pre-existing beliefs.
  • COMPAS (Correctional Offender Management Profiling for Alternative Sanctions): A risk assessment tool used in the US criminal justice system to predict recidivism. A 2016 ProPublica investigation found that Black defendants were nearly twice as likely as white defendants to be incorrectly classified as high risk, while white defendants were more likely to be incorrectly classified as low risk. The system exhibited racial bias despite not explicitly using race as a feature.
  • Amazon recruiting tool (2018): As noted in section 2.6, the tool learned bias from historical hiring data and systematically penalised CVs with indicators of female gender.
  • Apple Card credit limits (2019): Multiple reports suggested that Apple Card algorithms offered significantly lower credit limits to women than to men with equal or lower credit worthiness. The algorithm did not use gender as an input, suggesting proxy discrimination.
DefinitionDescription
Demographic parityThe proportion of positive outcomes should be equal across groups. A hiring algorithm should hire the same percentage of male and female applicants.
Equal opportunityThe true positive rate should be equal across groups. If qualified candidates are hired at the same rate regardless of group membership.
Individual fairnessSimilar individuals should receive similar outcomes. Two applicants with identical qualifications should receive the same credit score.
CalibrationPredicted probabilities should be equally accurate across groups. A predicted 80% probability of repayment should mean the same thing for all groups.
#### Mitigation Strategies
  1. Pre-processing: Modify the training data to reduce bias (re-sampling, re-weighting, removing biased features)
  2. In-processing: Constrain the learning algorithm to optimise for a fairness metric alongside accuracy
  3. Post-processing: Adjust the model’s outputs to satisfy fairness criteria
  4. Diverse development teams: Include people from diverse backgrounds in the design and testing of AI systems
  5. Audit and monitoring: Regularly audit model outputs for disparate impact across groups
  6. Human oversight: Ensure that significant decisions are reviewed by humans who can override algorithmic recommendations

Definition. Technological unemployment is unemployment caused by the introduction of new Technology that displaces human workers.

The impact of automation on employment can be analysed at three levels:

  1. Task level: Specific tasks are automated (e.g., data entry, assembly line operations)
  2. Occupation level: Entire occupations are automated (e.g., toll collectors, bank tellers)
  3. Sector level: Large sectors of the economy are transformed (e.g., manufacturing, retail)
PeriodTechnologyJobs DisplacedJobs Created
Industrial RevolutionSteam power, mechanisationHand weavers, artisansFactory workers, engineers, mechanics, railway workers
Early 20th centuryElectrification, assembly lineCraftsmen, farm workersManufacturing workers, electricians, appliance repair
Late 20th centuryComputers, internetTypists, switchboard operatorsSoftware developers, IT support, digital marketing, data analysts
21st centuryAI, robotics, automationTruck drivers, retail workers, accountants, paralegalsAI engineers, data scientists, robot maintenance, new industries yet to emerge
  • Increased productivity and economic growth
  • Reduction in dangerous, repetitive, and physically demanding work
  • Lower costs for consumers
  • Creation of new types of jobs (as historical precedent suggests)
  • Higher quality and consistency in automated processes
  • Short-term job displacement without adequate retraining
  • Widening inequality: gains from automation accrue to capital owners, while workers bear the costs
  • Concentration of economic power in technology companies
  • Loss of human skills and craftsmanship
  • Psychological impact of unemployment and job insecurity
  • Responsibility: Who is responsible for retraining displaced workers? Employers? Governments? Individuals?
  • Distribution: Should the gains from automation be redistributed (e.g., through universal basic income)?
  • Dignity: Does meaningful work contribute to human dignity? If so, eliminating jobs may have consequences beyond economic ones.

Definition. The digital divide refers to the gap between those who have access to modern Information and communication technology and those who do not.

DimensionDescription
Access dividePhysical access to hardware (computers, smartphones) and internet connectivity. Includes affordability, availability of broadband infrastructure.
Skills divideThe ability to use technology effectively. Includes digital literacy, technical skills, and the ability to critically evaluate online information.
Usage divideHow people use technology. Even with access and skills, not everyone uses technology in ways that provide economic or social benefit.
Content divideThe availability of relevant content in local languages and formats.
Infrastructure divideDifferences in the quality and speed of internet infrastructure between urban and rural areas, and between developed and developing nations.
  • Economic: Computers and internet access cost money. Low-income households may not be able to afford devices or broadband subscriptions.
  • Geographic: Rural areas often have poorer internet infrastructure. Satellite and mobile broadband can be expensive or unreliable.
  • Educational: Schools in deprived areas may have fewer computing resources. Students without home internet access are at a disadvantage for homework and research.
  • Age: Older adults may have lower digital literacy and may face accessibility challenges.
  • Disability: Technology may not be accessible to people with disabilities (e.g., lack of screen reader support, poor colour contrast).
  • Language: Content is predominantly in English; speakers of other languages may be underserved.
  • Education: Students without internet access or devices cannot participate fully in digital learning. The COVID-19 pandemic exposed this divide acutely.
  • Employment: Many jobs require digital skills and online applications. Those without digital access are excluded from opportunities.
  • Healthcare: Telemedicine and online health information require digital access.
  • Civic participation: Government services, voting information, and community resources are increasingly online.
  • Social inclusion: Social connections, cultural participation, and entertainment are increasingly mediated by technology.
  • Government investment in broadband infrastructure
  • Subsidised or free devices and internet access for low-income households
  • Digital literacy training programmes in schools and communities
  • Accessible design standards (e.g., WCAG for web accessibility)
  • Community computing centres and libraries
SourceEnvironmental Impact
Data centresGlobal data centres consume approximately 1-2% of the world’s electricity. Cooling systems add to this demand.
Cryptocurrency miningProof-of-Work cryptocurrency mining (e.g., Bitcoin) is extremely energy-intensive. Bitcoin mining alone consumes more electricity than some countries.
Network infrastructureData transmission over networks consumes energy. The growth of streaming, video conferencing, and cloud computing increases network energy demand.
Device manufacturingManufacturing electronics requires mining raw materials (lithium, cobalt, rare earth elements), energy-intensive processing, and chemical use.
Device usageBillions of devices consume electricity during operation. Standby power consumption (“vampire power”) is significant in aggregate.

Definition. E-waste (electronic waste) refers to discarded electrical or electronic devices. The UN estimates approximately 50 million tonnes of e-waste are generated globally each year, of Which only about 20% is formally recycled.

Key issues:

  • Toxic components: E-waste contains lead, mercury, cadmium, brominated flame retardants, and other hazardous materials that can leach into soil and water if improperly disposed of.
  • Informal recycling: In many developing countries, e-waste is processed informally (burned, acid-bathed) to extract valuable metals, exposing workers and communities to toxic substances.
  • Planned obsolescence: Devices are designed with limited lifespans (non-replaceable batteries, software updates that slow older devices, non-repairable components), encouraging frequent replacement.
  • Export of e-waste: Developed countries often export e-waste to developing countries, where environmental and labour regulations are weaker.
  • Energy efficiency: Designing more energy-efficient hardware, software, and algorithms
  • Renewable energy: Powering data centres with renewable energy sources
  • Right to Repair: Legislation and design practices that enable consumers to repair and extend the life of their devices
  • Circular economy: Designing products for disassembly, reuse, and recycling from the outset
  • Responsible disposal: Proper recycling and disposal of electronic equipment
  • Efficient algorithms: Choosing algorithms with lower computational complexity to reduce energy consumption

Freedom of expression is a fundamental human right (Article 10 of the European Convention on Human Rights, Article 19 of the Universal Declaration of Human Rights). However, this right is not Absolute and may be restricted for legitimate reasons:

  • Public safety: Content that incites violence or terrorism
  • Protection of minors: Content that is harmful to children
  • Hate speech: Content that attacks individuals based on protected characteristics
  • Defamation: False statements that damage reputation
  • National security: Content that could endanger the state
  • Privacy: Content that reveals private information about individuals
MechanismDescription
Government blockingGovernments block access to specific websites or services (e.g., the Great Firewall of China blocks access to many international services).
Content removal requestsGovernments issue takedown requests to platforms (e.g., GDPR right to erasure, court orders for defamatory content).
Algorithmic filteringPlatforms use algorithms to demote, restrict, or remove content (e.g., YouTube content moderation, Twitter/X label policies).
Self-censorshipIndividuals or organisations restrict their own expression due to fear of legal consequences, social backlash, or surveillance.
Network-level filteringISPs or network operators filter content at the network level (e.g., the UK’s ISP-level filtering of child sexual abuse material via the IWF block list).

Technology companies (Google, Meta, X/Twitter, Apple) exercise significant control over online Speech through their content moderation policies. Key questions:

  • Should private companies have the power to decide what speech is permissible?
  • Are content moderation decisions transparent and consistent?
  • Is moderation biased (ideologically, politically, or commercially)?
  • How should platforms balance free expression with the prevention of harm?

The Case for Strong Intellectual Property Protection

Section titled “The Case for Strong Intellectual Property Protection”
  • Incentivises innovation by ensuring creators can profit from their work
  • Protects the economic value of creative and technical work
  • Enables investment in research and development
  • Provides legal recourse against theft and plagiarism
  • Promotes collaboration and knowledge sharing
  • Accelerates innovation by building on existing work
  • Reduces costs for users and organisations
  • Improves security through transparency (many eyes make bugs shallow)
  • Prevents vendor lock-in
IssueProprietary ModelOpen Source Model
Incentive to innovateStrong: profit motive drives investmentWeaker: innovation driven by community, reputation, and service models
AccessLimited: users pay for access, may be restricted by licence termsBroad: anyone can use, study, and modify the software
SecurityRelies on the vendor to find and fix vulnerabilitiesTransparent: anyone can audit the code, but vulnerabilities may also be found by malicious actors
Business modelSelling licences, subscriptions, or usageSelling services (support, hosting, consulting), dual licensing, or sponsored development
CompatibilityMay create vendor lock-inStandards-based, interoperable
QualityVaries: commercial pressure may lead to rushed releasesVaries: community-driven quality may be higher or lower depending on project maturity

5.1 Self-Driving Cars and the Trolley Problem

Section titled “5.1 Self-Driving Cars and the Trolley Problem”

A runaway trolley is heading toward five people who will be killed if it continues. You can pull a Lever to divert the trolley onto a side track, where it will kill one person instead. Do you pull The lever?

An autonomous vehicle encounters an unavoidable collision. Its options are:

  • Continue straight: kill one pedestrian
  • Swerve: kill the driver
  • Swerve the other way: kill multiple pedestrians
FrameworkAnalysis
UtilitarianismThe car should minimise total harm. If swerving saves more lives, it should swerve, even if this kills the driver.
DeontologyThe car should follow universalisable rules. If the rule is “protect the occupants,” the car should not sacrifice the driver. If the rule is “minimise harm,” it should.
Virtue ethicsA virtuous designer would consider all stakeholders, be transparent about the car’s decision-making, and ensure the system is as safe as possible overall.
  • Programming decisions: Someone must decide how the car behaves. This is an ethical decision embedded in code.
  • Liability: If the car’s decision kills someone, who is legally responsible? The manufacturer? The software developer? The car owner? The passenger?
  • Market acceptance: Consumers may not purchase a car programmed to sacrifice its occupants. This creates a collective action problem: if every car minimises total harm, overall safety improves, but no individual buyer wants to be the one sacrificed.

The German Ethics Commission on Automated Driving (2017)

Section titled “The German Ethics Commission on Automated Driving (2017)”

In 2017, Germany established an ethical commission that produced 20 guidelines for autonomous Vehicles. Key principles:

  • In the event of unavoidable accident situations, any distinction based on personal features (age, sex, etc.) is strictly prohibited
  • It must be regulated that parties involved in the generation of risk (manufacturers, operators, IT systems) do not sacrifice non-involved parties
  • In hazardous situations, the technology must be programmed to accept damage to animals or property if this means that personal injury can be prevented

In 2016, the FBI obtained a court order compelling Apple to create a modified version of iOS that Would bypass the auto-erase security feature on an iPhone 5c used by one of the San Bernardino Shooters. The FBI wanted to brute-force the passcode without triggering the 10-attempt data wipe.

Apple refused, arguing that:

  1. Creating such software would set a dangerous precedent
  2. The software could be used on any iPhone, not just this one
  3. It would undermine the security and privacy of all iPhone users
  4. There is no such thing as a “backdoor that only the good guys can use” — once created, the capability could be exploited by hackers, foreign governments, or malicious insiders
  5. The All Writs Act of 1789, cited by the FBI, does not grant such sweeping authority

The FBI ultimately withdrew the request after paying a third party to unlock the phone using an Alternative method.

FrameworkAnalysis
UtilitarianismA utilitarian would weigh the harm of one unread phone against the harm of weakening encryption for billions of users. The latter is likely greater.
DeontologyApple has a duty to protect the security of its customers. Creating a backdoor would violate the categorical imperative (would we will that all companies create backdoors?).
Virtue ethicsApple’s stance demonstrates integrity and courage. A virtuous company protects its customers’ trust even under government pressure.
  • The “going dark” debate: law enforcement argues that encryption prevents them from investigating serious crimes
  • The security community argues that any backdoor, even one intended for law enforcement, fundamentally weakens security
  • This is an ongoing debate with no consensus resolution

Social media platforms host billions of pieces of user-generated content daily. They must decide:

  • What content to remove
  • What content to leave up
  • What content to demote or restrict
  • Whether to label or add context to disputed content
ChallengeDescription
ScaleThe volume of content is too large for human review alone. Algorithms must make initial decisions, with human appeal.
Context dependenceWhether content is harmful depends on context, intent, and audience. The same image may be acceptable in one context and harmful in another.
Free speech vs harmPlatforms must balance freedom of expression with the prevention of harm (hate speech, misinformation, incitement to violence).
InconsistencyContent moderation decisions are often inconsistent. Users perceive bias when similar content is treated differently.
MisinformationFalse or misleading information (e.g., about elections, public health) can cause real harm. But platforms are not neutral arbiters of truth.
Cross-border differencesContent that is legal in one jurisdiction may be illegal in another. Platforms operate globally but must comply with local laws.
  • Utilitarian: Moderation should maximise overall well-being. Remove content that causes the most harm. The difficulty is measuring harm.
  • Deontological: Platforms have a duty to be transparent and consistent. Users have a right to know the rules and to appeal decisions.
  • Virtue ethics: A virtuous platform acts with integrity, is honest about its policies, respects users, and takes responsibility for the consequences of its design choices.

Facial recognition systems use cameras to capture images of faces, extract biometric features, and Match them against a database of known faces. Uses include:

  • Law enforcement: identifying suspects in crowds, at borders, or from CCTV footage
  • Retail: identifying known shoplifters or VIP customers
  • Schools: monitoring attendance
  • Public spaces: general surveillance
ConcernDescription
AccuracyFacial recognition systems have higher error rates for women and people with darker skin tones. Misidentification can lead to wrongful arrest or denial of service.
ConsentIndividuals in public spaces are scanned without their knowledge or consent.
Chilling effectsThe knowledge that one is being watched and identified may alter behaviour, deterring peaceful protest and free association.
Function creepData collected for one purpose (e.g., identifying suspects) may be used for other purposes (e.g., tracking political dissidents).
Mass surveillanceCombined with widespread CCTV, facial recognition enables comprehensive tracking of individuals’ movements.
Lack of regulationThere is no specific UK legislation governing the use of live facial recognition by police or private entities.
  • South Wales Police (2020): The Court of Appeal ruled that South Wales Police’s use of automated facial recognition (AFR) was unlawful. The court found that the legal framework was insufficiently clear, the data retention policy was inadequate, and there was insufficient oversight. The judgment did not ban AFR but required a proper legal basis.
  • Clearview AI: As noted in section 2.2, Clearview AI built a database of billions of facial images scraped from the web without consent. The ICO ordered the company to delete UK data.

Definition. Predictive policing uses data analysis and machine learning to forecast where And when crimes are likely to occur, or to identify individuals who are likely to commit crimes.

  1. Historical crime data is collected (location, time, type of crime)
  2. Additional data may be included (socioeconomic data, social media, weather)
  3. Machine learning models identify patterns and generate predictions (e.g., “high crime risk in grid cell X during hours Y-Z”)
  4. Police resources are deployed based on predictions
ConcernDescription
Feedback loopsPolice are sent to areas predicted to have high crime. They find and record more crime in those areas. This data feeds back into the model, reinforcing the prediction. This creates a self-fulfilling prophecy.
Racial biasIf historical policing data reflects biased policing practices (e.g., over-policing of minority neighbourhoods), the model will perpetuate those biases.
Lack of transparencyProprietary algorithms are not open to public scrutiny. Defendants cannot challenge predictions they cannot inspect.
Presumption of guiltPredictive policing shifts the focus from responding to crimes that have occurred to pre-emptively policing individuals or areas predicted to produce crime.
Due processTreating individuals as future criminals based on statistical predictions undermines the presumption of innocence.
FrameworkAnalysis
UtilitarianismIf predictive policing reduces overall crime, it may be justified. But if it increases harm to innocent individuals in over-policed communities, the net utility may be negative.
DeontologyPredictive policing treats individuals as a means (data points) rather than ends in themselves. It violates the duty to treat people as innocent until proven guilty.
Virtue ethicsA virtuous police force would use data with humility, recognise the limitations of predictions, and ensure that policing is fair and proportionate.