The Value Of Transparency · SMWCON_2017_Alex_Tanchoco_LightningTalk Created Date: 3/12/2017...

26
EMWCon 2017 March 10, 2017 Light5ing Talk: Alexander Tanchoco The Value Of Transparency

Transcript of The Value Of Transparency · SMWCON_2017_Alex_Tanchoco_LightningTalk Created Date: 3/12/2017...

Page 1: The Value Of Transparency · SMWCON_2017_Alex_Tanchoco_LightningTalk Created Date: 3/12/2017 8:48:44 PM ...

EMWCon 2017

March 10, 2017

Light5ing Talk:

Alexander Tanchoco

The Value Of Transparency

Page 2: The Value Of Transparency · SMWCON_2017_Alex_Tanchoco_LightningTalk Created Date: 3/12/2017 8:48:44 PM ...

transparency

Builds Trust/Confidence Surfaces Problems/Issues to be corrected Improves Processes/Workflows Facilitates knowledge sharing Enhances collaboration Enables new inputs and outputs Promotes new ideas and creates new opportunities

Page 3: The Value Of Transparency · SMWCON_2017_Alex_Tanchoco_LightningTalk Created Date: 3/12/2017 8:48:44 PM ...

Everything is a Function!

PeopleProcessesTechnology

more…

Page 4: The Value Of Transparency · SMWCON_2017_Alex_Tanchoco_LightningTalk Created Date: 3/12/2017 8:48:44 PM ...

replace

input1

input2

input3

string outpu

t

Page 5: The Value Of Transparency · SMWCON_2017_Alex_Tanchoco_LightningTalk Created Date: 3/12/2017 8:48:44 PM ...

string replace(“Fun Actions”,” A”,””);

Page 6: The Value Of Transparency · SMWCON_2017_Alex_Tanchoco_LightningTalk Created Date: 3/12/2017 8:48:44 PM ...

“Functions”

string replace(“Fun Actions”,” A”,””);

Page 7: The Value Of Transparency · SMWCON_2017_Alex_Tanchoco_LightningTalk Created Date: 3/12/2017 8:48:44 PM ...

string replace(“Fantastic”,”tas”,”a”);

Page 8: The Value Of Transparency · SMWCON_2017_Alex_Tanchoco_LightningTalk Created Date: 3/12/2017 8:48:44 PM ...

string replace(“Fan Tatic”,” T”,””);

“Fanatic”?

Page 9: The Value Of Transparency · SMWCON_2017_Alex_Tanchoco_LightningTalk Created Date: 3/12/2017 8:48:44 PM ...

“Functions”

string replace(“Fan Tatic”,” T”,””);

“Fanatic”X

Page 10: The Value Of Transparency · SMWCON_2017_Alex_Tanchoco_LightningTalk Created Date: 3/12/2017 8:48:44 PM ...

string replace(input1 string, input2 string, input3 string) {

return( “Functions” );

}

Transparency (i.e. open source) Can reveal defects or malicious code

Page 11: The Value Of Transparency · SMWCON_2017_Alex_Tanchoco_LightningTalk Created Date: 3/12/2017 8:48:44 PM ...

MSK Service People Process

Technology Building Rooms Cars …

input 1

input 2

input n

output x

Page 12: The Value Of Transparency · SMWCON_2017_Alex_Tanchoco_LightningTalk Created Date: 3/12/2017 8:48:44 PM ...

brake pedal

slow/stop

vehiclepedal go

steering direction

Hardwired

Page 13: The Value Of Transparency · SMWCON_2017_Alex_Tanchoco_LightningTalk Created Date: 3/12/2017 8:48:44 PM ...

brake pedal

slow/stop car

gas pedal

goengine

steering direction

Decouple input from output and insert a new function. Creates a new vehicle from bicycle to motorcycle

Page 14: The Value Of Transparency · SMWCON_2017_Alex_Tanchoco_LightningTalk Created Date: 3/12/2017 8:48:44 PM ...

