-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy path2016-12-22-Manuel-Edghill-visit.an.xml
3289 lines (3289 loc) · 145 KB
/
2016-12-22-Manuel-Edghill-visit.an.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<akomaNtoso>
<debate>
<meta>
<references>
<TLCPerson href="/ontology/person/::/Audrey Tang" id="Audrey Tang" showAs="Audrey Tang">
</TLCPerson>
<TLCPerson href="/ontology/person/::/Manuel Edghill" id="Manuel Edghill" showAs="Manuel Edghill">
</TLCPerson>
<TLCPerson href="/ontology/person/::/Shuyang Lin" id="Shuyang Lin" showAs="Shuyang Lin">
</TLCPerson>
</references>
</meta>
<debateBody>
<debateSection>
<heading>2016-12-22 Manuel Edghill visit</heading>
<speech by="#Manuel Edghill">
<p>I’m the expert now on the <a href="https://talk.pdis.nat.gov.tw/t/principles-for-handling-official-visits-to-digital-minister-audrey-tang/70">visiting protocol</a>.</p>
</speech>
<speech by="#Audrey Tang">
<p>Exactly, you’re the protocol expert. You’re probably the only person outside our office who has read through the whole thing. (laughs)</p>
</speech>
<speech by="#Manuel Edghill">
<p>Yes, repeatedly.</p>
</speech>
<narrative>
<p>
<i>(laughter)</i>
</p>
</narrative>
<speech by="#Manuel Edghill">
<p>Are you coffee’d out? No more coffee for you?</p>
</speech>
<speech by="#Audrey Tang">
<p>No, I’ve maximized my caffeine intake today.</p>
</speech>
<speech by="#Manuel Edghill">
<p>No more people? That’s it?</p>
</speech>
<speech by="#Shuyang Lin">
<p>Yes, one more, but I think he’s debugging. He’ll join later.</p>
</speech>
<speech by="#Audrey Tang">
<p>We’re all pretty curious how did you get interested in our...</p>
</speech>
<speech by="#Manuel Edghill">
<p>Here’s the thing. I found a video of you.</p>
</speech>
<speech by="#Audrey Tang">
<p>On YouTube?</p>
</speech>
<speech by="#Manuel Edghill">
<p>That’s right, or Facebook. It doesn’t matter. I was like, "All right, this is interesting. OK, Taiwan is doing something very cool." I read up on you more, and then something ticked, and I became excited. We share a lot of the values. That was what attracted me to email you. We believe in tech as way to create a more optimal government, civic duties that we have, responsibilities, building trust in the government.</p>
</speech>
<narrative>
<p>
<i>(Mark Dai comes in)</i>
</p>
</narrative>
<speech by="#Manuel Edghill">
<p>Hi, come in. I was just getting started, how I got to stalk Audrey.</p>
</speech>
<speech by="#Manuel Edghill">
<p>I just saw all these check marks, and I viewed it...You’re a lot more techy than I am, but we all did tech stuff and we usually go towards a vision, or we usually follow a leader that has the equal visions as you, for example, for a start.</p>
</speech>
<speech by="#Manuel Edghill">
<p>When I started learning more and more and more of what you’re doing, I thought, "This person has a vision that I can relate to," and, "She’s probably going to need a lot of help." I don’t know how, I don’t know where, or how we could do something, but I just wanted to let you know, "Hey, I’m here."</p>
</speech>
<narrative>
<p>
<i>(laughter)</i>
</p>
</narrative>
<speech by="#Manuel Edghill">
<p>Some of the things that you said really resonated with me. That’s pretty much how I figured out how to contact you. (laughs) Then I went to your YouTube channel and I just messaged you through there. That’s how it all started. I originally wanted just to...</p>
</speech>
<speech by="#Audrey Tang">
<p>Have some coffee?</p>
</speech>
<narrative>
<p>
<i>(laughter)</i>
</p>
</narrative>
<speech by="#Manuel Edghill">
<p>Since then I’ve been craving this red velvet cake from this coffee shop. (laughs) I almost bought some, but I wanted just to have a sit down and have more casual, but now there so many formalities and so many people here...</p>
</speech>
<speech by="#Shuyang Lin">
<p>I think we are very casual here.</p>
</speech>
<speech by="#Audrey Tang">
<p>As you can see, it’s like a small start‑up here.</p>
</speech>
<speech by="#Manuel Edghill">
<p>Except for that [points at recorder]... everything is going to be public, except for that.</p>
</speech>
<speech by="#Manuel Edghill">
<p>Anyway, that’s why I emailed you. I don’t know exactly how or where you see someone like me fit in, but maybe an extra eye and ear that could help you brainstorm an idea, or advice in a particular segment, a bridge. You talked about more transparent communication: transparent like glass, reflective like a mirror?</p>
</speech>
<speech by="#Audrey Tang">
<p>Yes.</p>
</speech>
<speech by="#Manuel Edghill">
<p>These are all things that align to what I hope to find in some leader ‑‑ I don’t want to say like that ‑‑ but a movement. That’s what gravitated me to where I am here today. So, I’m here.</p>
</speech>
<narrative>
<p>
<i>(laughter)</i>
</p>
</narrative>
<speech by="#Audrey Tang">
<p>You’re very welcome.</p>
</speech>
<speech by="#Audrey Tang">
<p>We’re pretty transparent, as evidently you’ve probably already read about whatever we’re doing. If you have any suggestions or anything that you would like to contribute, just let us know, or any questions.</p>
</speech>
<speech by="#Manuel Edghill">
<p>Here’s my more philosophical question...where do you see yourself in five years? Correct me if I’m wrong, I feel that now you have this platform, not only technical, but also political, where you could really create this movement that not only changes Taiwan for the better as far as 1) transparency, 2) a bridge to Silicon Valley, 3) a hub of startup, but you could do amazing things. I think that (some Mandarin words).</p>
</speech>
<narrative>
<p>
<i>(laughter)</i>
</p>
</narrative>
<speech by="#Audrey Tang">
<p>No, our English is pretty good.</p>
</speech>
<speech by="#Manuel Edghill">
<p>Oh, fantastic. Even better for me. I was stressing already.</p>
</speech>
<speech by="#Manuel Edghill">
<p>You have this group of people that could really, you guys could really do something amazing. I don’t know, I feel like it’s brewing... where I could see where it could go. I just want to let you know that I could be of help if you want me to be.</p>
</speech>
<speech by="#Audrey Tang">
<p>Yeah, certainly. Our entire communication strategy is pretty open. In fact, our entire website, the digital copy of it, is kept ‑‑ discussion boards that you’ve been to ‑‑ vTaiwan.tw, of course talk.pdis.tw. If you want to contribute by copy editing or helping us write more English communication materials, which I now have discovered you’re expert in.</p>
</speech>
<narrative>
<p>
<i>(laughter)</i>
</p>
</narrative>
<speech by="#Manuel Edghill">
<p>All right, I could do that too.</p>
</speech>
<speech by="#Audrey Tang">
<p>It all depends on what you want to do. Around here, in the office we practice what we call the objective key result, the OKR kind of management, meaning that instead of me dictating where the office is going, I actually ask these guys where they would like to see themselves not in five years, but in three months time, and what kind of objectives each individual personally wants to see happening.</p>
</speech>
<speech by="#Audrey Tang">
<p>My role here is to facilitate everybody’s objectives and make sure that they align in some way. We would then collectively determine our office objective for the next three months or so. We don’t plan for five years. For a minister to plan for five years is absurd, because one term is four years.</p>
</speech>
<narrative>
<p>
<i>(laughter)</i>
</p>
</narrative>
<speech by="#Manuel Edghill">
<p>How about yourself as Audrey? For example...</p>
</speech>
<speech by="#Audrey Tang">
<p>As for myself...</p>
</speech>
<speech by="#Manuel Edghill">
<p>Go ahead.</p>
</speech>
<speech by="#Audrey Tang">
<p>No, I promise to be honest and...</p>
</speech>
<speech by="#Manuel Edghill">
<p>You’ll still be...</p>
</speech>
<speech by="#Audrey Tang">
<p>On Earth. I’m not going to Mars in five years. Even Elon Musk is not going to be there in five years.</p>
</speech>
<speech by="#Manuel Edghill">
<p>Yeah, he’ll let somebody else do the testing for it.</p>
</speech>
<speech by="#Audrey Tang">
<p>There will probably be some robots instead. Let’s be fair.</p>
</speech>
<speech by="#Audrey Tang">
<p>In any case, honestly, I’m pretty much signed up for the public service. It may be in government. It may be in an NGO. It may be in civil society in an individual capacity. I’ve been retired for a couple of years before I joined the government, so as soon as I’m out of this job, I’ll probably be on a similar job doing, still, governance stuff.</p>
</speech>
<speech by="#Manuel Edghill">
<p>You don’t expect to be in policy‑making for the foreseeable future like your predecessor?</p>
</speech>
<speech by="#Audrey Tang">
<p>Jaclyn Tsai?</p>
</speech>
<speech by="#Manuel Edghill">
<p>No, he was the digital minister before, and then he became the prime minister, right?</p>
</speech>
<speech by="#Audrey Tang">
<p>Simon Chang?</p>
</speech>
<speech by="#Manuel Edghill">
<p>Yeah.</p>
</speech>
<speech by="#Audrey Tang">
<p>Yeah, Chang is still doing effectively open government on communication work. He’s now working in the Taiwan Mobile Foundation, still doing a lot of policy thinking, working with the civil society.</p>
</speech>
<speech by="#Manuel Edghill">
<p>Do you see yourself doing that type of career in politics?</p>
</speech>
<speech by="#Audrey Tang">
<p>Well, it’s not quite a career. There’s no upward path.</p>
</speech>
<narrative>
<p>
<i>(laughter)</i>
</p>
</narrative>
<speech by="#Shuyang Lin">
<p>Who knows?</p>
</speech>
<speech by="#Manuel Edghill">
<p>Why not? It could be.</p>
</speech>
<speech by="#Audrey Tang">
<p>Like in the United Nations?</p>
</speech>
<speech by="#Manuel Edghill">
<p>Or Senator Tang, then up and up and up. Do you see something like that...</p>
</speech>
<speech by="#Audrey Tang">
<p>From a minister to a parliament member, I’m not sure whether it’s a move up or down, but in any case...</p>
</speech>
<narrative>
<p>
<i>(laughter)</i>
</p>
</narrative>
<speech by="#Audrey Tang">
<p>...I harbor no political ambitions. I’m here to do open government work, regardless of whether Taiwan gives me a title or not. I’ve been doing this work for the past few years now, since at least 2012. If you count other sideline endeavors, then it’s longer. I’ve been here for a while doing, more or less, exactly the same thing.</p>
</speech>
<speech by="#Audrey Tang">
<p>Now I’m blessed with a much more capable team than when I had to do everything myself, but it’s still more or less the same kind of work.</p>
</speech>
<speech by="#Manuel Edghill">
<p>So you could only have a four‑year term. What is your goal through that four‑year term?</p>
</speech>
<speech by="#Audrey Tang">
<p>My goal is to facilitate everybody’s goal on my team. It doesn’t sound fair, but that’s how OKR works.</p>
</speech>
<narrative>
<p>
<i>(laughter)</i>
</p>
</narrative>
<speech by="#Shuyang Lin">
<p>All the pressure’s on us.</p>
</speech>
<speech by="#Manuel Edghill">
<p>I know!</p>
</speech>
<narrative>
<p>
<i>(laughter)</i>
</p>
</narrative>
<speech by="#Audrey Tang">
<p>Well you can declare an objective of nothing. You want to do nothing for three months, I will facilitate it.</p>
</speech>
<narrative>
<p>
<i>(laughter)</i>
</p>
</narrative>
<speech by="#Manuel Edghill">
<p>I see. I know that you have three mandates: One is open government, social entrepreneurship, and then youth council.</p>
</speech>
<speech by="#Audrey Tang">
<p>Right, but the youth council is actually part of the open government work, because their mandate ‑‑ well, ours, because I’m also a council member ‑‑ as it turns out, is to facilitate open government through direct communication.</p>
</speech>
<speech by="#Audrey Tang">
<p>It’s like a subset of the entire open government mandate, but for young people. Social enterprise is something else, of course. It’s a bridge between the traditional NGOs, non‑profit world, and enterprises looking to improve their sustainability or CSR, social responsibility.</p>
</speech>
<speech by="#Audrey Tang">
<p>That involves some policy‑making, but I’m not an expert in social enterprise. I’m mostly learning from people from both sides and trying to facilitate some things, like the upcoming Company Act rewrite, that takes care of both sides’ concerns. What I’m saying is I don’t have a personal agenda for the social enterprise work.</p>
</speech>
<speech by="#Audrey Tang">
<p>Most of our office time is spent on open government work, planning particular designs around how to get ministries to talk directly with people, with stakeholders, instead of through proxies like media. The media of course is very important as an ally, but we want the ministry to also be capable of operating as their own self-media.</p>
</speech>
<speech by="#Manuel Edghill">
<p>All right. Then mostly the work is that is done in this office is towards open governance?</p>
</speech>
<speech by="#Audrey Tang">
<p>Yeah.</p>
</speech>
<speech by="#Manuel Edghill">
<p>So vTaiwan?</p>
</speech>
<speech by="#Audrey Tang">
<p>Yes, like vTaiwan and Join are the two Internet platforms, but there’s also things like Facebook pages and websites of each ministry. There’s also public hearings and city engagement roles in many of the ministries, in particular the Ministry of the Interior.</p>
</speech>
<speech by="#Manuel Edghill">
<p>OK, side note. I was checking out vTaiwan. What happens if fake accounts start going on a particular...</p>
</speech>
<speech by="#Audrey Tang">
<p>We don’t vote.</p>
</speech>
<speech by="#Manuel Edghill">
<p>It’s not voting, because you have some aggregations of people’s voices and opinions. So if, let’s say with respect to the Uber thing, because it’s the easiest to discuss...</p>
</speech>
<speech by="#Audrey Tang">
<p>Everybody brings that one up...[opens vTaiwan webpage and projects to wall Uber topic]</p>
</speech>
<speech by="#Manuel Edghill">
<p>Yeah, it’s a beat up subject, but it’s easy. You have Uber, and there’s clusters of people. Let’s say...</p>
</speech>
<speech by="#Audrey Tang">
<p>Let’s say hundreds of people register fake accounts and vote exactly the same.</p>
</speech>
<speech by="#Manuel Edghill">
<p>Or I’m the taxi driver, so I tell all my taxi driver friends, "Hey, we don’t want Uber. Let’s skew it."</p>
</speech>
<speech by="#Audrey Tang">
<p>Right, that’s exactly what happened. When we invited everybody from the taxi, the Uber, and everybody to contribute, that’s what happens. The all voted very similarly in the first week, and they all clustered in the corners.</p>
</speech>
<speech by="#Audrey Tang">
<p>You can see with your own eyes that people are divided in the four corners, because we take as finding agenda only the consensus items, then manage to convince people we’re different than they are. They have to come up with something to convince at least 80 percent of the total population, regardless of how many people they get through here.</p>
</speech>
<speech by="#Audrey Tang">
<p>It is dynamic threshold. It was 80 percent, because it was roughly a four‑sixths split. We’re taking all of 60 and half of 40 to calculate the threshold. In the next case, it was 20‑80 because there’s some mobilization on the 80 part. The threshold is now all of 80 plus half of 20, meaning that you still have to convince 90 percent of people.</p>
</speech>
<speech by="#Audrey Tang">
<p>No matter how many people you mobilize, you still have to convince half of the people in the other side.</p>
</speech>
<speech by="#Manuel Edghill">
<p>To go forward with your particular...</p>
</speech>
<speech by="#Audrey Tang">
<p>That particular agenda. That’s one thing.</p>
</speech>
<speech by="#Audrey Tang">
<p>The other thing is that if you mobilize a million people and you vote exactly the same, it’s just one dot on this two‑dimensional plot. What we’re visualizing here is not the weight or the rank between the people’s positions, but rather the diversity. If you mobilize a dozen people, and they vote exactly the same, it’s just going to count only as one point around this mark.</p>
</speech>
<speech by="#Audrey Tang">
<p>What we’re trying to do is to get a spectrum of stakeholder positions, so that when we’re doing the face‑to‑face deliberation, we can consider everybody’s positions, and it’s regardless of how many people uphold this position.</p>
</speech>
<speech by="#Audrey Tang">
<p>In fact, the person who wrote this software was a civics teacher who taught Habermas. He insisted that even if there is a tiny fraction, like three people, as compared to thousands here, that holds a peculiar position that’s not share with any other cluster.</p>
</speech>
<speech by="#Manuel Edghill">
<p>They’ll still show.</p>
</speech>
<speech by="#Audrey Tang">
<p>It will still show.</p>
</speech>
<speech by="#Manuel Edghill">
<p>That’s right.</p>
</speech>
<speech by="#Audrey Tang">
<p>Yeah, that’s right. That’s how it was designed.</p>
</speech>
<speech by="#Manuel Edghill">
<p>Let’s go back to the Uber thing. Let’s say we’re crowd‑sourcing policy...</p>
</speech>
<speech by="#Audrey Tang">
<p>The agenda.</p>
</speech>
<speech by="#Manuel Edghill">
<p>The agenda, that’s right.</p>
</speech>
<speech by="#Audrey Tang">
<p>What we’re talking about, yeah.</p>
</speech>
<speech by="#Manuel Edghill">
<p>We give them the points of this stuff or everybody brings their own points. What happens if, for example, let’s take a famous quote from Steve Jobs, I think he says something like "If somebody asked the people in the times of Henry Ford, they would have just asked for a faster horse.’</p>
</speech>
<speech by="#Manuel Edghill">
<p>Would that be applicable here that most people might not see the benefits of having a service like a peer‑to‑peer car sharing?</p>
</speech>
<speech by="#Audrey Tang">
<p>Maybe.</p>
</speech>
<speech by="#Manuel Edghill">
<p>So then would that be that we are creating policy based on a...</p>
</speech>
<speech by="#Audrey Tang">
<p>Democratic institution?</p>
</speech>
<narrative>
<p>
<i>(laughter)</i>
</p>
</narrative>
<speech by="#Manuel Edghill">
<p>No. OK, yes. I see what you’re doing here.</p>
</speech>
<narrative>
<p>
<i>(laughter)</i>
</p>
</narrative>
<speech by="#Audrey Tang">
<p>Isn’t that the point? (laughs)</p>
</speech>
<speech by="#Manuel Edghill">
<p>That is the point, but the majority sometimes doesn’t see the long term.</p>
</speech>
<speech by="#Audrey Tang">
<p>That’s true, which is why we need to have this reflective space, so that the initial minority positions get time to disseminate into this wider population.</p>
</speech>
<speech by="#Audrey Tang">
<p>You would note that it doesn’t look anything, the four corners now. This is because, after three or four weeks, they started to cohere ‑‑ more eclectic, more nuanced. More thought is being put into the subsequent ideas, so that when people ranked those ideas, they found stuff they tend to agree with things that are more... considered every stakeholder’s position, that is to say, more eclectic.</p>
</speech>
<speech by="#Audrey Tang">
<p>It is true that, with this process, we can’t count on somebody from the collective intelligence to have the foresight of Steve Jobs, but this is not what this is about. This is about getting something that everybody can live with among controversies.</p>
</speech>
<speech by="#Manuel Edghill">
<p>OK, I understand.</p>
</speech>
<speech by="#Audrey Tang">
<p>OK, you’re welcome, glad to explain. But that was the point, seriously.</p>
</speech>
<speech by="#Manuel Edghill">
<p>You mentioned one of the things that you wanted to do was not be the Silicon Valley of Asia, but more of a hub.</p>
</speech>
<speech by="#Audrey Tang">
<p>Linking Asia and connecting to the Silicon Valley.</p>
</speech>
<speech by="#Manuel Edghill">
<p>So how come we don’t want to be the Silicon Valley of Asia?</p>
</speech>
<speech by="#Audrey Tang">
<p>Because there’s already a Silicon Valley of Earth.</p>
</speech>
<speech by="#Manuel Edghill">
<p>Do we not want to create that type of innovative environment here?</p>
</speech>
<speech by="#Audrey Tang">
<p>Probably not that particular type.</p>
</speech>
<speech by="#Manuel Edghill">
<p>Why not?</p>
</speech>
<speech by="#Audrey Tang">
<p>Because it’s not going to work. Taiwan’s essence and very peculiar culture towards startups, towards innovation, and towards foreigners… I would, of course, love to have some more Silicon Valley kind respect for diversity or getting more talented people from around the world.</p>
</speech>
<speech by="#Audrey Tang">
<p>This is part of linking Asia plan and educational diversification, so we are not caught in one discipline. But still, with all these efforts, we’re still not replicating the Silicon Valley culture at all. Taiwan has its own culture. Branding it as Silicon Valley of Taiwan just dilutes the Silicon Valley idea and also dilutes the Taiwanese culture. I don’t see anything useful in branding it like that.</p>
</speech>
<speech by="#Manuel Edghill">
<p>Ok. So how can we be better than Singapore as a hub?</p>
</speech>
<speech by="#Audrey Tang">
<p>Well I don’t care. Singapore is very good at being Singapore. Singapore doesn’t have 23 million people. It’s a city‑state that excels in what a city‑state does, because it’s very small and it has a lot of efficiency‑minded policy‑making.</p>
</speech>
<speech by="#Audrey Tang">
<p>Taiwan is much larger, a lot more people, a lot more respect in this kind of consensus‑making, rather than sheer efficiency. It’s going to be a different path. It’s going to be a different model. Taiwan’s better at being Taiwan than Singapore does, but that’s not saying much.</p>
</speech>
<speech by="#Manuel Edghill">
<p>OK, so how do you see...</p>
</speech>
<speech by="#Audrey Tang">
<p>I’m pretty uniquely non‑competitive.</p>
</speech>
<speech by="#Manuel Edghill">
<p>No, no, that’s fine. I just wanted to see where we’re going as far as Taiwan and the bridge...</p>
</speech>
<speech by="#Audrey Tang">
<p>We’re going upwards.</p>
</speech>
<speech by="#Manuel Edghill">
<p>Good. As long as it’s that way, we’re good.</p>
</speech>
<narrative>
<p>
<i>(laughter)</i>
</p>
</narrative>
<speech by="#Audrey Tang">
<p>Towards the sun, towards the stars.</p>
</speech>
<speech by="#Manuel Edghill">
<p>That’s right. How are we going to get there, the particular aspects?</p>
</speech>
<narrative>
<p>
<i>(laughter)</i>
</p>
</narrative>
<speech by="#Audrey Tang">
<p>Through what we call a convergent boundary between the two tectonic plates.</p>
</speech>
<narrative>
<p>
<i>(laughter)</i>
</p>
</narrative>
<speech by="#Manuel Edghill">
<p>When they hit?</p>
</speech>
<speech by="#Shuyang Lin">
<p>We’re technically going upwards.</p>
</speech>
<speech by="#Manuel Edghill">
<p>You mean physically?</p>
</speech>
<speech by="#Audrey Tang">
<p>...we go up a little bit more every now and then.</p>
</speech>
<speech by="#Shuyang Lin">
<p>Like five centimeter every year.</p>
</speech>
<speech by="#Audrey Tang">
<p>Something like that. It is true. It’s been like that for the past four million years. (laughs)</p>
</speech>
<speech by="#Manuel Edghill">
<p>That’s not what I meant though, but I like that...</p>
</speech>
<speech by="#Audrey Tang">
<p>It’s what I meant.</p>
</speech>
<speech by="#Manuel Edghill">
<p>Oh, oh.</p>
</speech>
<narrative>
<p>
<i>(laughter)</i>
</p>
</narrative>
<speech by="#Shuyang Lin">
<p>You were so happy about it.</p>
</speech>
<narrative>
<p>
<i>(laughter)</i>
</p>
</narrative>
<speech by="#Manuel Edghill">
<p>I’m was getting pumped here.</p>
</speech>
<narrative>
<p>
<i>(laughter)</i>
</p>
</narrative>
<speech by="#Shuyang Lin">
<p>...not trying to disappoint you, not for this meeting.</p>
</speech>
<speech by="#Audrey Tang">
<p>It is a pretty physical statement, saying that we’re inching towards the sky. It means that we are not competing with anybody else.</p>
</speech>
<speech by="#Manuel Edghill">
<p>OK, how can we be more unique? Do we have a way of creating this unique Taiwan tech hub?</p>
</speech>
<speech by="#Audrey Tang">
<p>Sure, yes.</p>
</speech>
<speech by="#Manuel Edghill">
<p>OK. How are we going to do that?</p>
</speech>
<speech by="#Audrey Tang">
<p>How are we going to do that? By just doing innovative stuff. In the government, we’re trying to find out ‑‑ we have this kind of Agile governance ‑‑ what kind of existing regulations serve no purpose but to block people’s own innovating.</p>
</speech>
<speech by="#Audrey Tang">
<p>Then we’re assessing them on vTaiwan and other platforms, so that we can get everybody a new version that everybody can live with and is somewhat better than the previous version. It doesn’t have to be perfect. Then we do that every time there is someone that says we should review that revision again. This is a recurrent process.</p>
</speech>
<speech by="#Manuel Edghill">
<p>OK.</p>
</speech>
<speech by="#Audrey Tang">
<p>We did that for many things.</p>
</speech>
<speech by="#Audrey Tang">
<p>We’re currently doing this for the securitization of intangible assets, which means that if some company secures a contract with the government, say, that they are going to supply renewable energy for the next 20 years, they could use this government contract to get some loan from a bank, without getting some cars or houses or whatever as tangible assets. That used to be the only thing that could be securitized.</p>
</speech>
<speech by="#Audrey Tang">
<p>There’s many little, small things like this. Each one, taken together, gets us a better innovative environment.</p>
</speech>
<speech by="#Manuel Edghill">
<p>OK, so how would you, as in the office of the Digital Ministry, like to create that bridge? You mentioned one of the things you’d like to talk about is creating that bridge to the international community. Do you see certain strategies of doing that?</p>
</speech>
<speech by="#Audrey Tang">
<p>So far, we’ve just been documenting the tools, the rules, the playbooks, that we’ve been doing. They’re very hard at work on this website. (laughs)</p>
</speech>
<speech by="#Manuel Edghill">
<p>You mean vTaiwan?</p>
</speech>
<speech by="#Audrey Tang">
<p>No. PDIS. [pulls up PDIS.tw website and projects its on the wall]</p>
</speech>
<speech by="#Manuel Edghill">
<p>What does PDIS stand for?</p>
</speech>
<speech by="#Audrey Tang">
<p>Public Digital Innovation Space.</p>
</speech>
<speech by="#Manuel Edghill">
<p>OK.</p>
</speech>
<speech by="#Audrey Tang">
<p>But if you look at a website you would think it’s public digital innovation service, which works too.</p>
</speech>
<narrative>
<p>
<i>(laughter)</i>
</p>
</narrative>
<speech by="#Manuel Edghill">
<p>I see.</p>
</speech>
<speech by="#Audrey Tang">
<p>It lists our...</p>
</speech>
<speech by="#Manuel Edghill">
<p>[reads from landing page] "We incubate and facilitate public digital innovation and service."</p>
</speech>
<speech by="#Audrey Tang">
<p>Right, and then it highlights...</p>
</speech>
<speech by="#Shuyang Lin">
<p>That’s where we need your input.</p>
</speech>
<speech by="#Audrey Tang">
<p>That’s the kind of initiatives we’re doing, and if you click "More about PDIS" it shows some backlogs of whatever we did. We have interviews, and then there is also a page that describes the tools that we use for our everyday work.</p>
</speech>
<speech by="#Manuel Edghill">
<p>Right, you have that Virtual...</p>
</speech>
<speech by="#Audrey Tang">
<p>...Reality stuff.</p>
</speech>
<speech by="#Manuel Edghill">
<p>Yeah, it’s kind of like that "Black Mirror" episode, the one where they...</p>
</speech>
<speech by="#Shuyang Lin">
<p>Yeah, I saw that.</p>
</speech>
<speech by="#Manuel Edghill">
<p>Everybody has an avatar, and they vote. (laughs).</p>
</speech>
<speech by="#Audrey Tang">
<p>Yeah, I saw that.</p>
</speech>
<speech by="#Shuyang Lin">
<p>Yeah, see someone, vote someone.</p>
</speech>
<speech by="#Audrey Tang">
<p>Right, exactly. We’re all fans of Black Mirror here.</p>
</speech>
<narrative>
<p>
<i>(laughter)</i>
</p>
</narrative>
<speech by="#Manuel Edghill">
<p>Don’t watch that if you want to sleep. It’s horrible.</p>
</speech>
<speech by="#Audrey Tang">
<p>In any case...</p>
</speech>
<narrative>
<p>
<i>(laughter)</i>
</p>
</narrative>
<speech by="#Audrey Tang">
<p>Moving right on.</p>
</speech>
<narrative>
<p>
<i>(laughter)</i>
</p>
</narrative>
<speech by="#Audrey Tang">
<p>Basically, like our counterparts in other places ‑‑ you mentioned Singapore ‑‑ there’s a Singapore government agency, that is the Singapore GDS, which is I think a hundred people now? More people than us, though we’re getting there.</p>
</speech>
<speech by="#Audrey Tang">
<p>In any case, there’s counterparts like our office all around the world. There is GDS in the UK. There is USDS in the US. There is one in Australia, I think. There is one in Italy.</p>
</speech>
<speech by="#Audrey Tang">
<p>In many cases, what we’re doing here is just to document the kind of tools that we borrowed from other public sector innovative labs, and also sometimes the private sector, (laughs) then document how we’re adapting it for our purposes, and then share it at the end. We attend international conferences and...</p>
</speech>
<speech by="#Shuyang Lin">
<p>See if anyone has a tool that we can adapt.</p>
</speech>
<speech by="#Manuel Edghill">
<p>I’m not here representing the private sector...</p>
</speech>
<speech by="#Audrey Tang">
<p>Oh, sure, but if you have some tricks that we can adopt in our daily work, just add it here [addresses the site], and we’ll give it a try.</p>
</speech>
<speech by="#Manuel Edghill">
<p>OK.</p>
</speech>
<speech by="#Audrey Tang">
<p>What we are trying to do here is to basically be a meme.</p>
</speech>
<speech by="#Manuel Edghill">
<p>That’s what you practice here?</p>
</speech>
<speech by="#Audrey Tang">
<p>Right, exactly. Be a meme, that is to say to spread ideas that’re worth spreading.</p>
</speech>
<narrative>
<p>
<i>(laughter)</i>
</p>
</narrative>
<speech by="#Manuel Edghill">
<p>Like TED?</p>
</speech>
<speech by="#Audrey Tang">
<p>Sure, with ideas that we hope are worth spreading and...</p>
</speech>
<speech by="#Manuel Edghill">
<p>That’s our motto, "ideas hopefully worth spreading."</p>
</speech>
<speech by="#Audrey Tang">
<p>We spread hopeful ideas.</p>
</speech>
<narrative>
<p>
<i>(laughter)</i>
</p>
</narrative>
<speech by="#Manuel Edghill">
<p>"Ideas hopefully worth spreading - Digital Ministry of Taiwan." I get it. [laughs]</p>
</speech>
<speech by="#Audrey Tang">
<p>"Hopeful ideas, worth spreading." In any case, what we are aiming to do here is to get each ministry to assign a participation officer. Then we work with POs to empower them to face the cyberspace, to face this kind of civic engagement, also to empower them so they get versed into these kind of data tools that we use.</p>
</speech>
<speech by="#Audrey Tang">
<p>Now whether they spread these ideas into their ministries isn’t really our call, but at least...</p>
</speech>
<speech by="#Manuel Edghill">
<p>At least they’re there and...</p>
</speech>
<speech by="#Audrey Tang">
<p>...they’re there, they’re public, and there is some cross-ministry collaboration. That’s what we’re doing this year. There’s not much space left, but that’s what we’ve been doing.</p>
</speech>
<speech by="#Manuel Edghill">
<p>You have two weeks to finish this up [referencing to the end of the year coming in 2 weeks].</p>
</speech>
<narrative>
<p>
<i>(laughter)</i>
</p>
</narrative>
<speech by="#Audrey Tang">
<p>Yeah. (laughs)</p>
</speech>
<speech by="#Manuel Edghill">
<p>So this is something that the ministry will be making public and creating...</p>
</speech>
<speech by="#Audrey Tang">
<p>Holding workshops and whatever.</p>
</speech>
<speech by="#Manuel Edghill">
<p>Who will be in charge of that?</p>
</speech>
<speech by="#Audrey Tang">
<p>Everybody.</p>
</speech>
<speech by="#Manuel Edghill">
<p>Everybody here?</p>
</speech>
<speech by="#Shuyang Lin">
<p>Everybody here.</p>
</speech>
<speech by="#Audrey Tang">
<p>Yeah, pretty much.</p>
</speech>
<speech by="#Manuel Edghill">
<p>Really? But if everybody’s in charge, then no one is in charge.</p>
</speech>
<speech by="#Audrey Tang">
<p>Really?</p>
</speech>
<speech by="#Shuyang Lin">
<p>I think it’s the reverse. No one in charge and then everybody’s in charge.</p>
</speech>
<speech by="#Manuel Edghill">
<p>Oh, OK.</p>
</speech>
<speech by="#Audrey Tang">
<p>Everyone here is pretty much self‑recharging. We’re on renewable energy.</p>
</speech>
<narrative>
<p>
<i>(laughter)</i>
</p>
</narrative>
<speech by="#Shuyang Lin">
<p>Now we’re just recharging.</p>
</speech>
<speech by="#Manuel Edghill">
<p>It’s like some kind of blockchain thing [Ethereum], it is self‑funding.</p>
</speech>
<speech by="#Audrey Tang">
<p>Exactly, exactly.</p>
</speech>
<speech by="#Manuel Edghill">
<p>By the way you met with Vitalik Buterin. That guy is insane. He’s wonderful.</p>
</speech>
<speech by="#Audrey Tang">
<p>Yeah.</p>
</speech>
<speech by="#Manuel Edghill">
<p>Are you trying to use some kind of blockchain technology to put behind...</p>
</speech>
<speech by="#Audrey Tang">
<p>What?</p>
</speech>
<narrative>
<p>
<i>(laughter)</i>
</p>
</narrative>
<speech by="#Manuel Edghill">
<p>...vTaiwan for example, or creating some kind of more...</p>
</speech>
<speech by="#Shuyang Lin">
<p>We’re rethinking the new website of vTaiwan, and for that I’d like to hear more input from you as well. So you just...</p>
</speech>
<speech by="#Audrey Tang">
<p>Stumbled upon this.</p>
</speech>
<speech by="#Shuyang Lin">
<p>You understand the structure of vTaiwan, but you haven’t use it personally?</p>
</speech>
<speech by="#Manuel Edghill">
<p>But it’s in Chinese. I had to fumble my way through it.</p>
</speech>
<speech by="#Audrey Tang">
<p>That’s something we’re working on, also.</p>
</speech>
<speech by="#Shuyang Lin">
<p>And you understand Chinese?</p>
</speech>
<speech by="#Manuel Edghill">
<p>I don’t. I understand context, which is great because Chinese is very contextual. (laughs)</p>
</speech>
<speech by="#Audrey Tang">
<p>Seriously? So you read Chinese...</p>
</speech>
<speech by="#Manuel Edghill">
<p>I don’t.</p>
</speech>
<speech by="#Audrey Tang">
<p>...as if it’s contextual pictographs?</p>
</speech>
<speech by="#Manuel Edghill">
<p>That’s right.</p>
</speech>
<speech by="#Audrey Tang">
<p>Ah, very handy on a menu.</p>
</speech>
<speech by="#Manuel Edghill">
<p>Right. (laughs) That’s a way that we can figure out the UX. Even if the people don’t really understand, at least you could...</p>
</speech>
<speech by="#Audrey Tang">
<p>...see those icons. See, that’s why icons are very important.</p>
</speech>
<narrative>
<p>
<i>(laughter)</i>
</p>
</narrative>
<speech by="#Shuyang Lin">
<p>Yeah.</p>
</speech>
<speech by="#Audrey Tang">
<p>She makes all our icons.</p>
</speech>
<speech by="#Manuel Edghill">
<p>Oh, OK.</p>
</speech>
<narrative>
<p>
<i>(laughter)</i>
</p>
</narrative>
<speech by="#Shuyang Lin">
<p>No, I didn’t. Don’t put that on me.</p>
</speech>
<speech by="#Audrey Tang">
<p>She made the new ones.</p>
</speech>
<speech by="#Manuel Edghill">
<p>Hey, it got me this far.</p>
</speech>
<speech by="#Shuyang Lin">
<p>She made the old ones.</p>
</speech>
<narrative>
<p>
<i>(laughter)</i>
</p>
</narrative>
<speech by="#Audrey Tang">
<p>I made the old ones. Yes, that’s it...</p>
</speech>
<speech by="#Manuel Edghill">
<p>It’s OK. It got me this far to understanding that entire thing in Chinese. Anyway, are you guys trying to do something with Ethereum? What’s going on with that?</p>
</speech>
<speech by="#Audrey Tang">
<p>If you are, then we are.</p>
</speech>
<speech by="#Manuel Edghill">
<p>If I am, then you are?</p>
</speech>
<speech by="#Audrey Tang">
<p>Yeah.</p>
</speech>
<speech by="#Manuel Edghill">
<p>I’m not.</p>
</speech>
<speech by="#Audrey Tang">
<p>Then not for now. Sorry.</p>
</speech>
<speech by="#Manuel Edghill">
<p>Oh, come on. You’re much more technically savvy on this than I am.</p>
</speech>
<speech by="#Audrey Tang">
<p>It’s true.</p>
</speech>
<speech by="#Manuel Edghill">
<p>It is true, yes. (laughs) Don’t rub it in.</p>
</speech>
<speech by="#Audrey Tang">
<p>What I’m saying is that although I am technically capable of running a blockchain, whatever, I’m not seeing anything in the vTaiwan process that would benefit from a distributive ledger at this point. I’m sure that there will be in the future, if somebody cares enough to do it.</p>
</speech>
<speech by="#Manuel Edghill">
<p>To try to figure something out?</p>
</speech>
<speech by="#Audrey Tang">
<p>Right. This is the idea that you have three or more parties, and neither trusts each other enough to put their ledgers in the same place.</p>
</speech>
<speech by="#Manuel Edghill">
<p>I don’t know if this is even technically possible, but again we are brainstorming. This is why I wanted to do coffee, really relax. One of the debates that you had with David from Uber...</p>
</speech>
<speech by="#Audrey Tang">
<p>David Plouffe.</p>
</speech>
<speech by="#Manuel Edghill">
<p>That’s right.</p>
</speech>
<speech by="#Audrey Tang">
<p>Nice guy.</p>
</speech>
<speech by="#Manuel Edghill">
<p>Yeah, he’s great.</p>
</speech>
<speech by="#Manuel Edghill">
<p>...was that he said, "So you want the government to have the control of the policymaking over Uber?" That’s one of his side comments.</p>
</speech>
<speech by="#Audrey Tang">
<p>No, we were talking about the car dispatch. I was talking about how we’re building an API standard so that everybody who has an e‑fleet car can put it on an open exchange, of sorts. In fact, the Ministry of Transport is working on what they call the PTX, the Public Transport Exchange, for something like that, where they share the open data on the traffic data.</p>
</speech>
<speech by="#Audrey Tang">
<p>You can consume it very easily to do your own traffic analysis and service...</p>
</speech>
<speech by="#Manuel Edghill">
<p>I understand what you meant. I think maybe the communication did not go through, and then he was like, "Wait, so you want the..."</p>
</speech>
<speech by="#Audrey Tang">
<p>The government controlling the entire...</p>
</speech>
<speech by="#Manuel Edghill">
<p>"...the platform?"</p>
</speech>
<speech by="#Audrey Tang">
<p>Right, traffic platform. I was like, "No, I want everybody to share it."</p>
</speech>
<speech by="#Manuel Edghill">
<p>I think that’s where one of the trickeries of communication went through there. But, that got me to thinking. What if that is controlled in the...</p>
</speech>
<speech by="#Audrey Tang">
<p>Cloud.</p>
</speech>
<speech by="#Manuel Edghill">
<p>Yeah, like in an Ethereum fork. I don’t know. Would that be even possible?</p>
</speech>
<speech by="#Audrey Tang">
<p>Maybe. It is a very interesting thought. Let’s see.</p>
</speech>
<speech by="#Manuel Edghill">
<p>Then it will be self‑governing.</p>
</speech>
<speech by="#Audrey Tang">
<p>It’s true. Currently, the airlines, the buses, the city bus here, the inner city bus, registers through machine‑to‑machine interfaces to the Ministry of Transport. What you’re essentially saying is that, "Well, we use blockchain to collaborate with different storage." [ pulls up https://ptx.transportdata.tw/PTX ]</p>
</speech>
<speech by="#Manuel Edghill">
<p>That’s right.</p>
</speech>
<speech by="#Audrey Tang">
<p>I’m sure it’s technically possible, yes.</p>
</speech>
<speech by="#Manuel Edghill">
<p>Would that be beneficial? Would that help? Uber wouldn’t be concerning that it’s a government‑regulated platform, because they’ve never been...</p>
</speech>
<speech by="#Audrey Tang">
<p>That would be entirely dependent on how the blockchain code is written. The fact that it’s a blockchain doesn’t mean that it’s decentralized. It only means it’s multi‑central, that the initial agreed‑upon rules that can be enforced independently.</p>
</speech>
<speech by="#Audrey Tang">
<p>Still, there has to be some initial rules, and who gets those rules is...I’m all for redundant backups of these kind of data. Granted, that means that somebody would want to host their own part of this replication. In fact, PTX is already open data.</p>
</speech>
<speech by="#Audrey Tang">