Update index.html
Browse files- 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
|
| 512 |
-
|
| 513 |
-
|
| 514 |
-
|
| 515 |
-
{name:'
|
| 516 |
-
{name:'
|
| 517 |
-
{name:'
|
| 518 |
-
{name:'
|
| 519 |
-
{name:'
|
| 520 |
-
{name:'
|
| 521 |
-
{name:'
|
| 522 |
-
|
| 523 |
-
|
| 524 |
-
{name:'
|
| 525 |
-
|
| 526 |
-
|
| 527 |
-
{name:'
|
| 528 |
-
{name:'
|
| 529 |
-
{name:'
|
| 530 |
-
{name:'
|
| 531 |
-
{name:'
|
| 532 |
-
{name:'
|
| 533 |
-
{name:'
|
|
|
|
|
|
|
|
|
|
| 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>
|
|
|