{"id":640,"date":"2026-04-29T05:29:49","date_gmt":"2026-04-29T05:29:49","guid":{"rendered":"https:\/\/haptonstahl.org\/polimath\/?p=640"},"modified":"2026-04-29T05:29:49","modified_gmt":"2026-04-29T05:29:49","slug":"raising-an-expert-at-using-ai","status":"publish","type":"post","link":"https:\/\/haptonstahl.org\/polimath\/raising-an-expert-at-using-ai\/","title":{"rendered":"Raising an Expert at Using AI"},"content":{"rendered":"\n<p class=\"\"><strong>Education in the age of AI should teach everything.<\/strong><\/p>\n\n\n\n<p class=\"\">It&#8217;s easy to fall into the trap of thinking AI handles breadth, so school should narrow. Drop the languages, skip the history, double down on STEM, add a &#8220;prompt engineering&#8221; elective. <em>That gets it backwards.<\/em><\/p>\n\n\n\n<p class=\"\"><strong>The person who gets the most out of AI is the one with the widest education, not the deepest.<\/strong><\/p>\n\n\n\n<p class=\"\">Here&#8217;s why:<\/p>\n\n\n\n<p class=\"\">AI is good at anything, not everything<br>+ The connection space is too large to brute force<br>+ Humans intuit strong questions<br>+ Specialization is becoming management<br>+ Humans intuit which questions matter<br>+ Diverse thinking beats &#8220;best&#8221; thinking<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">AI is good at anything, not everything<\/h2>\n\n\n\n<p class=\"\">Pick any single domain &#8211; tax law, organic synthesis, sonnet writing, kubernetes &#8211; and a frontier model will perform somewhere between a competent practitioner and an expert. Pick <em>the intersection<\/em> of two unrelated domains and the quality drops sharply. &#8220;Write me a sonnet about reconciling EBITDA add-backs in a SaaS LBO model&#8221; is technically possible and noticeably worse than either skill alone.<\/p>\n\n\n\n<p class=\"\">The breadth is real. The depth at any arbitrary intersection is not.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The connection space is too large to brute force<\/h2>\n\n\n\n<p class=\"\">The relevant scale is not what one human carries. It is what the AI was trained on. English Wikipedia: 7 million articles. Pairs exceed 25 trillion. Triples exceed 60 quintillion. Frontier training sets are much larger than 7 million. No model precomputes those connections, and none can retrieve the relevant one without a prompt that names it.<\/p>\n\n\n\n<p class=\"\"><code>[insight(a, b) for a, b in itertools.combinations(all_human_knowledge, 2)]<\/code> is not a strategy. The cross-domain insight has to be requested. Someone has to suspect it might exist.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Humans intuit strong questions<\/h2>\n\n\n\n<p class=\"\">Ask a vague question, get a vague answer. Ask a precise question with sharp vocabulary and explicit constraints, get something useful. The bottleneck on AI output is usually the input.<\/p>\n\n\n\n<p class=\"\">A student trained only in CS can ask CS questions well. A student also trained in history, ethics, music, and biology can ask <em>questions that touch all of those<\/em>. That is where AI output looks superhuman, because the human did the hard part.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Specialization is becoming management<\/h2>\n\n\n\nA human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, die gallantly. Specialization is for insects.<br>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<ul class=\"wp-block-list\"><\/ul>\n<\/blockquote>\n\n\n\n<p class=\"\">The job of a senior IC in 2026 looks a lot like the job of a manager in 2016: set context, decompose the problem, evaluate the output, push back when it drifts. Computer scientists are rediscovering management theory. Huh.<\/p>\n\n\n\n<p class=\"\">Microsoft&#8217;s December 2025 <em>New Future of Work Report<\/em> puts it directly: workers are &#8220;shifting from merely doing work to guiding, critiquing, and improving the work of AI.&#8221; That is a job description for a manager.<\/p>\n\n\n\n<p class=\"\">Managing five AI agents is not a different skill from managing five junior engineers. It is the same skill applied at higher throughput. Management has always rewarded breadth.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Humans intuit which questions matter<\/h2>\n\n\n\n<p class=\"\">Formulating a question is one skill. <em>Choosing which question to ask at all<\/em> is a different one, and harder. It is the difference between a research assistant and a principal investigator.<\/p>\n\n\n\n<p class=\"\">AI does shift the calculus. When pursuing a question takes minutes instead of months, more speculative chases become affordable, and the bar for &#8220;worth running&#8221; drops. The intuition for which speculations to run still has to come from somewhere.<\/p>\n\n\n\n<p class=\"\">That somewhere is pattern recognition across domains: something a generalist accumulates over years, and a specialist often does not.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Diverse thinking beats &#8220;best&#8221; thinking<\/h2>\n\n\n\n<p class=\"\">Hong and Page (PNAS, 2004) proved that under reasonable conditions, a group of cognitively diverse problem-solvers outperforms a group of the highest-ability problem-solvers on hard problems. The intuition: diverse heuristics cover more of the search space than redundant strong ones do.<\/p>\n\n\n\n<p class=\"\">ML system designers already commit to this. Amazon&#8217;s homepage runs multiple recommenders side by side &#8211; item-to-item collaborative filtering, browsing history, frequently-bought-together, and more, because no single A\/B test winner algorithm beats the ensemble. The people who could engineer one optimal model build many imperfect ones instead.<\/p>\n\n\n\n<p class=\"\">A human plus several AIs is the same play. The human contributes the heuristic the AIs do not have. That contribution scales with breadth and collapses without it.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"\"><strong>Educate the whole person. In the age of AI, the liberal arts are not a luxury &#8211; they are the training ground for a role that endures.<\/strong><\/p>\n\n\n\n<p class=\"\">We homeschooled our kids on exactly the bet that breadth would compound and narrowness would not. So far, it has.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Education in the age of AI should teach everything. It&#8217;s easy to fall into the trap of thinking AI handles breadth, so school should narrow. Drop the languages, skip the history, double down on STEM, add a &#8220;prompt engineering&#8221; elective. That gets it backwards. The person who gets the most out of AI is the [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":643,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"nf_dc_page":"","pagelayer_contact_templates":[],"_pagelayer_content":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-640","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/haptonstahl.org\/polimath\/wp-json\/wp\/v2\/posts\/640","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/haptonstahl.org\/polimath\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/haptonstahl.org\/polimath\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/haptonstahl.org\/polimath\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/haptonstahl.org\/polimath\/wp-json\/wp\/v2\/comments?post=640"}],"version-history":[{"count":3,"href":"https:\/\/haptonstahl.org\/polimath\/wp-json\/wp\/v2\/posts\/640\/revisions"}],"predecessor-version":[{"id":645,"href":"https:\/\/haptonstahl.org\/polimath\/wp-json\/wp\/v2\/posts\/640\/revisions\/645"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/haptonstahl.org\/polimath\/wp-json\/wp\/v2\/media\/643"}],"wp:attachment":[{"href":"https:\/\/haptonstahl.org\/polimath\/wp-json\/wp\/v2\/media?parent=640"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/haptonstahl.org\/polimath\/wp-json\/wp\/v2\/categories?post=640"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/haptonstahl.org\/polimath\/wp-json\/wp\/v2\/tags?post=640"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}