<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:cc="http://cyber.law.harvard.edu/rss/creativeCommonsRssModule.html">
    <channel>
        <title><![CDATA[Stories by Nizam Kadir on Medium]]></title>
        <description><![CDATA[Stories by Nizam Kadir on Medium]]></description>
        <link>https://medium.com/@nizamkadirteach?source=rss-d48000173c42------2</link>
        <image>
            <url>https://cdn-images-1.medium.com/fit/c/150/150/1*OWKlrIhadeWFM_Bax4okwQ.png</url>
            <title>Stories by Nizam Kadir on Medium</title>
            <link>https://medium.com/@nizamkadirteach?source=rss-d48000173c42------2</link>
        </image>
        <generator>Medium</generator>
        <lastBuildDate>Sun, 24 May 2026 21:49:28 GMT</lastBuildDate>
        <atom:link href="https://medium.com/@nizamkadirteach/feed" rel="self" type="application/rss+xml"/>
        <webMaster><![CDATA[yourfriends@medium.com]]></webMaster>
        <atom:link href="http://medium.superfeedr.com" rel="hub"/>
        <item>
            <title><![CDATA[The Glass Box Blueprint: Taming AI for High-Stakes Tutoring]]></title>
            <link>https://medium.com/@nizamkadirteach/the-glass-box-blueprint-taming-ai-for-high-stakes-tutoring-a9a59dd94c95?source=rss-d48000173c42------2</link>
            <guid isPermaLink="false">https://medium.com/p/a9a59dd94c95</guid>
            <category><![CDATA[edtech]]></category>
            <category><![CDATA[generative-ai-tools]]></category>
            <category><![CDATA[education]]></category>
            <category><![CDATA[large-language-models]]></category>
            <category><![CDATA[artificial-intelligence]]></category>
            <dc:creator><![CDATA[Nizam Kadir]]></dc:creator>
            <pubDate>Thu, 26 Mar 2026 06:32:30 GMT</pubDate>
            <atom:updated>2026-03-26T06:32:30.677Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*0NrodL606e3-w3T3KWz7Ig.png" /></figure><p>Large Language Models have solved the fluency problem, but exacerbated the control problem.</p><p>After years of working on the ground in education, I have seen firsthand what genuine learning looks like. It requires productive struggle. Yet, when we plug standard, monolithic AI models into educational settings, we run into a critical flaw: they are biased toward frictionless user satisfaction.</p><p>In safety-critical tutoring, this inherent bias causes them to frequently violate strict instructional constraints — like giving away the answer too early simply because the student asked for it.</p><p>This phenomenon, which I explored in my recent book, <em>Machine Pedagogical Intelligence</em>, is what we call <strong>The Mastery Gain Paradox</strong>. When stochastic monolithic models act as tutors, they artificially inflate short-term performance by providing excessive help. The student appears to be succeeding, but actual latent mastery stagnates.</p><p>I am thrilled to announce that our latest paper solving this exact problem has been accepted into <strong>AIED 2026</strong>. Below is a deep dive into the architecture we built, and you can read the full pre-print on arXiv here: <a href="https://doi.org/10.48550/arXiv.2603.23990">https://doi.org/10.48550/arXiv.2603.23990</a>.</p><h3>Decoupling the ‘Brain’ from the ‘Mouth’</h3><p>Structural decoupling is essential; we cannot rely on prompt engineering to fix a fundamental architectural flaw. To build a trustworthy system, we created the <strong>ES-LLMs Architecture</strong>.</p><p>This is a neuro-symbolic architecture structurally decoupling pedagogical policy from generative phrasing to guarantee 100% constraint adherence. By externalizing control logic into a deterministic orchestrator, we transform stochastic black boxes into trustworthy, verifiable agents. We separate the deterministic pedagogical decision from the single-call LLM generation, restoring auditability and trust.</p><p>The architecture processes contextual data through a triarchic pipeline:</p><ol><li><strong>Ingest:</strong> Bayesian Knowledge Tracing (BKT) tracks 102 skills, rolling accuracy, and interaction logs.</li><li><strong>Orchestrate:</strong> A deterministic engine arbitrates specialized agent proposals.</li><li><strong>Render:</strong> A stateless LLM call aggregates the chosen action into natural language.</li></ol><p>Crucially, the LLM never decides what pedagogical action to take; it only phrases the strictly chosen actions into one cohesive response.</p><h3>A Team of Specialists</h3><p>Instead of a monolithic baseline, the ES-LLMs architecture treats the tutor not as a monolithic tool, but as a team of coordinated specialists. Six specialized deterministic agents compute in parallel:</p><ul><li><strong>AssessmentBot:</strong> Tracks BKT mastery state after each attempt.</li><li><strong>FeedbackBot:</strong> Emits CONFIRM/NUDGE/REMEDIATE based on correctness.</li><li><strong>ScaffoldBot:</strong> Emits HINT_MIN/MED/FULL governed by hint caps.</li><li><strong>MotivatorBot:</strong> Provides affective support for error streaks.</li><li><strong>EthicsBot:</strong> Enforces attempt-before-hint guardrails.</li><li><strong>TutorBot:</strong> Triggers progression to the next item based on mastery thresholds.</li></ul><p>Adapted from robotics design patterns, a meta-orchestrator uses hierarchical suppression. If a safety rule is violated, higher-priority layers instantly mute lower-priority generative capabilities. The Subsumption Orchestrator ensures safety always overrides strategy.</p><h3>The Results: Eradicating the Paradox</h3><p>By testing this in a Monte Carlo Simulation (N=2,400), we proved that pedagogical fidelity and operational efficiency are not competing goals:</p><ul><li><strong>100% Constraint Adherence:</strong> The ES-LLMs system achieved 100% adherence to constraints, guaranteeing a rigorous environment for productive struggle, compared to a probabilistic 62.4% from the baseline.</li><li><strong>3.3x Hint Efficiency:</strong> We saw a mastery gain per hint of 0.33, vastly outperforming the baseline’s 0.10. The monolithic baseline required 12x more hints to achieve mastery, defaulting to early answers.</li><li><strong>Cheaper and Faster:</strong> By utilizing stateless NLG prompts, agents pass only concise, decision-relevant context. The result is a 54% reduction in token costs (590 vs 1300 per turn) and a 22% latency improvement (625ms vs 800ms).</li><li><strong>Unanimous Superiority:</strong> Evaluators (both N=6 human experts and a panel of 6 frontier LLMs) showed a 91.7% expert preference for ES-LLMs over the 6.9% baseline. They noted the system prevented “gaming the system” by detecting hint abuse and employed deep remediation strategies.</li></ul><h3>Moving Forward</h3><p>Beyond intelligent tutoring, the structural decoupling of decision-making (policy) from surface realization (generation) offers a robust alternative to probabilistic models in any domain where clinical protocols or escalation logic are non-negotiable.</p><p>This SUTD PhD fellowship research is just the beginning. The “Glass Box Blueprint” proves we can reconcile the tension between rule-based compliance and generative conversational fluency.</p><p><strong>Read the full AIED 2026 accepted paper on arXiv here:</strong> <a href="https://doi.org/10.48550/arXiv.2603.23990">https://doi.org/10.48550/arXiv.2603.23990</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=a9a59dd94c95" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[The Pedagogical Turn: From Artificial Intelligence to Artificial Pedagogy]]></title>
            <link>https://medium.com/@nizamkadirteach/the-pedagogical-turn-from-artificial-intelligence-to-artificial-pedagogy-8e6a91a4b308?source=rss-d48000173c42------2</link>
            <guid isPermaLink="false">https://medium.com/p/8e6a91a4b308</guid>
            <category><![CDATA[pedagogy]]></category>
            <category><![CDATA[artificial-pedagogy]]></category>
            <category><![CDATA[pedagogical-intelligence]]></category>
            <category><![CDATA[artificial-intelligence]]></category>
            <category><![CDATA[ai]]></category>
            <dc:creator><![CDATA[Nizam Kadir]]></dc:creator>
            <pubDate>Tue, 09 Dec 2025 09:03:09 GMT</pubDate>
            <atom:updated>2025-12-09T09:03:09.424Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*qmnziGyL4Z8Szmoom2UH9A.png" /></figure><p><em>A new paradigm in AI is emerging, shifting the focus from agents that know to agents that can teach.</em></p><p>For decades, the history of Artificial Intelligence has been defined by a relentless pursuit of performance. We have celebrated agents that can classify images with superhuman accuracy, master the complex game of Go, and fold proteins in ways that revolutionize biology. This trajectory, while technologically triumphant, has largely neglected an equally critical dimension of intelligence: the capacity to transmit knowledge.</p><p>This capacity is what we define as <strong>Pedagogical Intelligence (PI)</strong>: a specialized cognitive faculty required to bridge the epistemic gap between a knowledgeable teacher and a novice learner. While general intelligence enables an agent to solve problems, pedagogical intelligence enables it to optimize the learning trajectory of another.</p><p>This distinction is profound. An expert chess engine may possess a perfect model of the game yet be utterly incapable of teaching a beginner. It lacks the “recursive mindreading” capabilities to model the learner’s misconceptions, the “ostensive signaling” to mark information as relevant, and the “scaffolding” strategies to modulate difficulty. The “pedagogical turn” in AI refers to the current paradigm shift where systems are being designed not merely to know, but to teach.</p><h3>The Theoretical Foundations of Teaching</h3><p>To engineer pedagogical intelligence, we must first understand its biological and cognitive roots. The literature suggests that the ability to teach is not just a derivative of language and logic, but a distinct evolutionary adaptation — a “pedagogical instinct”.</p><p>A central component of this instinct is a higher-order form of Theory of Mind known as <strong>Recursive Mindreading</strong>. It’s not enough for a teacher to know what a student does not know. Effective pedagogy requires a multi-layered understanding of the learner’s mental state.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*Bs5HI43kG_jqZX8ZY1gd8w.png" /></figure><p><strong>Figure 1: Recursive Mindreading.</strong> This diagram illustrates the nested beliefs involved in pedagogical alignment, where a teacher models the student’s understanding of their teaching intent.</p><p>This recursive capability allows for “pedagogical alignment,” where the teacher predicts how the student will interpret their actions based on the student’s belief about the teacher’s intent. Failures in this process can lead to misalignment, where help is misinterpreted as noise or criticism.</p><p>Another key biological framework is <strong>Natural Pedagogy</strong>, which posits that humans are specifically adapted for the fast transfer of opaque cultural knowledge through “ostensive signals” like eye contact and infant-directed speech. These signals trigger a “pedagogical stance” in the learner, priming them to interpret information as generalizable. For AI, this means a pedagogical agent must be capable of generating “digital ostensive signals” to mark information as canonical.</p><h3>The Computational Engine: Machine Teaching</h3><p>While cognitive science defines the <em>what</em> of PI, computer science provides the <em>how</em> through the formalisms of <strong>Machine Teaching</strong>, which is rigorously defined as the inverse of Machine Learning.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*cDptXWAaDBp4KL9pdOA6NQ.png" /></figure><p><strong>Figure 2: The Duality of Learning and Teaching.</strong> This diagram visualizes Machine Teaching as the inverse problem of Machine Learning. While ML finds a model from a large dataset, MT finds an optimal, small dataset to induce a target model.</p><p>In Machine Learning, the goal is to find a hypothesis that minimizes loss given a dataset. In Machine Teaching, the goal is to construct the optimal dataset that forces a learner algorithm to converge to a target hypothesis with minimal cost. This formulation shifts the burden of intelligence from the learner to the teacher, allowing for exponentially faster learning through carefully selected “witness sets” of examples. The core metric for this is the Teaching Dimension, which defines the minimum number of examples needed to teach a concept.</p><p>Another powerful computational tool is <strong>Inverse Reinforcement Learning (IRL)</strong>. By observing an expert human tutor, an IRL agent can infer the implicit reward function they are maximizing, which might include a complex balance of student learning gains, frustration levels, and time spent. This allows the AI to construct a “pedagogical policy” that mimics the expert’s tacit strategies.</p><h3>Architectures of Instruction</h3><p>The implementation of PI has evolved through several distinct architectural eras, moving from rigid, rule-based systems to sophisticated probabilistic models.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*j216aON9-SSoNRX4KtY0fQ.png" /></figure><p><strong>Table 1: Key Computational Frameworks for Pedagogical Intelligence.</strong> A comparison of the architectural evolution of AI tutors, highlighting their mechanisms, specific pedagogical functions, and inherent limitations.</p><p>Early <strong>Intelligent Tutoring Systems (ITS)</strong> were rule-based, using hard-coded production rules to diagnose student errors. While effective in narrow domains, they were brittle and lacked the flexibility to adapt to unforeseen misconceptions.</p><p>The “Data-Driven” revolution introduced probabilistic modeling with <strong>Bayesian Knowledge Tracing (BKT)</strong>, which models student learning as a Hidden Markov Model to distinguish between a genuine lack of knowledge and a mere “slip”. <strong>Deep Knowledge Tracing (DKT)</strong> later used neural networks to improve prediction accuracy but sacrificed interpretability, creating a “black box” problem.</p><p>To achieve true PI, an agent must not only track knowledge but plan interventions. This is the domain of <strong>Partially Observable Markov Decision Processes (POMDPs)</strong>, which allow a tutor to plan for the long term, potentially withholding a hint now to foster greater retention later — a form of “delayed gratification” in teaching.</p><h3>The Generative Shift: LLMs as Pedagogical Agents</h3><p>The advent of Large Language Models (LLMs) has fundamentally altered the landscape of PI. Unlike traditional systems, LLMs can generate content dynamically, allowing for sophisticated Socratic scaffolding and the handling of unanticipated student input.</p><p>LLMs can act as content generators, creating diverse practice problems, or as policy engines, directly managing the pedagogical dialogue. Research has shown that LLM-based Socratic tutors can significantly improve critical thinking scores by forcing “active retrieval”.</p><p>However, this power comes with the risk of <strong>hallucination</strong>. In a tutor, teaching a false concept is a form of pedagogical malpractice. To mitigate this, hybrid architectures like <strong>Retrieval Augmented Generation (RAG)</strong> connect the LLM to a verified knowledge base, anchoring its outputs in ground truth.</p><h3>The Ethical Dimension: Algorithmic Fairness</h3><p>Finally, we must consider the ethical implications of PI. If Pedagogical Intelligence is the capacity to teach, Algorithmic Fairness asks: “Teach whom?”.</p><p>Empirical audits have revealed systematic biases in existing models like BKT, which can fail to account for factors like reading ability, leading to the misclassification of knowledge states in minority groups. This can result in “instructional neglect,” where valid learning progress goes unrecognized.</p><p>To ensure PI is equitable, researchers are developing new metrics for “pedagogical fairness,” such as ensuring that a model’s predictions are independent of sensitive attributes and that it provides equal opportunity for all students to be recognized as high-performing.</p><h3>Conclusion</h3><p>As we move from “Artificial Intelligence” to “Artificial Pedagogy,” the goal of AI shifts from creating machines that can perform tasks to creating machines that can empower humans to perform them. This transition represents the ultimate maturation of AI — from a tool of automation to an engine of human potential.</p><h3>References</h3><ol><li><strong>Gardner, H.</strong> (1983). <em>The Theory of Multiple Intelligences</em> (Chapter 8). Cambridge University Press &amp; Assessment.</li><li><strong>Csibra, G., &amp; Gergely, G.</strong> (2009). Natural pedagogy. <em>CEU Research Pure Portal</em>.</li><li><strong>Zhu, X., et al.</strong> Personalized Learning through Machine Teaching and Machine Learning: Enhancing Adaptive Educational Systems. <em>AI and Tech in Behavioral and Social Sciences</em>, KMAN Publication Inc.</li><li><strong>Csibra, G., &amp; Gergely, G.</strong> (2011). Natural pedagogy as evolutionary adaptation. <em>Philosophical Transactions of the Royal Society B: Biological Sciences</em>.</li><li><strong>Zhu, X.</strong> (2015). Machine Teaching: An Inverse Problem to Machine Learning and an Approach Toward Optimal Education. <em>ResearchGate</em>.</li><li><strong>Alkhatlan, A., &amp; Kalita, J.</strong> (2018). A Comprehensive Review of AI-based Intelligent Tutoring Systems: Applications and Challenges. <em>arXiv</em>.</li><li><strong>Piech, C., et al.</strong> (2015). Deep Learning vs. Bayesian Knowledge Tracing: Student Models for Interventions. <em>NIPS</em>.</li><li><strong>Huang, W., et al.</strong> (2022). Large Language Models as Commonsense Knowledge for Large-Scale Task Planning.</li><li><strong>Huyck, C.</strong> (2022). Fairness of Bayesian Knowledge Tracing for Math Learners.</li><li><strong>American Camp Association.</strong> Multiple Intelligences and Summer Camps.</li><li><strong>Gardner, H.</strong> Frequently Asked Questions: Multiple Intelligences and Related Educational Topics.</li><li><strong>Wikipedia.</strong> Theory of multiple intelligences.</li><li><strong>Hoehl, S., et al.</strong> The development of social learning: from pedagogical cues to imitation.</li><li><strong>Csibra, G.</strong> Born Pupils? Natural Pedagogy and Cultural Pedagogy.</li><li><strong>ResearchGate.</strong> Is Recursive “Mindreading” Really an Exception to Limitations on Recursive Thinking?</li><li><strong>R Discovery.</strong> Mind Reading Research Articles.</li><li><strong>ResearchGate.</strong> Introducing a Pictographic Language for Envisioning a Rich Variety of Enactive Systems with Different Degrees of Complexity.</li><li><strong>Leonhard Schilbach.</strong> Joint attention without recursive mindreading: On the role of second-person engagement.</li><li><strong>Xai.</strong> On a Combinatorial Problem Arising in Machine Teaching.</li><li><strong>Zhu, X.</strong> An Overview of Machine Teaching. <em>arXiv</em>.</li><li><strong>Chen, Y., et al.</strong> Understanding the Role of Adaptivity in Machine Teaching: The Case of Version Space Learners. <em>NIPS papers</em>.</li><li><strong>Najar, A., et al.</strong> Learning from other minds: An optimistic critique of reinforcement learning models of social learning. <em>PMC — NIH</em>.</li><li><strong>NSF-PAR.</strong> Student Subtyping via EM-Inverse Reinforcement Learning.</li><li><strong>MacLellan, C.J.</strong> A Generalized Apprenticeship Learning Framework for Modeling Heterogeneous Student Pedagogical Strategies.</li><li><strong>MacLellan, C.J.</strong> A Generalized Apprenticeship Learning Framework for Capturing Evolving Student Pedagogical Strategies.</li><li><strong>Nye, B.M.</strong> Intelligent Tutoring Systems: A Comprehensive Historical Survey with Recent Developments. <em>arXiv</em>.</li><li><strong>PubMed Central.</strong> Evolution and trends in intelligent tutoring systems research: a multidisciplinary and scientometric view.</li><li><strong>Emergent Mind.</strong> Bayesian Knowledge Tracing (BKT).</li><li><strong>Liu, Q., et al.</strong> A Survey of Knowledge Tracing: Models, Variants, and Applications. <em>arXiv</em>.</li><li><strong>Penn Center for Learning Analytics.</strong> Investigating Algorithmic Bias on Bayesian Knowledge Tracing and Carelessness Detectors.</li><li><strong>SciTePress.</strong> POMDP Framework for Building an Intelligent Tutoring System.</li><li><strong>CMU School of Computer Science.</strong> Faster Teaching by POMDP Planning.</li><li><strong>ResearchGate.</strong> Faster Teaching by POMDP Planning.</li><li><strong>ResearchGate.</strong> A Bayesian Theory of Conformity in Collective Decision Making.</li><li><strong>Nature.</strong> Humans depart from optimal computational models of interactive decision-making during competition under partial information.</li><li><strong>Luo, Z., et al.</strong> How to Teach Programming in the AI Era? Using LLMs as a Teachable Agent for Debugging.</li><li><strong>Luo, Z., et al.</strong> HypoCompass: Large-Language-Model-based Tutor for Hypothesis Construction in Debugging for Novices.</li><li><strong>arXiv.</strong> Enhancing Decision-Making of Large Language Models via Actor-Critic.</li><li><strong>Liu, R., et al.</strong> The Wisdom of Hindsight Makes Language Models Better Instruction Followers.</li><li><strong>PMC — NIH.</strong> Using GenAI for Socratic Questioning: An Approach to Higher-Order Thinking for Nursing Education.</li><li><strong>arXiv.</strong> Enhancing Critical Thinking in Education by means of a Socratic Chatbot.</li><li><strong>Pardos, Z.A., &amp; Bhandari, S.</strong> ChatGPT-generated help produces learning gains equivalent to human tutor-authored help on mathematics skills.</li><li><strong>Kim, J.</strong> Learning-by-teaching with ChatGPT: The effect of teachable ChatGPT agent on programming education.</li><li><strong>NIH.</strong> Integration of cognitive tasks into artificial general intelligence test for large models.</li><li><strong>Reddit (r/artificial).</strong> GPT-4 now exceeds humans at theory of mind tasks.</li><li><strong>arXiv.</strong> Re-evaluating Theory of Mind evaluation in large language models.</li><li><strong>Best-evidence synthesis.</strong> Can communication with social robots influence how children develop empathy?</li><li><strong>Belpaeme, T., et al.</strong> Social robots for education: A review.</li><li><strong>arXiv.</strong> Towards Emotionally Intelligent and Responsible AI.</li><li><strong>IEEE Xplore.</strong> Play with Emotion: Affect-Driven Reinforcement Learning.</li><li><strong>arXiv.</strong> Fair Knowledge Tracing in Second Language Acquisition.</li><li><strong>Kusner, M.J., et al.</strong> Counterfactual Fairness Evaluation of Machine Learning Models on Educational Datasets.</li><li><strong>Penn Center for Learning Analytics.</strong> Investigating Algorithmic Bias on Bayesian Knowledge Tracing and Carelessness Detectors.</li><li><strong>MDPI.</strong> Empathy in Human-Robot Interaction: Designing for Social Robots.</li></ol><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=8e6a91a4b308" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Beyond Chatbots: The Architecture of Effective AI Agents]]></title>
            <link>https://medium.com/@nizamkadirteach/beyond-chatbots-the-architecture-of-effective-ai-agents-3007fbb1a7aa?source=rss-d48000173c42------2</link>
            <guid isPermaLink="false">https://medium.com/p/3007fbb1a7aa</guid>
            <category><![CDATA[architecture]]></category>
            <category><![CDATA[ai-agent]]></category>
            <category><![CDATA[multi-agent-systems]]></category>
            <category><![CDATA[llm]]></category>
            <dc:creator><![CDATA[Nizam Kadir]]></dc:creator>
            <pubDate>Sat, 22 Nov 2025 11:00:13 GMT</pubDate>
            <atom:updated>2025-11-22T11:00:13.609Z</atom:updated>
            <content:encoded><![CDATA[<p>For years, the mainstream imagination of AI has been shaped by one simple metaphor: <em>talking</em> to a chatbot.<br> Type a question, receive an answer — end of story.</p><p>But in 2025, we’re entering a fundamentally different era. We’re no longer just <strong>chatting with AI</strong>; we’re <strong>working with AI</strong>. And that shift changes everything.</p><p>An autonomous agent that can carry out real tasks — not just generate text — needs much more than a clever prompt or a fine-tuned model. It needs an architecture. A structure. A system that transforms an LLM from a passive respondent into an active collaborator.</p><p>This essay unpacks the visual framework I created to clarify what an effective AI agent actually looks like under the hood — and why skipping any of these layers leaves your agent wandering blindly, like a ship without a lighthouse.</p><h3>1. The Foundation: Choosing the Right Model</h3><p>At the lowest layer sits the model itself — the “engine” that everything else relies on.</p><p>Different tasks demand different trade-offs:</p><ul><li><strong>Reasoning power</strong> for multi-step analysis, planning, mathematical coherence, and chain-of-thought.</li><li><strong>Speed</strong> for real-time interactions and low-latency workflows.</li><li><strong>Control and transparency</strong> for enterprise, research, or on-device deployments.</li></ul><p>Open-weight models such as <strong>Llama</strong>, <strong>Mistral</strong>, and <strong>Qwen</strong> are transforming what developers can customise. We can now shape the agent’s abilities, constraints, and biases in ways that were impossible even a year ago.</p><p>But the model is only the beginning.</p><h3>2. The Brain: Reasoning Beyond Input–Output</h3><p>Traditional chatbots behave like calculators with nicer personalities:<br> <strong>input → output</strong>.</p><p>An agent must do more.<br> It must <strong>reason</strong>, <strong>reflect</strong>, <strong>plan</strong>, and <strong>act</strong>.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*4gpY8r-0TgDVmeBA3cEw6A.png" /></figure><p>Modern agentic systems increasingly rely on:</p><ul><li><strong>ReAct (Reason + Act)</strong> patterns</li><li><strong>Reflection loops</strong></li><li><strong>Graph-of-Thought reasoning</strong></li><li><strong>Multi-step planning workflows</strong></li></ul><p>This is where the “intelligence” of an agent begins to emerge. Without a reasoning layer, even the strongest LLM collapses into randomness under pressure.</p><h3>3. The Context: Solving the Goldfish Problem</h3><p>LLMs are powerful, but their default memory is ephemeral.<br> They drift, forget, hallucinate, or lose track of long-running objectives.</p><p>To build agents that operate consistently — across tasks, days, and evolving contexts — we must solve this persistent memory challenge.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*1-51GfOkOAXfbdzQwzg1JQ.png" /></figure><p>Emerging tools like <strong>MemGPT</strong>, <strong>ZepAI</strong>, <strong>LTM architectures</strong>, and structured state-management layers now allow agents to:</p><ul><li>retain long-term objectives</li><li>recall past interactions</li><li>track user preferences</li><li>maintain project histories</li><li>support multi-session tasks</li></ul><p>Memory is no longer optional. It is the <em>operating system</em> of an agent.</p><h3>4. The Hands: Tools, APIs, and the Machine Control Plane</h3><p>Reasoning and memory are not enough.<br> A real agent must be able to <strong>do things</strong>.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*kwCJr3VMkg488zD5DsUg_Q.png" /></figure><p>This is where the <strong>tool-use and MCP (Model Context Protocol)</strong> layer enters:</p><ul><li>API calls</li><li>Web browsing</li><li>Database queries</li><li>Code execution</li><li>Retrieval from vector stores</li><li>External automation</li><li>System-level actions</li></ul><p>A model without tools is a very smart person with no hands.<br> A model <em>with</em> tools becomes a capable digital worker.</p><h3>5. The Team: Scaling With Swarms of Specialised Agents</h3><p>The final layer is the most misunderstood.</p><p>Building one giant agent to do everything is like hiring one employee to run an entire company. It doesn’t scale and it doesn’t make sense.</p><p>Teams win.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*pLfl610vbfoq5i4MK9mTbw.png" /></figure><p>Modern architectures increasingly rely on:</p><ul><li><strong>Specialised sub-agents</strong> with distinct roles</li><li><strong>Orchestrators</strong> that coordinate workflows</li><li><strong>Meta-agents</strong> that monitor and refine behaviour</li><li><strong>Agent swarms</strong> for parallel task execution</li></ul><p>This is where the lighthouse metaphor becomes real.<br> Without orchestration, your agent wanders aimlessly.<br> With it, your system develops direction, structure, and purpose.</p><h3>Why This Architecture Matters</h3><p>If we treat LLM agents as chatbots, they will behave like chatbots.</p><p>But when we structure them like <strong>systems</strong>, they begin to perform like systems — reliable, extensible, and capable of real-world task completion.</p><p>The shift from “chatting with AI” to “working with AI” requires us to think more like architects, not prompt writers.</p><p>Every layer matters:</p><ul><li>the model</li><li>the reasoning</li><li>the memory</li><li>the tools</li><li>the orchestration</li></ul><p>Remove one, and the agent collapses.</p><h3>The Hardest Part Right Now? Memory.</h3><p>In my own work, long-term memory remains the largest bottleneck.<br> Not because solutions don’t exist, but because <em>reliable</em> memory requires:</p><ul><li>pruning</li><li>summarisation</li><li>prioritisation</li><li>relevance scoring</li><li>consistency guarantees</li><li>hybrid symbolic–neural storage</li></ul><p>The industry is moving fast, but we’re not done.<br> Memory will likely define the next wave of breakthroughs in agentic design.</p><h3>A Lighthouse for Builder–Architects</h3><figure><img alt="" src="https://cdn-images-1.medium.com/max/863/1*Jx2kHgwsHzbkDdAgApsBvA.jpeg" /></figure><p>Agent development is no longer a hobbyist playground — it’s becoming an engineering discipline.</p><p>Clear architectures are the lighthouses guiding us through the complexity.</p><p>If you’re building agents today, ask yourself:</p><p><strong>Which layer of the architecture is your biggest challenge right now?<br> Model? Reasoning? Memory? Tools? Orchestration?</strong></p><p>For me, the answer is crystal clear — <br> <strong>long-term memory and reliable state.</strong></p><p>I’d love to hear yours.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=3007fbb1a7aa" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[The Invincible Hybrid: Re-imagining the University in the Age of AI]]></title>
            <link>https://medium.com/@nizamkadirteach/the-invincible-hybrid-re-imagining-the-university-in-the-age-of-ai-e9a7f3daba4f?source=rss-d48000173c42------2</link>
            <guid isPermaLink="false">https://medium.com/p/e9a7f3daba4f</guid>
            <category><![CDATA[intelligence-augmentation]]></category>
            <category><![CDATA[hybrid-intelligence]]></category>
            <category><![CDATA[higher-education]]></category>
            <category><![CDATA[cognitive-offloading]]></category>
            <category><![CDATA[ai-pedagogy]]></category>
            <dc:creator><![CDATA[Nizam Kadir]]></dc:creator>
            <pubDate>Tue, 18 Nov 2025 06:27:29 GMT</pubDate>
            <atom:updated>2025-11-18T06:49:13.376Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*JxHESyi1V29BqWGgK13Xhw.png" /></figure><h4>Why ‘Intelligence Augmentation’ will beat ‘Automation’ every time.</h4><h4>A new architecture for higher education.</h4><p>There’s a prevailing anxiety permeating higher education today. We’re gripped by a simplistic binary: that the efficiency of AI will inevitably render traditional academic labor obsolete — replacing both the cognitive struggle of learning and the pedagogical craft of teaching.</p><p>This view of “replacement” is not only flawed; it’s empirically unsupported.</p><p>The future competitive advantage of educational institutions lies in a distinct strategic pivot: the rejection of automation as a primary goal in favor of <strong>Intelligence Augmentation (IA)</strong>.</p><blockquote>The most successful educational institutions will be those that figure out how to leverage AI to amplify human potential rather than automate it away.</blockquote><p>This isn’t an aspiration; it’s a scientifically grounded imperative. The future is <strong>Hybrid Intelligence</strong> — systems where human and machine capabilities are tightly coupled to produce learning outcomes superior to either acting in isolation. This requires moving beyond superficial chatbots and committing to deep structural changes in how we teach, what we build, and how we define success.</p><p><strong>The Critical Choice: Will We Automate or Augment?</strong></p><p>The fundamental strategic choice facing university leadership is between two opposing vectors: the externalization of cognition versus the internalization of complexity.</p><p><strong>The Automation Path (H ← A): The “Race to the Bottom”</strong></p><p>This is the model of externalization, where AI replaces human decision-making.</p><ul><li><strong>What it looks like:</strong> Adaptive systems that auto-route students without their agency, or automated graders that provide a score without actionable, developmental feedback.</li><li><strong>The Primary Metric:</strong> Efficiency and cost-reduction.</li><li><strong>The Primary Risk:</strong> The atrophy of human competence.</li><li><strong>The Result:</strong> A “frictionless” education that fails to cultivate the cognitive resistance necessary for deep learning. It’s a crisis of value: if a university just certifies that a student can operate a tool, its value proposition collapses when that tool becomes ubiquitous.</li></ul><p><strong>The Augmentation Path (H → A): The “Race to the Top”</strong></p><p>This is the model of internalization, where AI serves as a computational model that humans interact with to change their own mental representations.</p><ul><li><strong>What it looks like:</strong> The AI acts as a “scaffold” that eventually “fades away” as the human’s competence develops. The AI is a “provocateur, a mirror, and a navigator, but never the captain”.</li><li><strong>The Primary Metric:</strong> The expansion of human capacity.</li><li><strong>The Primary Risk:</strong> Cognitive overload (which can be managed with good design).</li><li><strong>The Result:</strong> This approach aligns with the “Intelligence Augmentation Economy,” where value is defined by the ability to orchestrate complex systems. It certifies that a student has the higher-order metacognitive skills to <em>wield</em> these tools for complex inquiry — a value proposition that remains robust.</li></ul><p><strong>Fighting the “Lazy Brain”: From Cognitive Offloading to True Engagement</strong></p><p>The central challenge in implementing Augmentation is a phenomenon called <strong>cognitive offloading</strong>. The human brain is predisposed to conserve energy. As AI tools get more capable, the path of least resistance is to offload cognitive effort to the machine.</p><p>This leads to “deskilling” and a dangerous paradox researchers call <strong>“Engaged but Amotivated” (EBA)</strong>. In this state, the interaction is transactional, not transformational. Production might be high, but learning is low.</p><blockquote>The student is busy operating the machine, but the mind is idling.</blockquote><p>The risks are non-trivial. Longitudinal reliance on AI can erode memory retention. We begin to prioritize remembering <em>where</em> to find information rather than the information itself.</p><p>The antidote is not to ban AI. It is to structure the human-AI interaction to <em>force</em> cognitive engagement.</p><p><strong>The Antidote: Structured Prompting as Metacognitive Scaffolding</strong></p><p>A pivotal study compared “unguided” AI use (just asking for answers) with “guided” use (training students in structured prompting). The findings were transformative:</p><ul><li><strong>Reversal of Agency:</strong> In the guided condition, students shifted from passive recipients to active evaluators. They reported “testing the AI” rather than blindly trusting it.</li><li><strong>Metacognitive Activation:</strong> The requirement to craft detailed, structured prompts acted as a “metacognitive scaffold”. It forced students to articulate their hypothesis, define evaluation criteria, and synthesize the output.</li><li><strong>Desirable Difficulty:</strong> Surprisingly, students who found the task <em>more</em> difficult (due to the cognitive load of prompting) performed <em>better</em>, validating the “desirable difficulty” hypothesis in learning.</li></ul><p>Successful institutions won’t just provide LLMs; they will enforce “interaction protocols” that mandate friction. They will teach “Prompt Engineering” not as a technical hack, but as a method of rigorous thinking.</p><p><strong>The New Teacher: From “Sage on the Stage” to “Pedagogical Orchestrator”</strong></p><p>The narrative of AI replacing teachers is wrong. The Augmentation narrative, supported by data, shows that teachers will evolve into <strong>“Pedagogical Orchestrators”</strong> of complex human-AI systems.</p><p><strong>The Superiority of Hybrid Feedback</strong></p><p>Empirical studies consistently show that <strong>Teacher-AI Hybrid</strong> models outperform AI-only models in learning outcomes.</p><p>In writing instruction, for example, AI-only feedback is effective for low-level lexical and grammatical corrections, but it fails to address high-level issues of content selection, coherence, and cohesion.</p><p>The symbiotic model is the future:</p><ol><li><strong>AI automates the drudgery</strong> (like syntax correction).</li><li><strong>The teacher, freed from this burden, amplifies their impact</strong> on critical reasoning, argumentation, and high-level mentorship.</li></ol><p>The hybrid model transforms the teacher from a copy-editor into a rhetorical strategist.</p><p><strong>The “Pedagogical Orchestrator”</strong></p><p>In a world where content is abundant and cheap, the scarce resource is the <strong>design of the learning experience</strong>. This is the new role of the teacher.</p><p>This orchestration requires the teacher to:</p><ul><li><strong>Curate Agent Interactions:</strong> Decide which AI agents (e.g., a Socratic Tutor, a Creative Brainstormer, a Critical Reviewer) to introduce to students and when.</li><li><strong>Monitor Real-time Analytics:</strong> Use dashboards to see not just <em>what</em> students know, but <em>how</em> they are interacting with the AI (e.g., detecting cognitive offloading).</li><li><strong>Intervene Dynamically:</strong> Step in when the “human touch” is needed for motivation, emotional support, or complex misunderstandings.</li></ul><p><strong>The New Infrastructure: Why Your University Needs an AI “Swarm”</strong></p><p>To support this, our technical infrastructure must evolve beyond simple “chatbots” to sophisticated <strong>Multi-Agent Systems (MAS)</strong>. A single, monolithic LLM is insufficient; it hallucinates, lacks specialization, and is hard to control.</p><p>The future is an <strong>Orchestrated Multi-Agent System</strong> — an “ensemble” or “swarm” of specialized agents governed by a central layer. Imagine a system where a student interacts with:</p><ul><li><strong>The Socratic Guide:</strong> Proficient in questioning, forbidden from giving direct answers.</li><li><strong>The Critical Companion:</strong> Programmed to challenge the student’s assumptions.</li><li><strong>The Affective Coach:</strong> Monitors sentiment and engagement.</li><li><strong>Governance Agents:</strong> An agent that monitors the other agents to ensure they adhere to safety guidelines and don’t “collude” with the student.</li></ul><p>This “jury” of agents can filter out hallucinations and provide a more robust educational scaffold. This system must be built with <strong>Human-in-the-Loop (HITL)</strong> as a core design standard — not just for safety, but for optimization.</p><p><strong>The New University Strategy: Assessing the Process, Not the Product</strong></p><p>Achieving this vision requires a realignment of institutional strategy. It’s a change management challenge centered on human identity and agency.</p><p><strong>The Assessment Validity Crisis</strong></p><p>Traditional assessment (the essay, the exam) collapses in the face of Generative AI. If the product can be automated, assessing the product is no longer a proxy for assessing human capability.</p><p>Institutions must pivot from Product-Based Assessment to <strong>Process-Based Assessment</strong>.</p><ul><li><strong>Use Trace Data:</strong> We can use the data from the Multi-Agent System to assess the <em>process</em> of inquiry. How did the student prompt the AI? How did they evaluate the output? How did they iterate? This turns the “black box” of student thinking into a transparent record.</li><li><strong>Re-introduce Oral Defense:</strong> We must bring back human-to-human defense of ideas.</li><li><strong>Assess the Augmentation:</strong> We need to explicitly assess the student’s ability to <em>collaborate</em> with AI, making “AI Literacy” a core competency.</li></ul><p><strong>A New Social Contract for Academia</strong></p><p>The “Amotivated but Engaged” phenomenon suggests a crisis of meaning. If students feel university work is just “simulated work” that a machine could do, they will disengage.</p><p>The university must double down on the <strong>“Human Value Proposition”</strong>:</p><ul><li><strong>Community:</strong> Learning as a social, emotional act.</li><li><strong>Mentorship:</strong> The teacher as a role model of <em>thinking</em>, not just a source of facts.</li><li><strong>Creation:</strong> The “intrinsic joy” of intellectual labor, even when it’s inefficient.</li></ul><p><strong>Conclusion: The Invincible Hybrid</strong></p><p>The evidence is clear: success belongs to those who amplify rather than automate.</p><blockquote>The “Automation” path leads to a “race to the bottom” where educational institutions compete on cost and efficiency, a battle they will ultimately lose to tech platforms.</blockquote><blockquote>The “Augmentation” path leads to a “race to the top,” where institutions compete on the quality of the Human-AI Symbiont they produce.</blockquote><p>The successful institution of 2030 will be built on this new architecture:</p><ul><li><strong>Its Teachers</strong> will be “Orchestrators,” supported by swarms of agents, allowing them to focus on inspiration and complex reasoning.</li><li><strong>Its Students</strong> will be “Epistemic Agents,” trained not just to answer questions, but to command, audit, and synthesize the output of intelligent systems.</li><li><strong>Its Infrastructure</strong> will be a “Hybrid Intelligence” network, designed with “seams” of friction that force cognitive engagement.</li></ul><p>By leveraging AI to internalize complexity rather than externalize effort, these institutions will not only survive the AI revolution; they will fulfill the core purpose of the university: to expand the boundaries of what it means to be human.</p><p>The “invincible” system is not the AI alone, but the human mind amplified by the machine.</p><h3>References</h3><p>‘AIA-PCEK’: A new framework for teaching with AI. (2025). <em>Taylor &amp; Francis Online</em>. <a href="https://www.tandfonline.com/doi/full/10.1080/2331186X.2025.2563171">https://www.tandfonline.com/doi/full/10.1080/2331186X.2025.2563171</a></p><p><em>AI Competence Frameworks and Policies in Higher Education: Synthesis Report</em>. (n.d.). WU (Vienna University of Economics and Business). Retrieved November 18, 2025, from <a href="https://www.google.com/search?q=https://www.wu.ac.at/fileadmin/wu/o/wu4juniors/LLE/FLAIR&amp;authuser=1">https://www.wu.ac.at/fileadmin/wu/o/wu4juniors/LLE/FLAIR</a>_Synthesis_Report.pdf</p><p><em>AI Tools in Society: Impacts on Cognitive Offloading and the Future of Critical Thinking</em>. (n.d.). ResearchGate. Retrieved November 18, 2025, from <a href="https://www.researchgate.net/publication/387701784">https://www.researchgate.net/publication/387701784</a>_AI_Tools_in_Society_Impacts_on_Cognitive_Offloading_and_the_Future_of_Critical_Thinking</p><p><em>Artificial Intelligence in Educational Data Mining and Human-in-the-Loop Machine Learning and Machine Teaching: Analysis of Scientific Knowledge</em>. (n.d.). MDPI. Retrieved November 18, 2025, from <a href="https://www.mdpi.com/2076-3417/15/2/772">https://www.mdpi.com/2076-3417/15/2/772</a></p><p><em>Beyond Automation: Socratic AI, Epistemic Agency, and the…</em> (2025). AlphaXiv. <a href="https://www.alphaxiv.org/overview/2508.05116v1">https://www.alphaxiv.org/overview/2508.05116v1</a></p><p><em>Beyond Automation: Socratic AI, Epistemic Agency, and the…</em> (2025). arXiv. <a href="https://arxiv.org/pdf/2508.05116">https://arxiv.org/pdf/2508.05116</a></p><p><em>Beyond the AI Divide</em>. (n.d.). Open Knowledge Repository. Retrieved November 18, 2025, from <a href="https://openknowledge.worldbank.org/bitstreams/82fbc048-b723-4818-bb91-9a4c8855daf1/download">https://openknowledge.worldbank.org/bitstreams/82fbc048-b723-4818-bb91-9a4c8855daf1/download</a></p><p><em>Beyond Tools: Generative AI as Epistemic Infrastructure in…</em> (2025). arXiv. <a href="https://arxiv.org/pdf/2504.06928">https://arxiv.org/pdf/2504.06928</a></p><p>Blue Stone’s. (n.d.). <em>Top 7 AI Agent Frameworks</em>. Retrieved November 18, 2025, from <a href="https://bluestoneinnovation.net/blogs/ai-agent-frameworks/">https://bluestoneinnovation.net/blogs/ai-agent-frameworks/</a></p><p>Chen, J. Y. (2025). <em>Research on the Pathways and Mechanisms of AI …</em> CSCanada. <a href="http://www.cscanada.net/index.php/sll/article/download/13923/13070">http://www.cscanada.net/index.php/sll/article/download/13923/13070</a></p><p><em>Cognitive Challenges in Human–Artificial Intelligence Collaboration: Investigating the Path Toward Productive Delegation</em>. (2021). <em>Information Systems Research</em>. <a href="https://pubsonline.informs.org/doi/10.1287/isre.2021.1079">https://pubsonline.informs.org/doi/10.1287/isre.2021.1079</a></p><p>Cukurova, M., et al. (2023). <em>The Interplay of Learning, Analytics, and Artificial Intelligence in Education: A Vision for Hybrid Intelligence</em>. ResearchGate. <a href="https://www.google.com/search?q=https://www.researchgate.net/publication/382360456&amp;authuser=1">https://www.researchgate.net/publication/382360456</a>_The_Interplay_of_Learning_Analytics_and_Artificial_Intelligence_in_Education_A_Vision_for_Hybrid_Intelligence</p><p><em>Design Recommendations for Intelligent Tutoring Systems</em>. (2023). GIFTTutoring.org. <a href="https://www.google.com/search?q=https://gifttutoring.org/attachments/download/4793/Vol%252011&amp;authuser=1">https://gifttutoring.org/attachments/download/4793/Vol%2011</a>_DesignRecommendationsforITSs_ProfessionalCareerEducation_FINAL_092723.pdf</p><p>Digital Cooperation Organization. (2025). <em>AI Global Practices Report</em>. <a href="https://dco.org/wp-content/uploads/2025/06/AI-Global-Practices-Report.pdf">https://dco.org/wp-content/uploads/2025/06/AI-Global-Practices-Report.pdf</a></p><p><em>EBA (Engaged but Amotivated) in AI-enhanced EFL …</em> (2025). <em>Frontiers in Psychology</em>. <a href="https://www.frontiersin.org/journals/psychology/articles/10.3389/fpsyg.2025.1643653/full">https://www.frontiersin.org/journals/psychology/articles/10.3389/fpsyg.2025.1643653/full</a></p><p><em>EBA (Engaged but Amotivated) in AI-enhanced EFL learning: a qualitative study from a Chinese higher vocational context</em>. (n.d.). ResearchGate. Retrieved November 18, 2025, from <a href="https://www.google.com/search?q=https://www.researchgate.net/publication/395505820&amp;authuser=1">https://www.researchgate.net/publication/395505820</a>_EBA_Engaged_but_Amotivated_in_AI-enhanced_EFL_learning_a_qualitative_study_from_a_Chinese_higher_vocational_context</p><p><em>Engaging with Film to Teach Students About Virtuous Outsourcing of Cognitive Tasks to LLMs</em>. (n.d.). PubMed Central. Retrieved November 18, 2025, from <a href="https://pmc.ncbi.nlm.nih.gov/articles/PMC12618357/">https://pmc.ncbi.nlm.nih.gov/articles/PMC12618357/</a></p><p><em>Enhancing early detection of cognitive decline in the elderly: a comparative study utilizing large language models in clinical notes</em>. (n.d.). PMC — NIH. Retrieved November 18, 2025, from <a href="https://pmc.ncbi.nlm.nih.gov/articles/PMC11663780/">https://pmc.ncbi.nlm.nih.gov/articles/PMC11663780/</a></p><p><em>Ensemble of Large Language Models for Curated Labeling and Rating of Free-text Data</em>. (2025). arXiv. <a href="https://arxiv.org/html/2501.08413v1">https://arxiv.org/html/2501.08413v1</a></p><p><em>Epistemic authority and generative AI in learning spaces: rethinking knowledge in the algorithmic age</em>. (2025). <em>Frontiers in Education</em>. <a href="https://www.frontiersin.org/journals/education/articles/10.3389/feduc.2025.1647687/full">https://www.frontiersin.org/journals/education/articles/10.3389/feduc.2025.1647687/full</a></p><p><em>Evaluating Language Models for Generating and Judging Programming Feedback</em>. (2024). arXiv. <a href="https://arxiv.org/html/2407.04873v2">https://arxiv.org/html/2407.04873v2</a></p><p><em>From automation to augmentation: a human …</em> (n.d.). CEUR-WS.org. Retrieved November 18, 2025, from <a href="https://ceur-ws.org/Vol-4060/paper05.pdf">https://ceur-ws.org/Vol-4060/paper05.pdf</a></p><p><em>From Offloading to Engagement: An Experimental Study on …</em> (n.d.). MDPI. Retrieved November 18, 2025, from <a href="https://www.mdpi.com/2306-5729/10/11/172">https://www.mdpi.com/2306-5729/10/11/172</a></p><p>Hugging Face. (n.d.). <em>Daily Papers</em>. Retrieved November 18, 2025, from <a href="https://huggingface.co/papers?q=multi-agent%20LLM%20orchestration">https://huggingface.co/papers?q=multi-agent%20LLM%20orchestration</a></p><p><em>Human-in-the-Loop Reinforcement Learning: A Survey and Position on Requirements, Challenges, and Opportunities</em>. (n.d.). <em>Journal of Artificial Intelligence Research</em>. Retrieved November 18, 2025, from <a href="https://jair.org/index.php/jair/article/view/15348">https://jair.org/index.php/jair/article/view/15348</a></p><p><em>Human-in-the-Loop Systems for Adaptive Learning Using Generative AI</em>. (2025). arXiv. <a href="https://arxiv.org/html/2508.11062v1">https://arxiv.org/html/2508.11062v1</a></p><p><em>Institutional Framework for The Development of Artificial Intelligence in The Industry</em>. (n.d.). ResearchGate. Retrieved November 18, 2025, from <a href="https://www.google.com/search?q=https://www.researchgate.net/publication/359563441&amp;authuser=1">https://www.researchgate.net/publication/359563441</a>_Institutional_Framework_for_The_Development_of_Artificial_Intelligence_in_The_Industry</p><p><em>Is AI bad for democracy? Analyzing AI’s impact on epistemic agency</em>. (n.d.). YouTube. Retrieved November 18, 2025, from <a href="https://www.youtube.com/watch?v=F9Ph-oDF9-k">https://www.youtube.com/watch?v=F9Ph-oDF9-k</a></p><p>Ithaca College Presidential Working Group on Artificial Intelligence. (2025). <em>Ithaca College Presidential Working Group on Artificial Intelligence</em>. Ithaca College. <a href="https://www.ithaca.edu/sites/default/files/2025-08/presidential-working-group-on-ai-final-document.pdf">https://www.ithaca.edu/sites/default/files/2025-08/presidential-working-group-on-ai-final-document.pdf</a></p><p>Luo, M. (n.d.). <em>Meina Luo’s research works</em>. ResearchGate. Retrieved November 18, 2025, from <a href="https://www.researchgate.net/scientific-contributions/Meina-Luo-74639259">https://www.researchgate.net/scientific-contributions/Meina-Luo-74639259</a></p><p>Luo, M., et al. (2025). <em>The collaboration of AI and teacher in feedback provision and its impact on EFL learner’s argumentative writing</em>. ResearchGate. <a href="https://www.google.com/search?q=https://www.researchgate.net/publication/389822015&amp;authuser=1">https://www.researchgate.net/publication/389822015</a>_The_collaboration_of_AI_and_teacher_in_feedback_provision_and_its_impact_on_EFL_learner_s_argumentative_writing</p><p><em>Multi-Stakeholder Alignment in LLM-Powered Collaborative …</em> (2025). arXiv. <a href="https://arxiv.org/pdf/2510.23245">https://arxiv.org/pdf/2510.23245</a></p><p><em>Multi-Stakeholder Alignment in LLM-Powered Collaborative AI Systems: A Multi-Agent Framework for Intelligent Tutoring</em>. (n.d.). ResearchGate. Retrieved November 18, 2025, from <a href="https://www.google.com/search?q=https://www.researchgate.net/publication/396744071&amp;authuser=1">https://www.researchgate.net/publication/396744071</a>_Multi_Stakeholder_Alignment_in_LLM_Powered_Collaborative_AI_Systems_A_Multi_Agent_Framework_for_Intelligent_Tutoring</p><p><em>Paradox of AI in Higher Education: Qualitative Inquiry Into AI Dependency Among Educators in Palestine</em>. (2025). <em>JMIR Medical Education</em>. <a href="https://mededu.jmir.org/2025/1/e74947">https://mededu.jmir.org/2025/1/e74947</a></p><p><em>Paradox of AI in Higher Education: Qualitative Inquiry Into AI Dependency Among Educators in Palestine</em>. (n.d.). PubMed Central. Retrieved November 18, 2025, from <a href="https://pmc.ncbi.nlm.nih.gov/articles/PMC12435755/">https://pmc.ncbi.nlm.nih.gov/articles/PMC12435755/</a></p><p><em>QUEST-AI: A System for Question Generation, Verification, and Refinement using AI for USMLE-Style Exams</em>. (2023). medRxiv. <a href="https://www.medrxiv.org/content/10.1101/2023.04.25.23288588v2.full.pdf">https://www.medrxiv.org/content/10.1101/2023.04.25.23288588v2.full.pdf</a></p><p><em>Re-imagining University Assessment in a Digital World [1st ed.]</em>. (n.d.). DOKUMEN.PUB. Retrieved November 18, 2025, from <a href="https://dokumen.pub/re-imagining-university-assessment-in-a-digital-world-1st-ed-9783030419554-9783030419561.html">https://dokumen.pub/re-imagining-university-assessment-in-a-digital-world-1st-ed-9783030419554-9783030419561.html</a></p><p><em>A review of how class orchestration with technology has been conducted for pedagogical practices</em>. (n.d.). ResearchGate. Retrieved November 18, 2025, from <a href="https://www.google.com/search?q=https://www.researchgate.net/publication/351725301&amp;authuser=1">https://www.researchgate.net/publication/351725301</a>_A_review_of_how_class_orchestration_with_technology_has_been_conducted_for_pedagogical_practices</p><p>Sauer, C. R. (2025). <em>A Systematic Review of Machine Learning for Hybrid Intelligence in Production Management</em>. ResearchGate. <a href="https://www.google.com/search?q=https://www.researchgate.net/publication/390878525&amp;authuser=1">https://www.researchgate.net/publication/390878525</a>_A_Systematic_Review_of_Machine_Learning_for_Hybrid_Intelligence_in_Production_Management</p><p>Stanford HAI. (n.d.). <em>Humans in the Loop: The Design of Interactive AI Systems</em>. Retrieved November 18, 2025, from <a href="https://hai.stanford.edu/news/humans-loop-design-interactive-ai-systems">https://hai.stanford.edu/news/humans-loop-design-interactive-ai-systems</a></p><p><em>A Systematic Review of Generative AI in K–12: Mapping Goals, Activities, Roles, and Outcomes via the 3P Model</em>. (n.d.). MDPI. Retrieved November 18, 2025, from <a href="https://www.mdpi.com/2079-8954/13/10/840">https://www.mdpi.com/2079-8954/13/10/840</a></p><p>Tang, (2025). <em>The role of generative AI and hybrid feedback in improving L2 writing skills: a comparative study</em>. <em>Taylor &amp; Francis Online</em>. <a href="https://www.tandfonline.com/doi/full/10.1080/17501229.2025.2503890?src=">https://www.tandfonline.com/doi/full/10.1080/17501229.2025.2503890?src=</a></p><p><em>The artificial intelligence (AI) competence paradox: how AI reshapes clinical expertise</em>. (2025). Emerald. <a href="https://www.emerald.com/tg/article/doi/10.1108/TG-02-2025-0048/1271958/The-artificial-intelligence-AI-competence-paradox">https://www.emerald.com/tg/article/doi/10.1108/TG-02-2025-0048/1271958/The-artificial-intelligence-AI-competence-paradox</a></p><p>Unity Connect. (2025). <em>A 2025 Guide to the Most Reliable AI Agent Frameworks for Business Automation</em>. <a href="https://unity-connect.com/our-resources/blog/ai-agent-framework/">https://unity-connect.com/our-resources/blog/ai-agent-framework/</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=e9a7f3daba4f" width="1" height="1" alt="">]]></content:encoded>
        </item>
    </channel>
</rss>