brake pedal

slow/stop car

gas pedal

goengine

hydraulics

benefit: better stopping power lighter steering

issue: brakes locks when slippery

steering directionhydraulic/electric

Page 15: The Value Of Transparency · SMWCON_2017_Alex_Tanchoco_LightningTalk Created Date: 3/12/2017 8:48:44 PM ...

brake pedal

slow/stop car

gas pedal

goengine

hydraulics

new capability: anti-lock brakes

computer

wheel sensor steering directionhydraulic

/electric

Page 16: The Value Of Transparency · SMWCON_2017_Alex_Tanchoco_LightningTalk Created Date: 3/12/2017 8:48:44 PM ...

brake pedal

slow/stop car

Automobilegas

pedalgoengine

hydraulics

new capability: traction control

computer

wheel sens

orsteering directionhydraulic

/electric

gas pedal

Page 17: The Value Of Transparency · SMWCON_2017_Alex_Tanchoco_LightningTalk Created Date: 3/12/2017 8:48:44 PM ...

brake pedal

slow/stop car

Automobilegas

pedalgoengine

hydraulics

new capability: self-driving

computer

wheel sens

orsteering directionhydraulic

/electric

gas pedal

lidar/camera/

gps

Page 18: The Value Of Transparency · SMWCON_2017_Alex_Tanchoco_LightningTalk Created Date: 3/12/2017 8:48:44 PM ...

function

input1

input2

input3

string output

Page 19: The Value Of Transparency · SMWCON_2017_Alex_Tanchoco_LightningTalk Created Date: 3/12/2017 8:48:44 PM ...

input 1

input 2

input n

output x

TransparencyFacilitates knowledge sharing

Page 20: The Value Of Transparency · SMWCON_2017_Alex_Tanchoco_LightningTalk Created Date: 3/12/2017 8:48:44 PM ...

input 1

input 2

input n

output x

People Process

Technology

input y

output y

New Function Y

TransparencyAllows new ideas and creates new opportunities

for improvement or evolution

Page 21: The Value Of Transparency · SMWCON_2017_Alex_Tanchoco_LightningTalk Created Date: 3/12/2017 8:48:44 PM ...

input1

input2

input n

output x

input y

output y

New Function Y

Functions call other functions An seemingly infinite possibilities for improvement

Page 22: The Value Of Transparency · SMWCON_2017_Alex_Tanchoco_LightningTalk Created Date: 3/12/2017 8:48:44 PM ...

https://en.wikipedia.org/wiki/Artificial_neural_networkhttp://neuralnetworksanddeeplearning.com/index.html

input1

input2

inputx

output x

Page 23: The Value Of Transparency · SMWCON_2017_Alex_Tanchoco_LightningTalk Created Date: 3/12/2017 8:48:44 PM ...

Source: https://www.mediawiki.org/wiki/Extension:VIKI

Collective wisdom formed through sharing

Page 24: The Value Of Transparency · SMWCON_2017_Alex_Tanchoco_LightningTalk Created Date: 3/12/2017 8:48:44 PM ...

Wisdom

Organization & Knowledge

Groups, Information &Process

People and Data

KMWorld 2016

Alexander J. Tanchoco, Kelly TitCs

Memorial Sloan KetGering Cancer Center

Page 25: The Value Of Transparency · SMWCON_2017_Alex_Tanchoco_LightningTalk Created Date: 3/12/2017 8:48:44 PM ...

transparent functions

Builds Trust/Confidence Surfaces Problems/Issues to be corrected Improves Processes/Workflows Facilitates knowledge sharing Enhances collaboration Enables new inputs and outputs Promotes new ideas and creates new opportunities

Page 26: The Value Of Transparency · SMWCON_2017_Alex_Tanchoco_LightningTalk Created Date: 3/12/2017 8:48:44 PM ...

Make Functions Transparent.

It will help keep us growing, transforming and adapting.

Are you transparent?