algorithm ethics

20
When individual choice inhibits choice: Algorithm Ethics Joerg Blumtritt @jbenno Social Media Week Berlin, 2013

Upload: joerg-blumtritt

Post on 01-Nov-2014

555 views

Category:

Technology


0 download

DESCRIPTION

 

TRANSCRIPT

Page 1: Algorithm ethics

When individual choice inhibits choice:Algorithm Ethics

Joerg Blumtritt@jbenno

Social Media Week Berlin, 2013

Page 2: Algorithm ethics

This algorithm does not contain a value judgment

2

def eratosthenes(n):multiples = []for i in xrange(2, n+1):

if i not in multiples:print ifor j in xrange(i*i, n+1, i):

multiples.append(j)

Page 3: Algorithm ethics

... the algorithm behind this map does!

3

Page 4: Algorithm ethics

4

"Urteilskraft überhaupt ist das Vermögen, das Besondere als enthalten unter dem Allgemeinen zu denken."

(Judgment of all is the ability to think the particular as contained under the universal.)

Kant, Kritik der Urteilskraft

Page 5: Algorithm ethics

The rise and fall of"Werturteil" / "Value Judgment"

5

Page 6: Algorithm ethics

You don't see it, but medical imaging technolgy heavily relies on value jugements. The bad thing: most of it

comes as a black box.

6

Page 7: Algorithm ethics

The classification algorithm you chose effects your results. There is no true of false. Just the costs of

missclassification.

7

Page 8: Algorithm ethics

8

We have to make a decision for:

- the method- which algorithm?

- boundary conditions- which parameters?

- dealing with errors- which risk funktion?

Page 9: Algorithm ethics

9

Property P object does not carry P object carries P

P was not observed TRUE false negative

P was observed false positive TRUE

Page 10: Algorithm ethics

10

Page 11: Algorithm ethics

11

Mistakes like a bounced check or a small overdraft have effectively blacklisted more than a million low-income Americans from the mainstream financial system for as long as seven years as a result of little-known private databases that are used by the nation’s major banks.

Page 12: Algorithm ethics

Algorithmic filter bubble: personalized search decides what's relevant on your behalf.

12

Page 13: Algorithm ethics

Targeted Advertising

13

Page 14: Algorithm ethics

Digital Dualism: there is nothing virtual about data.

14

Page 15: Algorithm ethics

15

Technology like our smartphones are like a telescope that makes the data floating around us visible.So we have our world augmented rather than virtualized.

Page 16: Algorithm ethics

Cyborg Rights

16

Becoming cyborgs.

Page 17: Algorithm ethics

Developers:• keep as many options open as possible• give others a chance in changing the pre-sets

Educational systems:• teach people to hack, to become curious about

seeing behind things.

Legislative bodies:• make hacking things legal. Only what gets

hacked, gets tested.

17

Page 18: Algorithm ethics

18

Page 19: Algorithm ethics

19

Let us have sovereignty overthe things we have to deal with,

let us shape our surroundings according to our ethics.

Page 20: Algorithm ethics

Joerg Blumtritt@jbenno

Datarella GmbHOskar-von-Miller-Ring 36

80333 München

089/44 23 69 [email protected]