bonnykoo commited on
Commit
a4de7de
·
verified ·
1 Parent(s): 3b8485f

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +27 -25
index.html CHANGED
@@ -508,29 +508,32 @@ const MICROSOFT_OCC=[
508
  on one side (user goal vs AI action) than the other. direction:'assist' means humans still do the work
509
  (AI just helps). direction:'perform' means AI does the work directly. */
510
  const IWA_ASYMMETRY = [
511
- // ASSIST side: humans still do the work, AI helps. The HUMAN EDGE.
512
- {name:'Purchase goods or services', ratio:118.4, direction:'assist', category:'Real-World Action', note:'AI can recommend, compare, and explain. The actual buying (the credit card, the click, the contract) is yours.'},
513
- {name:'Execute financial transactions', ratio:58.8, direction:'assist', category:'Real-World Action', note:'AI explains your options. You authorize the money to move.'},
514
- {name:'Perform athletic activities', ratio:47.3, direction:'assist', category:'Embodied', note:'AI can plan your workout and coach your form. Your body still has to do it.'},
515
- {name:'Obtain information about goods or services', ratio:25.9, direction:'assist', category:'Real-World Action', note:'You ask AI which laptop, restaurant, or service to pick. The visit, the call, the touchpoint is yours.'},
516
- {name:'Research healthcare issues', ratio:20.5, direction:'assist', category:'In-Person Investigation',note:'AI helps you understand symptoms or treatments. The clinic visit is still yours.'},
517
- {name:'Prepare foods or beverages', ratio:14.7, direction:'assist', category:'Embodied', note:'AI can write the recipe. You still have to cook it.'},
518
- {name:'Research technology designs / applications', ratio:13.5, direction:'assist', category:'In-Person Investigation', note:'Background research happens with AI. The actual building or testing is yours.'},
519
- {name:'Obtain formal documentation / authorization',ratio:12.5, direction:'assist', category:'Real-World Action', note:'AI explains the form. You sign it.'},
520
- {name:'Operate office equipment', ratio:11.4, direction:'assist', category:'Embodied', note:'AI explains how the printer works. You press the buttons.'},
521
- {name:'Investigate incidents or accidents', ratio:11.3, direction:'assist', category:'In-Person Investigation',note:'Investigation requires showing up: the scene, the witnesses, the physical evidence.'},
522
-
523
- // PERFORM side: AI is doing the work directly. Where AI is most replacing.
524
- {name:'Train others on operational procedures', ratio:17.9, direction:'perform', category:'Teaching', note:'AI is good at writing training material and onboarding content, even when no one explicitly asked it to teach.'},
525
- {name:'Train others to use equipment / products',ratio:16.0,direction:'perform', category:'Teaching', note:'Step-by-step product walkthroughs are something AI does well, and often.'},
526
- {name:'Distribute materials, supplies, resources',ratio:11.2,direction:'perform',category:'Information Delivery', note:'AI hands out information, links, and references at scale.'},
527
- {name:'Train others on health or medical topics',ratio:11.2,direction:'perform', category:'Teaching', note:'When someone asks about a medical topic, AI ends up explaining it, playing the teacher role.'},
528
- {name:'Provide general assistance to others', ratio:10.9, direction:'perform', category:'Information Delivery', note:'The most common AI role: a helpful assistant answering whatever comes up.'},
529
- {name:'Coach others', ratio:10.6, direction:'perform', category:'Teaching', note:'AI coaches on writing, code, exercise, language, often without anyone calling it coaching.'},
530
- {name:'Provide information to clients / customers',ratio:8.6,direction:'perform',category:'Information Delivery', note:'AI is now performing customer service work directly, answering customer questions one-on-one.'},
531
- {name:'Advise others on workplace health/safety',ratio:7.5, direction:'perform', category:'Information Delivery', note:'Safety guidance, regulations, best practices, delivered by AI rather than a human safety officer.'},
532
- {name:'Teach academic or vocational subjects', ratio:6.6, direction:'perform', category:'Teaching', note:'Tutoring, explanation, lesson generation: all done by AI directly.'},
533
- {name:'Teach safety procedures or standards', ratio:6.5, direction:'perform', category:'Teaching', note:'AI walks people through procedures and rules, the way a safety trainer would.'},
 
 
 
534
  ];
535
 
536
  const CAT_COLOR = {
@@ -1135,5 +1138,4 @@ function init_p3(){
1135
  window.addEventListener('load',()=>{});
1136
  </script>
1137
  </body>
1138
- </html>
1139
-
 
508
  on one side (user goal vs AI action) than the other. direction:'assist' means humans still do the work
509
  (AI just helps). direction:'perform' means AI does the work directly. */
510
  const IWA_ASYMMETRY = [
511
+ // ASSIST side: humans still do the work, AI helps with information and advice.
512
+ // The labels below describe what users ASK AI for, not what AI literally does.
513
+ // (O*NET's source labels say things like "Perform athletic activities" accurate as a topic
514
+ // category, but misleading when read as a label for what AI is doing in the conversation.)
515
+ {name:'Help with shopping decisions', ratio:118.4, direction:'assist', category:'Real-World Action', note:'AI can recommend, compare, and explain. The actual buying (the credit card, the click, the contract) is yours.'},
516
+ {name:'Advice on financial transactions', ratio:58.8, direction:'assist', category:'Real-World Action', note:'AI explains your options. You authorize the money to move.'},
517
+ {name:'Coaching on physical activity', ratio:47.3, direction:'assist', category:'Embodied', note:'AI can plan your workout and coach your form. Your body still has to do it.'},
518
+ {name:'Help finding goods or services', ratio:25.9, direction:'assist', category:'Real-World Action', note:'You ask AI which laptop, restaurant, or service to pick. The visit, the call, the touchpoint is yours.'},
519
+ {name:'Help understanding healthcare issues', ratio:20.5, direction:'assist', category:'In-Person Investigation',note:'AI helps you understand symptoms or treatments. The clinic visit is still yours.'},
520
+ {name:'Help with cooking and recipes', ratio:14.7, direction:'assist', category:'Embodied', note:'AI can write the recipe. You still have to cook it.'},
521
+ {name:'Help with technology research', ratio:13.5, direction:'assist', category:'In-Person Investigation',note:'Background research happens with AI. The actual building or testing is yours.'},
522
+ {name:'Help with paperwork and forms', ratio:12.5, direction:'assist', category:'Real-World Action', note:'AI explains the form. You sign it.'},
523
+ {name:'Help operating office equipment', ratio:11.4, direction:'assist', category:'Embodied', note:'AI explains how the printer works. You press the buttons.'},
524
+ {name:'Help interpreting incidents', ratio:11.3, direction:'assist', category:'In-Person Investigation',note:'Investigation requires showing up: the scene, the witnesses, the physical evidence.'},
525
+
526
+ // PERFORM side: AI is doing the work directly, even when nobody set out to be taught or coached.
527
+ {name:'Training others on procedures', ratio:17.9, direction:'perform', category:'Teaching', note:'AI is good at writing training material and onboarding content, even when no one explicitly asked it to teach.'},
528
+ {name:'Training others on equipment', ratio:16.0, direction:'perform', category:'Teaching', note:'Step-by-step product walkthroughs are something AI does well, and often.'},
529
+ {name:'Distributing materials and references', ratio:11.2, direction:'perform', category:'Information Delivery', note:'AI hands out information, links, and references at scale.'},
530
+ {name:'Explaining medical topics', ratio:11.2, direction:'perform', category:'Teaching', note:'When someone asks about a medical topic, AI ends up explaining it, playing the teacher role.'},
531
+ {name:'Providing general assistance', ratio:10.9, direction:'perform', category:'Information Delivery', note:'The most common AI role: a helpful assistant answering whatever comes up.'},
532
+ {name:'Coaching others', ratio:10.6, direction:'perform', category:'Teaching', note:'AI coaches on writing, code, exercise, language, often without anyone calling it coaching.'},
533
+ {name:'Answering customer questions', ratio:8.6, direction:'perform', category:'Information Delivery', note:'AI is now performing customer service work directly, answering customer questions one-on-one.'},
534
+ {name:'Advising on workplace safety', ratio:7.5, direction:'perform', category:'Information Delivery', note:'Safety guidance, regulations, best practices, delivered by AI rather than a human safety officer.'},
535
+ {name:'Teaching academic subjects', ratio:6.6, direction:'perform', category:'Teaching', note:'Tutoring, explanation, lesson generation: all done by AI directly.'},
536
+ {name:'Teaching safety procedures', ratio:6.5, direction:'perform', category:'Teaching', note:'AI walks people through procedures and rules, the way a safety trainer would.'},
537
  ];
538
 
539
  const CAT_COLOR = {
 
1138
  window.addEventListener('load',()=>{});
1139
  </script>
1140
  </body>
1141
+ </html>