<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:dcterms="http://purl.org/dc/terms/"
     xmlns:media="http://search.yahoo.com/mrss/"
     xmlns:atom="http://www.w3.org/2005/Atom"
     xmlns:cf="https://www.futureplc.com/rss/content-flags"
>
    <channel>
                    <atom:link href="https://www.techlearning.com/feeds/tag/ai" rel="self" type="application/rss+xml" />
                            <title><![CDATA[ Latest from Tech & Learning in Ai ]]></title>
                <link>https://www.techlearning.com/technology/ai</link>
        <description><![CDATA[ All the latest ai content from the Tech & Learning team ]]></description>
                                    <lastBuildDate>Wed, 09 Sep 2026 09:00:00 +0000</lastBuildDate>
                            <language>en</language>
                                <item>
                                                            <title><![CDATA[ Beyond ChatGPT: 5 Ways Teachers Can Use RAG to Help Students Find Better Information ]]></title>
                                                                                                <dc:content><![CDATA[ <p>Generative AI has created a new challenge for teachers. Students can ask tools such as ChatGPT, Claude, and Gemini almost any question and receive a polished answer in seconds. The problem is that polished does not always mean accurate. </p><p>Large language models (LLMs) can produce incorrect information, misrepresent sources, and even invent convincing citations to publications that do not exist, which is why many educators remain understandably cautious about students using AI for research. </p><p>The better response is not to tell students to avoid AI altogether but to teach them how to use AI tools that keep evidence at the center of the research process.</p><h2 id="what-is-a-rag">What Is A RAG?</h2><p>A retrieval-augmented generation tool, or RAG, helps students move from asking AI for answers to asking AI to help them find, examine, and explain evidence.</p><p>One way to explain the difference between a traditional LLM and RAG is to compare it to the difference between a closed-book and open-book exam. When students use an LLM by themselves, the model answers from what it learned during training and from whatever the student provides in the conversation. It may produce a useful response, but it may also fill gaps with something that sounds right rather than something that is right. </p><p>RAG changes that interaction. Before answering, the system retrieves information related to the question and gives that material to the model. In that sense, RAG is less like asking AI to guess and more like asking AI to work with evidence in front of it.</p><p><strong>The process is essentially: Question → Retrieve sources → Analyze sources → Generate response</strong></p><p>This distinction is important for students because it introduces something often missing from conventional AI interactions: an evidence trail. </p><p>RAG does not eliminate hallucinations, and students still need to verify AI-generated information. However, properly designed retrieval systems make verification much easier because students can trace claims back to underlying sources. </p><p>Sometimes the term agentic RAG is used; most current RAG tools are better described as RAG with agentic features, not fully agentic RAGs at this point. These retrieve evidence, but may not independently plan, evaluate, and revise the research process in the way a true agentic system would.</p><p>With that foundation in mind, here are five practical ways educators can begin using retrieval-based AI tools to help students ask better questions, locate stronger evidence, and verify what AI tells them.</p><h2 id="1-use-gemini-notebook-to-create-a-controlled-research-environment">1. Use Gemini Notebook to Create a Controlled Research Environment</h2><p>Google's Gemini Notebook provides perhaps the easiest introduction to RAG for students. Rather than relying primarily on the model's general knowledge, teachers and students can provide the sources Gemini Notebook will use. These can include PDFs, websites, Google Docs and Slides, YouTube videos, and other materials. Responses are grounded in those sources and include citations students can follow back to the original material.</p><p>That allows teachers to create a controlled AI research environment. For example, instead of asking students to use AI to investigate the causes of the American Revolution from the open web, a teacher could provide six carefully selected primary and secondary sources. Students could load those materials into Gemini Notebook and ask: "What were the most important colonial objections to British taxation?"</p><p>The assignment also shouldn't end with the answer. Require students to identify the sources Gemini Notebook used, locate the supporting passages, and determine whether those passages support its conclusions. </p><p>Suddenly, AI isn't replacing reading but giving students another reason to read critically.</p><h2 id="2-use-consensus-to-move-students-toward-scholarly-evidence">2. Use Consensus to Move Students Toward Scholarly Evidence</h2><p>For older students, particularly those beginning serious research projects, <a href="https://www.techlearning.com/how-to/consensus-how-to-use-it-to-teach" target="_blank"><u><strong>Consensus</strong></u></a> can provide a useful bridge from general web searching to scholarly literature. Instead of asking a general-purpose chatbot to recall studies from its training, students can enter natural-language research questions and receive results grounded in academic research. Consider the difference between asking: "Does homework improve student achievement?" and asking: "What peer-reviewed research suggests that homework improves student achievement?"</p><p>The second question establishes an evidentiary expectation. Students can then examine the research Consensus retrieves, determine which studies address their question, and follow those studies to the original publications. </p><p>The objective is to help them identify research worth investigating rather than have Consensus do it for them.</p><h2 id="3-use-elicit-for-more-sophisticated-research-projects">3. Use Elicit for More Sophisticated Research Projects</h2><p><a href="https://www.techlearning.com/how-to/elicit-how-to-use-it-to-teach" target="_blank"><u><strong>Elicit</strong></u></a> takes this process another step and is particularly useful for advanced secondary and postsecondary research. Students can use it to locate scholarly literature, compare studies, extract information, and begin organizing evidence for literature reviews. This provides an opportunity to teach something students frequently struggle with finding a source is not the same as evaluating a source.</p><p>A student might use Elicit to identify ten studies related to a research question. The next task should be determining which studies belong in the research project. Students can examine methodology, sample size, population, publication date, limitations, and relevance to the research question. </p><p>In this example, AI accelerates discovery but students remain responsible for judgment. That distinction should become central to AI literacy.</p><h2 id="4-use-scite-to-ask-quot-does-research-really-support-this-quot">4. Use Scite to Ask, "Does Research Really Support This?"</h2><p>Students often assume that finding a citation proves a claim. <a href="https://www.techlearning.com/how-to/scite-ai-review-a-helpful-academic-search-tool" target="_blank"><u><strong>Scite</strong></u></a> provides a useful way to challenge that assumption. Its Smart Citations show how later scholarly publications have cited earlier work and classify citation statements as supporting, contrasting with, or simply mentioning the original study. </p><p>Imagine a student finding a 2018 study that makes an important claim. Rather than simply citing it, the student can ask better questions: What happened to this finding afterward? Have later studies supported it? Challenged it? Qualified it? Has the scholarly conversation moved in another direction? </p><p>This approach introduces students to an important feature of authentic scholarship: knowledge isn't simply a collection of isolated facts but an ongoing conversation in which evidence is continually examined and reconsidered.</p><h2 id="5-use-perplexity-for-current-information-but-verify-the-sources">5. Use Perplexity for Current Information, but Verify the Sources</h2><p>Not every student research question belongs in an academic database. Students researching current legislation, technology developments, elections, economic conditions, or breaking events need access to information that changes quickly.</p><p>Retrieval-oriented tools such as <a href="https://www.techlearning.com/how-to/perplexity-ai-how-to-use-it-to-teach" target="_blank"><u><strong>Perplexity</strong></u></a> can be useful because it searches current web information and connects generated answers to sources. However, this presents another excellent teaching opportunity. A citation does not automatically make information credible. Students should examine who published the information, when it was published, what evidence the source provides, whether other credible sources corroborate it, and whether the AI accurately represented what the source said. </p><p>The presence of citations should therefore be the beginning of verification, not the end of it.</p><h2 id="establish-one-simple-classroom-rule">Establish One Simple Classroom Rule</h2><p>Teachers introducing RAG do not need an elaborate AI policy to get started. Begin with one simple rule: Never cite the AI tool, but cite the evidence behind the AI. </p><p>When an AI tool provides a source, students should open it. When it makes a factual claim, students should find supporting evidence. When it summarizes research, students should compare the summary with the original. And when the evidence is not strong enough, students should keep researching. </p><p>Establishing these habits turns AI use from passive answer collection into active information evaluation.</p><h2 id="create-an-ai-research-toolbox">Create an AI Research Toolbox</h2><p>Students also need to understand that there isn't one best AI tool. Most of these tools have clear strengths and weaknesses, so they will have to learn to use the one best for each type of question or problem. </p><ul><li><strong>Assigned readings and teacher-selected sources:</strong> Gemini Notebook</li><li><strong>Finding scholarly evidence:</strong> Consensus</li><li><strong>Conducting deeper literature reviews:</strong> Elicit</li><li><strong>Determining whether research supports or challenges a claim:</strong> Scite</li><li><strong>Investigating current information:</strong> Perplexity</li><li><strong>Brainstorming, tutoring, explaining, organizing, and feedback:</strong> General-purpose LLMs such as ChatGPT, Claude, or Gemini</li></ul><p>This shift represents an important evolution in instructor and student AI literacy. Instead of teaching students simply how to prompt an AI system, we need to teach them which information environment they should ask the AI to search.</p><h2 id="getting-started-tomorrow">Getting Started Tomorrow</h2><p>Teachers can introduce this approach without redesigning an entire course. For example, choose three to five credible sources related to something students are already studying and put them into Gemini Notebook. Give students a research question and ask them to generate an initial response. Then add the requirement that students verify three claims in the AI response against the original sources. For each claim, students should identify the source, locate the supporting evidence, and decide whether the AI represented that evidence accurately. A follow-up discussion can focus on what the AI got right, what it missed, and where its interpretation differed from students' interpretations.</p><p>That's a relatively small instructional change, but it introduces several important competencies simultaneously: AI literacy, source evaluation, corroboration, close reading, and evidence-based reasoning.</p><h2 id="move-from-prompt-literacy-to-evidence-literacy">Move From Prompt Literacy to Evidence Literacy</h2><p>The first phase of generative AI in education focused heavily on prompts. Students and teachers learned that better questions could produce better AI responses.</p><p>The next phase needs to go further. Students need to understand where AI-generated information comes from, why some sources deserve more credibility than others, how retrieval influences an AI's response, and how to determine whether the evidence supports what the AI says.</p><p>Ultimately, the most important question we ask students may no longer be, "Did you use AI?" A much better question is, "What evidence did the AI find, and how did you determine that evidence was trustworthy?" This then becomes information literacy for a world in which students will increasingly encounter information through AI systems.</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/technology/ai/beyond-chatgpt-5-ways-teachers-can-use-rag-to-help-students-find-better-information</link>
                                                                            <description>
                            <![CDATA[ A retrieval-augmented generation tool (RAG) helps students move from asking AI for answers to asking it to help them find, examine, and explain evidence ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">sXhmkpeSDDoMG2CBaqWshB</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/N5EspBs5it5spbMnnn7XJN-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 09 Sep 2026 09:00:00 +0000</pubDate>                                                                                                                                <updated>Wed, 09 Sep 2026 09:03:16 +0000</updated>
                                                                                                                                            <category><![CDATA[AI]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Steve Baule ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ &lt;p&gt;Steve Baule served as a technology director, high school principal, and superintendent for 20+ years in K-12 education. He is currently the director of Winona State University’s online educational doctorate program in Minnesota.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/N5EspBs5it5spbMnnn7XJN-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[ai and students]]></media:description>                                                            <media:text><![CDATA[ai and students]]></media:text>
                                <media:title type="plain"><![CDATA[ai and students]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/N5EspBs5it5spbMnnn7XJN-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Generative AI has created a new challenge for teachers. Students can ask tools such as ChatGPT, Claude, and Gemini almost any question and receive a polished answer in seconds. The problem is that polished does not always mean accurate. </p><p>Large language models (LLMs) can produce incorrect information, misrepresent sources, and even invent convincing citations to publications that do not exist, which is why many educators remain understandably cautious about students using AI for research. </p><p>The better response is not to tell students to avoid AI altogether but to teach them how to use AI tools that keep evidence at the center of the research process.</p><h2 id="what-is-a-rag">What Is A RAG?</h2><p>A retrieval-augmented generation tool, or RAG, helps students move from asking AI for answers to asking AI to help them find, examine, and explain evidence.</p><p>One way to explain the difference between a traditional LLM and RAG is to compare it to the difference between a closed-book and open-book exam. When students use an LLM by themselves, the model answers from what it learned during training and from whatever the student provides in the conversation. It may produce a useful response, but it may also fill gaps with something that sounds right rather than something that is right. </p><p>RAG changes that interaction. Before answering, the system retrieves information related to the question and gives that material to the model. In that sense, RAG is less like asking AI to guess and more like asking AI to work with evidence in front of it.</p><p><strong>The process is essentially: Question → Retrieve sources → Analyze sources → Generate response</strong></p><p>This distinction is important for students because it introduces something often missing from conventional AI interactions: an evidence trail. </p><p>RAG does not eliminate hallucinations, and students still need to verify AI-generated information. However, properly designed retrieval systems make verification much easier because students can trace claims back to underlying sources. </p><p>Sometimes the term agentic RAG is used; most current RAG tools are better described as RAG with agentic features, not fully agentic RAGs at this point. These retrieve evidence, but may not independently plan, evaluate, and revise the research process in the way a true agentic system would.</p><p>With that foundation in mind, here are five practical ways educators can begin using retrieval-based AI tools to help students ask better questions, locate stronger evidence, and verify what AI tells them.</p><h2 id="1-use-gemini-notebook-to-create-a-controlled-research-environment">1. Use Gemini Notebook to Create a Controlled Research Environment</h2><p>Google's Gemini Notebook provides perhaps the easiest introduction to RAG for students. Rather than relying primarily on the model's general knowledge, teachers and students can provide the sources Gemini Notebook will use. These can include PDFs, websites, Google Docs and Slides, YouTube videos, and other materials. Responses are grounded in those sources and include citations students can follow back to the original material.</p><p>That allows teachers to create a controlled AI research environment. For example, instead of asking students to use AI to investigate the causes of the American Revolution from the open web, a teacher could provide six carefully selected primary and secondary sources. Students could load those materials into Gemini Notebook and ask: "What were the most important colonial objections to British taxation?"</p><p>The assignment also shouldn't end with the answer. Require students to identify the sources Gemini Notebook used, locate the supporting passages, and determine whether those passages support its conclusions. </p><p>Suddenly, AI isn't replacing reading but giving students another reason to read critically.</p><h2 id="2-use-consensus-to-move-students-toward-scholarly-evidence">2. Use Consensus to Move Students Toward Scholarly Evidence</h2><p>For older students, particularly those beginning serious research projects, <a href="https://www.techlearning.com/how-to/consensus-how-to-use-it-to-teach" target="_blank"><u><strong>Consensus</strong></u></a> can provide a useful bridge from general web searching to scholarly literature. Instead of asking a general-purpose chatbot to recall studies from its training, students can enter natural-language research questions and receive results grounded in academic research. Consider the difference between asking: "Does homework improve student achievement?" and asking: "What peer-reviewed research suggests that homework improves student achievement?"</p><p>The second question establishes an evidentiary expectation. Students can then examine the research Consensus retrieves, determine which studies address their question, and follow those studies to the original publications. </p><p>The objective is to help them identify research worth investigating rather than have Consensus do it for them.</p><h2 id="3-use-elicit-for-more-sophisticated-research-projects">3. Use Elicit for More Sophisticated Research Projects</h2><p><a href="https://www.techlearning.com/how-to/elicit-how-to-use-it-to-teach" target="_blank"><u><strong>Elicit</strong></u></a> takes this process another step and is particularly useful for advanced secondary and postsecondary research. Students can use it to locate scholarly literature, compare studies, extract information, and begin organizing evidence for literature reviews. This provides an opportunity to teach something students frequently struggle with finding a source is not the same as evaluating a source.</p><p>A student might use Elicit to identify ten studies related to a research question. The next task should be determining which studies belong in the research project. Students can examine methodology, sample size, population, publication date, limitations, and relevance to the research question. </p><p>In this example, AI accelerates discovery but students remain responsible for judgment. That distinction should become central to AI literacy.</p><h2 id="4-use-scite-to-ask-quot-does-research-really-support-this-quot">4. Use Scite to Ask, "Does Research Really Support This?"</h2><p>Students often assume that finding a citation proves a claim. <a href="https://www.techlearning.com/how-to/scite-ai-review-a-helpful-academic-search-tool" target="_blank"><u><strong>Scite</strong></u></a> provides a useful way to challenge that assumption. Its Smart Citations show how later scholarly publications have cited earlier work and classify citation statements as supporting, contrasting with, or simply mentioning the original study. </p><p>Imagine a student finding a 2018 study that makes an important claim. Rather than simply citing it, the student can ask better questions: What happened to this finding afterward? Have later studies supported it? Challenged it? Qualified it? Has the scholarly conversation moved in another direction? </p><p>This approach introduces students to an important feature of authentic scholarship: knowledge isn't simply a collection of isolated facts but an ongoing conversation in which evidence is continually examined and reconsidered.</p><h2 id="5-use-perplexity-for-current-information-but-verify-the-sources">5. Use Perplexity for Current Information, but Verify the Sources</h2><p>Not every student research question belongs in an academic database. Students researching current legislation, technology developments, elections, economic conditions, or breaking events need access to information that changes quickly.</p><p>Retrieval-oriented tools such as <a href="https://www.techlearning.com/how-to/perplexity-ai-how-to-use-it-to-teach" target="_blank"><u><strong>Perplexity</strong></u></a> can be useful because it searches current web information and connects generated answers to sources. However, this presents another excellent teaching opportunity. A citation does not automatically make information credible. Students should examine who published the information, when it was published, what evidence the source provides, whether other credible sources corroborate it, and whether the AI accurately represented what the source said. </p><p>The presence of citations should therefore be the beginning of verification, not the end of it.</p><h2 id="establish-one-simple-classroom-rule">Establish One Simple Classroom Rule</h2><p>Teachers introducing RAG do not need an elaborate AI policy to get started. Begin with one simple rule: Never cite the AI tool, but cite the evidence behind the AI. </p><p>When an AI tool provides a source, students should open it. When it makes a factual claim, students should find supporting evidence. When it summarizes research, students should compare the summary with the original. And when the evidence is not strong enough, students should keep researching. </p><p>Establishing these habits turns AI use from passive answer collection into active information evaluation.</p><h2 id="create-an-ai-research-toolbox">Create an AI Research Toolbox</h2><p>Students also need to understand that there isn't one best AI tool. Most of these tools have clear strengths and weaknesses, so they will have to learn to use the one best for each type of question or problem. </p><ul><li><strong>Assigned readings and teacher-selected sources:</strong> Gemini Notebook</li><li><strong>Finding scholarly evidence:</strong> Consensus</li><li><strong>Conducting deeper literature reviews:</strong> Elicit</li><li><strong>Determining whether research supports or challenges a claim:</strong> Scite</li><li><strong>Investigating current information:</strong> Perplexity</li><li><strong>Brainstorming, tutoring, explaining, organizing, and feedback:</strong> General-purpose LLMs such as ChatGPT, Claude, or Gemini</li></ul><p>This shift represents an important evolution in instructor and student AI literacy. Instead of teaching students simply how to prompt an AI system, we need to teach them which information environment they should ask the AI to search.</p><h2 id="getting-started-tomorrow">Getting Started Tomorrow</h2><p>Teachers can introduce this approach without redesigning an entire course. For example, choose three to five credible sources related to something students are already studying and put them into Gemini Notebook. Give students a research question and ask them to generate an initial response. Then add the requirement that students verify three claims in the AI response against the original sources. For each claim, students should identify the source, locate the supporting evidence, and decide whether the AI represented that evidence accurately. A follow-up discussion can focus on what the AI got right, what it missed, and where its interpretation differed from students' interpretations.</p><p>That's a relatively small instructional change, but it introduces several important competencies simultaneously: AI literacy, source evaluation, corroboration, close reading, and evidence-based reasoning.</p><h2 id="move-from-prompt-literacy-to-evidence-literacy">Move From Prompt Literacy to Evidence Literacy</h2><p>The first phase of generative AI in education focused heavily on prompts. Students and teachers learned that better questions could produce better AI responses.</p><p>The next phase needs to go further. Students need to understand where AI-generated information comes from, why some sources deserve more credibility than others, how retrieval influences an AI's response, and how to determine whether the evidence supports what the AI says.</p><p>Ultimately, the most important question we ask students may no longer be, "Did you use AI?" A much better question is, "What evidence did the AI find, and how did you determine that evidence was trustworthy?" This then becomes information literacy for a world in which students will increasingly encounter information through AI systems.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ What Effective AI Professional Learning Should Look Like ]]></title>
                                                                                                <dc:content><![CDATA[ <p>Throughout my work with educators and district leadership teams across the country, I have seen growing interest in and a need for AI professional learning. Educators want to understand what AI is, how it works, and how it can support their work, but they also want practical guidance about data privacy, academic integrity, bias, responsible classroom use, and appropriate student use. They need clear and consistent guidance that supports their practice.</p><p>A single workshop or training will not adequately prepare educators for everything they need to know and do. I have been passionate about this work for the past four years since starting my doctoral research, which focused on the need for effective AI professional development for educators. </p><p>A key takeaway from my research was the importance of ongoing, relevant, and supportive professional learning. My work with schools and educators has continued to reinforce that finding.</p><p>Effective AI professional learning cannot simply be about showing teachers the latest tools. Tools change, policies evolve, and new concerns emerge. If PD focuses primarily on a platform, what educators learn may become outdated before they have an opportunity to apply it in their practice. We need to build knowledge, confidence, and skills that educators can transfer regardless of what AI tools are available.</p><h2 id="start-with-purpose-not-with-tools">Start With Purpose, Not With Tools</h2><p>For years, when I provided PD, I often focused on the tools. Over time, I recognized that technologies change, and what matters most is understanding the why behind using technology. The same is true with AI. Begin by asking why an educator might use AI rather than asking which AI tool they will use.</p><p>When I work with educators, I challenge them to identify specific needs in their own practice. Do they want to differentiate instruction? Create more accessible materials? Provide feedback? Redesign an assessment? Generate ideas? Reduce time spent on repetitive tasks? Starting with an instructional need keeps the focus on teaching and learning rather than technology for technology’s sake.</p><p>Providing guiding questions helps educators decide when AI is useful and when it is not. Effective professional learning should guide teachers to ask:</p><ul><li>What is the learning goal?</li><li>What thinking should students do independently?</li><li>Where might AI provide meaningful support?</li><li>What would be gained or lost by using AI?</li><li>What happens if AI completes too much of the work?</li></ul><p>These questions will remain relevant even as the technology changes.</p><h2 id="connect-learning-to-real-classroom-practice">Connect Learning to Real Classroom Practice</h2><p>Just as relevance makes learning more meaningful for students, professional learning needs to connect to educators’ actual roles and responsibilities. A kindergarten teacher, high school science teacher, school counselor, special education teacher, instructional coach, and district administrator may ultimately use the same AI platform, but they will not necessarily use it in the same way.</p><p>Professional learning should include realistic scenarios for grade levels and content areas, and provide an opportunity for participants to create something they can use right away. Teachers might revise an assignment, develop expectations for student AI use, evaluate an AI-generated response, design a differentiated resource, or create a lesson that requires students to verify AI output.</p><p>In my sessions, educators have found it valuable to work through scenarios with colleagues rather than just learn what AI can do. Some scenarios I use include a student using an unapproved chatbot, evaluating a biased AI-generated response, considering the consequences of exposed student information, or addressing suspected AI-assisted student work. </p><p>Discussions enable educators to collaborate and think about what they would do, consider the benefits and cautions of AI, and learn together. These conversations help them leave with a clearer understanding of AI and specific next steps for their own learning and practice.</p><h2 id="differentiate-the-professional-learning">Differentiate the Professional Learning</h2><p>We differentiate learning for students, so we should think similarly about professional learning for educators. Everyone needs a solid foundation in AI literacy, but not everyone needs the exact same training.</p><p>Effective professional learning should provide opportunities for educators to explore how AI connects specifically to their work. Classroom teachers may need more support with instructional design, assessment, AI literacy, and appropriate student use. Administrators may focus more on leadership, policy, implementation, and communication. Technology teams may need more time on data privacy, security, and vendor vetting. </p><p>Professional learning should also account for differences in experience and comfort with AI. Two teachers in the same department may have very different starting points. One may already be experimenting with AI while another is still learning the basics. Providing opportunities for choice and time to learn with colleagues meets educators where they are without overwhelming them.</p><h2 id="address-privacy-law-and-ethics">Address Privacy, Law, and Ethics</h2><p>Responsible AI use cannot be an add-on at the end of professional learning. Privacy, safety, ethics, accessibility, and legal considerations need to be woven throughout the experience.</p><p>As an educator and attorney, I frequently work with schools that have questions about student data, approved tools, vendor agreements, copyright, accessibility, and academic integrity. Many educators have expressed not having enough guidance about what information can be entered into an AI platform or how to determine whether a tool is appropriate for students.</p><p>Educators need practical guidance rather than a list of laws without classroom context. Questions to consider:</p><ul><li>Why does entering identifiable student information into an unapproved platform create risk?</li><li>What do age requirements mean for student access?</li><li>What should educators look for in privacy policies?</li><li>Why must AI-generated content be reviewed for bias and accuracy?</li></ul><p>Schools need consistent expectations. Professional learning should connect directly to district policies and show what those policies mean in practice.</p><h2 id="make-professional-learning-active-and-ongoing">Make Professional Learning Active and Ongoing</h2><p>In schools, a keynote or introductory workshop helps to build awareness and momentum, but it should serve as the beginning of the learning process rather than the entire strategy. Ongoing support might include workshops, content- or grade-level coaching, professional learning communities (PLCs), office hours, model lessons, and ongoing conversations. </p><p>The goal is not to become an AI expert. Educators need enough understanding and confidence to make informed decisions, recognize when AI adds value and when it does not, and guide students to do the same. When this is possible, we move from simple awareness of AI and its possibilities to intentional implementation.  </p><h2 id="include-students-and-families">Include Students and Families</h2><p>AI professional learning should help educators understand how students are using these technologies. Students may be employing AI to brainstorm, translate, summarize, study, create images, or complete assignments. Some students may understand the limitations of these tools, while others may trust the output without questioning it. </p><p>Ask students how they are using AI. What do they think is permitted? What do they consider cheating? When do they believe AI helps them learn? When might they be relying on it too much? What do they know about the information they are sharing with AI tools? Student voice can reveal gaps between school policies and actual classroom practices. It can also help schools develop expectations that are realistic, understandable, and responsive to student needs.</p><p>Families should be part of the conversation as well. Parents and caregivers may have questions about why AI is being used, what tools students can access, how their children's information is protected, how schools define appropriate use, or how AI changes the expectations for student work. Professional learning should prepare educators to answer these questions.</p><h2 id="build-systems-that-can-adapt">Build Systems That Can Adapt</h2><p>Effective AI professional learning should be part of a larger system that involves leadership, policy, curriculum, technology, families, and students. District leaders must communicate a clear vision, provide guidance about approved tools, and reflect on decisions as the technology changes. Schools should also evaluate whether professional learning is making a difference in educators’ confidence, classroom decisions, assessment practices, and understanding of privacy expectations. </p><p>The measure of successful AI professional learning goes beyond the number of tools educators explore during a workshop; it is what happens after the workshop. Are educators asking better questions? Are they protecting student information? Are they making intentional choices about when AI adds value?</p><p>The tools in use today may not be the tools used next year, which is why understanding the fundamentals of AI and how it enhances learning is essential before diving into specific tools. Effective professional learning is not an experience that tells educators to embrace every new tool or avoid AI completely. The best learning helps educators understand AI, its capabilities, and guides them to approach it with curiosity, caution, and confidence, with the human side of education at the center.</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/technology/ai/what-effective-ai-professional-learning-should-look-like</link>
                                                                            <description>
                            <![CDATA[ A single workshop or training will not adequately prepare educators for everything they need to know and do in regard to AI. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">nuVGxuzXvaM6nMgTswxEkP</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/XxA8y7RNcnSYYw4r9aK6gF-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 31 Aug 2026 09:00:00 +0000</pubDate>                                                                                                                                <updated>Mon, 31 Aug 2026 09:34:21 +0000</updated>
                                                                                                                                            <category><![CDATA[AI]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Rachelle Dené Poth ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ &lt;p&gt;Dr. Rachelle Dené Poth is an edtech consultant, presenter, attorney, author, and teacher of Spanish and STEAM: Emerging Technology. Rachelle has a Juris Doctor degree from Duquesne University School of Law and a Doctorate in Instructional Technology. Rachelle specializes in Artificial Intelligence, AI and the Law, AR/VR, Cybersecurity, and STEM. She has more than eight years of teaching and presenting on AI in her classroom and working with educators worldwide. She is the author of ten books, including &lt;em&gt;How To Teach AI&lt;/em&gt;. She is a blogger for Defined Learning, EdTech K12, Edutopia, and Getting Smart. She is the host of the ThriveinEDU podcast, ISTE&#039;s Learning Unleashed podcast, and The Lift by Amazon on BAM Radio Network.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/XxA8y7RNcnSYYw4r9aK6gF-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[ai professional learning]]></media:description>                                                            <media:text><![CDATA[ai professional learning]]></media:text>
                                <media:title type="plain"><![CDATA[ai professional learning]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/XxA8y7RNcnSYYw4r9aK6gF-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Throughout my work with educators and district leadership teams across the country, I have seen growing interest in and a need for AI professional learning. Educators want to understand what AI is, how it works, and how it can support their work, but they also want practical guidance about data privacy, academic integrity, bias, responsible classroom use, and appropriate student use. They need clear and consistent guidance that supports their practice.</p><p>A single workshop or training will not adequately prepare educators for everything they need to know and do. I have been passionate about this work for the past four years since starting my doctoral research, which focused on the need for effective AI professional development for educators. </p><p>A key takeaway from my research was the importance of ongoing, relevant, and supportive professional learning. My work with schools and educators has continued to reinforce that finding.</p><p>Effective AI professional learning cannot simply be about showing teachers the latest tools. Tools change, policies evolve, and new concerns emerge. If PD focuses primarily on a platform, what educators learn may become outdated before they have an opportunity to apply it in their practice. We need to build knowledge, confidence, and skills that educators can transfer regardless of what AI tools are available.</p><h2 id="start-with-purpose-not-with-tools">Start With Purpose, Not With Tools</h2><p>For years, when I provided PD, I often focused on the tools. Over time, I recognized that technologies change, and what matters most is understanding the why behind using technology. The same is true with AI. Begin by asking why an educator might use AI rather than asking which AI tool they will use.</p><p>When I work with educators, I challenge them to identify specific needs in their own practice. Do they want to differentiate instruction? Create more accessible materials? Provide feedback? Redesign an assessment? Generate ideas? Reduce time spent on repetitive tasks? Starting with an instructional need keeps the focus on teaching and learning rather than technology for technology’s sake.</p><p>Providing guiding questions helps educators decide when AI is useful and when it is not. Effective professional learning should guide teachers to ask:</p><ul><li>What is the learning goal?</li><li>What thinking should students do independently?</li><li>Where might AI provide meaningful support?</li><li>What would be gained or lost by using AI?</li><li>What happens if AI completes too much of the work?</li></ul><p>These questions will remain relevant even as the technology changes.</p><h2 id="connect-learning-to-real-classroom-practice">Connect Learning to Real Classroom Practice</h2><p>Just as relevance makes learning more meaningful for students, professional learning needs to connect to educators’ actual roles and responsibilities. A kindergarten teacher, high school science teacher, school counselor, special education teacher, instructional coach, and district administrator may ultimately use the same AI platform, but they will not necessarily use it in the same way.</p><p>Professional learning should include realistic scenarios for grade levels and content areas, and provide an opportunity for participants to create something they can use right away. Teachers might revise an assignment, develop expectations for student AI use, evaluate an AI-generated response, design a differentiated resource, or create a lesson that requires students to verify AI output.</p><p>In my sessions, educators have found it valuable to work through scenarios with colleagues rather than just learn what AI can do. Some scenarios I use include a student using an unapproved chatbot, evaluating a biased AI-generated response, considering the consequences of exposed student information, or addressing suspected AI-assisted student work. </p><p>Discussions enable educators to collaborate and think about what they would do, consider the benefits and cautions of AI, and learn together. These conversations help them leave with a clearer understanding of AI and specific next steps for their own learning and practice.</p><h2 id="differentiate-the-professional-learning">Differentiate the Professional Learning</h2><p>We differentiate learning for students, so we should think similarly about professional learning for educators. Everyone needs a solid foundation in AI literacy, but not everyone needs the exact same training.</p><p>Effective professional learning should provide opportunities for educators to explore how AI connects specifically to their work. Classroom teachers may need more support with instructional design, assessment, AI literacy, and appropriate student use. Administrators may focus more on leadership, policy, implementation, and communication. Technology teams may need more time on data privacy, security, and vendor vetting. </p><p>Professional learning should also account for differences in experience and comfort with AI. Two teachers in the same department may have very different starting points. One may already be experimenting with AI while another is still learning the basics. Providing opportunities for choice and time to learn with colleagues meets educators where they are without overwhelming them.</p><h2 id="address-privacy-law-and-ethics">Address Privacy, Law, and Ethics</h2><p>Responsible AI use cannot be an add-on at the end of professional learning. Privacy, safety, ethics, accessibility, and legal considerations need to be woven throughout the experience.</p><p>As an educator and attorney, I frequently work with schools that have questions about student data, approved tools, vendor agreements, copyright, accessibility, and academic integrity. Many educators have expressed not having enough guidance about what information can be entered into an AI platform or how to determine whether a tool is appropriate for students.</p><p>Educators need practical guidance rather than a list of laws without classroom context. Questions to consider:</p><ul><li>Why does entering identifiable student information into an unapproved platform create risk?</li><li>What do age requirements mean for student access?</li><li>What should educators look for in privacy policies?</li><li>Why must AI-generated content be reviewed for bias and accuracy?</li></ul><p>Schools need consistent expectations. Professional learning should connect directly to district policies and show what those policies mean in practice.</p><h2 id="make-professional-learning-active-and-ongoing">Make Professional Learning Active and Ongoing</h2><p>In schools, a keynote or introductory workshop helps to build awareness and momentum, but it should serve as the beginning of the learning process rather than the entire strategy. Ongoing support might include workshops, content- or grade-level coaching, professional learning communities (PLCs), office hours, model lessons, and ongoing conversations. </p><p>The goal is not to become an AI expert. Educators need enough understanding and confidence to make informed decisions, recognize when AI adds value and when it does not, and guide students to do the same. When this is possible, we move from simple awareness of AI and its possibilities to intentional implementation.  </p><h2 id="include-students-and-families">Include Students and Families</h2><p>AI professional learning should help educators understand how students are using these technologies. Students may be employing AI to brainstorm, translate, summarize, study, create images, or complete assignments. Some students may understand the limitations of these tools, while others may trust the output without questioning it. </p><p>Ask students how they are using AI. What do they think is permitted? What do they consider cheating? When do they believe AI helps them learn? When might they be relying on it too much? What do they know about the information they are sharing with AI tools? Student voice can reveal gaps between school policies and actual classroom practices. It can also help schools develop expectations that are realistic, understandable, and responsive to student needs.</p><p>Families should be part of the conversation as well. Parents and caregivers may have questions about why AI is being used, what tools students can access, how their children's information is protected, how schools define appropriate use, or how AI changes the expectations for student work. Professional learning should prepare educators to answer these questions.</p><h2 id="build-systems-that-can-adapt">Build Systems That Can Adapt</h2><p>Effective AI professional learning should be part of a larger system that involves leadership, policy, curriculum, technology, families, and students. District leaders must communicate a clear vision, provide guidance about approved tools, and reflect on decisions as the technology changes. Schools should also evaluate whether professional learning is making a difference in educators’ confidence, classroom decisions, assessment practices, and understanding of privacy expectations. </p><p>The measure of successful AI professional learning goes beyond the number of tools educators explore during a workshop; it is what happens after the workshop. Are educators asking better questions? Are they protecting student information? Are they making intentional choices about when AI adds value?</p><p>The tools in use today may not be the tools used next year, which is why understanding the fundamentals of AI and how it enhances learning is essential before diving into specific tools. Effective professional learning is not an experience that tells educators to embrace every new tool or avoid AI completely. The best learning helps educators understand AI, its capabilities, and guides them to approach it with curiosity, caution, and confidence, with the human side of education at the center.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ What My Freshman Daughter Taught Me About AI ]]></title>
                                                                                                <dc:content><![CDATA[ <p>As someone who writes and speaks frequently about artificial intelligence in education, I consider myself a strong proponent of its thoughtful use in teaching, learning, and school leadership. Because AI has become such a regular part of my own professional work, I was genuinely surprised to learn how little my daughter, a freshman in high school, had used it, and more importantly, how skeptical she was about its growing role in school.</p><p>Her concerns grew largely from her identity as an artist. She spends a great deal of time drawing and creating, so she is especially attentive to the ways AI-generated art may affect human artists, particularly when original work can be copied, repurposed, or used without the creator’s knowledge. What began as a conversation about AI and art quickly expanded into a broader discussion about effort, learning, creativity, and the growing dependence on AI among students.</p><p>I was struck by how mature and carefully considered her views were, especially because they differed so sharply from my own generally positive stance toward AI. Rather than trying to persuade her or correct her assumptions, I became curious about how she had arrived at those conclusions and what she was observing in school.</p><p>That curiosity led me to ask whether she would sit down with me for a brief interview. I emphasize “brief” because, like many teenagers, she has a limited tolerance for anything that feels even remotely school-related, especially when the interviewer happens to be her father.</p><p>During our conversation, I asked her what AI means to her, what she is seeing among her classmates, and whether she believes it has a constructive role in education. Her answers were candid, skeptical, and often surprisingly nuanced. While adults continue to debate what AI may eventually mean for schools, she described what it already looks like from the perspective of a student living through that change.</p><p>This article is based on a semi-structured interview with my daughter and her perspective is not intended to represent the experiences or opinions of all students. Qualitative conversations such as this can provide meaningful insight into how individual students are making sense of emerging technologies in their schools and daily lives.</p><h2 id="ai-as-a-substitute-for-thinking">AI as a Substitute for Thinking</h2><p>I began by asking what came to mind when she heard the phrase “artificial intelligence.” Her answer was immediate:</p><p><em>“A robot who does work for you because you can’t do it yourself.”</em></p><p>When I asked her to explain, she continued:</p><p><em>“You just type in a prompt and it does it for you instead of using your own brain and doing the work yourself.”</em></p><p>Her description was not quite how I would define AI, and part of me wanted to explain that a large language model does not literally think or work in the same way a person does. I intentionally resisted that urge because I wanted to understand her perspective rather than shape it. I was interested in how a freshman interpreted AI through her own experiences, not whether she could provide a technically precise definition.</p><p>Even so, her response was striking because she did not begin with the language adults often use when discussing AI. She did not describe it as innovative, efficient, exciting, or transformative. Instead, she framed it around effort and ownership. In her view, AI becomes problematic when it replaces the thinking a person should be doing. That distinction would continue throughout the interview. She was not simply asking whether AI could produce an answer, but what happens to the learner when the tool takes over the work.</p><h2 id="seeing-dependency-among-students">Seeing Dependency Among Students</h2><p>Although she said she does not really use AI herself, she described seeing it frequently among classmates:</p><p><em>“A lot of students in my class use it to their own advantage, saying, ‘Oh, I don’t know this question. I’m just going to use AI to do it.’”</em></p><p>One of the clearest examples came when her school removed student access to Google Gemini. She recalled that students immediately reacted:</p><p><em>“The kids started freaking out.”</em></p><p>When I asked why, she answered:</p><p><em>“Because they use AI so often, they depend on it.”</em></p><p>She also described the kind of response she heard from peers:</p><p><em>“What am I going to do? I can’t turn in my essay if I don’t have it.”</em></p><p>That moment captures more than frustration over losing access to a tool. It suggests that, for some students, AI may already have become embedded in the process of completing schoolwork. When the tool disappears, so does their confidence in being able to produce the work independently.</p><p>Her concern was not simply that students were using AI, but that some were becoming unable, or at least unwilling, to proceed without it.</p><h2 id="when-grades-matter-more-than-learning">When Grades Matter More Than Learning</h2><p>Perhaps the most mature observation she made came when she explained why students might turn to AI so quickly. Rather than blaming students alone, she connected their behavior to the incentives surrounding them:</p><p><em>“I think a lot of the world has made getting grades more important than learning the actual stuff.”</em></p><p>She then put the issue even more directly:</p><p><em>“Grades matter more than what they actually get in their brain.”</em></p><p>That statement deserves serious consideration from educators. It suggests that AI use cannot be separated from the larger culture of schooling. When students believe that the final grade matters more than the process of understanding, tools that produce faster answers become especially appealing.</p><p>In that sense, AI may not be creating an entirely new problem but intensifying an old one. Schools have long struggled with the tension between performance and learning, and now AI makes it easier for students to produce polished work without necessarily developing the knowledge behind it.</p><p>Her comments also challenge educators to look beyond detection and enforcement. If students are using AI because they feel pressure to produce, then the conversation must include assessment design, grading practices, workload, and the messages schools send about what success actually means.</p><h2 id="ai-as-a-tutor-not-a-replacement">AI as a Tutor, Not a Replacement</h2><p>Despite her skepticism, she did not reject AI completely. Instead, she drew a clear line between using AI to learn and using AI to avoid learning.</p><p>When discussing a difficult math problem, she said:</p><p><em>“Instead of having AI give you the answer, maybe use it properly and have it create a good step-by-step way to help you.”</em></p><p>She then summarized her view in a single sentence:</p><p><em>“It should be a tutor instead of someone to do the work for you.”</em></p><p>This may be the central idea of the entire interview. For her, the value of AI depends on the role it plays. A tutor explains, prompts, models, and supports. A replacement takes over the task and removes the learner from the process.</p><p>That difference is especially important for schools because it offers a more useful framework than simply labeling AI as good or bad. The better question is whether the student remains intellectually engaged. Is the tool helping the student understand, or is it allowing the student to bypass the work entirely?</p><p>Her answer was consistent: AI should help people think, not think in their place.</p><h2 id="a-human-first-view-of-art">A Human-First View of Art</h2><p>Her perspective on AI is deeply shaped by the fact that she is an artist. Drawing is not merely an activity she enjoys. It is a skill she has spent time developing, and she sees creativity as something connected to practice, effort, and personal expression.</p><p>When I asked why she had not used AI very much, she explained:</p><p><em>“People who use AI to make art are looked down upon, in my opinion, because they can’t draw it themselves or they have to use a robot to generate it.”</em></p><p>Her language was blunt, but the underlying concern was about authenticity. She values the work that goes into developing an idea, choosing how to represent it, making mistakes, revising, and improving. From her perspective, generating a finished image through a prompt can bypass the very process that gives artistic work meaning.</p><p>At the same time, she offered a more constructive possibility:</p><p><em>“Instead of using a bot to generate a piece of art, you can draw something yourself and then ask AI, ‘How can I make this art piece better?’”</em></p><p>Once again, she returned to the distinction between support and substitution. She was more open to AI when the human remained the creator and used the tool to receive feedback. She was far less comfortable when AI became the creator itself.</p><p>Her concern also reflects a broader anxiety among artists about how creative work may be copied, repurposed, or used without permission. For a young person developing her artistic identity, those concerns are not abstract but directly affect how she thinks about ownership, originality, and whether technology is respecting or erasing human contribution.</p><h2 id="schools-may-be-responding-too-late">Schools May Be Responding Too Late</h2><p>When I asked what schools should teach students about responsible AI use, she raised another important issue: timing.</p><p><em>“AI has already come out, and teachers are a bit late teaching it.”</em></p><p>Her point was that students have already encountered and formed habits around AI before many schools have developed clear guidance. By the time formal instruction arrives, some students may already see AI as a normal way to complete assignments.</p><p>She was also skeptical that instruction alone would change behavior:</p><p><em>“I don’t know if the kids would care about how they teach it. They’re still going to use it irresponsibly.”</em></p><p>Her response may sound pessimistic, but it reflects a practical understanding of student behavior. A single lesson on responsible use is unlikely to undo habits that have already formed, especially when those habits are reinforced by convenience, pressure, and easy access.</p><p>This suggests that schools need more than one-time AI literacy lessons. They need consistent expectations, well-designed assignments, clear boundaries, and conversations that help students understand why certain uses support learning while others undermine it.</p><h2 id="the-role-of-teachers">The Role of Teachers</h2><p>When I asked what role teachers should play as AI becomes more common, she was not fully convinced that AI should become a regular part of education. Still, she believed that if teachers use it, they should define its role carefully:</p><p><em>“They can say, ‘This is going to be a secondary tool or a helper. You can only ask questions to help you instead of giving you the answer.’”</em></p><p>Her use of the phrase “secondary tool” is important. She does not believe AI should sit at the center of learning. The teacher, the student, and the learning task should remain primary, while AI occupies a limited and clearly defined supporting role.</p><p>That view also places responsibility on educators. Students need more than access to a tool. They need examples of appropriate use, boundaries around inappropriate use, and opportunities to practice using AI in ways that deepen rather than replace thinking.</p><h2 id="her-message-to-school-leaders">Her Message to School Leaders</h2><p>I ended by asking what message she would give to teachers and principals.</p><p>Her response was brief and direct:</p><p><em>“Please don’t generate art pieces, and please have better restrictions on AI usage.”</em></p><p>The first part reflects her identity as an artist. The second reflects her concern that current expectations are not strong or clear enough.</p><p>Her answer also complicates the assumption that students always want fewer restrictions. Some students may actually be looking to adults to set firmer boundaries, especially when they see classmates becoming dependent on tools that may weaken their learning.</p><h2 id="what-her-perspective-taught-me">What Her Perspective Taught Me</h2><p>As I reflected on the interview, I realized that her comments went beyond technology, and were about effort, creativity, integrity, learning, and what students believe school is asking them to value.</p><p>Her perspective may not represent every student, and it should not be treated as though it does. Some students are enthusiastic about AI, some are cautious, and others are still deciding what they think. Her voice matters precisely because it adds complexity to a conversation that is often framed too simply.</p><p>Perhaps what surprised me most was not her skepticism but how little she had actually used AI. As someone who advocates for the thoughtful integration of AI in education, I expected that a high school freshman would already be experimenting with these tools regularly. Instead, I found myself listening to a student who had largely formed her opinions by observing the behaviors of her classmates rather than relying on AI herself. That realization reminded me that student perspectives on AI are far more diverse than we sometimes assume.</p><p>She is skeptical, but she is not closed-minded. She objects to AI when it replaces thinking, creativity, or human effort, yet she can still imagine a constructive role for it as a tutor, guide, or source of feedback.</p><p>The consistency of her view was what stood out most. AI should explain, support, and improve. It should not take over.</p><p>Perhaps the most important lesson from our conversation is that schools should not design AI policies based solely on adult assumptions about what students need. Students are already observing how AI is affecting their peers, their classrooms, and their own sense of what counts as authentic work. We should listen to them more carefully because they are not merely preparing for an AI-shaped future. They are already living in it.</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/technology/ai/what-my-freshman-daughter-taught-me-about-ai</link>
                                                                            <description>
                            <![CDATA[ Students are already observing how AI is affecting their peers, their classrooms, and their own sense of what counts as authentic work. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">gUJXEouFD7xFk5Tvemky5R</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/4jXHBbqbzKGPK9U3Ad97fQ-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Thu, 27 Aug 2026 09:00:00 +0000</pubDate>                                                                                                                                <updated>Thu, 27 Aug 2026 09:04:27 +0000</updated>
                                                                                                                                            <category><![CDATA[AI]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Andy Szeto ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ &lt;p&gt;Dr. Andy Szeto is a New York City–based educational leader, writer, and professor focused on instructional leadership, district systems, multilingual learner advocacy, and responsible, practical uses of AI in education. He is the author of &lt;em&gt;Leading Before the Title: Growing Leadership Multiple Tracks&lt;/em&gt; (The Worthy Educator Press, 2025), and is writing a new book about this journey as an English learner (due late 2026); learn more at &lt;a href=&quot;https://sites.google.com/view/drszetocoursesite/home&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;u&gt;&lt;strong&gt;drandyszeto.com&lt;/strong&gt;&lt;/u&gt;&lt;/a&gt;.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/4jXHBbqbzKGPK9U3Ad97fQ-1280-80.png">
                                                            <media:credit><![CDATA[Haley Szeto]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[&lt;a href=&quot;https://www.instagram.com/mystia_art24?igsi=MTNxY3Bwamhqbm5haA==&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;em&gt;Original art from Haley Szeto, who you can follow at Instagram&lt;/em&gt;&lt;/a&gt;]]></media:description>                                                            <media:text><![CDATA[Haley Szeto]]></media:text>
                                <media:title type="plain"><![CDATA[Haley Szeto]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/4jXHBbqbzKGPK9U3Ad97fQ-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>As someone who writes and speaks frequently about artificial intelligence in education, I consider myself a strong proponent of its thoughtful use in teaching, learning, and school leadership. Because AI has become such a regular part of my own professional work, I was genuinely surprised to learn how little my daughter, a freshman in high school, had used it, and more importantly, how skeptical she was about its growing role in school.</p><p>Her concerns grew largely from her identity as an artist. She spends a great deal of time drawing and creating, so she is especially attentive to the ways AI-generated art may affect human artists, particularly when original work can be copied, repurposed, or used without the creator’s knowledge. What began as a conversation about AI and art quickly expanded into a broader discussion about effort, learning, creativity, and the growing dependence on AI among students.</p><p>I was struck by how mature and carefully considered her views were, especially because they differed so sharply from my own generally positive stance toward AI. Rather than trying to persuade her or correct her assumptions, I became curious about how she had arrived at those conclusions and what she was observing in school.</p><p>That curiosity led me to ask whether she would sit down with me for a brief interview. I emphasize “brief” because, like many teenagers, she has a limited tolerance for anything that feels even remotely school-related, especially when the interviewer happens to be her father.</p><p>During our conversation, I asked her what AI means to her, what she is seeing among her classmates, and whether she believes it has a constructive role in education. Her answers were candid, skeptical, and often surprisingly nuanced. While adults continue to debate what AI may eventually mean for schools, she described what it already looks like from the perspective of a student living through that change.</p><p>This article is based on a semi-structured interview with my daughter and her perspective is not intended to represent the experiences or opinions of all students. Qualitative conversations such as this can provide meaningful insight into how individual students are making sense of emerging technologies in their schools and daily lives.</p><h2 id="ai-as-a-substitute-for-thinking">AI as a Substitute for Thinking</h2><p>I began by asking what came to mind when she heard the phrase “artificial intelligence.” Her answer was immediate:</p><p><em>“A robot who does work for you because you can’t do it yourself.”</em></p><p>When I asked her to explain, she continued:</p><p><em>“You just type in a prompt and it does it for you instead of using your own brain and doing the work yourself.”</em></p><p>Her description was not quite how I would define AI, and part of me wanted to explain that a large language model does not literally think or work in the same way a person does. I intentionally resisted that urge because I wanted to understand her perspective rather than shape it. I was interested in how a freshman interpreted AI through her own experiences, not whether she could provide a technically precise definition.</p><p>Even so, her response was striking because she did not begin with the language adults often use when discussing AI. She did not describe it as innovative, efficient, exciting, or transformative. Instead, she framed it around effort and ownership. In her view, AI becomes problematic when it replaces the thinking a person should be doing. That distinction would continue throughout the interview. She was not simply asking whether AI could produce an answer, but what happens to the learner when the tool takes over the work.</p><h2 id="seeing-dependency-among-students">Seeing Dependency Among Students</h2><p>Although she said she does not really use AI herself, she described seeing it frequently among classmates:</p><p><em>“A lot of students in my class use it to their own advantage, saying, ‘Oh, I don’t know this question. I’m just going to use AI to do it.’”</em></p><p>One of the clearest examples came when her school removed student access to Google Gemini. She recalled that students immediately reacted:</p><p><em>“The kids started freaking out.”</em></p><p>When I asked why, she answered:</p><p><em>“Because they use AI so often, they depend on it.”</em></p><p>She also described the kind of response she heard from peers:</p><p><em>“What am I going to do? I can’t turn in my essay if I don’t have it.”</em></p><p>That moment captures more than frustration over losing access to a tool. It suggests that, for some students, AI may already have become embedded in the process of completing schoolwork. When the tool disappears, so does their confidence in being able to produce the work independently.</p><p>Her concern was not simply that students were using AI, but that some were becoming unable, or at least unwilling, to proceed without it.</p><h2 id="when-grades-matter-more-than-learning">When Grades Matter More Than Learning</h2><p>Perhaps the most mature observation she made came when she explained why students might turn to AI so quickly. Rather than blaming students alone, she connected their behavior to the incentives surrounding them:</p><p><em>“I think a lot of the world has made getting grades more important than learning the actual stuff.”</em></p><p>She then put the issue even more directly:</p><p><em>“Grades matter more than what they actually get in their brain.”</em></p><p>That statement deserves serious consideration from educators. It suggests that AI use cannot be separated from the larger culture of schooling. When students believe that the final grade matters more than the process of understanding, tools that produce faster answers become especially appealing.</p><p>In that sense, AI may not be creating an entirely new problem but intensifying an old one. Schools have long struggled with the tension between performance and learning, and now AI makes it easier for students to produce polished work without necessarily developing the knowledge behind it.</p><p>Her comments also challenge educators to look beyond detection and enforcement. If students are using AI because they feel pressure to produce, then the conversation must include assessment design, grading practices, workload, and the messages schools send about what success actually means.</p><h2 id="ai-as-a-tutor-not-a-replacement">AI as a Tutor, Not a Replacement</h2><p>Despite her skepticism, she did not reject AI completely. Instead, she drew a clear line between using AI to learn and using AI to avoid learning.</p><p>When discussing a difficult math problem, she said:</p><p><em>“Instead of having AI give you the answer, maybe use it properly and have it create a good step-by-step way to help you.”</em></p><p>She then summarized her view in a single sentence:</p><p><em>“It should be a tutor instead of someone to do the work for you.”</em></p><p>This may be the central idea of the entire interview. For her, the value of AI depends on the role it plays. A tutor explains, prompts, models, and supports. A replacement takes over the task and removes the learner from the process.</p><p>That difference is especially important for schools because it offers a more useful framework than simply labeling AI as good or bad. The better question is whether the student remains intellectually engaged. Is the tool helping the student understand, or is it allowing the student to bypass the work entirely?</p><p>Her answer was consistent: AI should help people think, not think in their place.</p><h2 id="a-human-first-view-of-art">A Human-First View of Art</h2><p>Her perspective on AI is deeply shaped by the fact that she is an artist. Drawing is not merely an activity she enjoys. It is a skill she has spent time developing, and she sees creativity as something connected to practice, effort, and personal expression.</p><p>When I asked why she had not used AI very much, she explained:</p><p><em>“People who use AI to make art are looked down upon, in my opinion, because they can’t draw it themselves or they have to use a robot to generate it.”</em></p><p>Her language was blunt, but the underlying concern was about authenticity. She values the work that goes into developing an idea, choosing how to represent it, making mistakes, revising, and improving. From her perspective, generating a finished image through a prompt can bypass the very process that gives artistic work meaning.</p><p>At the same time, she offered a more constructive possibility:</p><p><em>“Instead of using a bot to generate a piece of art, you can draw something yourself and then ask AI, ‘How can I make this art piece better?’”</em></p><p>Once again, she returned to the distinction between support and substitution. She was more open to AI when the human remained the creator and used the tool to receive feedback. She was far less comfortable when AI became the creator itself.</p><p>Her concern also reflects a broader anxiety among artists about how creative work may be copied, repurposed, or used without permission. For a young person developing her artistic identity, those concerns are not abstract but directly affect how she thinks about ownership, originality, and whether technology is respecting or erasing human contribution.</p><h2 id="schools-may-be-responding-too-late">Schools May Be Responding Too Late</h2><p>When I asked what schools should teach students about responsible AI use, she raised another important issue: timing.</p><p><em>“AI has already come out, and teachers are a bit late teaching it.”</em></p><p>Her point was that students have already encountered and formed habits around AI before many schools have developed clear guidance. By the time formal instruction arrives, some students may already see AI as a normal way to complete assignments.</p><p>She was also skeptical that instruction alone would change behavior:</p><p><em>“I don’t know if the kids would care about how they teach it. They’re still going to use it irresponsibly.”</em></p><p>Her response may sound pessimistic, but it reflects a practical understanding of student behavior. A single lesson on responsible use is unlikely to undo habits that have already formed, especially when those habits are reinforced by convenience, pressure, and easy access.</p><p>This suggests that schools need more than one-time AI literacy lessons. They need consistent expectations, well-designed assignments, clear boundaries, and conversations that help students understand why certain uses support learning while others undermine it.</p><h2 id="the-role-of-teachers">The Role of Teachers</h2><p>When I asked what role teachers should play as AI becomes more common, she was not fully convinced that AI should become a regular part of education. Still, she believed that if teachers use it, they should define its role carefully:</p><p><em>“They can say, ‘This is going to be a secondary tool or a helper. You can only ask questions to help you instead of giving you the answer.’”</em></p><p>Her use of the phrase “secondary tool” is important. She does not believe AI should sit at the center of learning. The teacher, the student, and the learning task should remain primary, while AI occupies a limited and clearly defined supporting role.</p><p>That view also places responsibility on educators. Students need more than access to a tool. They need examples of appropriate use, boundaries around inappropriate use, and opportunities to practice using AI in ways that deepen rather than replace thinking.</p><h2 id="her-message-to-school-leaders">Her Message to School Leaders</h2><p>I ended by asking what message she would give to teachers and principals.</p><p>Her response was brief and direct:</p><p><em>“Please don’t generate art pieces, and please have better restrictions on AI usage.”</em></p><p>The first part reflects her identity as an artist. The second reflects her concern that current expectations are not strong or clear enough.</p><p>Her answer also complicates the assumption that students always want fewer restrictions. Some students may actually be looking to adults to set firmer boundaries, especially when they see classmates becoming dependent on tools that may weaken their learning.</p><h2 id="what-her-perspective-taught-me">What Her Perspective Taught Me</h2><p>As I reflected on the interview, I realized that her comments went beyond technology, and were about effort, creativity, integrity, learning, and what students believe school is asking them to value.</p><p>Her perspective may not represent every student, and it should not be treated as though it does. Some students are enthusiastic about AI, some are cautious, and others are still deciding what they think. Her voice matters precisely because it adds complexity to a conversation that is often framed too simply.</p><p>Perhaps what surprised me most was not her skepticism but how little she had actually used AI. As someone who advocates for the thoughtful integration of AI in education, I expected that a high school freshman would already be experimenting with these tools regularly. Instead, I found myself listening to a student who had largely formed her opinions by observing the behaviors of her classmates rather than relying on AI herself. That realization reminded me that student perspectives on AI are far more diverse than we sometimes assume.</p><p>She is skeptical, but she is not closed-minded. She objects to AI when it replaces thinking, creativity, or human effort, yet she can still imagine a constructive role for it as a tutor, guide, or source of feedback.</p><p>The consistency of her view was what stood out most. AI should explain, support, and improve. It should not take over.</p><p>Perhaps the most important lesson from our conversation is that schools should not design AI policies based solely on adult assumptions about what students need. Students are already observing how AI is affecting their peers, their classrooms, and their own sense of what counts as authentic work. We should listen to them more carefully because they are not merely preparing for an AI-shaped future. They are already living in it.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ PowerPoint’s Speaker Coach Is A Harsh But Mostly Helpful AI Mentor ]]></title>
                                                                                                <dc:content><![CDATA[ <p>I was not prepared for just how much I would hate using Speaker Coach, but that doesn’t mean it wasn’t helpful. </p><p>The AI-powered speaking coach and presentation mentor built into PowerPoint is designed to help anyone, including educators and their students, improve their public speaking abilities.  </p><p>I’ve always been comfortable with public speaking, and think I do a solid job. My voice carries, I speak confidently, and I feel I know how to read a crowd and respond in the moment to their moods. But I am by no means perfect. I know that I can mumble, I lose my train of thought sometimes, and when I read from a prewritten script or speech, I have a tendency to read it in a semi-lifeless robotic voice. Also, I have a bad habit of reading too much from slides, especially when I get nervous, which is why I often <a href="https://www.techlearning.com/how-to/i-used-to-create-long-slideshows-today-heres-what-i-do-instead" target="_blank" rel="nofollow"><u><strong>avoid using slides in my presentations</strong></u></a>. </p><p>Speaker Coach caught on to all these weaknesses, almost immediately, which was, frankly, a little bit disheartening. I always hoped I was being too hard on myself and that I was actually far better at public speaking than I thought. This made using Speaker Coach an unpleasant experience, but it also meant it was doing its job and could help me improve my presentations. </p><p>So overall, despite some minor issues, Speaker Coach seems to be a strong, if slightly intimidating, tool for improving public speaking. Here’s a closer look.</p><h2 id="how-speaker-coach-in-powerpoint-works">How Speaker Coach In PowerPoint Works</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:983px;"><p class="vanilla-image-block" style="padding-top:62.26%;"><img id="z6t7v8tRHeEccpfM2mGTBX" name="Screenshot 2026-08-19 at 5.16.08 PM" alt="A screenshot from my use of speaker coach" src="https://cdn.mos.cms.futurecdn.net/z6t7v8tRHeEccpfM2mGTBX.png" mos="" align="middle" fullscreen="" width="983" height="612" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Microsoft)</span></figcaption></figure><p>Speaker Coach is built into PowerPoint. To access it, users access the web version of PowerPoint through a Microsoft-linked account. They then upload an existing slideshow or create a new one. </p><p>Once a user is ready to practice, they select the Slideshow tab, then choose the Rehearse with Coach option. After this, you can move through your presentation as you talk and practice with Speaker Coach monitoring it all. </p><p>As you speak, the program gives on-screen guidance by default, though you can turn off this feature. It will provide feedback such as telling you to speak more slowly, avoiding “ahs” and “ehs,” and offering encouragement that you are doing great and should keep it up. </p><p>Once you finish the presentation, you get a breakdown of your overall performance, including a wide range of useful feedback on your presentation. It will let you know, for instance, how fast you spoke and it was too rapid or too slow, and whether you read from the slides directly too often, and if so, which slides. It also offers a chart on how your pronunciation was, as well as your tone variation and your use of inclusive language, as well as many helpful details such as how long you spent on each slide. </p><h2 id="what-are-speaker-coach-s-best-features">What Are Speaker Coach’s Best Features?</h2><p>Public speaking is often a vital skill for educators, but it can be a tricky one to practice. Speaker Coach offers the chance for hands-on practice with specific and actionable feedback. </p><p>The final report is really helpful in assessing your strengths and weaknesses as an instructor. The fact that it recognized the slides I had a tendency to read too much from was fantastic. </p><p>It can also help you identify the strengths and weaknesses of different types of presentations. I practiced with scripted presentations and with unscripted ones in which I relied only on my slides. I learned, unfortunately but not particularly surprisingly, that I have too many "ums" and "ahs" when I don’t use a script. Reading from a script corrects this, but then my voice becomes more lifeless and monotone. Identifying this helps me target both concerns as I prepare for future presentations. </p><h2 id="what-speaker-coach-features-need-work">What Speaker Coach Features Need Work?</h2><p>As I mentioned at the start, despite finding it helpful, I didn’t enjoy using Speaker Coach. Some of this is probably inherent in practicing a skill as deeply personal as speaking, but there were also design features that made this worse. </p><p>The real-time feedback tool was more annoying than helpful, and I was tempted to turn it off, which is option. If I said “ah" or "mmm” it would start scolding me, which made me feel like a kid when adults used to admonish me to "stop mumbling." Even when it praised what I was doing, it was distracting. </p><p>Another weakness of Speaker Coach overall is that even though it was great at diagnosing the problems in speech, its suggestions for fixing these problems are limited. </p><p>It told me, for instance, to avoid saying “ah” by pausing and breathing, which I know I should do, except it didn’t offer more concrete advice on actually practicing this skill or how I might build in these natural pauses. When it came to speaking in a monotone, Speaker Coach didn’t offer any suggestions of any kind for improvement. </p><p>Overall, more detailed suggestions and/or links to resources on public speaking would take this tool to the next level. </p><h2 id="how-much-does-speaker-coach-cost">How Much Does Speaker Coach Cost?</h2><p>Speaker Coach is <strong>free </strong>with PowerPoint, which comes with most Microsoft Office plans available through schools or businesses. </p><p>Individual subscriptions range between $6.99 and $9.99 per month, depending on whether users pay annually or monthly. </p><h2 id="bottom-line-on-speaker-coach">Bottom Line on Speaker Coach</h2><p>Ultimately, I found Speaker Coach helpful, if unpleasant, to use, but I plan on using it in the future as I try to improve my public speaking ability. I would recommend it to educators and students who are already comfortable with public speaking and looking to really hone their craft. </p><p>I wouldn’t recommend it to your average student who is working on a presentation for class because I worry the no-mercy criticism Speaker Coach provides could have a negative effect on someone who is new to presentations and likely already nervous about public speaking. </p><p>However, for the right type of educator or student with thick skin, Speaker Coach can be a helpful speaking coach. </p> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/technology/ai/powerpoints-speaker-coach-is-a-harsh-but-mostly-helpful-ai-mentor</link>
                                                                            <description>
                            <![CDATA[ Speaker Coach, the AI-powered presentation tool built into PowerPoint, is not fun to use, but it could help me get better at giving presentations. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">vXq9EuvTL3YNkLNXQfMiRo</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/LKwv99NgiSUE2ADerDqJzc-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Wed, 26 Aug 2026 09:00:00 +0000</pubDate>                                                                                                                                <updated>Wed, 26 Aug 2026 09:18:35 +0000</updated>
                                                                                                                                            <category><![CDATA[AI]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                <author><![CDATA[ erik.ofgang@futurenet.com (Erik Ofgang) ]]></author>                    <dc:creator><![CDATA[ Erik Ofgang ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/4t5ro4CXB7QUaPA28UMYb9.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Erik Ofgang is Tech &amp; Learning contributor. A journalist, &lt;a href=&quot;https://www.penguinrandomhouse.com/books/557664/the-good-vices-by-dr-harry-ofgang-and-erik-ofgang/&quot; target=&quot;_blank&quot;&gt;&lt;u&gt;&lt;strong&gt;author&lt;/strong&gt;&lt;/u&gt;&lt;/a&gt; and educator, his work has appeared in The New York Times, The Smithsonian, Washington Post, The Atlantic, and Forbes.com. He currently teaches at Western Connecticut State University’s MFA program. While a staff writer at Connecticut Magazine he won a Society of Professional Journalism Award for his education reporting. He is interested in how humans learn and how technology can make that more effective. &lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/LKwv99NgiSUE2ADerDqJzc-1280-80.png">
                                                            <media:credit><![CDATA[Microsoft]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[An illustration of a latop using speakercoach.]]></media:description>                                                            <media:text><![CDATA[An illustration of a latop using speakercoach.]]></media:text>
                                <media:title type="plain"><![CDATA[An illustration of a latop using speakercoach.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/LKwv99NgiSUE2ADerDqJzc-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>I was not prepared for just how much I would hate using Speaker Coach, but that doesn’t mean it wasn’t helpful. </p><p>The AI-powered speaking coach and presentation mentor built into PowerPoint is designed to help anyone, including educators and their students, improve their public speaking abilities.  </p><p>I’ve always been comfortable with public speaking, and think I do a solid job. My voice carries, I speak confidently, and I feel I know how to read a crowd and respond in the moment to their moods. But I am by no means perfect. I know that I can mumble, I lose my train of thought sometimes, and when I read from a prewritten script or speech, I have a tendency to read it in a semi-lifeless robotic voice. Also, I have a bad habit of reading too much from slides, especially when I get nervous, which is why I often <a href="https://www.techlearning.com/how-to/i-used-to-create-long-slideshows-today-heres-what-i-do-instead" target="_blank" rel="nofollow"><u><strong>avoid using slides in my presentations</strong></u></a>. </p><p>Speaker Coach caught on to all these weaknesses, almost immediately, which was, frankly, a little bit disheartening. I always hoped I was being too hard on myself and that I was actually far better at public speaking than I thought. This made using Speaker Coach an unpleasant experience, but it also meant it was doing its job and could help me improve my presentations. </p><p>So overall, despite some minor issues, Speaker Coach seems to be a strong, if slightly intimidating, tool for improving public speaking. Here’s a closer look.</p><h2 id="how-speaker-coach-in-powerpoint-works">How Speaker Coach In PowerPoint Works</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:983px;"><p class="vanilla-image-block" style="padding-top:62.26%;"><img id="z6t7v8tRHeEccpfM2mGTBX" name="Screenshot 2026-08-19 at 5.16.08 PM" alt="A screenshot from my use of speaker coach" src="https://cdn.mos.cms.futurecdn.net/z6t7v8tRHeEccpfM2mGTBX.png" mos="" align="middle" fullscreen="" width="983" height="612" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Microsoft)</span></figcaption></figure><p>Speaker Coach is built into PowerPoint. To access it, users access the web version of PowerPoint through a Microsoft-linked account. They then upload an existing slideshow or create a new one. </p><p>Once a user is ready to practice, they select the Slideshow tab, then choose the Rehearse with Coach option. After this, you can move through your presentation as you talk and practice with Speaker Coach monitoring it all. </p><p>As you speak, the program gives on-screen guidance by default, though you can turn off this feature. It will provide feedback such as telling you to speak more slowly, avoiding “ahs” and “ehs,” and offering encouragement that you are doing great and should keep it up. </p><p>Once you finish the presentation, you get a breakdown of your overall performance, including a wide range of useful feedback on your presentation. It will let you know, for instance, how fast you spoke and it was too rapid or too slow, and whether you read from the slides directly too often, and if so, which slides. It also offers a chart on how your pronunciation was, as well as your tone variation and your use of inclusive language, as well as many helpful details such as how long you spent on each slide. </p><h2 id="what-are-speaker-coach-s-best-features">What Are Speaker Coach’s Best Features?</h2><p>Public speaking is often a vital skill for educators, but it can be a tricky one to practice. Speaker Coach offers the chance for hands-on practice with specific and actionable feedback. </p><p>The final report is really helpful in assessing your strengths and weaknesses as an instructor. The fact that it recognized the slides I had a tendency to read too much from was fantastic. </p><p>It can also help you identify the strengths and weaknesses of different types of presentations. I practiced with scripted presentations and with unscripted ones in which I relied only on my slides. I learned, unfortunately but not particularly surprisingly, that I have too many "ums" and "ahs" when I don’t use a script. Reading from a script corrects this, but then my voice becomes more lifeless and monotone. Identifying this helps me target both concerns as I prepare for future presentations. </p><h2 id="what-speaker-coach-features-need-work">What Speaker Coach Features Need Work?</h2><p>As I mentioned at the start, despite finding it helpful, I didn’t enjoy using Speaker Coach. Some of this is probably inherent in practicing a skill as deeply personal as speaking, but there were also design features that made this worse. </p><p>The real-time feedback tool was more annoying than helpful, and I was tempted to turn it off, which is option. If I said “ah" or "mmm” it would start scolding me, which made me feel like a kid when adults used to admonish me to "stop mumbling." Even when it praised what I was doing, it was distracting. </p><p>Another weakness of Speaker Coach overall is that even though it was great at diagnosing the problems in speech, its suggestions for fixing these problems are limited. </p><p>It told me, for instance, to avoid saying “ah” by pausing and breathing, which I know I should do, except it didn’t offer more concrete advice on actually practicing this skill or how I might build in these natural pauses. When it came to speaking in a monotone, Speaker Coach didn’t offer any suggestions of any kind for improvement. </p><p>Overall, more detailed suggestions and/or links to resources on public speaking would take this tool to the next level. </p><h2 id="how-much-does-speaker-coach-cost">How Much Does Speaker Coach Cost?</h2><p>Speaker Coach is <strong>free </strong>with PowerPoint, which comes with most Microsoft Office plans available through schools or businesses. </p><p>Individual subscriptions range between $6.99 and $9.99 per month, depending on whether users pay annually or monthly. </p><h2 id="bottom-line-on-speaker-coach">Bottom Line on Speaker Coach</h2><p>Ultimately, I found Speaker Coach helpful, if unpleasant, to use, but I plan on using it in the future as I try to improve my public speaking ability. I would recommend it to educators and students who are already comfortable with public speaking and looking to really hone their craft. </p><p>I wouldn’t recommend it to your average student who is working on a presentation for class because I worry the no-mercy criticism Speaker Coach provides could have a negative effect on someone who is new to presentations and likely already nervous about public speaking. </p><p>However, for the right type of educator or student with thick skin, Speaker Coach can be a helpful speaking coach. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ What is Rumie and How Can I Use It To Teach? ]]></title>
                                                                                                <dc:content><![CDATA[ <p>Sometimes teachers need a quick, useful resource that can slot into a lesson without hours of preparation, which is exactly what Rumie is designed to provide.</p><p>Rumie Learn is a nonprofit learning platform built around short, interactive "Bytes," with more than 2,500 published learning experiences covering everything from digital literacy and career skills to health, financial planning, and learning strategies. The platform has reached more than 2.5 million learners, with new Bytes added regularly.</p><p>This doesn't use lengthy courses, but instead breaks down subjects into small chunks that can generally be completed in around five minutes. That makes it great for teachers looking for starters, discussion prompts, flipped-learning activities, or quick ways to introduce a new topic.</p><h2 id="what-is-rumie">What is Rumie?</h2><div class="youtube-video" data-nosnippet ><div class="video-aspect-box"><iframe data-lazy-priority="high" data-lazy-src="https://www.youtube-nocookie.com/embed/QDzKMr4koN4" allowfullscreen></iframe></div></div><p><a href="https://learn.rumie.org/jR/" target="_blank" rel="nofollow"><u><strong>Rumie</strong></u></a> is a free online library of microlearning content designed to make useful knowledge easier to consume and remember.</p><p>The basic unit is the Byte. These are short learning experiences, generally under 10 minutes, built around a specific concept or practical skill rather than an entire subject. Rumie says its Bytes use a chunked structure intended to make learning more efficient, while its lessons commonly combine short pieces of text with images, GIFs, memes, and quizzes.</p><p>That format makes Rumie rather different from a traditional learning management system. It doesn't have a huge course to enroll students in and work through from beginning to end. Instead, teachers can search the library for a specific idea and use an individual Byte when it makes sense for their lesson.</p><p>The library covers categories including Career Skills, Digital Literacies, Civics, Health, Business Acumen, Learning to Learn, and Innovation. More specific topic tags are also available, making it easier to find resources around particular skills or learning approaches.</p><p>Importantly for schools, the content isn't restricted to traditional academic subjects. A teacher could use one Byte to introduce digital citizenship, another to explore critical thinking, and another to help students understand financial planning.</p><p>That gives Rumie a useful role alongside existing classroom resources rather than trying to replace them.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="XAvaKV7V5U5b2iYZRH28tb" name="Rumie" alt="Rumie" src="https://cdn.mos.cms.futurecdn.net/XAvaKV7V5U5b2iYZRH28tb.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Rumie)</span></figcaption></figure><h2 id="how-does-rumie-work">How does Rumie work?</h2><p>The simplest way to use Rumie Learn is to search its library, find a relevant Byte and share it with students.</p><p>Rumie also has guidance specifically for teachers on using Bytes as part of a lesson. Its recommended approach is to choose a Byte based on the skill being developed, share it with students, and then use the content as a starting point for discussion and application. That means a Byte doesn't have to be the lesson. It can be the thing that gets the lesson moving.</p><p>For example, students could complete a five-minute Byte before class as a flipped-learning activity. The teacher can then spend classroom time discussing what students learned, challenging their understanding, and asking how they could apply the idea.</p><p>Alternatively, the whole class can work through the Byte together. Rumie's own lesson-planning example suggests reading a Byte as a group or having students work in pairs before discussing their thoughts as a class.</p><p>This is where the short format becomes useful. A teacher can introduce a new concept without committing an entire lesson to a digital course, leaving plenty of time for explanation, debate, practical work, or assessment.</p><p>The platform is also designed around accessibility of learning rather than assuming students have hours available. Rumie describes its Bytes as quick, commitment-free learning experiences that can build toward broader skills over time.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1280px;"><p class="vanilla-image-block" style="padding-top:56.17%;"><img id="PbSqiMFPRqniJvibKfdYkb" name="Rumie" alt="Rumie" src="https://cdn.mos.cms.futurecdn.net/PbSqiMFPRqniJvibKfdYkb.jpg" mos="" align="middle" fullscreen="" width="1280" height="719" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Rumie)</span></figcaption></figure><h2 id="what-are-the-best-rumie-features">What are the best Rumie features?</h2><p><strong>Thousands of short learning resources</strong><br>The biggest advantage is simply the size and breadth of the library. Rumie currently lists more than 2,500 published Bytes, while its homepage highlights topics ranging from career skills and digital literacy to health, civics, and learning strategies. </p><p>New Bytes are published regularly, giving teachers an expanding pool of material from which to draw. That makes the platform useful when you need something specific rather than a complete curriculum.</p><p><strong>Microlearning that fits into existing lessons</strong><br>A five-minute resource is much easier to fit into a normal lesson than a 40-minute online course. A Byte can become a starter activity, homework task, revision exercise, discussion prompt, or introduction to a new topic. Teachers can also combine several Bytes around a broader theme.</p><p>Rumie's own classroom guidance suggests using Bytes in sessions ranging from 30 to 60 minutes, with time built in for discussion and applying the learning.</p><p><strong>Interactive content</strong><br>Rumie uses visual content, GIFs, memes, quizzes, and other interactive elements to make short lessons feel less like reading a textbook. The format is designed to keep the learner moving through a single idea rather than presenting a large amount of information at once.</p><p><strong>Content created by professionals</strong><br>Bytes can be produced by corporate employees taking part in volunteer workshops, community partners, and Rumie's own learning designers. Rumie says its learning designers plan, author, and peer-review Bytes, while the organization vets content against its standards.</p><p>Each Byte also identifies its author and, when applicable, the organization behind the content. That provides teachers with some useful context about from where a particular learning resource came.</p><p><strong>Useful beyond traditional subjects</strong><br>Rumie can be valuable for the skills that don't always fit neatly into a timetable. Its library includes resources covering areas such as communication, career planning, financial skills, digital citizenship, mental health, and learning strategies. </p><p>Classroom-specific resources are available, covering topics such as inclusive classroom management, facilitation techniques, and accessible worksheets. That makes it a potential source of material for PSHE, pastoral learning, careers education, digital citizenship, and tutor time as well as more conventional lessons.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1490px;"><p class="vanilla-image-block" style="padding-top:56.24%;"><img id="LKTVQVMCC3yLodGRC3aeqb" name="Rumie" alt="Rumie" src="https://cdn.mos.cms.futurecdn.net/LKTVQVMCC3yLodGRC3aeqb.jpg" mos="" align="middle" fullscreen="" width="1490" height="838" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Rumie)</span></figcaption></figure><h2 id="how-much-does-rumie-cost">How much does Rumie cost?</h2><p>Rumie is <strong>free</strong> to use. That's one of its biggest attractions for teachers and schools. Rumie is a nonprofit organization whose stated mission is to make learning accessible, and its public Learn platform provides access to its library of Bytes without charging learners for the individual resources.</p><p>Separate Rumie products are aimed at organizations, including Rumie Connect and Rumie Build, which allow for the curation of learning experiences or the ability create their own microlearning content. Those are part of Rumie's broader learning platform rather than requirements for using the public Rumie Learn library.</p><p>For an individual teacher looking for ready-made learning material, however, there's no subscription to pay for simply browsing and using the public Bytes.</p><h2 id="rumie-tips">Rumie Tips</h2><ul><li><strong>Use Bytes as lesson starters</strong><br>Don't feel you need to build an entire lesson around Rumie. Find a five-minute Byte that introduces the concept you want to teach, then use it as the springboard for your own explanation or activity.</li><li><strong>Try flipped learning</strong><br>Send a Byte to students before a lesson and use the classroom time to discuss it. This allows students to encounter the material before they arrive and gives teachers more time for questions and application.</li><li><strong>Make students explain the learning</strong><br>After completing a Byte, ask students what surprised them, what they found useful and how they could apply the idea. This turns a short digital activity into a discussion rather than another piece of passive screen time.</li><li><strong>Build a themed sequence</strong><br>Search for several Bytes around a common subject and use them across multiple lessons. Because each resource focuses on a relatively small concept, teachers can gradually build a broader learning journey without asking students to complete one enormous course.</li><li><strong>Let students explore independently</strong><br>Rumie's huge range also makes it useful for independent learning. Ask students to choose a Byte on a subject they know little about, complete it and then present the most useful thing they learned to the class.</li></ul> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/learning/classroom-tools/what-is-rumie-and-how-can-i-use-it-to-teach</link>
                                                                            <description>
                            <![CDATA[ Rumie gives students useful skills in minutes with this huge library of free, bite-sized digital lessons. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">pnR3eEDfTGJKLtr7yHcXbM</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/askzrHktiJQbN5k93fMXmb-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 24 Aug 2026 09:00:00 +0000</pubDate>                                                                                                                                <updated>Mon, 24 Aug 2026 10:01:33 +0000</updated>
                                                                                                                                            <category><![CDATA[Classroom Tools]]></category>
                                                    <category><![CDATA[Learning]]></category>
                                                    <category><![CDATA[Classroom]]></category>
                                                                                                                    <dc:creator><![CDATA[ Luke Edwards ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/askzrHktiJQbN5k93fMXmb-1280-80.jpg">
                                                            <media:credit><![CDATA[Rumie]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Rumie]]></media:description>                                                            <media:text><![CDATA[Rumie]]></media:text>
                                <media:title type="plain"><![CDATA[Rumie]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/askzrHktiJQbN5k93fMXmb-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Sometimes teachers need a quick, useful resource that can slot into a lesson without hours of preparation, which is exactly what Rumie is designed to provide.</p><p>Rumie Learn is a nonprofit learning platform built around short, interactive "Bytes," with more than 2,500 published learning experiences covering everything from digital literacy and career skills to health, financial planning, and learning strategies. The platform has reached more than 2.5 million learners, with new Bytes added regularly.</p><p>This doesn't use lengthy courses, but instead breaks down subjects into small chunks that can generally be completed in around five minutes. That makes it great for teachers looking for starters, discussion prompts, flipped-learning activities, or quick ways to introduce a new topic.</p><h2 id="what-is-rumie">What is Rumie?</h2><div class="youtube-video" data-nosnippet ><div class="video-aspect-box"><iframe data-lazy-priority="high" data-lazy-src="https://www.youtube-nocookie.com/embed/QDzKMr4koN4" allowfullscreen></iframe></div></div><p><a href="https://learn.rumie.org/jR/" target="_blank" rel="nofollow"><u><strong>Rumie</strong></u></a> is a free online library of microlearning content designed to make useful knowledge easier to consume and remember.</p><p>The basic unit is the Byte. These are short learning experiences, generally under 10 minutes, built around a specific concept or practical skill rather than an entire subject. Rumie says its Bytes use a chunked structure intended to make learning more efficient, while its lessons commonly combine short pieces of text with images, GIFs, memes, and quizzes.</p><p>That format makes Rumie rather different from a traditional learning management system. It doesn't have a huge course to enroll students in and work through from beginning to end. Instead, teachers can search the library for a specific idea and use an individual Byte when it makes sense for their lesson.</p><p>The library covers categories including Career Skills, Digital Literacies, Civics, Health, Business Acumen, Learning to Learn, and Innovation. More specific topic tags are also available, making it easier to find resources around particular skills or learning approaches.</p><p>Importantly for schools, the content isn't restricted to traditional academic subjects. A teacher could use one Byte to introduce digital citizenship, another to explore critical thinking, and another to help students understand financial planning.</p><p>That gives Rumie a useful role alongside existing classroom resources rather than trying to replace them.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="XAvaKV7V5U5b2iYZRH28tb" name="Rumie" alt="Rumie" src="https://cdn.mos.cms.futurecdn.net/XAvaKV7V5U5b2iYZRH28tb.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Rumie)</span></figcaption></figure><h2 id="how-does-rumie-work">How does Rumie work?</h2><p>The simplest way to use Rumie Learn is to search its library, find a relevant Byte and share it with students.</p><p>Rumie also has guidance specifically for teachers on using Bytes as part of a lesson. Its recommended approach is to choose a Byte based on the skill being developed, share it with students, and then use the content as a starting point for discussion and application. That means a Byte doesn't have to be the lesson. It can be the thing that gets the lesson moving.</p><p>For example, students could complete a five-minute Byte before class as a flipped-learning activity. The teacher can then spend classroom time discussing what students learned, challenging their understanding, and asking how they could apply the idea.</p><p>Alternatively, the whole class can work through the Byte together. Rumie's own lesson-planning example suggests reading a Byte as a group or having students work in pairs before discussing their thoughts as a class.</p><p>This is where the short format becomes useful. A teacher can introduce a new concept without committing an entire lesson to a digital course, leaving plenty of time for explanation, debate, practical work, or assessment.</p><p>The platform is also designed around accessibility of learning rather than assuming students have hours available. Rumie describes its Bytes as quick, commitment-free learning experiences that can build toward broader skills over time.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1280px;"><p class="vanilla-image-block" style="padding-top:56.17%;"><img id="PbSqiMFPRqniJvibKfdYkb" name="Rumie" alt="Rumie" src="https://cdn.mos.cms.futurecdn.net/PbSqiMFPRqniJvibKfdYkb.jpg" mos="" align="middle" fullscreen="" width="1280" height="719" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Rumie)</span></figcaption></figure><h2 id="what-are-the-best-rumie-features">What are the best Rumie features?</h2><p><strong>Thousands of short learning resources</strong><br>The biggest advantage is simply the size and breadth of the library. Rumie currently lists more than 2,500 published Bytes, while its homepage highlights topics ranging from career skills and digital literacy to health, civics, and learning strategies. </p><p>New Bytes are published regularly, giving teachers an expanding pool of material from which to draw. That makes the platform useful when you need something specific rather than a complete curriculum.</p><p><strong>Microlearning that fits into existing lessons</strong><br>A five-minute resource is much easier to fit into a normal lesson than a 40-minute online course. A Byte can become a starter activity, homework task, revision exercise, discussion prompt, or introduction to a new topic. Teachers can also combine several Bytes around a broader theme.</p><p>Rumie's own classroom guidance suggests using Bytes in sessions ranging from 30 to 60 minutes, with time built in for discussion and applying the learning.</p><p><strong>Interactive content</strong><br>Rumie uses visual content, GIFs, memes, quizzes, and other interactive elements to make short lessons feel less like reading a textbook. The format is designed to keep the learner moving through a single idea rather than presenting a large amount of information at once.</p><p><strong>Content created by professionals</strong><br>Bytes can be produced by corporate employees taking part in volunteer workshops, community partners, and Rumie's own learning designers. Rumie says its learning designers plan, author, and peer-review Bytes, while the organization vets content against its standards.</p><p>Each Byte also identifies its author and, when applicable, the organization behind the content. That provides teachers with some useful context about from where a particular learning resource came.</p><p><strong>Useful beyond traditional subjects</strong><br>Rumie can be valuable for the skills that don't always fit neatly into a timetable. Its library includes resources covering areas such as communication, career planning, financial skills, digital citizenship, mental health, and learning strategies. </p><p>Classroom-specific resources are available, covering topics such as inclusive classroom management, facilitation techniques, and accessible worksheets. That makes it a potential source of material for PSHE, pastoral learning, careers education, digital citizenship, and tutor time as well as more conventional lessons.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1490px;"><p class="vanilla-image-block" style="padding-top:56.24%;"><img id="LKTVQVMCC3yLodGRC3aeqb" name="Rumie" alt="Rumie" src="https://cdn.mos.cms.futurecdn.net/LKTVQVMCC3yLodGRC3aeqb.jpg" mos="" align="middle" fullscreen="" width="1490" height="838" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Rumie)</span></figcaption></figure><h2 id="how-much-does-rumie-cost">How much does Rumie cost?</h2><p>Rumie is <strong>free</strong> to use. That's one of its biggest attractions for teachers and schools. Rumie is a nonprofit organization whose stated mission is to make learning accessible, and its public Learn platform provides access to its library of Bytes without charging learners for the individual resources.</p><p>Separate Rumie products are aimed at organizations, including Rumie Connect and Rumie Build, which allow for the curation of learning experiences or the ability create their own microlearning content. Those are part of Rumie's broader learning platform rather than requirements for using the public Rumie Learn library.</p><p>For an individual teacher looking for ready-made learning material, however, there's no subscription to pay for simply browsing and using the public Bytes.</p><h2 id="rumie-tips">Rumie Tips</h2><ul><li><strong>Use Bytes as lesson starters</strong><br>Don't feel you need to build an entire lesson around Rumie. Find a five-minute Byte that introduces the concept you want to teach, then use it as the springboard for your own explanation or activity.</li><li><strong>Try flipped learning</strong><br>Send a Byte to students before a lesson and use the classroom time to discuss it. This allows students to encounter the material before they arrive and gives teachers more time for questions and application.</li><li><strong>Make students explain the learning</strong><br>After completing a Byte, ask students what surprised them, what they found useful and how they could apply the idea. This turns a short digital activity into a discussion rather than another piece of passive screen time.</li><li><strong>Build a themed sequence</strong><br>Search for several Bytes around a common subject and use them across multiple lessons. Because each resource focuses on a relatively small concept, teachers can gradually build a broader learning journey without asking students to complete one enormous course.</li><li><strong>Let students explore independently</strong><br>Rumie's huge range also makes it useful for independent learning. Ask students to choose a Byte on a subject they know little about, complete it and then present the most useful thing they learned to the class.</li></ul>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Best AI-Powered Tutors for Education ]]></title>
                                                                                                <dc:content><![CDATA[ <p>The pace of advancement in artificial intelligence tools is breathtaking. Since the public release of ChatGPT in November 2022, multiple platforms have entered the AI arena, all vying to win adherents to their particular flavor of AI. While students may welcome the ability to quickly get answers without much work, educators and education leaders have been deeply uneasy about the potential effects of AI on learning.</p><p>With the growth of these platforms comes some desirable changes for education. One of the greatest concerns from the beginning has been its potential to disrupt genuine learning in favor of the nearly-instant answers and solutions provided by AI tools. The good news is that nearly all of the tools here are structured (in theory at least) to support true independent learning and critical thinking rather than serve as answer machines. </p><p>To learn more, continue reading — and be sure to read the full Tech & Learning reviews available for most of the listed platforms. </p><h2 id="best-ai-powered-tutors-for-education">Best AI-Powered Tutors for Education</h2><p><strong></strong><a href="https://www.techlearning.com/how-to/geminis-guided-learning-mode-from-google-ai-what-educators-need-to-know" target="_blank"><u><strong>Gemini’s Guided Learning Mode</strong></u><br></a>Rated highly by Tech & Learning writer and educator Erik Ofgang, Gemini’s Guided Learning Mode is built on the AI model LearnLM, which is designed for education. Erik tested the tool on a variety of topics, including wave equations in quantum mechanics and journalism (a subject he teaches at the post secondary level). While it isn’t perfect, Erik concluded that it’s currently “the best example I’ve seen of what an AI tutor can be.” Free. </p><p><strong></strong><a href="https://www.techlearning.com/news/what-is-khanmigo-the-gpt-4-learning-tool-explained-by-sal-khan" target="_blank"><u><strong>Khanmigo</strong></u></a><br>Top-rated by writers from Common Sense Media, the <em>Wall Street Journal</em>, and <em>The Washington Post</em>, Khanmigo is the AI-powered tutor from the well respected education nonprofit Khan Academy. It provides test prep, feedback on writing and facilitates deep learning—without giving answers. In addition to its role as a tutor for students, Khanmigo also offers differentiation, lesson plans, quiz questions, student groupings, hooks, rubrics, and more for teachers. The cost is a modest $4 monthly.</p><p><strong></strong><a href="https://www.studyfetch.com/" target="_blank"><u><strong>StudyFetch</strong></u></a><br>StudyFetch allows students to upload a wide variety of materials—class notes, PowerPoints, PDFs, study sets from Quizlets, video, audio, and more—from which it generates flashcards, quizzes, games and other study aids, while its AI-powered tutor, “Spark E.” guides students through difficult concepts and encourages deep thinking. Teachers can use StudyFetch to help with lesson planning, presentations, quizzes and even train AI tutor models to their specifications. Free basic account, with weekly ($3.92/week), monthly ($7.99/month) and premium plans ($11.99 to $19.99/month). </p><p><strong></strong><a href="https://tutorai.me/" target="_blank"><u><strong>Tutor AI</strong></u></a><br>Tutor AI allows students to study nearly any topic based on learning goals, current knowledge, and preferred learning style. Unlike many other tools profiled here, Tutor AI also solves homework problems for students, providing step-by-step solutions with detailed explanations—a practice which may not support genuine learning. For educators, the platform offers the ability to create courses, customized, personalized  lesson plans, flashcards and more. Free basic account and two premium levels ($13.33/month, $17.50/month). </p><p><strong></strong><a href="https://www.techlearning.com/learning/classroom-tools/what-is-flint-and-how-can-i-use-it-to-teach" target="_blank"><u><strong>Flint </strong></u></a><br>Designed specifically for education, Flint supports student learning by answering questions, offering feedback, and providing reminders for deadlines, time limits, and follow-up activities. Teachers can create or upload content using items such as worksheets, rubrics, lessons, or external resources as needed. Best of all, teachers can set the capabilities of AI actions—from guiding to hinting to explaining—thereby ensuring real learning, rather than AI-assisted parroting. Flint’s free plan allows up to 80 users, while premium plans vary based on school size. </p><p><a href="https://www.techlearning.com/how-to/magicschool-how-to-use-it-to-teach" target="_blank"><u><strong>MagicSchool AI</strong></u></a><br>Billing itself as “safe secure AI for schools,” MagicSchool AI’S SOC 2-certified and FERPA/COPPA-compliant platform is aligned with district-level privacy standards and aims to promote critical thinking while teaching kids responsible AI use. Among the more than 50 AI-powered tools for students are those created for feedback, scaffolded learning, and specific task support. Most of the customizable tools seem designed to support genuine learning. For example, the “5 questions tool” generates 5 questions on any topic to deepen student thinking, while “Math review” generates review questions to improve math skills and the AI Learning Assistant provides guidance on multiple topics without giving direct answers. The robust free basic account includes more than 50 tools, quizzes, feedback, and more.</p><p><strong></strong><a href="https://www.techlearning.com/how-to/amira-learning-teaching-with-the-ai-powered-reading-tool" target="_blank"><u><strong>Amira Learning Tutoring and Reading Assistant</strong></u></a><br>Research-based and validated Amira Learning offers a personalized Claude AI-powered reading tutor that allows the unusual ability to listen to students reading aloud, recognize problems with fluency and accuracy, and provide real-time suggestions adapted to the student’s struggles. The standards-aligned, FERPA- and COPPA-compliant platform is available on a district-wide basis.   </p><p><strong></strong><a href="https://www.techlearning.com/how-to/class-companion-teaching-with-the-ai-grading-and-tutor-tool" target="_blank"><u><strong>Class Companion</strong></u></a> <br>Class Companion provides personalized feedback of student work in nine subject areas, from English through biology, and extends substantial educator control options, a feature cited by Erik Ofgang as being one of its strongest. He also praised the platforms’ support for the mastery model of education, which allows students multiple opportunities to demonstrate their expertise. Free for educators; however, some features such as LMS integration are available only with a school or district subscription plan. </p><p><a href="https://www.techlearning.com/how-to/i-tried-chatgpts-study-mode-and-its-mostly-great" target="_blank"><u><strong>ChatGPT Study Mode</strong></u></a><br>Rather than simply providing answers, ChatGPT’s Study mode acts as a tutor, offering responses that guide students’ learning without spoon feeding them. Aimed at college students, it employs techniques such as the Socratic method, interactive prompts, scaffolded suggestions, and knowledge checks in the form of quizzes and open-ended questions. When tested by Erik Ofgang, it earned a strong, albeit qualified, “thumbs-up.” Free for all logged-in users on the ChatGPT Free Plan, as well as paid tiers like Plus, Pro, and Team. </p><p><a href="https://www.techlearning.com/how-to/microsoft-reading-coach-how-to-teach-with-the-ai-reading-tutor" target="_blank"><u><strong>Microsoft Reading Coach</strong></u></a><br>Reading Coach provides a personalized reading experience for learners by generating a custom story based on the student’s selection of character and setting. As the learner reads aloud, Reading Coach evaluates their speech and gives feedback on their speed and accuracy. Gamified features such as rewards, badges and streaks contribute to kids’ engagement. Fully free with Microsoft account sign in. </p> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/technology/ai/best-ai-powered-tutors-for-education</link>
                                                                            <description>
                            <![CDATA[ The best AI-powered tutors guide students towards genuine learning ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">rk23rfpC3fcNwq2pvga87J</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/HZ74XpgMznRhq6dXPZvD3d-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 21 Aug 2026 08:47:59 +0000</pubDate>                                                                                                                                <updated>Mon, 24 Aug 2026 10:01:33 +0000</updated>
                                                                                                                                            <category><![CDATA[AI]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Diana Restifo ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ &lt;p&gt;Tech &amp; Learning editor and contributor since 2010, Diana is dedicated to ferreting out the best free and low-cost tech tools for teachers.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/HZ74XpgMznRhq6dXPZvD3d-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Person interacting with AI learning system using digital book and education icons on virtual interface.]]></media:description>                                                            <media:text><![CDATA[Person interacting with AI learning system using digital book and education icons on virtual interface.]]></media:text>
                                <media:title type="plain"><![CDATA[Person interacting with AI learning system using digital book and education icons on virtual interface.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/HZ74XpgMznRhq6dXPZvD3d-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>The pace of advancement in artificial intelligence tools is breathtaking. Since the public release of ChatGPT in November 2022, multiple platforms have entered the AI arena, all vying to win adherents to their particular flavor of AI. While students may welcome the ability to quickly get answers without much work, educators and education leaders have been deeply uneasy about the potential effects of AI on learning.</p><p>With the growth of these platforms comes some desirable changes for education. One of the greatest concerns from the beginning has been its potential to disrupt genuine learning in favor of the nearly-instant answers and solutions provided by AI tools. The good news is that nearly all of the tools here are structured (in theory at least) to support true independent learning and critical thinking rather than serve as answer machines. </p><p>To learn more, continue reading — and be sure to read the full Tech & Learning reviews available for most of the listed platforms. </p><h2 id="best-ai-powered-tutors-for-education">Best AI-Powered Tutors for Education</h2><p><strong></strong><a href="https://www.techlearning.com/how-to/geminis-guided-learning-mode-from-google-ai-what-educators-need-to-know" target="_blank"><u><strong>Gemini’s Guided Learning Mode</strong></u><br></a>Rated highly by Tech & Learning writer and educator Erik Ofgang, Gemini’s Guided Learning Mode is built on the AI model LearnLM, which is designed for education. Erik tested the tool on a variety of topics, including wave equations in quantum mechanics and journalism (a subject he teaches at the post secondary level). While it isn’t perfect, Erik concluded that it’s currently “the best example I’ve seen of what an AI tutor can be.” Free. </p><p><strong></strong><a href="https://www.techlearning.com/news/what-is-khanmigo-the-gpt-4-learning-tool-explained-by-sal-khan" target="_blank"><u><strong>Khanmigo</strong></u></a><br>Top-rated by writers from Common Sense Media, the <em>Wall Street Journal</em>, and <em>The Washington Post</em>, Khanmigo is the AI-powered tutor from the well respected education nonprofit Khan Academy. It provides test prep, feedback on writing and facilitates deep learning—without giving answers. In addition to its role as a tutor for students, Khanmigo also offers differentiation, lesson plans, quiz questions, student groupings, hooks, rubrics, and more for teachers. The cost is a modest $4 monthly.</p><p><strong></strong><a href="https://www.studyfetch.com/" target="_blank"><u><strong>StudyFetch</strong></u></a><br>StudyFetch allows students to upload a wide variety of materials—class notes, PowerPoints, PDFs, study sets from Quizlets, video, audio, and more—from which it generates flashcards, quizzes, games and other study aids, while its AI-powered tutor, “Spark E.” guides students through difficult concepts and encourages deep thinking. Teachers can use StudyFetch to help with lesson planning, presentations, quizzes and even train AI tutor models to their specifications. Free basic account, with weekly ($3.92/week), monthly ($7.99/month) and premium plans ($11.99 to $19.99/month). </p><p><strong></strong><a href="https://tutorai.me/" target="_blank"><u><strong>Tutor AI</strong></u></a><br>Tutor AI allows students to study nearly any topic based on learning goals, current knowledge, and preferred learning style. Unlike many other tools profiled here, Tutor AI also solves homework problems for students, providing step-by-step solutions with detailed explanations—a practice which may not support genuine learning. For educators, the platform offers the ability to create courses, customized, personalized  lesson plans, flashcards and more. Free basic account and two premium levels ($13.33/month, $17.50/month). </p><p><strong></strong><a href="https://www.techlearning.com/learning/classroom-tools/what-is-flint-and-how-can-i-use-it-to-teach" target="_blank"><u><strong>Flint </strong></u></a><br>Designed specifically for education, Flint supports student learning by answering questions, offering feedback, and providing reminders for deadlines, time limits, and follow-up activities. Teachers can create or upload content using items such as worksheets, rubrics, lessons, or external resources as needed. Best of all, teachers can set the capabilities of AI actions—from guiding to hinting to explaining—thereby ensuring real learning, rather than AI-assisted parroting. Flint’s free plan allows up to 80 users, while premium plans vary based on school size. </p><p><a href="https://www.techlearning.com/how-to/magicschool-how-to-use-it-to-teach" target="_blank"><u><strong>MagicSchool AI</strong></u></a><br>Billing itself as “safe secure AI for schools,” MagicSchool AI’S SOC 2-certified and FERPA/COPPA-compliant platform is aligned with district-level privacy standards and aims to promote critical thinking while teaching kids responsible AI use. Among the more than 50 AI-powered tools for students are those created for feedback, scaffolded learning, and specific task support. Most of the customizable tools seem designed to support genuine learning. For example, the “5 questions tool” generates 5 questions on any topic to deepen student thinking, while “Math review” generates review questions to improve math skills and the AI Learning Assistant provides guidance on multiple topics without giving direct answers. The robust free basic account includes more than 50 tools, quizzes, feedback, and more.</p><p><strong></strong><a href="https://www.techlearning.com/how-to/amira-learning-teaching-with-the-ai-powered-reading-tool" target="_blank"><u><strong>Amira Learning Tutoring and Reading Assistant</strong></u></a><br>Research-based and validated Amira Learning offers a personalized Claude AI-powered reading tutor that allows the unusual ability to listen to students reading aloud, recognize problems with fluency and accuracy, and provide real-time suggestions adapted to the student’s struggles. The standards-aligned, FERPA- and COPPA-compliant platform is available on a district-wide basis.   </p><p><strong></strong><a href="https://www.techlearning.com/how-to/class-companion-teaching-with-the-ai-grading-and-tutor-tool" target="_blank"><u><strong>Class Companion</strong></u></a> <br>Class Companion provides personalized feedback of student work in nine subject areas, from English through biology, and extends substantial educator control options, a feature cited by Erik Ofgang as being one of its strongest. He also praised the platforms’ support for the mastery model of education, which allows students multiple opportunities to demonstrate their expertise. Free for educators; however, some features such as LMS integration are available only with a school or district subscription plan. </p><p><a href="https://www.techlearning.com/how-to/i-tried-chatgpts-study-mode-and-its-mostly-great" target="_blank"><u><strong>ChatGPT Study Mode</strong></u></a><br>Rather than simply providing answers, ChatGPT’s Study mode acts as a tutor, offering responses that guide students’ learning without spoon feeding them. Aimed at college students, it employs techniques such as the Socratic method, interactive prompts, scaffolded suggestions, and knowledge checks in the form of quizzes and open-ended questions. When tested by Erik Ofgang, it earned a strong, albeit qualified, “thumbs-up.” Free for all logged-in users on the ChatGPT Free Plan, as well as paid tiers like Plus, Pro, and Team. </p><p><a href="https://www.techlearning.com/how-to/microsoft-reading-coach-how-to-teach-with-the-ai-reading-tutor" target="_blank"><u><strong>Microsoft Reading Coach</strong></u></a><br>Reading Coach provides a personalized reading experience for learners by generating a custom story based on the student’s selection of character and setting. As the learner reads aloud, Reading Coach evaluates their speech and gives feedback on their speed and accuracy. Gamified features such as rewards, badges and streaks contribute to kids’ engagement. Fully free with Microsoft account sign in. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ 5 Predictions For Tech in The 2026-27 School Year ]]></title>
                                                                                                <dc:content><![CDATA[ <p>Change is afoot. Or at least that’s the impression I get from the college writing classes I teach, as well as my conversations with educators who teach at various grade levels, and just from generally observing societal trends around education. </p><p>As we emerged from the pandemic era in education, we jumped right into the early AI era. Yet as AI skepticism mounts in and outside of education, I think/hope we’re about to enter a new era. </p><p>Though readers be warned, when it comes to predictions, I’m not exactly the Oracle of Delphi. After all, I truly thought this year was going to be a good one for the New York Mets. Even so, I do believe all of these predictions have more of a chance of coming true than the Mets do of playing in the World Series anytime soon. </p><p>Here’s how I see things playing out in the coming school year. </p><h2 id="1-the-techlash-continues">1. The Techlash Continues</h2><p>Okay, so I’m no exactly going out on a limb with this one. But I don’t see the ongoing pushback against certain forms of technology going away any time soon. </p><p>For example, I haven’t spoken with one teacher from a district or school that banned phones who wants them back--<em>not one</em>. Presumably some exist, but their numbers are evidently small. </p><p>Likewise, I believe there’s a sizable consensus that even though screens of various kinds can be helpful, these don’t hold all the answers to education. The emphasis going forward, as it should be, will be on eliminating the tech that distracts from education and focusing on the tools that really and truly help students. </p><h2 id="2-ai-cheating-declines">2. AI Cheating Declines</h2><p>This is a bold prediction, I know. But I see 2026 as the peak of the “I’ll just let AI do my assignment” era that has altered education. </p><p>Going forward, particularly at the college level, I think we’re going to see more institutional responses and more cultural responses to this. Encouraging trends include the movement toward watermarking from some of the tech giants, including Anthropic, which recently announced <a href="https://arstechnica.com/tech-policy/2026/08/claudes-new-scarlet-letter-watermark-is-invisible-for-now/" target="_blank"><u><strong>Claude will start watermarking all text it generates</strong></u></a>. </p><p>I’m also seeing a growing sense that passing off AI as your own writing is not a thing that you should do in any situation. </p><p>I’m confident the combination of better AI detection models and watermarks paired with more intense societal disapproval will greatly decrease the prevalence of AI cheating by the end of the school year. </p><p>Again, this is an optimistic take, but I really think the current AI writing situation can’t go on, and this is the year it finally peaks.</p><h2 id="3-job-anxiety-decreases">3. Job Anxiety Decreases</h2><p>The existential dread most of us feel about the future of human-powered labor will subside by the end of this school year, and both educators and their students will breath a collective sigh of relief. </p><p>I think this will happen for the same reasons I think AI cheating will decrease. Society by and large has made their feelings clear on what we think of AI-produced work of any kind: We dislike it about as much as we disliked new Coke. </p><p>AI will continue to play a key role in research assistance and tutoring, and in areas such as vibe coding. However, as we drive unwanted AI from the classroom, we’ll also drive unwanted AI from professions it has no business in, such as writing, illustrating, and pretty much all artistic fields. This will help students better control their career paths and get rid of that dark cloud on the horizon for some. </p><h2 id="4-the-tactile-revolution-will-continue-and-obviously-won-t-be-televised">4. The Tactile Revolution Will Continue (And Obviously Won’t Be Televised)</h2><p>The pen and papers that many educators have turned to in a desperate effort to guard against AI misuse are not going back in the desk. Students won’t need to write by hand to prove they’re not using AI going forward, but I don’t anticipate this trend going backward as many educators have realized there is something important and beneficial in the tactile experience. Education in the post-COVID era has gotten a little bit away from it, but more hands-on lessons with objects students can touch and feel has staying power. </p><p>For me, I’ve realized the value of getting writing students to create a piece of work that exists in the real, non-digital world. Whether that’s a handwritten note or a printout, changing the medium helps students engage differently, and sometimes connect with their writing in a more meaningful way.</p><h2 id="5-the-next-big-thing-is-coming">5. The Next Big Thing Is Coming</h2><p>Forgive me for the vagueness of this one, but with AI use and abuse hopefully maturing in the coming school year and the post-COVID period moving more firmly behind us, I think the field of education is poised to enter a new era of some type. I don’t know what this will be. I just get a strong sense of transition in higher education due to changing demographics and declining enrollment. I think some of that will trickle down to K-12. </p><p>I also think this shift will involve some type of truce between the techlash and AI, and hopefully incorporate the best of both worlds. </p><p>Ultimately, I’m not sure exactly what the future holds, but I’m confident a new era is dawning. Here’s hoping we can learn some lessons from the past when it does. </p> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/learning/5-predictions-for-tech-in-the-2026-27-school-year</link>
                                                                            <description>
                            <![CDATA[ AI cheating will decrease, the techlash will continue and other predictions for the coming school year. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">M86mdBkPpzgyEuBLMHJBxV</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/tKocS6RUVfAsGQuahwrFQ-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 18 Aug 2026 09:00:00 +0000</pubDate>                                                                                                                                <updated>Tue, 18 Aug 2026 09:23:52 +0000</updated>
                                                                                                                                            <category><![CDATA[Learning]]></category>
                                                                                                <author><![CDATA[ erik.ofgang@futurenet.com (Erik Ofgang) ]]></author>                    <dc:creator><![CDATA[ Erik Ofgang ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/4t5ro4CXB7QUaPA28UMYb9.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Erik Ofgang is Tech &amp; Learning contributor. A journalist, &lt;a href=&quot;https://www.penguinrandomhouse.com/books/557664/the-good-vices-by-dr-harry-ofgang-and-erik-ofgang/&quot; target=&quot;_blank&quot;&gt;&lt;u&gt;&lt;strong&gt;author&lt;/strong&gt;&lt;/u&gt;&lt;/a&gt; and educator, his work has appeared in The New York Times, The Smithsonian, Washington Post, The Atlantic, and Forbes.com. He currently teaches at Western Connecticut State University’s MFA program. While a staff writer at Connecticut Magazine he won a Society of Professional Journalism Award for his education reporting. He is interested in how humans learn and how technology can make that more effective. &lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/tKocS6RUVfAsGQuahwrFQ-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[edtech predictions]]></media:description>                                                            <media:text><![CDATA[edtech predictions]]></media:text>
                                <media:title type="plain"><![CDATA[edtech predictions]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/tKocS6RUVfAsGQuahwrFQ-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Change is afoot. Or at least that’s the impression I get from the college writing classes I teach, as well as my conversations with educators who teach at various grade levels, and just from generally observing societal trends around education. </p><p>As we emerged from the pandemic era in education, we jumped right into the early AI era. Yet as AI skepticism mounts in and outside of education, I think/hope we’re about to enter a new era. </p><p>Though readers be warned, when it comes to predictions, I’m not exactly the Oracle of Delphi. After all, I truly thought this year was going to be a good one for the New York Mets. Even so, I do believe all of these predictions have more of a chance of coming true than the Mets do of playing in the World Series anytime soon. </p><p>Here’s how I see things playing out in the coming school year. </p><h2 id="1-the-techlash-continues">1. The Techlash Continues</h2><p>Okay, so I’m no exactly going out on a limb with this one. But I don’t see the ongoing pushback against certain forms of technology going away any time soon. </p><p>For example, I haven’t spoken with one teacher from a district or school that banned phones who wants them back--<em>not one</em>. Presumably some exist, but their numbers are evidently small. </p><p>Likewise, I believe there’s a sizable consensus that even though screens of various kinds can be helpful, these don’t hold all the answers to education. The emphasis going forward, as it should be, will be on eliminating the tech that distracts from education and focusing on the tools that really and truly help students. </p><h2 id="2-ai-cheating-declines">2. AI Cheating Declines</h2><p>This is a bold prediction, I know. But I see 2026 as the peak of the “I’ll just let AI do my assignment” era that has altered education. </p><p>Going forward, particularly at the college level, I think we’re going to see more institutional responses and more cultural responses to this. Encouraging trends include the movement toward watermarking from some of the tech giants, including Anthropic, which recently announced <a href="https://arstechnica.com/tech-policy/2026/08/claudes-new-scarlet-letter-watermark-is-invisible-for-now/" target="_blank"><u><strong>Claude will start watermarking all text it generates</strong></u></a>. </p><p>I’m also seeing a growing sense that passing off AI as your own writing is not a thing that you should do in any situation. </p><p>I’m confident the combination of better AI detection models and watermarks paired with more intense societal disapproval will greatly decrease the prevalence of AI cheating by the end of the school year. </p><p>Again, this is an optimistic take, but I really think the current AI writing situation can’t go on, and this is the year it finally peaks.</p><h2 id="3-job-anxiety-decreases">3. Job Anxiety Decreases</h2><p>The existential dread most of us feel about the future of human-powered labor will subside by the end of this school year, and both educators and their students will breath a collective sigh of relief. </p><p>I think this will happen for the same reasons I think AI cheating will decrease. Society by and large has made their feelings clear on what we think of AI-produced work of any kind: We dislike it about as much as we disliked new Coke. </p><p>AI will continue to play a key role in research assistance and tutoring, and in areas such as vibe coding. However, as we drive unwanted AI from the classroom, we’ll also drive unwanted AI from professions it has no business in, such as writing, illustrating, and pretty much all artistic fields. This will help students better control their career paths and get rid of that dark cloud on the horizon for some. </p><h2 id="4-the-tactile-revolution-will-continue-and-obviously-won-t-be-televised">4. The Tactile Revolution Will Continue (And Obviously Won’t Be Televised)</h2><p>The pen and papers that many educators have turned to in a desperate effort to guard against AI misuse are not going back in the desk. Students won’t need to write by hand to prove they’re not using AI going forward, but I don’t anticipate this trend going backward as many educators have realized there is something important and beneficial in the tactile experience. Education in the post-COVID era has gotten a little bit away from it, but more hands-on lessons with objects students can touch and feel has staying power. </p><p>For me, I’ve realized the value of getting writing students to create a piece of work that exists in the real, non-digital world. Whether that’s a handwritten note or a printout, changing the medium helps students engage differently, and sometimes connect with their writing in a more meaningful way.</p><h2 id="5-the-next-big-thing-is-coming">5. The Next Big Thing Is Coming</h2><p>Forgive me for the vagueness of this one, but with AI use and abuse hopefully maturing in the coming school year and the post-COVID period moving more firmly behind us, I think the field of education is poised to enter a new era of some type. I don’t know what this will be. I just get a strong sense of transition in higher education due to changing demographics and declining enrollment. I think some of that will trickle down to K-12. </p><p>I also think this shift will involve some type of truce between the techlash and AI, and hopefully incorporate the best of both worlds. </p><p>Ultimately, I’m not sure exactly what the future holds, but I’m confident a new era is dawning. Here’s hoping we can learn some lessons from the past when it does. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ 8 of the Best AI Teaching Tools ]]></title>
                                                                                                <dc:content><![CDATA[ <p>AI teaching tools have moved well beyond simple chatbots, with the best options now offer teachers practical help. That can mean lesson planning, assessment, differentiation, feedback, and classroom management. Some put AI directly into students' hands as a learning assistant.</p><p>The challenge is knowing which ones are actually useful. Countless AI tools now promise to transform education, but vary wildly in what is offered, designs for schools, and how much work teachers still need to do themselves.</p><p>These are some of the best AI teaching tools we've covered at <em>Tech & Learning</em>, selected for the different ways they can support educators and students. Some are designed primarily to save teachers time, while others are built to give students more personalized or interactive learning experiences.</p><p>From creating an entire lesson to helping a student practice a speech, these tools show just how broad AI's role in education has become.</p><h2 id="best-ai-teaching-tools">Best AI teaching tools</h2><h3 class="article-body__section" id="section-best-ai-teaching-tool-overall"><span>Best AI teaching tool overall</span></h3><h2 id="edcafe-ai">EdCafe AI</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="LpJd9jMkb44u8xkrtPng5W" name="Edcafe AI" alt="Edcafe AI" src="https://cdn.mos.cms.futurecdn.net/LpJd9jMkb44u8xkrtPng5W.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">EdCafe AI </span><span class="credit" itemprop="copyrightHolder">(Image credit: Edcafe AI)</span></figcaption></figure><p><u></u><a href="https://www.techlearning.com/learning/classroom-tools/what-is-edcafe-ai-and-how-can-i-use-it-to-teach" target="_blank"><u><strong>Edcafe AI</strong></u></a> is one of the more complete AI platforms for teachers because it aims to cover the entire teaching cycle rather than focusing on one particular task.</p><p>Teachers can use it to plan lessons, create learning materials, assign activities, and assess student progress, all from the same platform. Existing resources can also be uploaded so the AI can work from the material a teacher is already using rather than starting from scratch.</p><p>This is helpful when time is of the essence. A teacher can upload a document, presentation, or curriculum material and use AI to turn that into lessons, quizzes, or activities that can then be shared with students.</p><p>Tools are also available for differentiation, including chatbots that can be tailored to different abilities or subjects. Teachers can then monitor engagement and performance, creating a feedback loop that can help inform future lessons.</p><p>For teachers looking for one AI platform rather than a collection of separate tools, Edcafe AI is a great option.</p><h3 class="article-body__section" id="section-best-for-personalized-learning"><span>Best for personalized learning</span></h3><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="FNbapnVcmZbkNaUQgDPCqT" name="Flint" alt="Flint" src="https://cdn.mos.cms.futurecdn.net/FNbapnVcmZbkNaUQgDPCqT.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">Flint </span><span class="credit" itemprop="copyrightHolder">(Image credit: Flint)</span></figcaption></figure><h2 id="flint">Flint</h2><p><u></u><a href="https://www.techlearning.com/learning/classroom-tools/what-is-flint-and-how-can-i-use-it-to-teach" target="_blank"><u><strong>Flint</strong></u></a> takes a different approach by combining an AI teaching assistant with an AI tutor for students.</p><p>Teachers can use the platform to create lessons, activities, and feedback, while its Sparky AI tutor gives students individual support as they work. The teacher remains in control of how much help the AI is allowed to provide, which is useful when you want AI to guide students without simply handing them answers.</p><p>Teachers can upload worksheets, rubrics, lessons, and other resources and use those as the foundation for AI-generated activities. Students can then work through those activities, ask questions, and receive support along the way.</p><p>The personalized element is great here. It doesn't expect an entire class to work through the same material at the same pace, but can provide additional support when individual students need it.</p><p>Teachers also get analytics and engagement information, while school-level controls and integrations make this suitable for wider deployment.</p><p>If you want to use AI to move toward more personalized instruction, Flint is a top choice.</p><h3 class="article-body__section" id="section-best-for-lesson-planning"><span>Best for lesson planning</span></h3><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="Qa55CkSjiKH5kr9oBgsitB" name="Eduaide.Ai learning.jpg" alt="Eduaide.Ai" src="https://cdn.mos.cms.futurecdn.net/Qa55CkSjiKH5kr9oBgsitB.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">Eduaide.Ai </span><span class="credit" itemprop="copyrightHolder">(Image credit: Eduaide.Ai)</span></figcaption></figure><h2 id="eduaide-ai">Eduaide.Ai</h2><p><u></u><a href="https://www.techlearning.com/how-to/eduaideai-how-to-use-it-to-teach" target="_blank"><u><strong>Eduaide.Ai</strong></u></a> is built specifically around the jobs that take up teachers' time, making it a useful AI assistant for planning and creating classroom resources.</p><p>The platform can generate more than 100 types of teaching resources, including lesson plans, worksheets, quizzes, assessments, vocabulary lists, problem sets, escape rooms, and role-playing scenarios.</p><p>This doesn't rely on an open-ended chatbot prompt, so teachers can select the type of resource they want and provide the information needed to create it. That makes the process more straightforward for educators who don't want to spend time learning how to write elaborate AI prompts.</p><p>It also offers a built-in editor, so teachers can refine the generated material without leaving the platform. Support for more than 15 languages adds another useful layer for language teaching and multilingual classrooms.</p><p>Eduaide.Ai is less about giving students an AI chatbot and more about giving teachers an AI-powered resource creation assistant. It's ideal when the goal is to spend less time making teaching materials and more time using them.</p><h3 class="article-body__section" id="section-best-for-student-ai-interactions"><span>Best for student AI interactions</span></h3><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1520px;"><p class="vanilla-image-block" style="padding-top:53.95%;"><img id="ggHPrLTCxecxionT6hhcH9" name="Screenshot 2025-11-12 130621" alt="SchoolAI" src="https://cdn.mos.cms.futurecdn.net/ggHPrLTCxecxionT6hhcH9.png" mos="" align="middle" fullscreen="" width="1520" height="820" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">SchoolAI </span><span class="credit" itemprop="copyrightHolder">(Image credit: SchoolAI)</span></figcaption></figure><h2 id="schoolai">SchoolAI</h2><p><a href="https://www.techlearning.com/how-to/schoolai-how-to-use-it-to-teach" target="_blank"><u><strong>SchoolAI</strong></u></a> is designed specifically for education, with AI tools intended to support both teachers and students.</p><p>Teachers can use it to create tailored lesson plans, quizzes, and worksheets, with automatic alignment to educational standards. Students can then interact with AI in a more controlled environment rather than simply being handed access to a general-purpose chatbot.</p><p>SchoolAI is designed around the idea that AI can provide personalized support while still sitting inside a teacher-controlled classroom environment. The platform can adapt learning experiences to individual students, helping provide something closer to one-to-one support without requiring a teacher to spend one-to-one time with every child.</p><p>SchoolAI also highlights its FERPA, COPPA, and SOC 2 compliance, giving schools additional reassurance around its use in an educational environment. For teachers who want students to use AI rather than simply have AI create resources behind the scenes, SchoolAI is one to investigate.</p><h3 class="article-body__section" id="section-best-for-creating-teaching-materials"><span>Best for creating teaching materials</span></h3><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="LUTZX6JKpXdcMJ9888VoN6" name="Almanack" alt="Almanack" src="https://cdn.mos.cms.futurecdn.net/LUTZX6JKpXdcMJ9888VoN6.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">Almanack </span><span class="credit" itemprop="copyrightHolder">(Image credit: Almanack)</span></figcaption></figure><h2 id="almanack">Almanack</h2><p><u></u><a href="https://www.techlearning.com/how-to/what-is-almanack-and-how-can-i-use-it-to-teach" target="_blank"><u><strong>Almanack</strong></u></a> is an AI assistant designed specifically for educators, with a focus on turning prompts into classroom-ready resources. Teachers can create slide decks, worksheets, lesson plans, quizzes, tests, games, and report card comments. It can also help with longer-term curriculum planning, giving it uses beyond simply creating a single lesson.</p><p>One of the top features is differentiation. Teachers can create multiple versions of a resource for different ability levels without having to start again each time. Almanack can also translate resources, which could be useful when working with multilingual students or creating materials for English-language learners.</p><p>The platform is standards-aligned and designed so that AI-generated content is created for teachers rather than being delivered directly to students. That leaves the educator in control of checking and refining the material before it reaches the classroom.</p><p>Like any generative AI tool, Almanack still needs a human check. But if creating teaching materials is eating into your preparation time, it can take a lot of the initial work off your plate.</p><h3 class="article-body__section" id="section-best-for-standards-aligned-teaching"><span>Best for standards-aligned teaching</span></h3><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="FxJSY7XW5y8E3e46BxwaBn" name="Teachally" alt="Teachally" src="https://cdn.mos.cms.futurecdn.net/FxJSY7XW5y8E3e46BxwaBn.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">Teachally </span><span class="credit" itemprop="copyrightHolder">(Image credit: Teachally)</span></figcaption></figure><h2 id="teachally">Teachally</h2><p><a href="https://www.techlearning.com/how-to/what-is-teachally-how-to-use-it-to-teach" target="_blank"><u><strong>Teachally</strong></u></a> uses AI to create personalized teaching resources while keeping curriculum and standards at the center. The platform can generate lesson plans, teaching guides, and assessments based on the subject, class, and individual learning requirements. It is designed to support differentiation, so teachers can create material that better suits students working at different levels.</p><p>One of its biggest selling points is its extensive standards alignment. Teachally supports hundreds of thousands of state and national standards, allowing teachers to connect generated resources with the requirements they're actually teaching. The platform also supports translation into more than 100 languages, giving it potential uses in multilingual classrooms.</p><p>That combination of AI generation and standards alignment makes Teachally useful for teachers who don't just want an AI-generated lesson, but want something that fits into the curriculum they already need to deliver. It's another good example of AI being used as a teaching assistant rather than a replacement for the teacher.</p><h3 class="article-body__section" id="section-best-for-public-speaking"><span>Best for public speaking</span></h3><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.09%;"><img id="cXeg23CBMG6LfBrCDhZmmQ" name="Yoodli" alt="Yoodli" src="https://cdn.mos.cms.futurecdn.net/cXeg23CBMG6LfBrCDhZmmQ.jpg" mos="" align="middle" fullscreen="" width="1920" height="1077" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">Yoodli </span><span class="credit" itemprop="copyrightHolder">(Image credit: Yoodli)</span></figcaption></figure><h2 id="yoodli">Yoodli</h2><p><a href="https://www.techlearning.com/how-to/what-is-yoodli-how-to-use-it-to-teach-public-speaking" target="_blank"><u><strong>Yoodli</strong></u></a> takes AI into a more specific area of education, helping students become better speakers. The platform acts as an AI speech coach, allowing students to practice presentations, speeches, interviews, and other speaking activities privately before performing in front of a real audience.</p><p>Students can record themselves speaking and receive immediate feedback on things such as pacing, filler words, word choice, and body language. They can see specific areas to work on rather than simply being told that a presentation needs improvement.</p><p>Teachers can also create custom role-playing scenarios and learning activities, while Yoodli's AI Tutor can hold conversations with students and ask follow-up questions. This makes it useful for English, public speaking, presentations, interview preparation, and English-language learners.</p><p>The biggest benefit is the opportunity to practice without the pressure of an audience. Students can make mistakes, try again, and improve before they have to stand up in front of the class.</p><h3 class="article-body__section" id="section-best-for-teaching-how-ai-works"><span>Best for teaching how AI works</span></h3><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.30%;"><img id="KywUGJMPcSuTeqpFTby3kC" name="Teachable Machine" alt="Teachable Machine" src="https://cdn.mos.cms.futurecdn.net/KywUGJMPcSuTeqpFTby3kC.jpg" mos="" align="middle" fullscreen="" width="1920" height="1081" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">Teachable Machine </span><span class="credit" itemprop="copyrightHolder">(Image credit: Google)</span></figcaption></figure><h2 id="teachable-machine">Teachable Machine</h2><p><u></u><a href="https://www.techlearning.com/how-to/what-is-teachable-machine-how-to-use-it-to-teach" target="_blank"><u><strong>Teachable Machine</strong></u></a> is different from most of the tools on this list because the AI isn't simply there to help the teacher. Instead, it lets students actually experiment with machine learning.</p><p>The Google tool allows users to train simple AI models using images, sounds, and movements. Students can provide examples, train the system, and then see how it responds to new information. This offers a super accessible way to demonstrate what machine learning actually means. Rather than explaining algorithms purely through theory, teachers can let students experience the process of training an AI system for themselves.</p><p>Educational resources are also available that can be used alongside the platform to explore topics such as algorithms, data, and AI ethics. For example, students can create an algorithm designed to identify their preferred type of sandwich, then examine why the system produces particular results. This opens the door to discussions around training data, bias, and the way algorithms can influence outcomes.</p><p>And there's no subscription to worry about as Teachable Machine is completely free to use and doesn't require users to sign in. For teaching AI literacy rather than simply using AI, it's hard to beat.</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/learning/classroom-tools/8-of-the-best-ai-teaching-tools</link>
                                                                            <description>
                            <![CDATA[ Use these best AI teaching tools to educate across subjects with intelligent digital assistance. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">GyJDNoUWutQE9NqWT25xBD</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/x69pG5cwz7AGb36EyNNhSG-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 17 Aug 2026 09:00:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Classroom Tools]]></category>
                                                    <category><![CDATA[Learning]]></category>
                                                    <category><![CDATA[Classroom]]></category>
                                                                                                                    <dc:creator><![CDATA[ Luke Edwards ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/x69pG5cwz7AGb36EyNNhSG-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Female teacher is surrounded by her kindergarten students as she shows them how to use an ai on digital tablet.]]></media:description>                                                            <media:text><![CDATA[Female teacher is surrounded by her kindergarten students as she shows them how to use an ai on digital tablet.]]></media:text>
                                <media:title type="plain"><![CDATA[Female teacher is surrounded by her kindergarten students as she shows them how to use an ai on digital tablet.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/x69pG5cwz7AGb36EyNNhSG-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>AI teaching tools have moved well beyond simple chatbots, with the best options now offer teachers practical help. That can mean lesson planning, assessment, differentiation, feedback, and classroom management. Some put AI directly into students' hands as a learning assistant.</p><p>The challenge is knowing which ones are actually useful. Countless AI tools now promise to transform education, but vary wildly in what is offered, designs for schools, and how much work teachers still need to do themselves.</p><p>These are some of the best AI teaching tools we've covered at <em>Tech & Learning</em>, selected for the different ways they can support educators and students. Some are designed primarily to save teachers time, while others are built to give students more personalized or interactive learning experiences.</p><p>From creating an entire lesson to helping a student practice a speech, these tools show just how broad AI's role in education has become.</p><h2 id="best-ai-teaching-tools">Best AI teaching tools</h2><h3 class="article-body__section" id="section-best-ai-teaching-tool-overall"><span>Best AI teaching tool overall</span></h3><h2 id="edcafe-ai">EdCafe AI</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="LpJd9jMkb44u8xkrtPng5W" name="Edcafe AI" alt="Edcafe AI" src="https://cdn.mos.cms.futurecdn.net/LpJd9jMkb44u8xkrtPng5W.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">EdCafe AI </span><span class="credit" itemprop="copyrightHolder">(Image credit: Edcafe AI)</span></figcaption></figure><p><u></u><a href="https://www.techlearning.com/learning/classroom-tools/what-is-edcafe-ai-and-how-can-i-use-it-to-teach" target="_blank"><u><strong>Edcafe AI</strong></u></a> is one of the more complete AI platforms for teachers because it aims to cover the entire teaching cycle rather than focusing on one particular task.</p><p>Teachers can use it to plan lessons, create learning materials, assign activities, and assess student progress, all from the same platform. Existing resources can also be uploaded so the AI can work from the material a teacher is already using rather than starting from scratch.</p><p>This is helpful when time is of the essence. A teacher can upload a document, presentation, or curriculum material and use AI to turn that into lessons, quizzes, or activities that can then be shared with students.</p><p>Tools are also available for differentiation, including chatbots that can be tailored to different abilities or subjects. Teachers can then monitor engagement and performance, creating a feedback loop that can help inform future lessons.</p><p>For teachers looking for one AI platform rather than a collection of separate tools, Edcafe AI is a great option.</p><h3 class="article-body__section" id="section-best-for-personalized-learning"><span>Best for personalized learning</span></h3><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="FNbapnVcmZbkNaUQgDPCqT" name="Flint" alt="Flint" src="https://cdn.mos.cms.futurecdn.net/FNbapnVcmZbkNaUQgDPCqT.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">Flint </span><span class="credit" itemprop="copyrightHolder">(Image credit: Flint)</span></figcaption></figure><h2 id="flint">Flint</h2><p><u></u><a href="https://www.techlearning.com/learning/classroom-tools/what-is-flint-and-how-can-i-use-it-to-teach" target="_blank"><u><strong>Flint</strong></u></a> takes a different approach by combining an AI teaching assistant with an AI tutor for students.</p><p>Teachers can use the platform to create lessons, activities, and feedback, while its Sparky AI tutor gives students individual support as they work. The teacher remains in control of how much help the AI is allowed to provide, which is useful when you want AI to guide students without simply handing them answers.</p><p>Teachers can upload worksheets, rubrics, lessons, and other resources and use those as the foundation for AI-generated activities. Students can then work through those activities, ask questions, and receive support along the way.</p><p>The personalized element is great here. It doesn't expect an entire class to work through the same material at the same pace, but can provide additional support when individual students need it.</p><p>Teachers also get analytics and engagement information, while school-level controls and integrations make this suitable for wider deployment.</p><p>If you want to use AI to move toward more personalized instruction, Flint is a top choice.</p><h3 class="article-body__section" id="section-best-for-lesson-planning"><span>Best for lesson planning</span></h3><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="Qa55CkSjiKH5kr9oBgsitB" name="Eduaide.Ai learning.jpg" alt="Eduaide.Ai" src="https://cdn.mos.cms.futurecdn.net/Qa55CkSjiKH5kr9oBgsitB.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">Eduaide.Ai </span><span class="credit" itemprop="copyrightHolder">(Image credit: Eduaide.Ai)</span></figcaption></figure><h2 id="eduaide-ai">Eduaide.Ai</h2><p><u></u><a href="https://www.techlearning.com/how-to/eduaideai-how-to-use-it-to-teach" target="_blank"><u><strong>Eduaide.Ai</strong></u></a> is built specifically around the jobs that take up teachers' time, making it a useful AI assistant for planning and creating classroom resources.</p><p>The platform can generate more than 100 types of teaching resources, including lesson plans, worksheets, quizzes, assessments, vocabulary lists, problem sets, escape rooms, and role-playing scenarios.</p><p>This doesn't rely on an open-ended chatbot prompt, so teachers can select the type of resource they want and provide the information needed to create it. That makes the process more straightforward for educators who don't want to spend time learning how to write elaborate AI prompts.</p><p>It also offers a built-in editor, so teachers can refine the generated material without leaving the platform. Support for more than 15 languages adds another useful layer for language teaching and multilingual classrooms.</p><p>Eduaide.Ai is less about giving students an AI chatbot and more about giving teachers an AI-powered resource creation assistant. It's ideal when the goal is to spend less time making teaching materials and more time using them.</p><h3 class="article-body__section" id="section-best-for-student-ai-interactions"><span>Best for student AI interactions</span></h3><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1520px;"><p class="vanilla-image-block" style="padding-top:53.95%;"><img id="ggHPrLTCxecxionT6hhcH9" name="Screenshot 2025-11-12 130621" alt="SchoolAI" src="https://cdn.mos.cms.futurecdn.net/ggHPrLTCxecxionT6hhcH9.png" mos="" align="middle" fullscreen="" width="1520" height="820" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">SchoolAI </span><span class="credit" itemprop="copyrightHolder">(Image credit: SchoolAI)</span></figcaption></figure><h2 id="schoolai">SchoolAI</h2><p><a href="https://www.techlearning.com/how-to/schoolai-how-to-use-it-to-teach" target="_blank"><u><strong>SchoolAI</strong></u></a> is designed specifically for education, with AI tools intended to support both teachers and students.</p><p>Teachers can use it to create tailored lesson plans, quizzes, and worksheets, with automatic alignment to educational standards. Students can then interact with AI in a more controlled environment rather than simply being handed access to a general-purpose chatbot.</p><p>SchoolAI is designed around the idea that AI can provide personalized support while still sitting inside a teacher-controlled classroom environment. The platform can adapt learning experiences to individual students, helping provide something closer to one-to-one support without requiring a teacher to spend one-to-one time with every child.</p><p>SchoolAI also highlights its FERPA, COPPA, and SOC 2 compliance, giving schools additional reassurance around its use in an educational environment. For teachers who want students to use AI rather than simply have AI create resources behind the scenes, SchoolAI is one to investigate.</p><h3 class="article-body__section" id="section-best-for-creating-teaching-materials"><span>Best for creating teaching materials</span></h3><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="LUTZX6JKpXdcMJ9888VoN6" name="Almanack" alt="Almanack" src="https://cdn.mos.cms.futurecdn.net/LUTZX6JKpXdcMJ9888VoN6.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">Almanack </span><span class="credit" itemprop="copyrightHolder">(Image credit: Almanack)</span></figcaption></figure><h2 id="almanack">Almanack</h2><p><u></u><a href="https://www.techlearning.com/how-to/what-is-almanack-and-how-can-i-use-it-to-teach" target="_blank"><u><strong>Almanack</strong></u></a> is an AI assistant designed specifically for educators, with a focus on turning prompts into classroom-ready resources. Teachers can create slide decks, worksheets, lesson plans, quizzes, tests, games, and report card comments. It can also help with longer-term curriculum planning, giving it uses beyond simply creating a single lesson.</p><p>One of the top features is differentiation. Teachers can create multiple versions of a resource for different ability levels without having to start again each time. Almanack can also translate resources, which could be useful when working with multilingual students or creating materials for English-language learners.</p><p>The platform is standards-aligned and designed so that AI-generated content is created for teachers rather than being delivered directly to students. That leaves the educator in control of checking and refining the material before it reaches the classroom.</p><p>Like any generative AI tool, Almanack still needs a human check. But if creating teaching materials is eating into your preparation time, it can take a lot of the initial work off your plate.</p><h3 class="article-body__section" id="section-best-for-standards-aligned-teaching"><span>Best for standards-aligned teaching</span></h3><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="FxJSY7XW5y8E3e46BxwaBn" name="Teachally" alt="Teachally" src="https://cdn.mos.cms.futurecdn.net/FxJSY7XW5y8E3e46BxwaBn.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">Teachally </span><span class="credit" itemprop="copyrightHolder">(Image credit: Teachally)</span></figcaption></figure><h2 id="teachally">Teachally</h2><p><a href="https://www.techlearning.com/how-to/what-is-teachally-how-to-use-it-to-teach" target="_blank"><u><strong>Teachally</strong></u></a> uses AI to create personalized teaching resources while keeping curriculum and standards at the center. The platform can generate lesson plans, teaching guides, and assessments based on the subject, class, and individual learning requirements. It is designed to support differentiation, so teachers can create material that better suits students working at different levels.</p><p>One of its biggest selling points is its extensive standards alignment. Teachally supports hundreds of thousands of state and national standards, allowing teachers to connect generated resources with the requirements they're actually teaching. The platform also supports translation into more than 100 languages, giving it potential uses in multilingual classrooms.</p><p>That combination of AI generation and standards alignment makes Teachally useful for teachers who don't just want an AI-generated lesson, but want something that fits into the curriculum they already need to deliver. It's another good example of AI being used as a teaching assistant rather than a replacement for the teacher.</p><h3 class="article-body__section" id="section-best-for-public-speaking"><span>Best for public speaking</span></h3><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.09%;"><img id="cXeg23CBMG6LfBrCDhZmmQ" name="Yoodli" alt="Yoodli" src="https://cdn.mos.cms.futurecdn.net/cXeg23CBMG6LfBrCDhZmmQ.jpg" mos="" align="middle" fullscreen="" width="1920" height="1077" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">Yoodli </span><span class="credit" itemprop="copyrightHolder">(Image credit: Yoodli)</span></figcaption></figure><h2 id="yoodli">Yoodli</h2><p><a href="https://www.techlearning.com/how-to/what-is-yoodli-how-to-use-it-to-teach-public-speaking" target="_blank"><u><strong>Yoodli</strong></u></a> takes AI into a more specific area of education, helping students become better speakers. The platform acts as an AI speech coach, allowing students to practice presentations, speeches, interviews, and other speaking activities privately before performing in front of a real audience.</p><p>Students can record themselves speaking and receive immediate feedback on things such as pacing, filler words, word choice, and body language. They can see specific areas to work on rather than simply being told that a presentation needs improvement.</p><p>Teachers can also create custom role-playing scenarios and learning activities, while Yoodli's AI Tutor can hold conversations with students and ask follow-up questions. This makes it useful for English, public speaking, presentations, interview preparation, and English-language learners.</p><p>The biggest benefit is the opportunity to practice without the pressure of an audience. Students can make mistakes, try again, and improve before they have to stand up in front of the class.</p><h3 class="article-body__section" id="section-best-for-teaching-how-ai-works"><span>Best for teaching how AI works</span></h3><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.30%;"><img id="KywUGJMPcSuTeqpFTby3kC" name="Teachable Machine" alt="Teachable Machine" src="https://cdn.mos.cms.futurecdn.net/KywUGJMPcSuTeqpFTby3kC.jpg" mos="" align="middle" fullscreen="" width="1920" height="1081" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">Teachable Machine </span><span class="credit" itemprop="copyrightHolder">(Image credit: Google)</span></figcaption></figure><h2 id="teachable-machine">Teachable Machine</h2><p><u></u><a href="https://www.techlearning.com/how-to/what-is-teachable-machine-how-to-use-it-to-teach" target="_blank"><u><strong>Teachable Machine</strong></u></a> is different from most of the tools on this list because the AI isn't simply there to help the teacher. Instead, it lets students actually experiment with machine learning.</p><p>The Google tool allows users to train simple AI models using images, sounds, and movements. Students can provide examples, train the system, and then see how it responds to new information. This offers a super accessible way to demonstrate what machine learning actually means. Rather than explaining algorithms purely through theory, teachers can let students experience the process of training an AI system for themselves.</p><p>Educational resources are also available that can be used alongside the platform to explore topics such as algorithms, data, and AI ethics. For example, students can create an algorithm designed to identify their preferred type of sandwich, then examine why the system produces particular results. This opens the door to discussions around training data, bias, and the way algorithms can influence outcomes.</p><p>And there's no subscription to worry about as Teachable Machine is completely free to use and doesn't require users to sign in. For teaching AI literacy rather than simply using AI, it's hard to beat.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ What is Atlas and How Can I Use It To Teach? ]]></title>
                                                                                                <dc:content><![CDATA[ <p>Atlas is an AI-powered learning platform designed to help students study more effectively by providing personalized support across subjects. Unlike a simple chatbot, it aims to become a study companion that can answer questions and more. It helps to explain concepts, summarize documents, create revision materials, and even work with a student's own course content.</p><p>To minimize the risks of overreliance or academic dishonesty, Atlas positions itself as a platform built specifically for learning, with features designed to encourage understanding instead of simply producing finished answers.</p><p>Students can upload class notes, PDFs, presentations, and assignments, allowing Atlas to provide responses based on their own learning materials rather than generic internet information. The platform also supports lecture recordings, helping students revisit lessons and generate summaries or revision resources after class.</p><p>For educators, Atlas is an example of how AI is evolving beyond general-purpose chatbots into subject-focused learning assistants. While it shouldn't replace classroom teaching or critical thinking, it can help students review difficult topics, organize information, and prepare for assessments when used appropriately.</p><p>Here's everything you need to know about Atlas and how teachers can use it to support learning.</p><h2 id="what-is-atlas">What is Atlas?</h2><div class="youtube-video" data-nosnippet ><div class="video-aspect-box"><iframe data-lazy-priority="low" data-lazy-src="https://www.youtube-nocookie.com/embed/NqLpfwhYSns" allowfullscreen></iframe></div></div><p><a href="https://www.atlas.org/" target="_blank" rel="nofollow"><u><strong>Atlas</strong></u></a> is an AI study assistant designed to support students throughout the learning process. It works across a broad range of academic disciplines, including mathematics, science, history, literature, languages, economics, and more.</p><p>Students interact with Atlas through a conversational interface similar to other AI chatbots. However, the platform places greater emphasis on learning by allowing users to upload their own educational materials and receive answers based on those resources.</p><p>This means a student can ask questions about a textbook chapter, a teacher's presentation, research papers, or their own lecture notes. Atlas can then explain concepts, summarize information, identify key themes, generate quizzes, or create revision flashcards tailored to that material.</p><p>The platform also supports image uploads, allowing students to ask questions about diagrams, handwritten notes, worksheets, or mathematical problems.</p><p>Responses can reference a student's own course content, so Atlas can often provide more relevant support than general AI assistants that rely solely on their existing training data.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="A4hqu5c8nZsUTk4cvEXxr4" name="Atlas" alt="Atlas" src="https://cdn.mos.cms.futurecdn.net/A4hqu5c8nZsUTk4cvEXxr4.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Atlas)</span></figcaption></figure><h2 id="how-does-atlas-work">How does Atlas work?</h2><p>Atlas uses large language models alongside retrieval techniques that allow it to search through documents and resources uploaded by the student.</p><p>After creating an account, you can upload PDFs, Word documents, PowerPoint presentations, research articles, lecture slides, handwritten notes, or images. These materials become part of the student's personal knowledge library.</p><p>Instead of answering every question using general AI knowledge alone, Atlas can search those uploaded resources and incorporate these into its responses. This helps students receive explanations that align more closely with the material they are actually studying.</p><p>Students can also upload lecture recordings. Atlas generates transcripts, produces summaries, highlights key concepts, and creates revision notes from the recording, reducing the amount of manual note-taking required after class.</p><p>Another useful feature is its ability to generate study resources automatically. After analyzing uploaded content, Atlas can produce flashcards, quizzes, practice questions, and condensed revision guides that students can use before exams.</p><p>For mathematics and science subjects, Atlas is capable of breaking problems into multiple steps rather than simply displaying an answer. Teachers may find this particularly useful when encouraging students to understand problem-solving processes instead of memorizing solutions.</p><p>The platform also supports essay planning and writing assistance. Students can brainstorm ideas, organize arguments, identify supporting evidence, improve structure, and refine drafts. </p><p>Atlas can also connect with learning management systems such as Canvas, allowing students to organize coursework and access AI support within the context of their classes.</p><h2 id="what-are-the-best-atlas-features">What are the best Atlas features?</h2><p><strong>Personalized learning using uploaded resources</strong><br>One of Atlas's top features is its ability to answer questions using a student's own learning materials. It doesn't just offer generic explanations, but instead can reference lecture slides, course readings, textbooks, and notes that have been uploaded to the platform. This makes responses more relevant to individual classes and assignments.</p><p><strong>Lecture summaries</strong><br>Students can upload recorded lectures and generate summaries, transcripts, key takeaways, and revision notes.</p><p>This can help learners revisit lessons, and is especially useful if English is an additional language or if they need extra time to process complex material.</p><p><strong>Automatic flashcards and quizzes</strong><br>Atlas can convert notes and documents into revision materials without requiring students to build flashcards manually. Teachers could encourage students to use these self-generated quizzes as formative assessment before classroom tests.</p><p><strong>Step-by-step problem solving</strong><br>Rather than simply producing answers, Atlas can explain the reasoning behind mathematical calculations and scientific concepts. This makes it more useful as a tutoring tool when students need additional support outside lesson time.</p><p><strong>Essay support</strong><br>Students can brainstorm ideas, organize essays, improve structure, summarize research, and refine written work.</p><p>Teachers should make clear expectations around academic integrity so AI supports learning rather than replacing independent writing.</p><p><strong>Course organization</strong><br>Because Atlas stores uploaded learning materials in one place, students can build a searchable knowledge base throughout the school year. Instead of searching through multiple folders, notes, and documents, they can ask questions directly about their existing resources.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="PPEd3htU9txi4s8T24EVp4" name="Atlas" alt="Atlas" src="https://cdn.mos.cms.futurecdn.net/PPEd3htU9txi4s8T24EVp4.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Atlas)</span></figcaption></figure><h2 id="how-much-does-atlas-cost">How much does Atlas cost?</h2><p>Atlas offers a <strong>free</strong> plan that includes daily AI usage limits, allowing students to upload course materials, generate summaries, create flashcards and quizzes, and chat with their documents. </p><p>Those who need more extensive access can upgrade to <strong>Atlas Pro</strong>, which removes many of the usage limits and provides significantly more AI interactions for intensive studying. </p><p>Atlas also offers weekly, monthly, and annual subscription options, with prices varying by region and platform. At the time of writing, U.S. subscriptions range from <strong>$9.99 per week</strong> to <strong>$19.99 per month</strong>, while a yearly plan is available for <strong>$129.99</strong> through Apple's App Store. </p><p>Educators should check the Atlas website or app for the latest pricing before recommending the service, as subscriptions and regional pricing may change. </p><h2 id="atlas-tips">Atlas Tips</h2><ul><li><strong>Encourage students to upload class resources</strong><br>Students will generally receive more useful responses if Atlas can reference the same materials used in class rather than relying entirely on general knowledge.</li><li><strong>Use AI-generated quizzes for revision</strong><br>Ask students to create practice quizzes from lesson notes before a test. This encourages retrieval practice while reducing preparation time.</li><li><strong>Compare AI explanations with classroom teaching</strong><br>Have students compare Atlas's explanations with textbook content or classroom instruction. This helps develop critical thinking while reinforcing subject knowledge.</li><li><strong>Teach responsible AI use</strong><br>Discuss when AI can support learning and when independent work is expected. Clear classroom expectations help students use the technology ethically.</li><li><strong>Remind students to fact-check</strong><br>Like all generative AI tools, Atlas can occasionally provide inaccurate or misleading information. Encourage students to verify important facts using trusted academic sources before relying on AI-generated responses.</li></ul> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/learning/classroom-tools/what-is-atlas-and-how-can-i-use-it-to-teach</link>
                                                                            <description>
                            <![CDATA[ Atlas is an AI-powered learning platform built to meet students where they are. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">YtxXqzaghFdskCFbNZrwP8</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/rYBPHTFfCJwxFbPQvD2Nm4-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 17 Aug 2026 09:00:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Classroom Tools]]></category>
                                                    <category><![CDATA[Learning]]></category>
                                                    <category><![CDATA[Classroom]]></category>
                                                                                                                    <dc:creator><![CDATA[ Luke Edwards ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/rYBPHTFfCJwxFbPQvD2Nm4-1280-80.jpg">
                                                            <media:credit><![CDATA[Atlas]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Atlas]]></media:description>                                                            <media:text><![CDATA[Atlas]]></media:text>
                                <media:title type="plain"><![CDATA[Atlas]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/rYBPHTFfCJwxFbPQvD2Nm4-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Atlas is an AI-powered learning platform designed to help students study more effectively by providing personalized support across subjects. Unlike a simple chatbot, it aims to become a study companion that can answer questions and more. It helps to explain concepts, summarize documents, create revision materials, and even work with a student's own course content.</p><p>To minimize the risks of overreliance or academic dishonesty, Atlas positions itself as a platform built specifically for learning, with features designed to encourage understanding instead of simply producing finished answers.</p><p>Students can upload class notes, PDFs, presentations, and assignments, allowing Atlas to provide responses based on their own learning materials rather than generic internet information. The platform also supports lecture recordings, helping students revisit lessons and generate summaries or revision resources after class.</p><p>For educators, Atlas is an example of how AI is evolving beyond general-purpose chatbots into subject-focused learning assistants. While it shouldn't replace classroom teaching or critical thinking, it can help students review difficult topics, organize information, and prepare for assessments when used appropriately.</p><p>Here's everything you need to know about Atlas and how teachers can use it to support learning.</p><h2 id="what-is-atlas">What is Atlas?</h2><div class="youtube-video" data-nosnippet ><div class="video-aspect-box"><iframe data-lazy-priority="low" data-lazy-src="https://www.youtube-nocookie.com/embed/NqLpfwhYSns" allowfullscreen></iframe></div></div><p><a href="https://www.atlas.org/" target="_blank" rel="nofollow"><u><strong>Atlas</strong></u></a> is an AI study assistant designed to support students throughout the learning process. It works across a broad range of academic disciplines, including mathematics, science, history, literature, languages, economics, and more.</p><p>Students interact with Atlas through a conversational interface similar to other AI chatbots. However, the platform places greater emphasis on learning by allowing users to upload their own educational materials and receive answers based on those resources.</p><p>This means a student can ask questions about a textbook chapter, a teacher's presentation, research papers, or their own lecture notes. Atlas can then explain concepts, summarize information, identify key themes, generate quizzes, or create revision flashcards tailored to that material.</p><p>The platform also supports image uploads, allowing students to ask questions about diagrams, handwritten notes, worksheets, or mathematical problems.</p><p>Responses can reference a student's own course content, so Atlas can often provide more relevant support than general AI assistants that rely solely on their existing training data.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="A4hqu5c8nZsUTk4cvEXxr4" name="Atlas" alt="Atlas" src="https://cdn.mos.cms.futurecdn.net/A4hqu5c8nZsUTk4cvEXxr4.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Atlas)</span></figcaption></figure><h2 id="how-does-atlas-work">How does Atlas work?</h2><p>Atlas uses large language models alongside retrieval techniques that allow it to search through documents and resources uploaded by the student.</p><p>After creating an account, you can upload PDFs, Word documents, PowerPoint presentations, research articles, lecture slides, handwritten notes, or images. These materials become part of the student's personal knowledge library.</p><p>Instead of answering every question using general AI knowledge alone, Atlas can search those uploaded resources and incorporate these into its responses. This helps students receive explanations that align more closely with the material they are actually studying.</p><p>Students can also upload lecture recordings. Atlas generates transcripts, produces summaries, highlights key concepts, and creates revision notes from the recording, reducing the amount of manual note-taking required after class.</p><p>Another useful feature is its ability to generate study resources automatically. After analyzing uploaded content, Atlas can produce flashcards, quizzes, practice questions, and condensed revision guides that students can use before exams.</p><p>For mathematics and science subjects, Atlas is capable of breaking problems into multiple steps rather than simply displaying an answer. Teachers may find this particularly useful when encouraging students to understand problem-solving processes instead of memorizing solutions.</p><p>The platform also supports essay planning and writing assistance. Students can brainstorm ideas, organize arguments, identify supporting evidence, improve structure, and refine drafts. </p><p>Atlas can also connect with learning management systems such as Canvas, allowing students to organize coursework and access AI support within the context of their classes.</p><h2 id="what-are-the-best-atlas-features">What are the best Atlas features?</h2><p><strong>Personalized learning using uploaded resources</strong><br>One of Atlas's top features is its ability to answer questions using a student's own learning materials. It doesn't just offer generic explanations, but instead can reference lecture slides, course readings, textbooks, and notes that have been uploaded to the platform. This makes responses more relevant to individual classes and assignments.</p><p><strong>Lecture summaries</strong><br>Students can upload recorded lectures and generate summaries, transcripts, key takeaways, and revision notes.</p><p>This can help learners revisit lessons, and is especially useful if English is an additional language or if they need extra time to process complex material.</p><p><strong>Automatic flashcards and quizzes</strong><br>Atlas can convert notes and documents into revision materials without requiring students to build flashcards manually. Teachers could encourage students to use these self-generated quizzes as formative assessment before classroom tests.</p><p><strong>Step-by-step problem solving</strong><br>Rather than simply producing answers, Atlas can explain the reasoning behind mathematical calculations and scientific concepts. This makes it more useful as a tutoring tool when students need additional support outside lesson time.</p><p><strong>Essay support</strong><br>Students can brainstorm ideas, organize essays, improve structure, summarize research, and refine written work.</p><p>Teachers should make clear expectations around academic integrity so AI supports learning rather than replacing independent writing.</p><p><strong>Course organization</strong><br>Because Atlas stores uploaded learning materials in one place, students can build a searchable knowledge base throughout the school year. Instead of searching through multiple folders, notes, and documents, they can ask questions directly about their existing resources.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="PPEd3htU9txi4s8T24EVp4" name="Atlas" alt="Atlas" src="https://cdn.mos.cms.futurecdn.net/PPEd3htU9txi4s8T24EVp4.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Atlas)</span></figcaption></figure><h2 id="how-much-does-atlas-cost">How much does Atlas cost?</h2><p>Atlas offers a <strong>free</strong> plan that includes daily AI usage limits, allowing students to upload course materials, generate summaries, create flashcards and quizzes, and chat with their documents. </p><p>Those who need more extensive access can upgrade to <strong>Atlas Pro</strong>, which removes many of the usage limits and provides significantly more AI interactions for intensive studying. </p><p>Atlas also offers weekly, monthly, and annual subscription options, with prices varying by region and platform. At the time of writing, U.S. subscriptions range from <strong>$9.99 per week</strong> to <strong>$19.99 per month</strong>, while a yearly plan is available for <strong>$129.99</strong> through Apple's App Store. </p><p>Educators should check the Atlas website or app for the latest pricing before recommending the service, as subscriptions and regional pricing may change. </p><h2 id="atlas-tips">Atlas Tips</h2><ul><li><strong>Encourage students to upload class resources</strong><br>Students will generally receive more useful responses if Atlas can reference the same materials used in class rather than relying entirely on general knowledge.</li><li><strong>Use AI-generated quizzes for revision</strong><br>Ask students to create practice quizzes from lesson notes before a test. This encourages retrieval practice while reducing preparation time.</li><li><strong>Compare AI explanations with classroom teaching</strong><br>Have students compare Atlas's explanations with textbook content or classroom instruction. This helps develop critical thinking while reinforcing subject knowledge.</li><li><strong>Teach responsible AI use</strong><br>Discuss when AI can support learning and when independent work is expected. Clear classroom expectations help students use the technology ethically.</li><li><strong>Remind students to fact-check</strong><br>Like all generative AI tools, Atlas can occasionally provide inaccurate or misleading information. Encourage students to verify important facts using trusted academic sources before relying on AI-generated responses.</li></ul>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Assessment After AI: Designing Student Work to Show Real Thinking ]]></title>
                                                                                                <dc:content><![CDATA[ <p>As a longtime educator, I’ve spent a great deal of time designing assessments that promote student choice and voice and enable students to truly show what they know and can do. However, with the rise of artificial intelligence in education, deciding how to assess students has become more challenging.</p><p>Students may have access to AI both in and outside of our classrooms. It can generate summaries, write essays, provide explanations, create outlines, and offer feedback within seconds for them. AI can help learning, but it requires educators to think beyond traditional assessments that worked well before AI.</p><p>A major concern is that students will cheat or that assessment is broken. Rather than focusing only on how to stop students from using AI, we need to design tasks that make students' thinking more visible. When an assignment asks students to explain their decisions, reflect on the process, make connections, analyze feedback, defend their thinking, and revise their work, learning becomes harder to outsource.</p><p>Making this shift matters because if students are only assigned to choose an answer, write a paragraph, create a presentation, or design a final product, AI can do these tasks for them. </p><p>Providing guidance for students on how to responsibly use AI is also critical.</p><h2 id="moving-beyond-product-only-assessment">Moving Beyond Product-Only Assessment</h2><p>For years, assessments in my classroom were often built around a final submission such as an essay, project, test, or presentation. I would evaluate it, provide feedback, and move on. These all have value because students build skills in communication, organization, critical thinking, and reflection. </p><p>However, what students submit may not fully demonstrate their learning. A well-written essay does not necessarily show understanding. A correct answer does not reveal whether the student can explain the reasoning or simply guessed or used AI. A well-designed presentation does not prove that the student made the design choices on their own. For these reasons, the assessment design needs to be more intentional.</p><p>Educators need to look at what the student created, consider how they got to that point, what choices they made in the process, what information was used, how they revised their work, and what I think is important, is what can the student share about their learning. Did the student use AI (if permitted), and how? </p><p>Using these reference points will shift assessments from being a simple, quick check of understanding or task completion to showing deeper learning and content retention. </p><h2 id="shifting-to-more-visible-thinking">Shifting to More Visible Thinking</h2><p>Finding ways to make thinking visible takes a little time at first, but it is how to truly see a student’s learning journey. To start, educators can set up a series of checkpoints. Rather than asking students to only submit a final essay, for example, teachers might ask for various artifacts from their work. Students could provide their initial question, a claim, a draft, a peer feedback reflection, revisions made, and a final explanation of what changed. These components encourage students to notice their own thinking.</p><p>Educators can also ask students to explain their thinking and choices made. Why did they select this source? Why did they organize the project in this way? Why did they reject one idea and keep another? Why did they make the revisions they did?</p><p>These explanations can provide greater insight than the final product alone.</p><p>In their work, students can show their thinking through annotations, peer discussions, drafts, concept maps, note-taking, reflections, and even demonstrations. The format may vary depending on the task, but the goal is to have students explain their learning.</p><h2 id="rethinking-ai-use-and-academic-integrity">Rethinking AI Use and Academic Integrity</h2><p>A valid concern is that AI makes it harder to understand what students actually know. However, if we ban the use of AI entirely, it won't prepare students to use these tools responsibly. </p><p>Instead, educators should create clear expectations around when AI is and is not permitted and model this for students to show how it can be an impactful part of their learning experience. Not every task should involve AI. Students still need opportunities to think, write, create, and problem-solve without relying on a tool. However, students also need guidance in how to use AI thoughtfully, ethically, and transparently.</p><p>I have found it to be helpful to design assignments with different levels of AI use. Teachers can build AI expectations directly into assignments. Directions might say, “AI may be used for brainstorming but not for drafting,” or “You may use AI feedback, but you must submit your original paragraph, the feedback, and an explanation of your revisions.” This turns AI use into part of the learning process rather than a hidden behavior.</p><p>Establishing a structure such as this helps students understand that responsible AI use is not “all or nothing” but instead depends on the purpose of the task they are being assigned. </p><p>Transparency is key. If students use AI, they should be able to say how they used it. Did they ask for topic ideas? Did they use it to clarify vocabulary? Did they compare explanations? Did they request feedback on the organization of their writing? Did they ask for a revision? </p><p>Requiring a short AI use note can help students reflect on their choices and help teachers better understand the learning process.</p><h2 id="assessments-should-include-conversations">Assessments Should Include Conversations</h2><p>A powerful assessment tool is conversation. When students talk about their work, teachers can sense understanding, confusion, confidence, and growth in ways that are not always visible on paper. </p><p>Not every assignment needs a formal presentation. Having short conferences with students can be meaningful. When a teacher asks a student to talk about the strongest part of their work, an area where they struggled, or even what they would change if they had more time, these questions provide more insight into student thinking. And these are also great ways to build relationships that support student growth.</p><p>Students could also record short audio or video reflections explaining their process. I’ve had students do this using Padlet, and it was great for building many skills. Students can engage in peer discussions, small-group activities such as debates, or do gallery walks. These moments create opportunities for students to demonstrate more ownership in learning.</p><p>When students know they will need to explain their thinking, the assignment changes. The focus moves from simply producing something to understanding it well enough to discuss it.</p><h2 id="designing-assignments-ai-cannot-easily-replace">Designing Assignments AI Cannot Easily Replace</h2><p>No assignment is completely “AI-proof,” and that should not be the goal. A better goal is to design learning experiences that are meaningful, contextual, personal, and connected to students’ thinking.</p><p>When assignments include local context, classroom experiences, personal reflection, student choice, and live discussion, these become more meaningful and more likely to promote content retention. For example, instead of asking students to write an essay on a historical event, ask them to connect the event to a class discussion, analyze a specific primary source used in class, compare interpretations, and explain how their thinking changed. Or instead of asking for a general science report, ask students to collect observations, analyze class data, explain unexpected results, and reflect on the process.</p><p>The more connected the work is to the classroom learning experience and real-world events, the harder it is for students to lean on AI without truly engaging in the learning experience.</p><p>It should not be about making assignments more difficult just to “catch” students. By making assignments better so that students have to think, create, question, explain, and reflect, they engage in the process itself and focus less on one final product.</p><h2 id="the-importance-of-reflection">The Importance of Reflection</h2><p>Reflection may be one of the most important assessment practices in an AI-enabled world. When students reflect, they make their thinking visible. They explain what they tried, what worked, what did not, what they learned, and what they would do differently. They see the process of learning more.</p><p>Reflection also helps students develop metacognition. They begin to understand themselves as learners. They notice when they relied too heavily on a tool. They recognize when AI helped them think differently. They learn to evaluate whether a suggestion improved their work or weakened it.</p><p><strong>Simple reflection prompts can make a big difference:</strong></p><ul><li>What part of this work best shows your thinking?</li><li>Where did you struggle?</li><li>What feedback helped you improve?</li><li>How did you use AI or other tools responsibly?</li><li>What would you change next time?</li></ul><h2 id="the-most-important-outcome-of-all">The Most Important Outcome of All</h2><p>Assessment after AI is not about fear, but rather about intentional and purposeful design.</p><p>Educators do not need to forget everything they believe about assessment. Many strong instructional practices are already in place: formative assessment, conferencing, portfolios, project-based learning, performance tasks, peer feedback, revision, self-assessment, and reflection. Now, with the availability of AI, these practices are even more important.</p><p>The future of assessment will require us to find a better balance between a final learning product and the learning process. Students should still have opportunities to create what they have always created, but they should be able to explain their thinking behind it. They should know when AI is appropriate, when it is not, and how to use it in ways that support rather than replace learning.</p><p>For students to be well-prepared for the future, we have to assess how they think as well as what they produce. To do this means designing assignments and assessments that push students to question, decide, explain, revise, reflect, and take ownership of their learning. </p><p>AI can generate answers. But students still need to develop judgment.</p><p>And that may be the most important outcome of all.</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/technology/ai/assessment-after-ai-designing-student-work-to-show-real-thinking</link>
                                                                            <description>
                            <![CDATA[ Assessment after AI is not about fear, but rather about intentional and purposeful design ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">huBeGzcjfVKYiFzyfuhgWi</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/c5WpPw2RByW3jkeFdMpy3M-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 13 Aug 2026 09:00:00 +0000</pubDate>                                                                                                                                <updated>Thu, 13 Aug 2026 10:25:33 +0000</updated>
                                                                                                                                            <category><![CDATA[AI]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Rachelle Dené Poth ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ &lt;p&gt;Dr. Rachelle Dené Poth is an edtech consultant, presenter, attorney, author, and teacher of Spanish and STEAM: Emerging Technology. Rachelle has a Juris Doctor degree from Duquesne University School of Law, a Master’s, and a Doctorate in Instructional Technology. Rachelle specializes in Artificial Intelligence, AI and the Law, AR/VR, Cybersecurity, SEL, and STEM. She has more than seven years of teaching and presenting on AI in her classroom and working with educators worldwide.  She is the author of nine books, including her most recent, &lt;em&gt;How to Teach AI: Weaving Strategies and Activities Into Any Content Area. &lt;/em&gt;&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/c5WpPw2RByW3jkeFdMpy3M-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[assessements and ai]]></media:description>                                                            <media:text><![CDATA[assessements and ai]]></media:text>
                                <media:title type="plain"><![CDATA[assessements and ai]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/c5WpPw2RByW3jkeFdMpy3M-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>As a longtime educator, I’ve spent a great deal of time designing assessments that promote student choice and voice and enable students to truly show what they know and can do. However, with the rise of artificial intelligence in education, deciding how to assess students has become more challenging.</p><p>Students may have access to AI both in and outside of our classrooms. It can generate summaries, write essays, provide explanations, create outlines, and offer feedback within seconds for them. AI can help learning, but it requires educators to think beyond traditional assessments that worked well before AI.</p><p>A major concern is that students will cheat or that assessment is broken. Rather than focusing only on how to stop students from using AI, we need to design tasks that make students' thinking more visible. When an assignment asks students to explain their decisions, reflect on the process, make connections, analyze feedback, defend their thinking, and revise their work, learning becomes harder to outsource.</p><p>Making this shift matters because if students are only assigned to choose an answer, write a paragraph, create a presentation, or design a final product, AI can do these tasks for them. </p><p>Providing guidance for students on how to responsibly use AI is also critical.</p><h2 id="moving-beyond-product-only-assessment">Moving Beyond Product-Only Assessment</h2><p>For years, assessments in my classroom were often built around a final submission such as an essay, project, test, or presentation. I would evaluate it, provide feedback, and move on. These all have value because students build skills in communication, organization, critical thinking, and reflection. </p><p>However, what students submit may not fully demonstrate their learning. A well-written essay does not necessarily show understanding. A correct answer does not reveal whether the student can explain the reasoning or simply guessed or used AI. A well-designed presentation does not prove that the student made the design choices on their own. For these reasons, the assessment design needs to be more intentional.</p><p>Educators need to look at what the student created, consider how they got to that point, what choices they made in the process, what information was used, how they revised their work, and what I think is important, is what can the student share about their learning. Did the student use AI (if permitted), and how? </p><p>Using these reference points will shift assessments from being a simple, quick check of understanding or task completion to showing deeper learning and content retention. </p><h2 id="shifting-to-more-visible-thinking">Shifting to More Visible Thinking</h2><p>Finding ways to make thinking visible takes a little time at first, but it is how to truly see a student’s learning journey. To start, educators can set up a series of checkpoints. Rather than asking students to only submit a final essay, for example, teachers might ask for various artifacts from their work. Students could provide their initial question, a claim, a draft, a peer feedback reflection, revisions made, and a final explanation of what changed. These components encourage students to notice their own thinking.</p><p>Educators can also ask students to explain their thinking and choices made. Why did they select this source? Why did they organize the project in this way? Why did they reject one idea and keep another? Why did they make the revisions they did?</p><p>These explanations can provide greater insight than the final product alone.</p><p>In their work, students can show their thinking through annotations, peer discussions, drafts, concept maps, note-taking, reflections, and even demonstrations. The format may vary depending on the task, but the goal is to have students explain their learning.</p><h2 id="rethinking-ai-use-and-academic-integrity">Rethinking AI Use and Academic Integrity</h2><p>A valid concern is that AI makes it harder to understand what students actually know. However, if we ban the use of AI entirely, it won't prepare students to use these tools responsibly. </p><p>Instead, educators should create clear expectations around when AI is and is not permitted and model this for students to show how it can be an impactful part of their learning experience. Not every task should involve AI. Students still need opportunities to think, write, create, and problem-solve without relying on a tool. However, students also need guidance in how to use AI thoughtfully, ethically, and transparently.</p><p>I have found it to be helpful to design assignments with different levels of AI use. Teachers can build AI expectations directly into assignments. Directions might say, “AI may be used for brainstorming but not for drafting,” or “You may use AI feedback, but you must submit your original paragraph, the feedback, and an explanation of your revisions.” This turns AI use into part of the learning process rather than a hidden behavior.</p><p>Establishing a structure such as this helps students understand that responsible AI use is not “all or nothing” but instead depends on the purpose of the task they are being assigned. </p><p>Transparency is key. If students use AI, they should be able to say how they used it. Did they ask for topic ideas? Did they use it to clarify vocabulary? Did they compare explanations? Did they request feedback on the organization of their writing? Did they ask for a revision? </p><p>Requiring a short AI use note can help students reflect on their choices and help teachers better understand the learning process.</p><h2 id="assessments-should-include-conversations">Assessments Should Include Conversations</h2><p>A powerful assessment tool is conversation. When students talk about their work, teachers can sense understanding, confusion, confidence, and growth in ways that are not always visible on paper. </p><p>Not every assignment needs a formal presentation. Having short conferences with students can be meaningful. When a teacher asks a student to talk about the strongest part of their work, an area where they struggled, or even what they would change if they had more time, these questions provide more insight into student thinking. And these are also great ways to build relationships that support student growth.</p><p>Students could also record short audio or video reflections explaining their process. I’ve had students do this using Padlet, and it was great for building many skills. Students can engage in peer discussions, small-group activities such as debates, or do gallery walks. These moments create opportunities for students to demonstrate more ownership in learning.</p><p>When students know they will need to explain their thinking, the assignment changes. The focus moves from simply producing something to understanding it well enough to discuss it.</p><h2 id="designing-assignments-ai-cannot-easily-replace">Designing Assignments AI Cannot Easily Replace</h2><p>No assignment is completely “AI-proof,” and that should not be the goal. A better goal is to design learning experiences that are meaningful, contextual, personal, and connected to students’ thinking.</p><p>When assignments include local context, classroom experiences, personal reflection, student choice, and live discussion, these become more meaningful and more likely to promote content retention. For example, instead of asking students to write an essay on a historical event, ask them to connect the event to a class discussion, analyze a specific primary source used in class, compare interpretations, and explain how their thinking changed. Or instead of asking for a general science report, ask students to collect observations, analyze class data, explain unexpected results, and reflect on the process.</p><p>The more connected the work is to the classroom learning experience and real-world events, the harder it is for students to lean on AI without truly engaging in the learning experience.</p><p>It should not be about making assignments more difficult just to “catch” students. By making assignments better so that students have to think, create, question, explain, and reflect, they engage in the process itself and focus less on one final product.</p><h2 id="the-importance-of-reflection">The Importance of Reflection</h2><p>Reflection may be one of the most important assessment practices in an AI-enabled world. When students reflect, they make their thinking visible. They explain what they tried, what worked, what did not, what they learned, and what they would do differently. They see the process of learning more.</p><p>Reflection also helps students develop metacognition. They begin to understand themselves as learners. They notice when they relied too heavily on a tool. They recognize when AI helped them think differently. They learn to evaluate whether a suggestion improved their work or weakened it.</p><p><strong>Simple reflection prompts can make a big difference:</strong></p><ul><li>What part of this work best shows your thinking?</li><li>Where did you struggle?</li><li>What feedback helped you improve?</li><li>How did you use AI or other tools responsibly?</li><li>What would you change next time?</li></ul><h2 id="the-most-important-outcome-of-all">The Most Important Outcome of All</h2><p>Assessment after AI is not about fear, but rather about intentional and purposeful design.</p><p>Educators do not need to forget everything they believe about assessment. Many strong instructional practices are already in place: formative assessment, conferencing, portfolios, project-based learning, performance tasks, peer feedback, revision, self-assessment, and reflection. Now, with the availability of AI, these practices are even more important.</p><p>The future of assessment will require us to find a better balance between a final learning product and the learning process. Students should still have opportunities to create what they have always created, but they should be able to explain their thinking behind it. They should know when AI is appropriate, when it is not, and how to use it in ways that support rather than replace learning.</p><p>For students to be well-prepared for the future, we have to assess how they think as well as what they produce. To do this means designing assignments and assessments that push students to question, decide, explain, revise, reflect, and take ownership of their learning. </p><p>AI can generate answers. But students still need to develop judgment.</p><p>And that may be the most important outcome of all.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Teaching With CoChat ]]></title>
                                                                                                <dc:content><![CDATA[ <p>CoChat is an AI-powered tool that provides educators, students, and researchers with a host of capabilities when it comes to conducting research. </p><p>While there are other AI research tools, a common problem is citation hallucination. CoChat is designed to cut back on those hallucinations, and that feature is definitely a plus in my experience with CoChat. </p><p>Additionally, CoChat is great for deep research. When I searched topics, I was well-versed in, it brought up papers that had taken me hours and, in some cases, days, to track down on my own the old-fashioned way.  </p><p>After using it for a few weeks, I am impressed with CoChat overall and find it to be the strongest AI deep research tool that I've tried. Here's a closer look at how CoChat works, what it costs, and its best features. </p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1280px;"><p class="vanilla-image-block" style="padding-top:54.61%;"><img id="CzsU7ySD2qeAceFqxiaS7B" name="Screenshot 2026-07-30 at 11.29.38 AM" alt="A screenshot from CoChat's home page." src="https://cdn.mos.cms.futurecdn.net/CzsU7ySD2qeAceFqxiaS7B.png" mos="" align="middle" fullscreen="" width="1280" height="699" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: CoChat)</span></figcaption></figure><h2 id="what-is-cochat">What is CoChat? </h2><p><a href="https://cochat.ai/" target="_blank" rel="nofollow"><u><strong>CoChat</strong></u></a> is an AI research tool that harnesses advanced LLMs, including GPT, Claude, and Google, to search more than 200 million academic papers. It offers a feature that allows you to compare different answers from different models and then choose the best one. </p><p>In practice, CoChat functions as a highly skilled, very quick research assistant that can find and summarize relevant research on a given topic. CoChat also automatically verifies citations to reduce the frequent AI problem of citation hallucination. </p><p>After using CoChat to search several different research areas, ranging from quantum physics to education and health, I have been impressed with its ability to quickly collate research that would take me hours to track down with a tool such as Google Scholar. As with any research tool, it didn’t find all relevant research, though it did a better job than other similar tools I’ve used previously. </p><p>More broadly, I still wonder whether there are benefits to the old-fashioned Google-style search. Certainly, the time I’ve spent searching for relevant research hasn’t all been a waste because when I’m doing it, part of my learning process is the search itself. </p><p>That said, I do like using a CoChat-like tool toward the end of the process, just to see if this different method turns up anything new. </p><h2 id="what-are-cochat-s-best-features">What Are CoChat's Best Features? </h2><p>CoChat’s best feature is its robust ability to search through academic research and summarize its findings, all while providing direct links to the original papers. It accomplishes this through access to cutting-edge AI models and, in my experience, seems capable of both speeding up new research and helping expand research I’d previously conducted. </p><p>Additional strong features are that it urges you to double-check its work and that its default writing mode is a conversational summary and literature review style. This review summary is helpful, and as an added bonus for educators, is not something a student might be tempted to hand in as their finished paper. </p><p>That said, CoChat does frequently offer to help students do more with their research. For instance, after telling me it made a literature review table, it offered to “turn this into a shorter plain-English brief or a tighter source matrix for class use.” When I took it up on this offer, I suspected it would turn the work into a paper that a student could then submit. By doing this, I worried it would move from what I see as an appropriate AI use, research assistance, to an inappropriate one, doing the writing and thinking for a student. Ultimately, those fears were unfounded. CoChat just condensed its findings and used a more conversational tone to explain. </p><p>Despite passing this test, when I explicitly asked CoChat to turn its findings into a paper for an assignment "in my class," it was willing to do that, which isn’t ideal. </p><p>Even so, given that the availability of AI tools willing to write your papers, emails, and texts is so widespread, it was refreshing that CoChat required this additional step. </p><h2 id="what-does-cochat-cost">What Does CoChat Cost? </h2><p>The basic version of CoChat is completely <strong>free </strong>and is what I used for this article. I didn’t come up against any limitations, but there are some metered elements to the free tier such as three file uploads per day and a limit of 10 citation verifications. </p><p><strong>Subscriptions </strong>start at <strong>$9 per month,</strong> and there is a <strong>pro tier</strong> at <strong>$19 per month</strong>. </p><h2 id="the-best-cochat-tips-and-tricks">The Best CoChat Tips and Tricks </h2><p><strong>Verify Research </strong></p><p>One of CoChat’s main selling points is its ability to check sources it has cited to make sure none are fabricated. Users should take advantage of this feature. </p><p><strong>Create an Instant Literature Review</strong></p><p>CoChat is as good as any tool I’ve encountered at creating fast and helpful literature overviews on diverse topics. </p><p><strong>Use It In Addition To Other Research</strong></p><p>Even though it’s tempting to use CoChat at the start of your research, I like using CoChat after I’ve done some research to make sure I found all the relevant material and/or see if it turns up anything that I missed in my old-fashioned search; both happen on occasion. Therefore, using CoChat in this manner seems to deepen my research process overall. </p> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/technology/ai/teaching-with-cochat</link>
                                                                            <description>
                            <![CDATA[ One of the best deep research AI tools we’ve come across, CoChat acts as a lightning-fast research assistant. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">jY5UDa9ZqHrRCgHD42sinH</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/KckacJ2tKSw543hJ3PQBkC-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Mon, 10 Aug 2026 09:00:00 +0000</pubDate>                                                                                                                                <updated>Mon, 10 Aug 2026 09:17:16 +0000</updated>
                                                                                                                                            <category><![CDATA[AI]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                <author><![CDATA[ erik.ofgang@futurenet.com (Erik Ofgang) ]]></author>                    <dc:creator><![CDATA[ Erik Ofgang ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/4t5ro4CXB7QUaPA28UMYb9.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Erik Ofgang is Tech &amp; Learning contributor. A journalist, &lt;a href=&quot;https://www.penguinrandomhouse.com/books/557664/the-good-vices-by-dr-harry-ofgang-and-erik-ofgang/&quot; target=&quot;_blank&quot;&gt;&lt;u&gt;&lt;strong&gt;author&lt;/strong&gt;&lt;/u&gt;&lt;/a&gt; and educator, his work has appeared in The New York Times, The Smithsonian, Washington Post, The Atlantic, and Forbes.com. He currently teaches at Western Connecticut State University’s MFA program. While a staff writer at Connecticut Magazine he won a Society of Professional Journalism Award for his education reporting. He is interested in how humans learn and how technology can make that more effective. &lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/KckacJ2tKSw543hJ3PQBkC-1280-80.png">
                                                            <media:credit><![CDATA[CoChat]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[CoChat]]></media:description>                                                            <media:text><![CDATA[CoChat]]></media:text>
                                <media:title type="plain"><![CDATA[CoChat]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/KckacJ2tKSw543hJ3PQBkC-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>CoChat is an AI-powered tool that provides educators, students, and researchers with a host of capabilities when it comes to conducting research. </p><p>While there are other AI research tools, a common problem is citation hallucination. CoChat is designed to cut back on those hallucinations, and that feature is definitely a plus in my experience with CoChat. </p><p>Additionally, CoChat is great for deep research. When I searched topics, I was well-versed in, it brought up papers that had taken me hours and, in some cases, days, to track down on my own the old-fashioned way.  </p><p>After using it for a few weeks, I am impressed with CoChat overall and find it to be the strongest AI deep research tool that I've tried. Here's a closer look at how CoChat works, what it costs, and its best features. </p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1280px;"><p class="vanilla-image-block" style="padding-top:54.61%;"><img id="CzsU7ySD2qeAceFqxiaS7B" name="Screenshot 2026-07-30 at 11.29.38 AM" alt="A screenshot from CoChat's home page." src="https://cdn.mos.cms.futurecdn.net/CzsU7ySD2qeAceFqxiaS7B.png" mos="" align="middle" fullscreen="" width="1280" height="699" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: CoChat)</span></figcaption></figure><h2 id="what-is-cochat">What is CoChat? </h2><p><a href="https://cochat.ai/" target="_blank" rel="nofollow"><u><strong>CoChat</strong></u></a> is an AI research tool that harnesses advanced LLMs, including GPT, Claude, and Google, to search more than 200 million academic papers. It offers a feature that allows you to compare different answers from different models and then choose the best one. </p><p>In practice, CoChat functions as a highly skilled, very quick research assistant that can find and summarize relevant research on a given topic. CoChat also automatically verifies citations to reduce the frequent AI problem of citation hallucination. </p><p>After using CoChat to search several different research areas, ranging from quantum physics to education and health, I have been impressed with its ability to quickly collate research that would take me hours to track down with a tool such as Google Scholar. As with any research tool, it didn’t find all relevant research, though it did a better job than other similar tools I’ve used previously. </p><p>More broadly, I still wonder whether there are benefits to the old-fashioned Google-style search. Certainly, the time I’ve spent searching for relevant research hasn’t all been a waste because when I’m doing it, part of my learning process is the search itself. </p><p>That said, I do like using a CoChat-like tool toward the end of the process, just to see if this different method turns up anything new. </p><h2 id="what-are-cochat-s-best-features">What Are CoChat's Best Features? </h2><p>CoChat’s best feature is its robust ability to search through academic research and summarize its findings, all while providing direct links to the original papers. It accomplishes this through access to cutting-edge AI models and, in my experience, seems capable of both speeding up new research and helping expand research I’d previously conducted. </p><p>Additional strong features are that it urges you to double-check its work and that its default writing mode is a conversational summary and literature review style. This review summary is helpful, and as an added bonus for educators, is not something a student might be tempted to hand in as their finished paper. </p><p>That said, CoChat does frequently offer to help students do more with their research. For instance, after telling me it made a literature review table, it offered to “turn this into a shorter plain-English brief or a tighter source matrix for class use.” When I took it up on this offer, I suspected it would turn the work into a paper that a student could then submit. By doing this, I worried it would move from what I see as an appropriate AI use, research assistance, to an inappropriate one, doing the writing and thinking for a student. Ultimately, those fears were unfounded. CoChat just condensed its findings and used a more conversational tone to explain. </p><p>Despite passing this test, when I explicitly asked CoChat to turn its findings into a paper for an assignment "in my class," it was willing to do that, which isn’t ideal. </p><p>Even so, given that the availability of AI tools willing to write your papers, emails, and texts is so widespread, it was refreshing that CoChat required this additional step. </p><h2 id="what-does-cochat-cost">What Does CoChat Cost? </h2><p>The basic version of CoChat is completely <strong>free </strong>and is what I used for this article. I didn’t come up against any limitations, but there are some metered elements to the free tier such as three file uploads per day and a limit of 10 citation verifications. </p><p><strong>Subscriptions </strong>start at <strong>$9 per month,</strong> and there is a <strong>pro tier</strong> at <strong>$19 per month</strong>. </p><h2 id="the-best-cochat-tips-and-tricks">The Best CoChat Tips and Tricks </h2><p><strong>Verify Research </strong></p><p>One of CoChat’s main selling points is its ability to check sources it has cited to make sure none are fabricated. Users should take advantage of this feature. </p><p><strong>Create an Instant Literature Review</strong></p><p>CoChat is as good as any tool I’ve encountered at creating fast and helpful literature overviews on diverse topics. </p><p><strong>Use It In Addition To Other Research</strong></p><p>Even though it’s tempting to use CoChat at the start of your research, I like using CoChat after I’ve done some research to make sure I found all the relevant material and/or see if it turns up anything that I missed in my old-fashioned search; both happen on occasion. Therefore, using CoChat in this manner seems to deepen my research process overall. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Empowering The Fall Classroom: A Strategic Guide to 6 Essential AI Tools for Educators and Students ]]></title>
                                                                                                <dc:content><![CDATA[ <p>As the academic year approaches, the integration of artificial intelligence into educational settings has shifted from a novelty or optional consideration to more of a necessity. </p><p>This summer as I engaged with my students, I had them each evaluate 10 to 12 generative AI tools of their choice. This summary is based on analysis of their notes from recent explorations and highlights a core group of "top-tier" tools that provide substantial value for both instructional efficiency and student success. </p><p>By focusing on tools that prioritize research synthesis, administrative logic, and visual communication, teachers and students can navigate the upcoming fall semester with unprecedented productivity.</p><p>The following six tools emerged as the most effective according to educators, offering a roadmap for fall implementation.</p><h2 id="gemini-notebook-the-research-and-synthesis-powerhouse">Gemini Notebook (The Research and Synthesis Powerhouse)</h2><p>Gemini Notebook stands out for its "grounded" approach to AI, processing only the specific documents a user uploads. This makes it a premier tool for maintaining academic integrity while managing heavy reading loads.<strong> </strong>Personally, I find this one of the best tools available for summarizing large sets of articles or student papers to find themes or trends.</p><ul><li><strong>How Teachers Can Use It: </strong>Educators can upload their entire curriculum unit to freshen it up or mold the materials differently. Student A noted that it can generate podcasts based on uploaded material, suggesting that "instead of having kids read a chapter of a short story, it could turn that into a podcast for you." It is highly effective for creating executive summaries and slide decks from dense research articles to maximize lesson prep time.</li><li><strong>How Students Can Use It:</strong> Students can upload lecture notes, textbook chapters, or articles to generate study guides, practice quizzes, or thematic literature overviews. Student B remarked that the audio overview feature is a "game changer," particularly for organizing complex concepts for long-term projects such as a dissertation.</li><li><strong>Concerns:</strong> A primary concern is the ethical implication of feeding the beast by uploading copyrighted works into an AI model. Additionally, users must be wary of surface level analysis, as the tool may occasionally overlook important nuances in the source material.</li></ul><h2 id="magicschool-ai-the-all-in-one-educator-assistant">MagicSchool AI (The All-in-One Educator Assistant)</h2><p>Historically one of my primary recommendations to K-12 educators–it consistently rates a "10/10" by users–MagicSchool AI is a platform designed specifically for the unique needs of the K-12 and university environment. It has a lot of built-in templates and is fully FERPA compliant.</p><ul><li><strong>How Teachers Can Use It:</strong> Teachers can utilize a suite of more than 60 tools to generate IEP drafts, PLC agendas, and standards-aligned worksheets. Student C called it a "homerun tool" because it "supports the productivity and direction of [Collaborative Team] time without intruding on the actual meeting."</li><li><strong>How Students Can Use It:</strong> The Student AI Tutor offers personalized, 1-on-1 support. Student D found the tutor to be “excellent" because of the "depth of conversation it was having. It told me when I was correct [and] when I wasn’t giving it the skill it asked me to show."</li><li><strong>Concerns:</strong> The automated nature of the tool can lead to a loss of human tone if not reviewed carefully. Student E warned that if students rely too heavily on the AI to compile information, they risk "short-circuiting" the struggle required for true critical thinking.</li></ul><h2 id="canva-magic-studio-the-visual-communication-leader">Canva Magic Studio (The Visual Communication Leader) </h2><p>Canva has evolved from a simple graphic design tool into a comprehensive AI suite that lowers the technical barrier for creating professional-looking learning visuals.</p><ul><li><strong>How Teachers Can Use It:</strong> Educators can use Magic Design to instantly prototype course materials, turning a lecture outline into a cohesive slide deck. Student F noted its value for creating "take-home fliers for students to share with parents/guardians" and "quick signs for lessons."</li><li><strong>How Students Can Use It:</strong> Students can synthesize complex protocols into clear infographics or collaborative group projects. Student E highlighted that it allows students to "demonstrate competency through multimedia creation, fostering both digital literacy and communicative competence."</li><li><strong>Concerns:</strong> A risk of visual homogeneity, in which AI-generated layouts feel repetitive or corporate, exists. Also, there is concern regarding the "Couch Potato" effect, in which students may bypass the critical thinking, research, and synthesis stages if graded purely on the visual artifact.</li></ul><h2 id="consensus-the-academic-search-engine">Consensus (The Academic Search Engine)</h2><p>Consensus is an AI-powered search tool that helps users quickly identify what peer-reviewed research says about specific questions.</p><ul><li><strong>How Teachers and Students Can Use It:</strong> Both groups can benefit from its Consensus Meter, which shows scientific agreement on a topic. Student G found it "amazing" for literature reviews, noting that it "returned sources along with citations, as well as the ability to preview abstracts and PDFs in the same place." Student H appreciated its "excellent" accuracy and ability to find research "without going down a rabbit hole."</li><li><strong>Concerns:</strong> A major risk is that students may cite articles based only on the AI summary without reading the full source, which could lead to misunderstandings of the research.</li></ul><h2 id="perplexity-the-citation-backed-search-engine">Perplexity (The Citation-Backed Search Engine)</h2><p>Perplexity serves as an enhanced search engine that provides direct answers supported by current online citations. It has historically been one of my go-to deep search tools, and one of my recent doctoral students used it extensively to gather data for his Delphi Study. </p><ul><li><strong>How Teachers Can Use It:</strong> Staff can use it for policy benchmarking or for lesson planning on tangential topics outside their area of expertise.</li><li><strong>How Students Can Use It:</strong> Students find it much more trustworthy than basic search engines for report writing. Student I highlighted that the use of citations makes it "highly appealing and ... more trustworthy and applicable to my studies." Student J described it as a "graduate-level Google" that simplifies research into a digestible format.</li><li><strong>Concerns:</strong> Because Perplexity pulls from real-time web sources, its results are subject to the errors and possible ethical challenges present on the open internet.</li></ul><h2 id="claude-ai-the-writing-and-logic-specialist">Claude AI (The Writing and Logic Specialist)</h2><p>Developed by Anthropic, Claude is recognized for its ability to handle massive amounts of text and its focus on providing safe and reliable responses. My students often refer to it as the “poet of the LLMs,” as they think it provides the best editorial assistance when they are writing.</p><ul><li><strong>How Teachers Can Use It:</strong> Claude thrives in administrative nightmare scheduling scenarios. Student L described how it caught hidden scheduling conflicts and provided "realistic compromises" when managing transportation, weather, and facility bookings.</li><li><strong>How Students Can Use It:</strong> Claude acts as an effective career coach, helping students refine resumes and cover letters while maintaining their personal voice. Student K noted “it was effective because it gave organized and specific feedback on my writing" compared against specific rubrics.</li><li><strong>Concerns:</strong> Claude can occasionally produce a generic voice unless the user provides very detailed input. Privacy is also a major concern; users must be careful not to paste identifiable student data into the chat.</li></ul><p><strong>Your Fall Implementation Strategy</strong></p><p>For the fall semester, these tools can be viewed as collaborative partners rather than replacements for human judgment. As educators, we need to expand the variety of tools that we expose students to in order to ensure they become and then remain digitally literate. </p><p>The "80/20 Rule" suggested by Student E is an ideal guiding principle: let AI handle the first 80% of a task, the drafting and organization, while the human expert provides the final 20% of auditing, empathy, and contextual nuance. Of course, the educator and/or student need to know how to develop a good prompt in order to get the AI tools to deliver a product at 80%. That’s one skill that regardless of the tool needs practice to develop. </p><p>Another one of my students argued with a faculty member as to why it was okay to ask a human editor to assist them but not an AI one as long as the student was upfront and disclosed the use of AI. Particularly when it is not considered necessary to disclose the use of a human editor or a visit to the writing center for support. </p><p>By integrating these tools thoughtfully, educators can reclaim time for high-value relational work while empowering students to become critical editors and auditors of data in a rapidly changing digital landscape. </p><p><em>Thanks to Gemini Notebook and the Winona State University students of EL 590 for their assistance in creating this article.</em></p> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/technology/ai/empowering-the-fall-classroom-a-strategic-guide-to-6-essential-ai-tools-for-educators-and-students</link>
                                                                            <description>
                            <![CDATA[ By integrating these AI tools thoughtfully, educators can empower students to become critical editors and auditors of data ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">GgJn5w2GwLXmFnQaefayR9</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/Z6AbdsaujR45gbsezMJxRk-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 06 Aug 2026 09:00:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[AI]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Steve Baule ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ &lt;p&gt;Steve Baule served as a technology director, high school principal, and superintendent for 20+ years in K-12 education. He is currently the director of Winona State University’s online educational doctorate program in Minnesota.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/Z6AbdsaujR45gbsezMJxRk-1280-80.jpg">
                                                            <media:credit><![CDATA[Pexels]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[ai tools]]></media:description>                                                            <media:text><![CDATA[ai tools]]></media:text>
                                <media:title type="plain"><![CDATA[ai tools]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/Z6AbdsaujR45gbsezMJxRk-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>As the academic year approaches, the integration of artificial intelligence into educational settings has shifted from a novelty or optional consideration to more of a necessity. </p><p>This summer as I engaged with my students, I had them each evaluate 10 to 12 generative AI tools of their choice. This summary is based on analysis of their notes from recent explorations and highlights a core group of "top-tier" tools that provide substantial value for both instructional efficiency and student success. </p><p>By focusing on tools that prioritize research synthesis, administrative logic, and visual communication, teachers and students can navigate the upcoming fall semester with unprecedented productivity.</p><p>The following six tools emerged as the most effective according to educators, offering a roadmap for fall implementation.</p><h2 id="gemini-notebook-the-research-and-synthesis-powerhouse">Gemini Notebook (The Research and Synthesis Powerhouse)</h2><p>Gemini Notebook stands out for its "grounded" approach to AI, processing only the specific documents a user uploads. This makes it a premier tool for maintaining academic integrity while managing heavy reading loads.<strong> </strong>Personally, I find this one of the best tools available for summarizing large sets of articles or student papers to find themes or trends.</p><ul><li><strong>How Teachers Can Use It: </strong>Educators can upload their entire curriculum unit to freshen it up or mold the materials differently. Student A noted that it can generate podcasts based on uploaded material, suggesting that "instead of having kids read a chapter of a short story, it could turn that into a podcast for you." It is highly effective for creating executive summaries and slide decks from dense research articles to maximize lesson prep time.</li><li><strong>How Students Can Use It:</strong> Students can upload lecture notes, textbook chapters, or articles to generate study guides, practice quizzes, or thematic literature overviews. Student B remarked that the audio overview feature is a "game changer," particularly for organizing complex concepts for long-term projects such as a dissertation.</li><li><strong>Concerns:</strong> A primary concern is the ethical implication of feeding the beast by uploading copyrighted works into an AI model. Additionally, users must be wary of surface level analysis, as the tool may occasionally overlook important nuances in the source material.</li></ul><h2 id="magicschool-ai-the-all-in-one-educator-assistant">MagicSchool AI (The All-in-One Educator Assistant)</h2><p>Historically one of my primary recommendations to K-12 educators–it consistently rates a "10/10" by users–MagicSchool AI is a platform designed specifically for the unique needs of the K-12 and university environment. It has a lot of built-in templates and is fully FERPA compliant.</p><ul><li><strong>How Teachers Can Use It:</strong> Teachers can utilize a suite of more than 60 tools to generate IEP drafts, PLC agendas, and standards-aligned worksheets. Student C called it a "homerun tool" because it "supports the productivity and direction of [Collaborative Team] time without intruding on the actual meeting."</li><li><strong>How Students Can Use It:</strong> The Student AI Tutor offers personalized, 1-on-1 support. Student D found the tutor to be “excellent" because of the "depth of conversation it was having. It told me when I was correct [and] when I wasn’t giving it the skill it asked me to show."</li><li><strong>Concerns:</strong> The automated nature of the tool can lead to a loss of human tone if not reviewed carefully. Student E warned that if students rely too heavily on the AI to compile information, they risk "short-circuiting" the struggle required for true critical thinking.</li></ul><h2 id="canva-magic-studio-the-visual-communication-leader">Canva Magic Studio (The Visual Communication Leader) </h2><p>Canva has evolved from a simple graphic design tool into a comprehensive AI suite that lowers the technical barrier for creating professional-looking learning visuals.</p><ul><li><strong>How Teachers Can Use It:</strong> Educators can use Magic Design to instantly prototype course materials, turning a lecture outline into a cohesive slide deck. Student F noted its value for creating "take-home fliers for students to share with parents/guardians" and "quick signs for lessons."</li><li><strong>How Students Can Use It:</strong> Students can synthesize complex protocols into clear infographics or collaborative group projects. Student E highlighted that it allows students to "demonstrate competency through multimedia creation, fostering both digital literacy and communicative competence."</li><li><strong>Concerns:</strong> A risk of visual homogeneity, in which AI-generated layouts feel repetitive or corporate, exists. Also, there is concern regarding the "Couch Potato" effect, in which students may bypass the critical thinking, research, and synthesis stages if graded purely on the visual artifact.</li></ul><h2 id="consensus-the-academic-search-engine">Consensus (The Academic Search Engine)</h2><p>Consensus is an AI-powered search tool that helps users quickly identify what peer-reviewed research says about specific questions.</p><ul><li><strong>How Teachers and Students Can Use It:</strong> Both groups can benefit from its Consensus Meter, which shows scientific agreement on a topic. Student G found it "amazing" for literature reviews, noting that it "returned sources along with citations, as well as the ability to preview abstracts and PDFs in the same place." Student H appreciated its "excellent" accuracy and ability to find research "without going down a rabbit hole."</li><li><strong>Concerns:</strong> A major risk is that students may cite articles based only on the AI summary without reading the full source, which could lead to misunderstandings of the research.</li></ul><h2 id="perplexity-the-citation-backed-search-engine">Perplexity (The Citation-Backed Search Engine)</h2><p>Perplexity serves as an enhanced search engine that provides direct answers supported by current online citations. It has historically been one of my go-to deep search tools, and one of my recent doctoral students used it extensively to gather data for his Delphi Study. </p><ul><li><strong>How Teachers Can Use It:</strong> Staff can use it for policy benchmarking or for lesson planning on tangential topics outside their area of expertise.</li><li><strong>How Students Can Use It:</strong> Students find it much more trustworthy than basic search engines for report writing. Student I highlighted that the use of citations makes it "highly appealing and ... more trustworthy and applicable to my studies." Student J described it as a "graduate-level Google" that simplifies research into a digestible format.</li><li><strong>Concerns:</strong> Because Perplexity pulls from real-time web sources, its results are subject to the errors and possible ethical challenges present on the open internet.</li></ul><h2 id="claude-ai-the-writing-and-logic-specialist">Claude AI (The Writing and Logic Specialist)</h2><p>Developed by Anthropic, Claude is recognized for its ability to handle massive amounts of text and its focus on providing safe and reliable responses. My students often refer to it as the “poet of the LLMs,” as they think it provides the best editorial assistance when they are writing.</p><ul><li><strong>How Teachers Can Use It:</strong> Claude thrives in administrative nightmare scheduling scenarios. Student L described how it caught hidden scheduling conflicts and provided "realistic compromises" when managing transportation, weather, and facility bookings.</li><li><strong>How Students Can Use It:</strong> Claude acts as an effective career coach, helping students refine resumes and cover letters while maintaining their personal voice. Student K noted “it was effective because it gave organized and specific feedback on my writing" compared against specific rubrics.</li><li><strong>Concerns:</strong> Claude can occasionally produce a generic voice unless the user provides very detailed input. Privacy is also a major concern; users must be careful not to paste identifiable student data into the chat.</li></ul><p><strong>Your Fall Implementation Strategy</strong></p><p>For the fall semester, these tools can be viewed as collaborative partners rather than replacements for human judgment. As educators, we need to expand the variety of tools that we expose students to in order to ensure they become and then remain digitally literate. </p><p>The "80/20 Rule" suggested by Student E is an ideal guiding principle: let AI handle the first 80% of a task, the drafting and organization, while the human expert provides the final 20% of auditing, empathy, and contextual nuance. Of course, the educator and/or student need to know how to develop a good prompt in order to get the AI tools to deliver a product at 80%. That’s one skill that regardless of the tool needs practice to develop. </p><p>Another one of my students argued with a faculty member as to why it was okay to ask a human editor to assist them but not an AI one as long as the student was upfront and disclosed the use of AI. Particularly when it is not considered necessary to disclose the use of a human editor or a visit to the writing center for support. </p><p>By integrating these tools thoughtfully, educators can reclaim time for high-value relational work while empowering students to become critical editors and auditors of data in a rapidly changing digital landscape. </p><p><em>Thanks to Gemini Notebook and the Winona State University students of EL 590 for their assistance in creating this article.</em></p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ 4 Times Not To Use AI as a Teacher or Student ]]></title>
                                                                                                <dc:content><![CDATA[ <p>Even the most ardent AI in education enthusiast will admit that there are times when it’s a mistake to use AI. I’ve been thinking about this a lot recently. </p><p>While I never encouraged my students to use AI in any capacity, there were many uses, such as brainstorming, which I was okay with, in theory. These days, I am less open to this and other uses and more wary of AI in general. I’m not the only one. </p><p>We’re currently in the midst of what <em>The New York Times</em> recently referred to as a <a href="https://www.nytimes.com/2026/04/29/technology/parents-school-tech-backlash.html" target="_blank"><u><strong>backlash against technology in education</strong></u></a>. Even among tech-savvy teachers who are AI enthusiasts, I’m hearing more discussion of when it is appropriate or not to use AI. </p><p>Based on my own observations and conversations both with AI enthusiasts and skeptics, here are times AI should definitely be avoided in education. </p><h2 id="1-do-not-use-ai-for-assessment">1. Do Not Use AI For: Assessment </h2><p>Matt Jubelirer, General Manager of Education Marketing for Microsoft, is a big fan of AI use in education in general, as you might suspect. But he told me recently that there’s a growing realization among educators he speaks with that <a href="https://www.techlearning.com/technology/ai/5-ai-education-trends-according-to-a-microsoft-executive" target="_blank"><u><strong>AI is not always the solution</strong></u></a>.</p><p>When it comes to creating tests and assessments, Jubelirer says AI can be really helpful on the preparation side, whether that’s developing a rubric or devising questions, but there’s a limit. </p><p>“We shouldn't be using AI to grade people, because we need human judgment,” Jubelirer says. No matter what you feel about AI in general, it's hard to argue with that. </p><h2 id="2-for-brainstorming">2. For Brainstorming</h2><p>Adjunct professor Lynn M. Patarini has started asking students not to use AI for brainstorming. “I would prefer folks to use their brain and not rely on AI,” says Patarini, who teaches at the University of Connecticut, Central Connecticut State University, and CT State Community College: Middlesex. </p><p>She adds, “I have my students making lists constantly to try and train their brains to think about aim and purpose.” </p><p>A year ago, the idea that AI shouldn’t be used for brainstorming may have evoked some controversy. But these days, many of us have witnessed firsthand how AI brainstorming sessions can lead to generic, uninspired outcomes and encourage even well-intentioned students to write with AI guidance. </p><p>I know I have. After noticing that AI's advice was making student writing more generic, I’ve recently begun actively discouraging the concept of <a href="https://www.techlearning.com/technology/ai/has-ai-as-a-writing-partner-been-oversold" target="_blank"><u><strong>AI as a writing partner</strong></u></a>, both among my students and fellow educators. </p><h2 id="3-for-lesson-generation">3. For Lesson Generation</h2><p>William Henry, an eighth-grade English teacher at Amity Middle School and a freshman composition instructor at Quinnipiac University, both in Connecticut, is a fan of some <a href="https://www.techlearning.com/how-to/ai-prompt-writing-for-middle-school-english" target="_blank"><u><strong>uses of AI in the classroom</strong></u></a>. However, there are many instances when he believes it should not be used. One of these no-go AI uses is for lesson creation. </p><p>“It could be helpful with generating ideas or ways to implement an idea, but the teacher should be coming up with the bulk of the lesson,” he says. </p><p>Lesson planning is a frequently cited AI use case, but as Henry notes, it works best when it's helping an educator execute their vision, not steering the educational ship all on its own. </p><h2 id="4-for-emails">4. For Emails</h2><p>This is one that should go without saying, but unfortunately for many students, and even some of those who work in education, it doesn’t. </p><p>I have not received AI-generated emails from educator colleagues, but I know people who believe they have. I have recieved many clearly AI-generated emails from students. This might be the most unsettling use of AI I’ve come across. </p><p>It may sound like a cliché, but my favorite part of being a teacher is the one-on-one communication with students. Going line-by-line through their writing and offering praise and suggestions, answering questions via email, and connecting with a real human being trying to learn can, at its best, be a beautiful and deeply rewarding experience for all involved. But responding to a lifeless email that was clearly written by a student who put my suggestion into a prompt leaves me cold. </p><p>We need to remind students, and even educators, not to be afraid to share their own writing voice with professors, friends, and colleagues. I know some of us are self-conscious about the way we write, but every student I ever had is a better email writer than AI, no matter how much work their spelling or sentence structure might need. </p> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/technology/ai/4-times-never-to-use-ai-as-a-teacher-or-student</link>
                                                                            <description>
                            <![CDATA[ From grading to lesson creation, these are some of the times when educators are finding it is best for them and their students to do things the old-fashioned way ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">mfurnhg3YgrTYww4ReHxNm</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/s7NiffdZcbExGiBmPzNxdG-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 04 Aug 2026 09:00:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[AI]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                <author><![CDATA[ erik.ofgang@futurenet.com (Erik Ofgang) ]]></author>                    <dc:creator><![CDATA[ Erik Ofgang ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/4t5ro4CXB7QUaPA28UMYb9.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Erik Ofgang is Tech &amp; Learning contributor. A journalist, &lt;a href=&quot;https://www.penguinrandomhouse.com/books/557664/the-good-vices-by-dr-harry-ofgang-and-erik-ofgang/&quot; target=&quot;_blank&quot;&gt;&lt;u&gt;&lt;strong&gt;author&lt;/strong&gt;&lt;/u&gt;&lt;/a&gt; and educator, his work has appeared in The New York Times, The Smithsonian, Washington Post, The Atlantic, and Forbes.com. He currently teaches at Western Connecticut State University’s MFA program. While a staff writer at Connecticut Magazine he won a Society of Professional Journalism Award for his education reporting. He is interested in how humans learn and how technology can make that more effective. &lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/s7NiffdZcbExGiBmPzNxdG-1280-80.jpg">
                                                            <media:credit><![CDATA[Pexels]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A phone wrapped in chains]]></media:description>                                                            <media:text><![CDATA[A phone wrapped in chains]]></media:text>
                                <media:title type="plain"><![CDATA[A phone wrapped in chains]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/s7NiffdZcbExGiBmPzNxdG-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Even the most ardent AI in education enthusiast will admit that there are times when it’s a mistake to use AI. I’ve been thinking about this a lot recently. </p><p>While I never encouraged my students to use AI in any capacity, there were many uses, such as brainstorming, which I was okay with, in theory. These days, I am less open to this and other uses and more wary of AI in general. I’m not the only one. </p><p>We’re currently in the midst of what <em>The New York Times</em> recently referred to as a <a href="https://www.nytimes.com/2026/04/29/technology/parents-school-tech-backlash.html" target="_blank"><u><strong>backlash against technology in education</strong></u></a>. Even among tech-savvy teachers who are AI enthusiasts, I’m hearing more discussion of when it is appropriate or not to use AI. </p><p>Based on my own observations and conversations both with AI enthusiasts and skeptics, here are times AI should definitely be avoided in education. </p><h2 id="1-do-not-use-ai-for-assessment">1. Do Not Use AI For: Assessment </h2><p>Matt Jubelirer, General Manager of Education Marketing for Microsoft, is a big fan of AI use in education in general, as you might suspect. But he told me recently that there’s a growing realization among educators he speaks with that <a href="https://www.techlearning.com/technology/ai/5-ai-education-trends-according-to-a-microsoft-executive" target="_blank"><u><strong>AI is not always the solution</strong></u></a>.</p><p>When it comes to creating tests and assessments, Jubelirer says AI can be really helpful on the preparation side, whether that’s developing a rubric or devising questions, but there’s a limit. </p><p>“We shouldn't be using AI to grade people, because we need human judgment,” Jubelirer says. No matter what you feel about AI in general, it's hard to argue with that. </p><h2 id="2-for-brainstorming">2. For Brainstorming</h2><p>Adjunct professor Lynn M. Patarini has started asking students not to use AI for brainstorming. “I would prefer folks to use their brain and not rely on AI,” says Patarini, who teaches at the University of Connecticut, Central Connecticut State University, and CT State Community College: Middlesex. </p><p>She adds, “I have my students making lists constantly to try and train their brains to think about aim and purpose.” </p><p>A year ago, the idea that AI shouldn’t be used for brainstorming may have evoked some controversy. But these days, many of us have witnessed firsthand how AI brainstorming sessions can lead to generic, uninspired outcomes and encourage even well-intentioned students to write with AI guidance. </p><p>I know I have. After noticing that AI's advice was making student writing more generic, I’ve recently begun actively discouraging the concept of <a href="https://www.techlearning.com/technology/ai/has-ai-as-a-writing-partner-been-oversold" target="_blank"><u><strong>AI as a writing partner</strong></u></a>, both among my students and fellow educators. </p><h2 id="3-for-lesson-generation">3. For Lesson Generation</h2><p>William Henry, an eighth-grade English teacher at Amity Middle School and a freshman composition instructor at Quinnipiac University, both in Connecticut, is a fan of some <a href="https://www.techlearning.com/how-to/ai-prompt-writing-for-middle-school-english" target="_blank"><u><strong>uses of AI in the classroom</strong></u></a>. However, there are many instances when he believes it should not be used. One of these no-go AI uses is for lesson creation. </p><p>“It could be helpful with generating ideas or ways to implement an idea, but the teacher should be coming up with the bulk of the lesson,” he says. </p><p>Lesson planning is a frequently cited AI use case, but as Henry notes, it works best when it's helping an educator execute their vision, not steering the educational ship all on its own. </p><h2 id="4-for-emails">4. For Emails</h2><p>This is one that should go without saying, but unfortunately for many students, and even some of those who work in education, it doesn’t. </p><p>I have not received AI-generated emails from educator colleagues, but I know people who believe they have. I have recieved many clearly AI-generated emails from students. This might be the most unsettling use of AI I’ve come across. </p><p>It may sound like a cliché, but my favorite part of being a teacher is the one-on-one communication with students. Going line-by-line through their writing and offering praise and suggestions, answering questions via email, and connecting with a real human being trying to learn can, at its best, be a beautiful and deeply rewarding experience for all involved. But responding to a lifeless email that was clearly written by a student who put my suggestion into a prompt leaves me cold. </p><p>We need to remind students, and even educators, not to be afraid to share their own writing voice with professors, friends, and colleagues. I know some of us are self-conscious about the way we write, but every student I ever had is a better email writer than AI, no matter how much work their spelling or sentence structure might need. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ What is Glint And How Can I Use It to Teach? ]]></title>
                                                                                                <dc:content><![CDATA[ <p>Glint is designed to speed up that process of creating visual resources. The browser-based platform uses AI to generate classroom-ready visual supports from simple prompts, producing resources that can then be edited, printed, or shared digitally. </p><p>It is aimed at teachers, special education professionals, speech and language therapists, and families, with a focus on supporting learners who benefit from visual communication.</p><p>Formerly known as NerChat, the platform has expanded beyond AI-powered conversation tools to become a broader visual support system. Today, it offers everything from communication boards and classroom schedules to social narratives and interactive visual resources.</p><p>This does not aim to replace teacher expertise. Instead, Glint acts as a starting point. Educators can create a resource in seconds before refining it to suit an individual learner, saving valuable planning time while still allowing for personalization. That makes it very useful in busy classrooms where multiple students could need different levels of support.</p><h2 id="what-is-glint">What is Glint?</h2><div class="youtube-video" data-nosnippet ><div class="video-aspect-box"><iframe data-lazy-priority="low" data-lazy-src="https://www.youtube-nocookie.com/embed/VY8MTXSZkKI" allowfullscreen></iframe></div></div><p><a href="https://www.nerchat.com/" target="_blank" rel="nofollow"><u><strong>Glint</strong></u></a> is an AI-powered tool designed to help teachers create visual supports, communication boards, and social stories for students with additional learning needs. Formerly known as NerChat, the platform has evolved into a broader resource creation tool focused on helping educators and support professionals build personalized communication materials faster.</p><p>Creating visual resources can be an important part of supporting students with autism, speech and language needs, and other learning differences. However, designing effective schedules, symbol boards, and social narratives can also take significant planning time, especially when teachers need to adapt materials for individual learners.</p><p>Glint aims to reduce that workload by using AI to generate editable classroom resources in seconds. Teachers can create materials for specific routines, activities, or communication needs, then adjust any to better suit their students before sharing digitally or printing for classroom use. </p><p>With features such as text-to-speech, multilingual support, and QR code sharing, the platform is designed to make visual communication tools more accessible across different learning environments.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="zGpqhyoeDLTL8bP9NVu7kS" name="Glint" alt="Glint" src="https://cdn.mos.cms.futurecdn.net/zGpqhyoeDLTL8bP9NVu7kS.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Glint)</span></figcaption></figure><h2 id="how-does-glint-work">How does Glint work?</h2><p>Glint uses generative AI to build visual learning resources from natural language prompts. A teacher simply describes what they need -- for example, a morning routine, classroom expectations, a communication board for snack time, or a social story about visiting the library -- and the platform generates an editable visual support within seconds.</p><p>Glint produces a starting point that educators can adapt. Teachers can edit text, replace or rearrange symbols, adjust layouts, and tailor resources to suit an individual learner's communication level or educational goals. This flexibility helps in SEND settings, in which even students with similar diagnoses may require very different supports.</p><p>Resources can include images, symbols, written text, and in some cases, speech output, to encourage communication and independence. Finished materials can be printed as traditional classroom resources or shared digitally, while QR codes make it easy for students, parents, and support staff to access any from a phone or tablet.</p><p>Because Glint is entirely browser-based, there is no special software to install. It operates across Windows and Mac computers, Chromebooks and iPads, making it accessible in most school environments. Schools can also manage users centrally, helping larger organizations roll out the platform across multiple classrooms while maintaining consistency between staff members.</p><p>The overall experience is designed to minimize preparation time while still giving teachers full control over the finished resource, ensuring materials remain appropriate for each learner rather than relying solely on AI-generated content.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="GXLXHd8gFeix9mCXCb77kS" name="Glint" alt="Glint" src="https://cdn.mos.cms.futurecdn.net/GXLXHd8gFeix9mCXCb77kS.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Glint)</span></figcaption></figure><h2 id="what-are-the-best-glint-features">What are the best Glint features?</h2><p>The best feature of Glint is how quickly it produces resources that would traditionally take far longer to create manually. Visual schedules, communication boards, and social stories can often be generated in less than a minute. This allows teachers to spend more time working directly with students instead of designing classroom materials.</p><p>Support for more than 50 languages is another standout feature. This can help schools communicate more effectively with multilingual families while also creating resources that are accessible to students who are learning English or who use another language at home. Being able to generate matching materials in different languages also helps reinforce routines across school and home environments.</p><p>Interactive communication boards go beyond static printable resources by incorporating text-to-speech functionality. Students can select symbols to hear words or phrases spoken aloud. This can support communication development and promote greater independence for those who benefit from augmentative and alternative communication approaches.</p><p>Glint also offers flexible sharing options. Resources can be exported as PDFs for printing, displayed digitally on classroom devices, or accessed through QR codes, making it straightforward to distribute materials without additional software.</p><p>For schools and districts, administrative tools allow accounts to be managed centrally, simplifying deployment across multiple classrooms or campuses. Combined with the ability to save and reuse previously created resources, this makes it easier for teachers to build a growing library of personalized visual supports that can be updated rather than recreated each time.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="2se9CCckFRnNTnj9aAvhaS" name="Glint" alt="Glint" src="https://cdn.mos.cms.futurecdn.net/2se9CCckFRnNTnj9aAvhaS.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Glint)</span></figcaption></figure><h2 id="how-much-does-glint-cost">How much does Glint cost?</h2><p>Glint includes a <strong>free</strong> tier that lets you generate up to eight visual supports each month, making it a good way to try the platform before committing to a subscription.</p><p>For individual educators, the <strong>Monthly</strong> plan costs <strong>$18 per month</strong> (discounted from $25) and can be canceled at any time. The <strong>Annual</strong> plan costs <strong>$150 per year </strong>-- equivalent to <strong>$12.50 per month </strong>-- offering around a 30% saving compared with paying monthly. Both paid plans include premium languages, access to the in-app Google Images library, the Glint mobile app, QR code sharing, and advanced board editing tools. </p><p>Schools and districts requiring multiple licenses can request custom pricing. These organization plans add centralized billing, shared resource libraries, administrator controls, usage insights, Clever/SSO rostering, and onboarding and training to support larger deployments. </p><h2 id="best-glint-tips-and-tricks">Best Glint tips and tricks</h2><p><strong>Start broad</strong><br>Begin with a simple prompt to generate a draft resource, then personalize it for individual students rather than trying to create the perfect prompt first time.</p><p><strong>Support families</strong><br>Use the multilingual tools to create matching resources for home and school. This can help reinforce routines and improve communication between educators and caregivers.</p><p><strong>Build a resource library</strong><br>Save commonly used schedules, communication boards, and social stories so these can be quickly adapted for different students instead of recreated each time.</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/learning/classroom-tools/what-is-glint-and-how-can-i-use-it-to-teach</link>
                                                                            <description>
                            <![CDATA[ Glint uses AI to help teachers quickly create visual supports, communication boards and more. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">2Yg4NhWRiyUk7Y2g6v6FAQ</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/ZdzZigX4hmqiqtbodk6LeS-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 03 Aug 2026 09:00:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Classroom Tools]]></category>
                                                    <category><![CDATA[Learning]]></category>
                                                    <category><![CDATA[Classroom]]></category>
                                                                                                                    <dc:creator><![CDATA[ Luke Edwards ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/ZdzZigX4hmqiqtbodk6LeS-1280-80.jpg">
                                                            <media:credit><![CDATA[Glint]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Glint]]></media:description>                                                            <media:text><![CDATA[Glint]]></media:text>
                                <media:title type="plain"><![CDATA[Glint]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/ZdzZigX4hmqiqtbodk6LeS-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Glint is designed to speed up that process of creating visual resources. The browser-based platform uses AI to generate classroom-ready visual supports from simple prompts, producing resources that can then be edited, printed, or shared digitally. </p><p>It is aimed at teachers, special education professionals, speech and language therapists, and families, with a focus on supporting learners who benefit from visual communication.</p><p>Formerly known as NerChat, the platform has expanded beyond AI-powered conversation tools to become a broader visual support system. Today, it offers everything from communication boards and classroom schedules to social narratives and interactive visual resources.</p><p>This does not aim to replace teacher expertise. Instead, Glint acts as a starting point. Educators can create a resource in seconds before refining it to suit an individual learner, saving valuable planning time while still allowing for personalization. That makes it very useful in busy classrooms where multiple students could need different levels of support.</p><h2 id="what-is-glint">What is Glint?</h2><div class="youtube-video" data-nosnippet ><div class="video-aspect-box"><iframe data-lazy-priority="low" data-lazy-src="https://www.youtube-nocookie.com/embed/VY8MTXSZkKI" allowfullscreen></iframe></div></div><p><a href="https://www.nerchat.com/" target="_blank" rel="nofollow"><u><strong>Glint</strong></u></a> is an AI-powered tool designed to help teachers create visual supports, communication boards, and social stories for students with additional learning needs. Formerly known as NerChat, the platform has evolved into a broader resource creation tool focused on helping educators and support professionals build personalized communication materials faster.</p><p>Creating visual resources can be an important part of supporting students with autism, speech and language needs, and other learning differences. However, designing effective schedules, symbol boards, and social narratives can also take significant planning time, especially when teachers need to adapt materials for individual learners.</p><p>Glint aims to reduce that workload by using AI to generate editable classroom resources in seconds. Teachers can create materials for specific routines, activities, or communication needs, then adjust any to better suit their students before sharing digitally or printing for classroom use. </p><p>With features such as text-to-speech, multilingual support, and QR code sharing, the platform is designed to make visual communication tools more accessible across different learning environments.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="zGpqhyoeDLTL8bP9NVu7kS" name="Glint" alt="Glint" src="https://cdn.mos.cms.futurecdn.net/zGpqhyoeDLTL8bP9NVu7kS.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Glint)</span></figcaption></figure><h2 id="how-does-glint-work">How does Glint work?</h2><p>Glint uses generative AI to build visual learning resources from natural language prompts. A teacher simply describes what they need -- for example, a morning routine, classroom expectations, a communication board for snack time, or a social story about visiting the library -- and the platform generates an editable visual support within seconds.</p><p>Glint produces a starting point that educators can adapt. Teachers can edit text, replace or rearrange symbols, adjust layouts, and tailor resources to suit an individual learner's communication level or educational goals. This flexibility helps in SEND settings, in which even students with similar diagnoses may require very different supports.</p><p>Resources can include images, symbols, written text, and in some cases, speech output, to encourage communication and independence. Finished materials can be printed as traditional classroom resources or shared digitally, while QR codes make it easy for students, parents, and support staff to access any from a phone or tablet.</p><p>Because Glint is entirely browser-based, there is no special software to install. It operates across Windows and Mac computers, Chromebooks and iPads, making it accessible in most school environments. Schools can also manage users centrally, helping larger organizations roll out the platform across multiple classrooms while maintaining consistency between staff members.</p><p>The overall experience is designed to minimize preparation time while still giving teachers full control over the finished resource, ensuring materials remain appropriate for each learner rather than relying solely on AI-generated content.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="GXLXHd8gFeix9mCXCb77kS" name="Glint" alt="Glint" src="https://cdn.mos.cms.futurecdn.net/GXLXHd8gFeix9mCXCb77kS.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Glint)</span></figcaption></figure><h2 id="what-are-the-best-glint-features">What are the best Glint features?</h2><p>The best feature of Glint is how quickly it produces resources that would traditionally take far longer to create manually. Visual schedules, communication boards, and social stories can often be generated in less than a minute. This allows teachers to spend more time working directly with students instead of designing classroom materials.</p><p>Support for more than 50 languages is another standout feature. This can help schools communicate more effectively with multilingual families while also creating resources that are accessible to students who are learning English or who use another language at home. Being able to generate matching materials in different languages also helps reinforce routines across school and home environments.</p><p>Interactive communication boards go beyond static printable resources by incorporating text-to-speech functionality. Students can select symbols to hear words or phrases spoken aloud. This can support communication development and promote greater independence for those who benefit from augmentative and alternative communication approaches.</p><p>Glint also offers flexible sharing options. Resources can be exported as PDFs for printing, displayed digitally on classroom devices, or accessed through QR codes, making it straightforward to distribute materials without additional software.</p><p>For schools and districts, administrative tools allow accounts to be managed centrally, simplifying deployment across multiple classrooms or campuses. Combined with the ability to save and reuse previously created resources, this makes it easier for teachers to build a growing library of personalized visual supports that can be updated rather than recreated each time.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="2se9CCckFRnNTnj9aAvhaS" name="Glint" alt="Glint" src="https://cdn.mos.cms.futurecdn.net/2se9CCckFRnNTnj9aAvhaS.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Glint)</span></figcaption></figure><h2 id="how-much-does-glint-cost">How much does Glint cost?</h2><p>Glint includes a <strong>free</strong> tier that lets you generate up to eight visual supports each month, making it a good way to try the platform before committing to a subscription.</p><p>For individual educators, the <strong>Monthly</strong> plan costs <strong>$18 per month</strong> (discounted from $25) and can be canceled at any time. The <strong>Annual</strong> plan costs <strong>$150 per year </strong>-- equivalent to <strong>$12.50 per month </strong>-- offering around a 30% saving compared with paying monthly. Both paid plans include premium languages, access to the in-app Google Images library, the Glint mobile app, QR code sharing, and advanced board editing tools. </p><p>Schools and districts requiring multiple licenses can request custom pricing. These organization plans add centralized billing, shared resource libraries, administrator controls, usage insights, Clever/SSO rostering, and onboarding and training to support larger deployments. </p><h2 id="best-glint-tips-and-tricks">Best Glint tips and tricks</h2><p><strong>Start broad</strong><br>Begin with a simple prompt to generate a draft resource, then personalize it for individual students rather than trying to create the perfect prompt first time.</p><p><strong>Support families</strong><br>Use the multilingual tools to create matching resources for home and school. This can help reinforce routines and improve communication between educators and caregivers.</p><p><strong>Build a resource library</strong><br>Save commonly used schedules, communication boards, and social stories so these can be quickly adapted for different students instead of recreated each time.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Thoughtfully Leveraging AI To Improve Learning Outcomes, Efficiency, And More ]]></title>
                                                                                                <dc:content><![CDATA[ <figure class="van-image-figure pull-right inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:438px;"><p class="vanilla-image-block" style="padding-top:126.94%;"><img id="zQybHpUWbkPTVXba9k4943" name="Screenshot 2026-07-29 084717" alt="Matt Kuhn" src="https://cdn.mos.cms.futurecdn.net/zQybHpUWbkPTVXba9k4943.png" mos="" align="right" fullscreen="" width="438" height="556" attribution="" endorsement="" class="pull-rightinline"></p></div></div><figcaption itemprop="caption description" class="pull-right inline-layout"><span class="caption-text"><em>Matt Kuhn, CTO, Volusia County Schools</em> </span><span class="credit" itemprop="copyrightHolder">(Image credit: Volusia County Schools)</span></figcaption></figure><p>For Matt Kuhn, Chief Technology Officer for Volusia County Schools in Florida, artificial intelligence has been around longer than most folks realize. </p><p>“The first AI was really Clippy way back in the day, right?” Kuhn says. “In the 90s when Clippy would jump on your screen and kind of annoy you a little bit, but it was gathering feedback from you and then differentiating what it told you next in terms of assisting you in learning how to use the program.”</p><p>Like Clippy (but dramatically less annoying), Kuhn has been active in shaping how AI is being used in his district, particularly by students.</p><p>“One of the things we've learned over the last couple of years is when we talk about using AI, we talk about it being a coach, not an answer giver, or we also say that it's an augmentation to your learning,” Kuhn says. “We want all of our AI to let students go through that healthy struggle but keep them right on the edge much like a video game does. You know, when a student loves a video game, it's because that video game has mastered that moment where the student feels like with just a little more effort, I could get to the next level. That's what we want AI to also do.”</p><p>Kuhn, a former small district teacher and principal before a stint as an author and edtech consultant, was also instrumental in Volusia’s early adoption of AI.</p><p>“We had one of the first policies around AI in the state of Florida in a school district, and I know it was one of the first because a lot of districts in Florida and even other states started contacting me and asking for a copy,” he says. “Our policy took a pretty open approach to allowing AI with some guardrails put in place so that people knew what the structure of it was and how far those boundaries could be pushed. But we wanted to make sure that our teachers and our students had the freedom to innovate within certain parameters.”</p><p>Kuhn has continued to lead AI efforts in his district, which include the creation of an AI professional development academy as well as the deployment of AI agents for district leaders to help them be more efficient and effective in their work. </p><p>For this and other efforts, Kuhn was recently recognized with a Tech & Learning <a href="https://www.techlearningevents.com/innovativeleaderawards/home" target="_blank"><u><strong>Innovative Leader Award</strong></u></a> at the Tech & Learning pre-ISTE Leadership Summit in Orlando. He shares his district’s AI efforts for students, teachers, and staff.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1629px;"><p class="vanilla-image-block" style="padding-top:66.67%;"><img id="4FMacFiJDHDyuJx6FmjcaD" name="v4" alt="AI academy" src="https://cdn.mos.cms.futurecdn.net/4FMacFiJDHDyuJx6FmjcaD.jpg" mos="" align="middle" fullscreen="" width="1629" height="1086" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Volusia County Schools)</span></figcaption></figure><h2 id="ai-is-a-human-endeavor">AI Is A Human Endeavor</h2><p>Volusia County Schools is a diverse district of 60,000 students and 8,000 employees, with about 115 in Kuhn’s IT division. And with that many involved, there was a lot of concern about how to approach AI.</p><p>“We had to alleviate their fears with training and other data to show them that AI could be a positive experience for their students,” Kuhn says. “There's still certainly people that are skeptical, but our data shows that it's being used more and more each year by our teachers and our students. And we're an A-rated district for the second year in a row by the state of Florida. So our academic scores and other indicators are going up despite the fact that our AI usage is also going up.”</p><p>To address concerns and support staff who were interested in using AI, the district created its AI Academy, a year-long program that provided ongoing professional development events rather than a one-time workshop. The academy offered differentiated learning paths for various roles, including clerical, educator, and administrative staff, and ultimately, was a hit with everyone.</p><figure class="van-image-figure pull-right inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1501px;"><p class="vanilla-image-block" style="padding-top:99.67%;"><img id="6xv7Zo9tZnVQGSVyXCv7ca" name="v3" alt="ai academy" src="https://cdn.mos.cms.futurecdn.net/6xv7Zo9tZnVQGSVyXCv7ca.jpg" mos="" align="right" fullscreen="" width="1501" height="1496" attribution="" endorsement="" class="pull-rightinline"></p></div></div><figcaption itemprop="caption description" class="pull-right inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Volusia County Schools)</span></figcaption></figure><p>“The academy kept getting so big that we kept having to change rooms to larger venues just to accommodate all of the people who wanted to go through it,” says Kuhn, who added that the experience needed to be in person. “We found that face-to-face was going to be best for this, where people had their computer in front of them and we could walk around and assist and get them collaborating. We also wanted people to realize that AI is also a human endeavor, that it's not just about technology.“</p><p>Vendor partners were also part of the program. “If something new was coming out in Copilot, for instance, we would arrange with our Microsoft customer support to teach us that latest and greatest thing so that we could roll that out right away,” Kuhn says. </p><p>The academy concluded with “Volusia Learns,” a week-long district conference during which participants received digital badges. “And now when you see their digital signature or the directory information on their school website, they're showing the badge they earned,” Kuhn says.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1380px;"><p class="vanilla-image-block" style="padding-top:69.71%;"><img id="Tf7oAMEZVTcaN9tUFo4f96" name="v2" alt="Volusia County Schools" src="https://cdn.mos.cms.futurecdn.net/Tf7oAMEZVTcaN9tUFo4f96.jpg" mos="" align="middle" fullscreen="" width="1380" height="962" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Volusia County Schools)</span></figcaption></figure><h2 id="agents-on-board">Agents On Board</h2><p>Similar to many districts, trying to navigate and analyze data from numerous disparate sources was a growing obstacle for Volusia schools. Director of Educational Technology Melissa Carr challenged the IT team to make board policies, procedure manuals, student data, and other info that’s typically housed in different departments and silos easily accessible to all.</p><p>“In the old way of doing things you have to kind of ask everybody ‘Where do you find this? Who has the latest on this? Can they email it to me?’ says Kuhn. “She wanted it to be a quick thing where a principal could just type in some things and this stuff would appear.”</p><p>To solve that challenge, Kuhn and his team developed the Volusia County Leaders Agent, a custom AI agent using Copilot 365 that could access district and student data, board policies, and procedure manuals, all with specific naming conventions for easy indexing. They then encouraged district leaders to customize it.</p><p>“Essentially what we did is we taught them how to make their own agent,” says Kuhn. “We put together a set of instructions and we gave them the links to the SharePoint site and the URLs that we would be using, and we walked them through. It was only three pages with screenshots, so it's not like a really hard process to create an agent.”</p><p>Having the leaders make their own agents allowed them to be very specific in how they designed it, and also fostered ownership and buy-in. </p><p>“They're like, ‘Oh, I've got this agent I made,’” says Kuhn. “‘Look at this. It does this cool stuff for me.’ You know, so instead of just saying, ‘Here, use this that we gave you,’ they're proud of it."</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1385px;"><p class="vanilla-image-block" style="padding-top:70.54%;"><img id="R5wSc6qRBeLkfHCZaJpf4c" name="v5" alt="Volusia County Schools" src="https://cdn.mos.cms.futurecdn.net/R5wSc6qRBeLkfHCZaJpf4c.jpg" mos="" align="middle" fullscreen="" width="1385" height="977" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Volusia County Schools)</span></figcaption></figure><h2 id="keeping-em-swimming">Keeping ’Em Swimming</h2><p>The district plans to continue offering PD opportunities around AI, although it may not be another full year of the AI Academy as there is limited time available for training and many implementations happening in any given year. </p><p>Nonetheless, Kuhn and his staff are identifying and training Digital Learning Teacher Leaders (DLTLs), who lead deep, ongoing training on the latest AI tools with staff members within their building, and also provide resources and support. This approach helps them try to keep up with the pace of AI’s evolution.</p><p>“It evolves so fast,” says Kuhn. “But the way we figure is if we at least get them in the pool and swimming, even if the temperature of the water changes a little bit, they'll be able to deal with it.”</p><h2 id="tools-they-use">Tools They Use</h2><ul><li>Microsoft Entra ID (Azure Active Directory)</li><li>Microsoft 365 (Outlook, Teams, OneDrive, Word, Excel, PowerPoint, OneNote, Forms)</li><li>Microsoft Entra ID (Azure Active Directory)</li><li>ClassLink / VPortal (single sign-on & app catalog)</li><li>Canvas (Learning Management System)</li><li>Focus SIS (student information, grades, attendance, analytics)</li><li>Focus ERP (HR, payroll, finance, purchasing, budget – 19 modules)</li><li>IncidentIQ (help desk, work orders, asset management)</li><li>Jamf (Apple device management)</li><li>Cisco Meraki (network switching & wireless)</li><li>Cisco Identity Services Engine (network access control)</li><li>ContentKeeper (web filtering & student internet safety)</li><li>Finalsite (district & school websites)</li><li>BoardDocs (school board agendas & meetings)</li><li>ParentSquare (family/school communications tied to SIS)</li><li>Canva (instructional and staff content creation)</li><li>IXL</li><li>Achieve3000</li><li>Big Ideas Math</li><li>Khan Academy</li><li>Desmos</li><li>PhET</li><li>BrainPOP</li><li>Facilitron (facility scheduling & community use)</li><li>Lightspeed Web and Classroom Filter</li></ul> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/learning/leadership/thoughtfully-leveraging-ai-to-improve-learning-outcomes-efficiency-and-more</link>
                                                                            <description>
                            <![CDATA[ Innovative Leader Award - Matt Kuhn of Volusia County Schools shares how his district has implemented AI for use by students, staff, and leaders. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">T4fqce9wWDkivygsoiXZPG</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/QjmEGMnZda8Z3EjiWmvaGC-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 31 Jul 2026 09:00:00 +0000</pubDate>                                                                                                                                <updated>Tue, 04 Aug 2026 16:26:45 +0000</updated>
                                                                                                                                            <category><![CDATA[Leadership]]></category>
                                                    <category><![CDATA[Learning]]></category>
                                                    <category><![CDATA[Professional Learning]]></category>
                                                                                                                    <dc:creator><![CDATA[ Ray Bendici ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/QjmEGMnZda8Z3EjiWmvaGC-1280-80.jpg">
                                                            <media:credit><![CDATA[Volusia County Schools]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[&lt;em&gt;Volusia County Schools AI Academy in action.&lt;/em&gt;]]></media:description>                                                            <media:text><![CDATA[Volusia County Schools]]></media:text>
                                <media:title type="plain"><![CDATA[Volusia County Schools]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/QjmEGMnZda8Z3EjiWmvaGC-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <figure class="van-image-figure pull-right inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:438px;"><p class="vanilla-image-block" style="padding-top:126.94%;"><img id="zQybHpUWbkPTVXba9k4943" name="Screenshot 2026-07-29 084717" alt="Matt Kuhn" src="https://cdn.mos.cms.futurecdn.net/zQybHpUWbkPTVXba9k4943.png" mos="" align="right" fullscreen="" width="438" height="556" attribution="" endorsement="" class="pull-rightinline"></p></div></div><figcaption itemprop="caption description" class="pull-right inline-layout"><span class="caption-text"><em>Matt Kuhn, CTO, Volusia County Schools</em> </span><span class="credit" itemprop="copyrightHolder">(Image credit: Volusia County Schools)</span></figcaption></figure><p>For Matt Kuhn, Chief Technology Officer for Volusia County Schools in Florida, artificial intelligence has been around longer than most folks realize. </p><p>“The first AI was really Clippy way back in the day, right?” Kuhn says. “In the 90s when Clippy would jump on your screen and kind of annoy you a little bit, but it was gathering feedback from you and then differentiating what it told you next in terms of assisting you in learning how to use the program.”</p><p>Like Clippy (but dramatically less annoying), Kuhn has been active in shaping how AI is being used in his district, particularly by students.</p><p>“One of the things we've learned over the last couple of years is when we talk about using AI, we talk about it being a coach, not an answer giver, or we also say that it's an augmentation to your learning,” Kuhn says. “We want all of our AI to let students go through that healthy struggle but keep them right on the edge much like a video game does. You know, when a student loves a video game, it's because that video game has mastered that moment where the student feels like with just a little more effort, I could get to the next level. That's what we want AI to also do.”</p><p>Kuhn, a former small district teacher and principal before a stint as an author and edtech consultant, was also instrumental in Volusia’s early adoption of AI.</p><p>“We had one of the first policies around AI in the state of Florida in a school district, and I know it was one of the first because a lot of districts in Florida and even other states started contacting me and asking for a copy,” he says. “Our policy took a pretty open approach to allowing AI with some guardrails put in place so that people knew what the structure of it was and how far those boundaries could be pushed. But we wanted to make sure that our teachers and our students had the freedom to innovate within certain parameters.”</p><p>Kuhn has continued to lead AI efforts in his district, which include the creation of an AI professional development academy as well as the deployment of AI agents for district leaders to help them be more efficient and effective in their work. </p><p>For this and other efforts, Kuhn was recently recognized with a Tech & Learning <a href="https://www.techlearningevents.com/innovativeleaderawards/home" target="_blank"><u><strong>Innovative Leader Award</strong></u></a> at the Tech & Learning pre-ISTE Leadership Summit in Orlando. He shares his district’s AI efforts for students, teachers, and staff.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1629px;"><p class="vanilla-image-block" style="padding-top:66.67%;"><img id="4FMacFiJDHDyuJx6FmjcaD" name="v4" alt="AI academy" src="https://cdn.mos.cms.futurecdn.net/4FMacFiJDHDyuJx6FmjcaD.jpg" mos="" align="middle" fullscreen="" width="1629" height="1086" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Volusia County Schools)</span></figcaption></figure><h2 id="ai-is-a-human-endeavor">AI Is A Human Endeavor</h2><p>Volusia County Schools is a diverse district of 60,000 students and 8,000 employees, with about 115 in Kuhn’s IT division. And with that many involved, there was a lot of concern about how to approach AI.</p><p>“We had to alleviate their fears with training and other data to show them that AI could be a positive experience for their students,” Kuhn says. “There's still certainly people that are skeptical, but our data shows that it's being used more and more each year by our teachers and our students. And we're an A-rated district for the second year in a row by the state of Florida. So our academic scores and other indicators are going up despite the fact that our AI usage is also going up.”</p><p>To address concerns and support staff who were interested in using AI, the district created its AI Academy, a year-long program that provided ongoing professional development events rather than a one-time workshop. The academy offered differentiated learning paths for various roles, including clerical, educator, and administrative staff, and ultimately, was a hit with everyone.</p><figure class="van-image-figure pull-right inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1501px;"><p class="vanilla-image-block" style="padding-top:99.67%;"><img id="6xv7Zo9tZnVQGSVyXCv7ca" name="v3" alt="ai academy" src="https://cdn.mos.cms.futurecdn.net/6xv7Zo9tZnVQGSVyXCv7ca.jpg" mos="" align="right" fullscreen="" width="1501" height="1496" attribution="" endorsement="" class="pull-rightinline"></p></div></div><figcaption itemprop="caption description" class="pull-right inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Volusia County Schools)</span></figcaption></figure><p>“The academy kept getting so big that we kept having to change rooms to larger venues just to accommodate all of the people who wanted to go through it,” says Kuhn, who added that the experience needed to be in person. “We found that face-to-face was going to be best for this, where people had their computer in front of them and we could walk around and assist and get them collaborating. We also wanted people to realize that AI is also a human endeavor, that it's not just about technology.“</p><p>Vendor partners were also part of the program. “If something new was coming out in Copilot, for instance, we would arrange with our Microsoft customer support to teach us that latest and greatest thing so that we could roll that out right away,” Kuhn says. </p><p>The academy concluded with “Volusia Learns,” a week-long district conference during which participants received digital badges. “And now when you see their digital signature or the directory information on their school website, they're showing the badge they earned,” Kuhn says.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1380px;"><p class="vanilla-image-block" style="padding-top:69.71%;"><img id="Tf7oAMEZVTcaN9tUFo4f96" name="v2" alt="Volusia County Schools" src="https://cdn.mos.cms.futurecdn.net/Tf7oAMEZVTcaN9tUFo4f96.jpg" mos="" align="middle" fullscreen="" width="1380" height="962" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Volusia County Schools)</span></figcaption></figure><h2 id="agents-on-board">Agents On Board</h2><p>Similar to many districts, trying to navigate and analyze data from numerous disparate sources was a growing obstacle for Volusia schools. Director of Educational Technology Melissa Carr challenged the IT team to make board policies, procedure manuals, student data, and other info that’s typically housed in different departments and silos easily accessible to all.</p><p>“In the old way of doing things you have to kind of ask everybody ‘Where do you find this? Who has the latest on this? Can they email it to me?’ says Kuhn. “She wanted it to be a quick thing where a principal could just type in some things and this stuff would appear.”</p><p>To solve that challenge, Kuhn and his team developed the Volusia County Leaders Agent, a custom AI agent using Copilot 365 that could access district and student data, board policies, and procedure manuals, all with specific naming conventions for easy indexing. They then encouraged district leaders to customize it.</p><p>“Essentially what we did is we taught them how to make their own agent,” says Kuhn. “We put together a set of instructions and we gave them the links to the SharePoint site and the URLs that we would be using, and we walked them through. It was only three pages with screenshots, so it's not like a really hard process to create an agent.”</p><p>Having the leaders make their own agents allowed them to be very specific in how they designed it, and also fostered ownership and buy-in. </p><p>“They're like, ‘Oh, I've got this agent I made,’” says Kuhn. “‘Look at this. It does this cool stuff for me.’ You know, so instead of just saying, ‘Here, use this that we gave you,’ they're proud of it."</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1385px;"><p class="vanilla-image-block" style="padding-top:70.54%;"><img id="R5wSc6qRBeLkfHCZaJpf4c" name="v5" alt="Volusia County Schools" src="https://cdn.mos.cms.futurecdn.net/R5wSc6qRBeLkfHCZaJpf4c.jpg" mos="" align="middle" fullscreen="" width="1385" height="977" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Volusia County Schools)</span></figcaption></figure><h2 id="keeping-em-swimming">Keeping ’Em Swimming</h2><p>The district plans to continue offering PD opportunities around AI, although it may not be another full year of the AI Academy as there is limited time available for training and many implementations happening in any given year. </p><p>Nonetheless, Kuhn and his staff are identifying and training Digital Learning Teacher Leaders (DLTLs), who lead deep, ongoing training on the latest AI tools with staff members within their building, and also provide resources and support. This approach helps them try to keep up with the pace of AI’s evolution.</p><p>“It evolves so fast,” says Kuhn. “But the way we figure is if we at least get them in the pool and swimming, even if the temperature of the water changes a little bit, they'll be able to deal with it.”</p><h2 id="tools-they-use">Tools They Use</h2><ul><li>Microsoft Entra ID (Azure Active Directory)</li><li>Microsoft 365 (Outlook, Teams, OneDrive, Word, Excel, PowerPoint, OneNote, Forms)</li><li>Microsoft Entra ID (Azure Active Directory)</li><li>ClassLink / VPortal (single sign-on & app catalog)</li><li>Canvas (Learning Management System)</li><li>Focus SIS (student information, grades, attendance, analytics)</li><li>Focus ERP (HR, payroll, finance, purchasing, budget – 19 modules)</li><li>IncidentIQ (help desk, work orders, asset management)</li><li>Jamf (Apple device management)</li><li>Cisco Meraki (network switching & wireless)</li><li>Cisco Identity Services Engine (network access control)</li><li>ContentKeeper (web filtering & student internet safety)</li><li>Finalsite (district & school websites)</li><li>BoardDocs (school board agendas & meetings)</li><li>ParentSquare (family/school communications tied to SIS)</li><li>Canva (instructional and staff content creation)</li><li>IXL</li><li>Achieve3000</li><li>Big Ideas Math</li><li>Khan Academy</li><li>Desmos</li><li>PhET</li><li>BrainPOP</li><li>Facilitron (facility scheduling & community use)</li><li>Lightspeed Web and Classroom Filter</li></ul>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ What is CK-12 and How Can Teachers Use It? ]]></title>
                                                                                                <dc:content><![CDATA[ <p>While researching my recently updated article, <a href="https://www.techlearning.com/learning/classroom-tools/best-sites-for-blended-learning" target="_blank"><u><strong>Best Sites for Blended Learning</strong></u></a>, I came upon CK-12, a remarkable, new-to-me teaching platform that provides a varied and robust set of digital textbooks, AI-powered digital tools, teacher agents, simulations, and more.    </p><p>CK-12 is the brainchild of the nonprofit CK-12 foundation, whose mission is to provide free access to high-quality, customizable educational content in multiple modalities, suited to multiple student learning styles, levels, and resources. Even better, all tools and features of CK-12 are fully free to educators, students, and families. </p><h2 id="what-is-ck-12">What is CK-12? </h2><p>CK-12 is a K12 online education platform designed for teachers, schools, and families that serves as a customizable digital platform for teaching and learning. </p><p>Its flagship offering, Flexbooks, are standards-aligned digital textbooks for K12 math, science, English, social studies, and other topics, including college-level and adult education. Flexbooks are available in English, Spanish, Korean, German, Chinese, Greek, and Polish. A small selection of Flexbooks include built-in interactives.  </p><p>In addition to Flexbooks, CK-12 offers a wide range of AI tools for teachers, AI teacher agents, learning analytics, study guides and adaptive practice for students, interactive simulations, and PLIX (Play Learn Interact eXplore) interactives. </p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1119px;"><p class="vanilla-image-block" style="padding-top:81.32%;"><img id="gDE3DSgd7MJ2f5uVPiutbK" name="flexbook-math" alt="Math FlexBook" src="https://cdn.mos.cms.futurecdn.net/gDE3DSgd7MJ2f5uVPiutbK.jpg" mos="" align="middle" fullscreen="" width="1119" height="910" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">FlexBooks can be assigned, saved, shared and customized.  </span><span class="credit" itemprop="copyrightHolder">(Image credit: CK-12)</span></figcaption></figure><h2 id="how-does-ck-12-work">How Does CK-12  Work?</h2><p>Users can easily sign up for <a href="https://www.ck12.org/teacher" target="_blank"><u><strong>CK-12</strong></u> </a> via their Google, Microsoft, Apple, or email accounts. Once signed in, the teacher’s homepage highlights the newer AI-powered tools highlighted at the top, while the older flagship Flexbooks are lower down. </p><p>While the AI-powered tools and agents are intriguing and potentially time-saving for educators, the core of CK-12 is really the digital textbooks known as Flexbooks.  </p><p>(Note that the continual right-to-left and left-to-right animation of the AI Teacher Tools boxes is an unfortunate choice for an organization that aims to be sensitive to learners of all types. Fortunately the student version of the site doesn’t include such distracting animations.) </p><p><u><strong>FLEXBOOKS</strong></u></p><p>Flexbooks carry a number of advantages over traditional textbooks. First, these are fully free, which offers an opportunity for substantial savings—perhaps as much as $1.5-2 million dollars for a district. And in contrast to paper textbooks, Flexbooks can be updated as needed, which of course represents yet another financial saving. </p><p>Additionally, Flexbooks are designed to be compatible with all external screen reading apps and tools, allowing for all content to be read aloud. This is especially useful for students who struggle to read at grade level. You can search Flexbooks by grade, language, and subjects. Additionally, one can browse the list of all Flexbooks, arranged by topic and grade. </p><p>For six selected math topics, Flexbooks are also available in an interactive as well as conventional version. </p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1108px;"><p class="vanilla-image-block" style="padding-top:70.67%;"><img id="bJ6aeEtHme9VkUG5a8sa2d" name="flexbooks2" alt="FlexBooks screenshot" src="https://cdn.mos.cms.futurecdn.net/bJ6aeEtHme9VkUG5a8sa2d.jpg" mos="" align="middle" fullscreen="" width="1108" height="783" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">FlexBooks include both interactive and conventional options, as well as those created by community members.   </span><span class="credit" itemprop="copyrightHolder">(Image credit: CK-12)</span></figcaption></figure><p>Educators can create classes directly in their CK-12 account, or via an existing LMS class, such as Google Classroom, Canvas, Schoology, and others. Then add students through email, roster upload, or direct entry. Assignments can be made quickly through links on every content page. </p><p><u><strong>AI TEACHER TOOLS AND AGENTS</strong></u></p><p>CK-12’s AI-powered Teaching Assistant comprises a large library of tools to speed teaching preparation, assessments and assignments, specialized learning, communications, and much more. Teacher Agent goes further, allowing users to quickly set up their own AI-powered agent, capable of interactive with students while adapting to their responses and learning styles.   </p><h2 id="what-are-the-best-ck-12-features">What Are The Best CK-12 Features?</h2><p>In addition to its flagship product Flexbooks, CK-12 offers several key customizable features ideal for the classroom setting. </p><p><u><strong>ADAPTIVE PRACTICE</strong></u></p><p>Adaptive practice exercises in selected topics are available for students in grades 1-5. Each topic includes dozens of subcategory skills that can be assigned to students. </p><p>For example, the Measurement topic is divided into money, time, systems, conversions, capacity, and mass. Within each subcategory skills include comparing, identifying, converting, and many others. </p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1228px;"><p class="vanilla-image-block" style="padding-top:75.33%;"><img id="gc9JqbFMxLxLjimthejjFJ" name="purple text" alt="Screenshot of CK-12 adaptive practice for coral reefs" src="https://cdn.mos.cms.futurecdn.net/gc9JqbFMxLxLjimthejjFJ.jpg" mos="" align="middle" fullscreen="" width="1228" height="925" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">The teacher's version of adaptive practice includes the explanatory text seen above in purple, not present in the student version.  </span><span class="credit" itemprop="copyrightHolder">(Image credit: CK-12)</span></figcaption></figure><p><u><strong>FLEXBOOK TEACHER TOOLS</strong></u></p><p>CK-12’s Teacher Tools are built into every Flexbook page and include a quiz creator, lesson planner, and lesson “hook” generator. Simply click the desired link in the lower left-hand box in order to create a quiz, standards-aligned lesson plan, or lesson hook for the content on the current page. </p><p>As with most CK-12 features, users are free to adapt the pre-filled templates according to their own preferences. </p><p><u><strong>LEARNING ANALYTICS</strong></u><strong> </strong></p><p>Comprising “foresights” and “insights,” Learning Analytics provide granular data on student and class performance, as well as overall performance for each question. While Foresights predicts a student’s future proficiency in the selected topic, Insights displays skill levels that students have already demonstrated, from "beginning" through “mastery.” </p><p>Using graphs and lists, the platform also shares performance data from the class, makes recommendations about how to address performance gaps, and highlights students who are performing exceptionally well. </p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1446px;"><p class="vanilla-image-block" style="padding-top:61.07%;"><img id="R4SRiCzHFVUPe6icSPuT8V" name="analytics1" alt="CK-12 Learning Analytics" src="https://cdn.mos.cms.futurecdn.net/R4SRiCzHFVUPe6icSPuT8V.jpg" mos="" align="middle" fullscreen="" width="1446" height="883" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">The Learning Analytics tool offers insights into, and predications for, student progress </span><span class="credit" itemprop="copyrightHolder">(Image credit: CK-12)</span></figcaption></figure><p><u><strong>INTERACTIVE SIMS</strong></u></p><p>Sims are a great way to combine text- and graphic-based learning with interactivity, engaging students more deeply than static lessons. Available for physics and chemistry topics, CK-12’s interactive sims are concept-driven, standards-aligned, and offer downloadable PDF worksheets. </p><p>Each assignable simulation begins with a brief animation representing the target concept and includes a video tutorial, challenge questions, and easy sharing options.</p><h2 id="how-much-does-ck-12-cost">How Much Does CK-12 Cost?</h2><p>Remarkably, CK-12 is completely <strong>free </strong>for all users -- educators, students, families or anyone wishing to study and learn. The nonprofit CK-12 Foundation’s core mission is to provide content and technology tools that support customizable teaching in multiple modalities, for all types of learners, therefore all its tech tools are 100% free. </p> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/learning/classroom-tools/what-is-ck-12-and-how-can-teachers-use-it</link>
                                                                            <description>
                            <![CDATA[ CK-12 is an online education platform designed for K-12 teachers, schools, and families that offers customizable teaching and learning ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">sN7LNnmKQ5DjwywGJU6Ef6</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/Xaqktx9dS6qpWNbdQn5q4G-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 30 Jul 2026 09:00:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Classroom Tools]]></category>
                                                    <category><![CDATA[Learning]]></category>
                                                    <category><![CDATA[Classroom]]></category>
                                                                                                                    <dc:creator><![CDATA[ Diana Restifo ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ &lt;p&gt;Tech &amp; Learning editor and contributor since 2010, Diana is dedicated to ferreting out the best free and low-cost tech tools for teachers.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/Xaqktx9dS6qpWNbdQn5q4G-1280-80.jpg">
                                                            <media:credit><![CDATA[CK-12]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[CK-12 homepage]]></media:description>                                                            <media:text><![CDATA[CK-12 homepage]]></media:text>
                                <media:title type="plain"><![CDATA[CK-12 homepage]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/Xaqktx9dS6qpWNbdQn5q4G-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>While researching my recently updated article, <a href="https://www.techlearning.com/learning/classroom-tools/best-sites-for-blended-learning" target="_blank"><u><strong>Best Sites for Blended Learning</strong></u></a>, I came upon CK-12, a remarkable, new-to-me teaching platform that provides a varied and robust set of digital textbooks, AI-powered digital tools, teacher agents, simulations, and more.    </p><p>CK-12 is the brainchild of the nonprofit CK-12 foundation, whose mission is to provide free access to high-quality, customizable educational content in multiple modalities, suited to multiple student learning styles, levels, and resources. Even better, all tools and features of CK-12 are fully free to educators, students, and families. </p><h2 id="what-is-ck-12">What is CK-12? </h2><p>CK-12 is a K12 online education platform designed for teachers, schools, and families that serves as a customizable digital platform for teaching and learning. </p><p>Its flagship offering, Flexbooks, are standards-aligned digital textbooks for K12 math, science, English, social studies, and other topics, including college-level and adult education. Flexbooks are available in English, Spanish, Korean, German, Chinese, Greek, and Polish. A small selection of Flexbooks include built-in interactives.  </p><p>In addition to Flexbooks, CK-12 offers a wide range of AI tools for teachers, AI teacher agents, learning analytics, study guides and adaptive practice for students, interactive simulations, and PLIX (Play Learn Interact eXplore) interactives. </p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1119px;"><p class="vanilla-image-block" style="padding-top:81.32%;"><img id="gDE3DSgd7MJ2f5uVPiutbK" name="flexbook-math" alt="Math FlexBook" src="https://cdn.mos.cms.futurecdn.net/gDE3DSgd7MJ2f5uVPiutbK.jpg" mos="" align="middle" fullscreen="" width="1119" height="910" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">FlexBooks can be assigned, saved, shared and customized.  </span><span class="credit" itemprop="copyrightHolder">(Image credit: CK-12)</span></figcaption></figure><h2 id="how-does-ck-12-work">How Does CK-12  Work?</h2><p>Users can easily sign up for <a href="https://www.ck12.org/teacher" target="_blank"><u><strong>CK-12</strong></u> </a> via their Google, Microsoft, Apple, or email accounts. Once signed in, the teacher’s homepage highlights the newer AI-powered tools highlighted at the top, while the older flagship Flexbooks are lower down. </p><p>While the AI-powered tools and agents are intriguing and potentially time-saving for educators, the core of CK-12 is really the digital textbooks known as Flexbooks.  </p><p>(Note that the continual right-to-left and left-to-right animation of the AI Teacher Tools boxes is an unfortunate choice for an organization that aims to be sensitive to learners of all types. Fortunately the student version of the site doesn’t include such distracting animations.) </p><p><u><strong>FLEXBOOKS</strong></u></p><p>Flexbooks carry a number of advantages over traditional textbooks. First, these are fully free, which offers an opportunity for substantial savings—perhaps as much as $1.5-2 million dollars for a district. And in contrast to paper textbooks, Flexbooks can be updated as needed, which of course represents yet another financial saving. </p><p>Additionally, Flexbooks are designed to be compatible with all external screen reading apps and tools, allowing for all content to be read aloud. This is especially useful for students who struggle to read at grade level. You can search Flexbooks by grade, language, and subjects. Additionally, one can browse the list of all Flexbooks, arranged by topic and grade. </p><p>For six selected math topics, Flexbooks are also available in an interactive as well as conventional version. </p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1108px;"><p class="vanilla-image-block" style="padding-top:70.67%;"><img id="bJ6aeEtHme9VkUG5a8sa2d" name="flexbooks2" alt="FlexBooks screenshot" src="https://cdn.mos.cms.futurecdn.net/bJ6aeEtHme9VkUG5a8sa2d.jpg" mos="" align="middle" fullscreen="" width="1108" height="783" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">FlexBooks include both interactive and conventional options, as well as those created by community members.   </span><span class="credit" itemprop="copyrightHolder">(Image credit: CK-12)</span></figcaption></figure><p>Educators can create classes directly in their CK-12 account, or via an existing LMS class, such as Google Classroom, Canvas, Schoology, and others. Then add students through email, roster upload, or direct entry. Assignments can be made quickly through links on every content page. </p><p><u><strong>AI TEACHER TOOLS AND AGENTS</strong></u></p><p>CK-12’s AI-powered Teaching Assistant comprises a large library of tools to speed teaching preparation, assessments and assignments, specialized learning, communications, and much more. Teacher Agent goes further, allowing users to quickly set up their own AI-powered agent, capable of interactive with students while adapting to their responses and learning styles.   </p><h2 id="what-are-the-best-ck-12-features">What Are The Best CK-12 Features?</h2><p>In addition to its flagship product Flexbooks, CK-12 offers several key customizable features ideal for the classroom setting. </p><p><u><strong>ADAPTIVE PRACTICE</strong></u></p><p>Adaptive practice exercises in selected topics are available for students in grades 1-5. Each topic includes dozens of subcategory skills that can be assigned to students. </p><p>For example, the Measurement topic is divided into money, time, systems, conversions, capacity, and mass. Within each subcategory skills include comparing, identifying, converting, and many others. </p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1228px;"><p class="vanilla-image-block" style="padding-top:75.33%;"><img id="gc9JqbFMxLxLjimthejjFJ" name="purple text" alt="Screenshot of CK-12 adaptive practice for coral reefs" src="https://cdn.mos.cms.futurecdn.net/gc9JqbFMxLxLjimthejjFJ.jpg" mos="" align="middle" fullscreen="" width="1228" height="925" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">The teacher's version of adaptive practice includes the explanatory text seen above in purple, not present in the student version.  </span><span class="credit" itemprop="copyrightHolder">(Image credit: CK-12)</span></figcaption></figure><p><u><strong>FLEXBOOK TEACHER TOOLS</strong></u></p><p>CK-12’s Teacher Tools are built into every Flexbook page and include a quiz creator, lesson planner, and lesson “hook” generator. Simply click the desired link in the lower left-hand box in order to create a quiz, standards-aligned lesson plan, or lesson hook for the content on the current page. </p><p>As with most CK-12 features, users are free to adapt the pre-filled templates according to their own preferences. </p><p><u><strong>LEARNING ANALYTICS</strong></u><strong> </strong></p><p>Comprising “foresights” and “insights,” Learning Analytics provide granular data on student and class performance, as well as overall performance for each question. While Foresights predicts a student’s future proficiency in the selected topic, Insights displays skill levels that students have already demonstrated, from "beginning" through “mastery.” </p><p>Using graphs and lists, the platform also shares performance data from the class, makes recommendations about how to address performance gaps, and highlights students who are performing exceptionally well. </p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1446px;"><p class="vanilla-image-block" style="padding-top:61.07%;"><img id="R4SRiCzHFVUPe6icSPuT8V" name="analytics1" alt="CK-12 Learning Analytics" src="https://cdn.mos.cms.futurecdn.net/R4SRiCzHFVUPe6icSPuT8V.jpg" mos="" align="middle" fullscreen="" width="1446" height="883" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">The Learning Analytics tool offers insights into, and predications for, student progress </span><span class="credit" itemprop="copyrightHolder">(Image credit: CK-12)</span></figcaption></figure><p><u><strong>INTERACTIVE SIMS</strong></u></p><p>Sims are a great way to combine text- and graphic-based learning with interactivity, engaging students more deeply than static lessons. Available for physics and chemistry topics, CK-12’s interactive sims are concept-driven, standards-aligned, and offer downloadable PDF worksheets. </p><p>Each assignable simulation begins with a brief animation representing the target concept and includes a video tutorial, challenge questions, and easy sharing options.</p><h2 id="how-much-does-ck-12-cost">How Much Does CK-12 Cost?</h2><p>Remarkably, CK-12 is completely <strong>free </strong>for all users -- educators, students, families or anyone wishing to study and learn. The nonprofit CK-12 Foundation’s core mission is to provide content and technology tools that support customizable teaching in multiple modalities, for all types of learners, therefore all its tech tools are 100% free. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Why Humans Still Own Writing: A Lesson For School Communities ]]></title>
                                                                                                <dc:content><![CDATA[ <p>I was writing a speech for an end-of-the-year ceremony recognizing my students moving up to their next school. It’s one of many speeches, announcements, recommendation letters, and notifications I compose on any given day. </p><p>I entered a quote I had written into an AI prompt with instructions to produce a concise, inspiring speech for my fourth graders moving up based on it. I was impressed with the output: It was well structured, followed my conventions, and did a decent organizational job. Yet, it was missing the most important aspect, something I call “personification.” </p><p>The biggest mistake users make using AI to write is overlooking the visible lack of substance and eerie wording in LLM outputs. In fact, according to a study by researchers at four U.S. universities, <a href="https://ediscoverytoday.com/2025/03/04/ai-chatbots-have-telltale-quirks-that-can-be-spotted-with-97-accuracy-artificial-intelligence-trends/" target="_blank" rel="nofollow"><u><strong>AI chatbots have linguistic fingerprints</strong></u></a> that reveal which model is used: In five popular AI chatbots, distinct verbal quirks emerged. </p><p>It is the personification a human adds that’s absent in AI outputs. Understanding this can help everyone in your school community write better, not using AI as a crutch but rather as a partner–a partner who can put together good looking, well-structured passages, but with the need for the human touch to personify it. </p><h2 id="the-personification-two-step">The Personification Two-Step</h2><p>Let me illustrate with a common example of what many school leaders are writing: letters of recommendation.</p><p>In years past, writing a good letter of recommendation would take me, a quick writer, 25-30 minutes to compose. Not bad, but when you add up the half dozen requests all happening at the same time, along with all my other writing tasks, it gets overwhelming. Normally, writing those six letters alone would take three hours. </p><p>Now, I take a copy of the requester’s resume, remove their name and identifying information, and ask the AI to write me a letter of recommendation. I can add into the prompt, positive, praiseworthy tone, or more neutral for someone with whom I am not so impressed.</p><p>Using this prompt and an attached resume takes 2-3 minutes to get an output. I will add their name and title that were previously removed. But the biggest gap is the personal touch: personification. This is where I go back and take very important steps.</p><ol start="1"><li>I shift the tone from a rigid style even an AI that claims to know my writing style has. This reinforces that the human element has to be integrated and;</li><li>I add unique details only I know and on which I can elaborate. For instance, that one time the teacher stayed until 6:30 PM to make sure a student of theirs was picked up when the family had an emergency. I can speak to the empathy and character of the teacher in a way the AI neither knows nor understands.</li></ol><p>As far as writing articles like this one, I remain dutifully old school. I prefer to write from inspiration, and then go back and edit. I may add a sentence, possibly even a passage that was adapted from an AI output, nothing more. </p><p>Don’t get me wrong–I have tested a concept article with AI. And then I scrapped it. The AI cannot give me the natural, conversational tone that I can. To me, good writing means the author is speaking<em> to you</em>. An AI speaks <em>at you</em>, kind of like an instruction manual.</p><p>As far as recognizing my tone, the AI can guess at my intonation, but not in a consistent manner. Here, you can feel it come off the page, like a story. An AI puts words together in a calculated, meaningful way but that substance is persistently missing. This is the nuance that is just plain absent. </p><h2 id="crafting-a-partnership">Crafting A Partnership</h2><p>As a school leader and author, I am selfishly happy AI doesn’t get nuanced, because that means learners and leaders like me must continue to develop the very abstract skill of writing. The exercise helps me work out my mental muscles.</p><p>Another significant challenge with relying on AI for writing is the odd tendency to mash nearby paragraphs together, often creating inaccurate or just plain false assumptions, or vaguely near estimates. AI outputs can give us help with those early questions when we query, offering options we may not have considered but when we dig deeper, when we really write from nuance, humans clearly own writing. Ignoring this will only illuminate AI overuse in student or adult outputs. AI lacks that embodied self awareness. </p><p>An <a href="https://mitsloan.mit.edu/ideas-made-to-matter/when-humans-and-ai-work-best-together-and-when-each-better-alone" target="_blank" rel="nofollow"><u><strong>MIT meta-analysis</strong></u></a> confirms this: the combination of human and AI works best when each partner can do the thing they do better than the other, and there is a synergy in this partnership. AI excels at rapid data processing and drafting (essentially calculations), while humans add that critical thinking, empathy, and final context. Humans must check the output and revise, remove linguistic fingerprints, and personify the content. </p><p>Understanding this balance provides a hybrid method that helps us work better without losing our natural thinking skills. Ignoring it creates obvious, almost embarrassing attempts at professionals intent to be positive, such as <a href="https://docs.google.com/presentation/d/1h1zbua14zY0f_KGYteokqONIfgh_U9KE1pTGrrDbKwA/edit?slide=id.g3c8343cf9fa_0_220#slide=id.g3c8343cf9fa_0_220" target="_blank" rel="nofollow"><u><strong>this letter an administrator emailed</strong></u></a>, copied straight from a chatbot.</p><h2 id="the-bottom-line">The Bottom Line</h2><p>I have found AI to be a helpful and efficient writing partner for quick starter thoughts and organizational structure. However, human nuance and embodied self-awareness win every time when it comes to qualitative and intuitive writing. AI can assist with brainstorming, research and editing, but it <a href="https://www.whatsinai.com/mythbusting-ai/why-ai-isnt-coming-for-your-creative-writing-job-yet?lctg=63a283c094143b224dc6f693#google_vignette" target="_blank" rel="nofollow"><u><strong>cannot replace authentic emotions, life experiences, imagination and unique voice</strong></u></a>. </p><p>Consider this as a guideline for reminding students and school communities that writing is one of the most important critical thinking skills to help develop the mind and express creative thought.</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/technology/ai/why-humans-still-own-writing-a-lesson-for-school-communities</link>
                                                                            <description>
                            <![CDATA[ Writing is one of the most important critical thinking skills to help develop the mind and express creative thought, which AI cannot do ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">6KKXZYv4JZRB25H2vQJ3qj</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/TSpxCQhr7V9GkVzxbywQ7g-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 23 Jul 2026 09:00:00 +0000</pubDate>                                                                                                                                <updated>Thu, 23 Jul 2026 09:00:42 +0000</updated>
                                                                                                                                            <category><![CDATA[AI]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Michael Gaskell ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ &lt;p&gt;&lt;em&gt;Dr. Michael Gaskell is Principal at Central Elementary School in East Brunswick, NJ, has been published in &lt;/em&gt;&lt;a href=&quot;https://muckrack.com/michael-gaskell/articles&quot; target=&quot;_blank&quot;&gt;&lt;em&gt;&lt;strong&gt;75 articles&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;&lt;em&gt;, and is author of three books: &lt;/em&gt;&lt;a href=&quot;https://www.amazon.com/Radical-Principals-Michael-S-Gaskell/dp/1032229284/ref=nodl_?dplnkId=5a02662b-1b21-4ca1-adea-f3c106d01792&quot; target=&quot;_blank&quot;&gt;&lt;em&gt;&lt;strong&gt;Radical Principals&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;&lt;em&gt;&lt;strong&gt;, &lt;/strong&gt;&lt;/em&gt;&lt;a href=&quot;https://www.amazon.com/Leading-Schools-Through-Trauma-Data-Driven/dp/0367755629/ref=nodl_?dplnkId=935460ba-3038-459a-9cfb-f3c6d16bd075&quot; target=&quot;_blank&quot;&gt;&lt;em&gt;&lt;strong&gt;Leading Schools Through Trauma&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;&lt;em&gt; (September, 2021) and &lt;/em&gt;&lt;a href=&quot;https://www.amazon.com/Microstrategy-Magic-Confronting-Classroom-Challenges/dp/1475855311/ref=nodl_?dplnkId=834f94ab-b177-421b-ab01-fc9f86491d9b&quot; target=&quot;_blank&quot;&gt;&lt;em&gt;&lt;strong&gt;Microstrategy Magic&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;&lt;em&gt; (October, 2020). Mike provides current guidance on AI, presents at national conferences, including ISTE (June 2023) The Learning and the Brain (November, 2021), and FETC (January 2025; 2024: 2023, and 2022); and works to find refreshing solutions to the persistent problems educators and families face. Read more at &lt;/em&gt;&lt;a href=&quot;http://michael-gaskell-922711100/&quot; target=&quot;_blank&quot;&gt;&lt;em&gt;&lt;strong&gt;LinkedIn&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/TSpxCQhr7V9GkVzxbywQ7g-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[humans and ai writing]]></media:description>                                                            <media:text><![CDATA[humans and ai writing]]></media:text>
                                <media:title type="plain"><![CDATA[humans and ai writing]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/TSpxCQhr7V9GkVzxbywQ7g-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>I was writing a speech for an end-of-the-year ceremony recognizing my students moving up to their next school. It’s one of many speeches, announcements, recommendation letters, and notifications I compose on any given day. </p><p>I entered a quote I had written into an AI prompt with instructions to produce a concise, inspiring speech for my fourth graders moving up based on it. I was impressed with the output: It was well structured, followed my conventions, and did a decent organizational job. Yet, it was missing the most important aspect, something I call “personification.” </p><p>The biggest mistake users make using AI to write is overlooking the visible lack of substance and eerie wording in LLM outputs. In fact, according to a study by researchers at four U.S. universities, <a href="https://ediscoverytoday.com/2025/03/04/ai-chatbots-have-telltale-quirks-that-can-be-spotted-with-97-accuracy-artificial-intelligence-trends/" target="_blank" rel="nofollow"><u><strong>AI chatbots have linguistic fingerprints</strong></u></a> that reveal which model is used: In five popular AI chatbots, distinct verbal quirks emerged. </p><p>It is the personification a human adds that’s absent in AI outputs. Understanding this can help everyone in your school community write better, not using AI as a crutch but rather as a partner–a partner who can put together good looking, well-structured passages, but with the need for the human touch to personify it. </p><h2 id="the-personification-two-step">The Personification Two-Step</h2><p>Let me illustrate with a common example of what many school leaders are writing: letters of recommendation.</p><p>In years past, writing a good letter of recommendation would take me, a quick writer, 25-30 minutes to compose. Not bad, but when you add up the half dozen requests all happening at the same time, along with all my other writing tasks, it gets overwhelming. Normally, writing those six letters alone would take three hours. </p><p>Now, I take a copy of the requester’s resume, remove their name and identifying information, and ask the AI to write me a letter of recommendation. I can add into the prompt, positive, praiseworthy tone, or more neutral for someone with whom I am not so impressed.</p><p>Using this prompt and an attached resume takes 2-3 minutes to get an output. I will add their name and title that were previously removed. But the biggest gap is the personal touch: personification. This is where I go back and take very important steps.</p><ol start="1"><li>I shift the tone from a rigid style even an AI that claims to know my writing style has. This reinforces that the human element has to be integrated and;</li><li>I add unique details only I know and on which I can elaborate. For instance, that one time the teacher stayed until 6:30 PM to make sure a student of theirs was picked up when the family had an emergency. I can speak to the empathy and character of the teacher in a way the AI neither knows nor understands.</li></ol><p>As far as writing articles like this one, I remain dutifully old school. I prefer to write from inspiration, and then go back and edit. I may add a sentence, possibly even a passage that was adapted from an AI output, nothing more. </p><p>Don’t get me wrong–I have tested a concept article with AI. And then I scrapped it. The AI cannot give me the natural, conversational tone that I can. To me, good writing means the author is speaking<em> to you</em>. An AI speaks <em>at you</em>, kind of like an instruction manual.</p><p>As far as recognizing my tone, the AI can guess at my intonation, but not in a consistent manner. Here, you can feel it come off the page, like a story. An AI puts words together in a calculated, meaningful way but that substance is persistently missing. This is the nuance that is just plain absent. </p><h2 id="crafting-a-partnership">Crafting A Partnership</h2><p>As a school leader and author, I am selfishly happy AI doesn’t get nuanced, because that means learners and leaders like me must continue to develop the very abstract skill of writing. The exercise helps me work out my mental muscles.</p><p>Another significant challenge with relying on AI for writing is the odd tendency to mash nearby paragraphs together, often creating inaccurate or just plain false assumptions, or vaguely near estimates. AI outputs can give us help with those early questions when we query, offering options we may not have considered but when we dig deeper, when we really write from nuance, humans clearly own writing. Ignoring this will only illuminate AI overuse in student or adult outputs. AI lacks that embodied self awareness. </p><p>An <a href="https://mitsloan.mit.edu/ideas-made-to-matter/when-humans-and-ai-work-best-together-and-when-each-better-alone" target="_blank" rel="nofollow"><u><strong>MIT meta-analysis</strong></u></a> confirms this: the combination of human and AI works best when each partner can do the thing they do better than the other, and there is a synergy in this partnership. AI excels at rapid data processing and drafting (essentially calculations), while humans add that critical thinking, empathy, and final context. Humans must check the output and revise, remove linguistic fingerprints, and personify the content. </p><p>Understanding this balance provides a hybrid method that helps us work better without losing our natural thinking skills. Ignoring it creates obvious, almost embarrassing attempts at professionals intent to be positive, such as <a href="https://docs.google.com/presentation/d/1h1zbua14zY0f_KGYteokqONIfgh_U9KE1pTGrrDbKwA/edit?slide=id.g3c8343cf9fa_0_220#slide=id.g3c8343cf9fa_0_220" target="_blank" rel="nofollow"><u><strong>this letter an administrator emailed</strong></u></a>, copied straight from a chatbot.</p><h2 id="the-bottom-line">The Bottom Line</h2><p>I have found AI to be a helpful and efficient writing partner for quick starter thoughts and organizational structure. However, human nuance and embodied self-awareness win every time when it comes to qualitative and intuitive writing. AI can assist with brainstorming, research and editing, but it <a href="https://www.whatsinai.com/mythbusting-ai/why-ai-isnt-coming-for-your-creative-writing-job-yet?lctg=63a283c094143b224dc6f693#google_vignette" target="_blank" rel="nofollow"><u><strong>cannot replace authentic emotions, life experiences, imagination and unique voice</strong></u></a>. </p><p>Consider this as a guideline for reminding students and school communities that writing is one of the most important critical thinking skills to help develop the mind and express creative thought.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Summer Prep To Protect Your School From AI-Enabled Explicit Content ]]></title>
                                                                                                <dc:content><![CDATA[ <p>While generative AI can automate administrative tasks, streamline lesson planning, and free up time for student interaction, it also introduces new safety risks. <a href="https://qoria.com/hubfs/Qoria%20-%20Risks%20of%20AI%20enabled%20CSAM%20and%20Explicit%20Content%20in%20Education.pdf" target="_blank" rel="nofollow"><u><em><strong>Addressing the Risks of AI-enabled CSAM and Explicit Content in Education</strong></em></u></a>, Qoria’s global report, shows that these tools are also being exploited to produce child sexual abuse material (CSAM) and explicit imagery with alarming ease. </p><p>The weeks before the school year begins offer a critical window for district leaders to move from a reactive posture to a proactive strategy, taking strong digital safety steps before students return for the first day of school.</p><h2 id="from-the-data-understanding-the-ai-digital-threat">From the Data: Understanding the AI Digital Threat</h2><p>School leaders should first understand today’s digital exploitation. Catherine Brown, Chair of the Internet Watch Foundation (IWF), says, “AI image generators have become much more sophisticated, to the point where almost anyone can make or manipulate life-like sexual or nude imagery of children at the click of a button.” </p><p>So-called <a href="https://connectsafely.org/nudify-apps/" target="_blank" rel="nofollow"><u><strong>"nudifying" apps</strong></u></a> have dramatically accelerated the ease with which this material is made, leading to devastating instances of grooming, distress, and bullying. The data gathered in Qoria's global survey underscores that these problems are active on school grounds today:</p><ul><li><strong>Widespread Administrative Concern:</strong> An overwhelming majority of school leaders–91.4 percent in the United States, 90.5 percent in the United Kingdom, and 91.7 percent in Australia–voiced deep concerns over adult perpetrators using AI to groom students.</li><li><strong>Monthly On-Campus Incidents:</strong> Around a third of respondents in the U.S., the U.K., and Australia reported experiencing at least monthly incidents in which students possess, share, or request explicit, child-generated nude images.</li><li><strong>Younger Average Ages:</strong> The average age for these explicit content incidents is currently concentrated between 11 and 13 years old. Even more concerning, approximately 12 percent of U.S. and Australian respondents reported seeing these behaviors in children as young as 8 to 10 years old.</li></ul><p>Despite these figures, few schools have preparation and prevention measures in place. More than 30 percent of the surveyed school leaders admitted they are unfamiliar with the common online grooming tactics that modern perpetrators use. </p><p>When school personnel do not understand the technical mechanics of the threat, early detection becomes nearly impossible.</p><h2 id="actionable-step-1-empower-teachers-through-specific-safety-training">Actionable Step 1: Empower Teachers Through Specific Safety Training</h2><p>Teachers are a school's front line of defense, yet they are frequently left out of high-level technical digital safety briefings. To build an abuse-aware culture before the first bell rings, district leaders should design back-to-school professional development that addresses AI safety directly.</p><p><strong>First, training must explicitly cover how AI changes grooming behaviors</strong>. Traditional grooming relies heavily on human text interaction over long periods. Modern AI algorithms allow bad actors to analyze massive amounts of social media data to identify vulnerable children with absolute precision. These tools can map out student interests, emotional states, and communication patterns to generate deeply persuasive, personalized messages. Staff need to know that a student's sudden emotional withdrawal or obsessive device usage could be connected to highly sophisticated online interactions.</p><p><strong>Second, training must address the internal threat of student-generated content via nudifying apps</strong>. Whether a student acts out of thoughtless experimentation or clear intent, their developmental immaturity may blind them to the dual damage of these actions: the significant harm inflicted on the peer depicted and the severe fallout to their own relationships and future reputation. Teachers must be instructed on strict reporting protocols, understanding exactly who to contact in IT, administration, and school counseling the moment they become aware of a simulated image circulating in a peer group. <a href="https://icactaskforce.org/assets/genai%20fact%20sheet%20-%20color.pdf" target="_blank" rel="nofollow"><u><strong>This approachable guide for schools on AI-generated sexually explicit imagery from OCEPI</strong></u></a> can help with a framework for creating plans for both prevention and response.</p><p><strong>Finally, training should acknowledge that staff safety matters, too</strong>. The Qoria report notes that there have been instances in which teachers and school staff find themselves victims of image-based manipulation through the misuse of AI technology. Treating this as a developing human resources concern builds trust and reassures educators that the district protects its entire community.</p><h2 id="actionable-step-2-build-proactive-parent-awareness">Actionable Step 2: Build Proactive Parent Awareness</h2><p>The digital lives of students are happening both during the school day and when they leave school property. In fact, the risk can escalate during unsupervised time at home. Qoria's report indicates that a quarter of children are already using AI apps regularly to complete their schoolwork, meaning these tools are a constant presence in their domestic lives. </p><p>While parents might be focused on screen time and cyberbullying, AI-generated explicit content might be a blind spot. Districts can use the pre-school orientation window to actively educate parents.</p><p>A successful parent awareness campaign before the school year begins should focus on transparency and trauma-informed child-centered practical tools:</p><ul><li><strong>Host Digital Literacy Orientations:</strong> Do not wait for a crisis to inform parents. Provide specific back-to-school webinars or easy-to-read guides detailing the reality of generative AI tools and the ways the school is supporting their children. Avoid alarmist language. Instead, explain the mechanics of image generators and peer-to-peer messaging apps clearly. <a href="https://icactaskforce.org/assets/OCEPI%20Ten%20Best%20Practices%20Guide%20-%20Color.pdf" target="_blank" rel="nofollow"><u><strong>OCEPI has a 10 Best Practices guide</strong></u></a> with a clear framework for how to structure messaging.</li><li><strong>Provide Parental Control Frameworks:</strong> School districts should offer concrete guidance on how families can manage devices at home. Introduce parents to reliable parental control tools and explain how to set up filtering on home networks. <a href="https://connectsafely.org/parentguides/" target="_blank" rel="nofollow"><u><strong>ConnectSafely has parent guides</strong></u></a> with clear instructions that school leaders can share with families.</li><li><strong>Create Clear Communication Pipelines:</strong> Parents need to know that if they discover a deeply concerning digital incident at home, the school is a safe partner rather than a punitive authority. Provide families with clear, step-by-step reporting instructions to ensure open dialogue. The Cybertipline from <a href="https://www.missingkids.org/gethelpnow/cybertipline" target="_blank" rel="nofollow"><u><strong>National Center for Missing and Exploited Children</strong></u></a> (NCMEC) is helpful to share.</li></ul><h2 id="actionable-step-3-provide-meaningful-layered-student-support">Actionable Step 3: Provide Meaningful Layered Student Support</h2><p>Protecting students requires a combination of clear education and protective technology. Before the school year starts, administrators must audit and align both educational and technical sides of student support. </p><p>On the educational side, digital wellness curriculum must expand far beyond plagiarism or screen-time management. When designing lessons regarding AI-generated explicit content, districts should follow the <a href="https://icactaskforce.org/assets/OCEPI%20Ten%20Best%20Practices%20Guide%20-%20Color.pdf" target="_blank" rel="nofollow"><u><strong>10 best practices from the Online Child Exploitation Prevention Initiative (OCEPI)</strong></u></a>. </p><p>First, curriculum developers must minimize or eliminate fear-based messages. Learning about worst-case outcomes seldom changes youth behavior because children typically believe it will not happen to them. Next, lessons should emphasize the social and emotional consequences of these behaviors. Focusing strictly on legal warnings or telling students that certain digital actions are illegal actually decreases the likelihood of reporting.</p><p>Additionally, student programming must maintain a child-centered approach. If a student is targeted by a nudifying app or an online predator, the school messaging must reassure them that they are not responsible for what happened. Shaming or blaming a student who has been manipulated only silences them. </p><p>True prevention requires active skill-building. Programs should explicitly teach how to set digital boundaries, utilize assertive communication, take screenshots as a record, and report harmful behavior. Because introducing these sensitive topics frequently prompts real-time disclosures, counselors and support staff should be on hand to receive student reports with immediate empathy and support.</p><p>IT departments have a role on the technical side. Before students arrive for the first day of school, technology teams can ensure that filtering and monitoring software are fully updated to flag searches for known nudifying applications and explicit keywords. Early detection is absolutely critical. The Qoria report emphasizes that many technologies schools already possess, including content filters, student monitoring systems, and digital wellness check-in tools, can assist in the early detection of risk.</p><h2 id="stepping-into-the-future-together">Stepping Into the Future Together</h2><p>The challenges introduced by advanced generative AI can feel daunting to already overwhelmed educators and parents. However, school and district leaders have the authority and community trust required to get ahead of these digital threats. Intentional steps during the summer to train staff, engage families, and strengthen network visibility can cultivate an environment where technology serves student learning without compromising student safety. </p><p>As the Qoria report concludes, planning for a unified community approach ensures that no individual school leader, teacher, or parent has to navigate the risk of AI-generated exploitation alone.</p><h2 id="resources">Resources</h2><ul><li><strong></strong><a href="https://qoria.com/hubfs/Qoria%20-%20Risks%20of%20AI%20enabled%20CSAM%20and%20Explicit%20Content%20in%20Education.pdf" target="_blank" rel="nofollow"><u><strong>Addressing the Risks of AI-Enabled CSAM and Explicit Content in Education</strong></u></a>. Quoria. 2025.</li><li><a href="https://icactaskforce.org/assets/genai%20fact%20sheet%20-%20color.pdf" target="_blank" rel="nofollow"><u><strong>Guidance for School-Based Professionals and School Leaders</strong></u></a>. Online Child Exploitation Prevention Initiative (OCEPI). 2025.</li><li><strong></strong><a href="https://icactaskforce.org/assets/OCEPI%20Ten%20Best%20Practices%20Guide%20-%20Color.pdf" target="_blank" rel="nofollow"><u><strong>Ten Best practices for Prevention Programs</strong></u></a>. Online Child Exploitation Prevention Initiative (OCEPI). 2024.</li><li><a href="https://connectsafely.org/parentguides/" target="_blank" rel="nofollow"><u><strong>Parent Guides from ConnectSafely</strong></u></a>. ConnectSafely.</li><li><strong></strong><a href="https://www.missingkids.org/gethelpnow/cybertipline" target="_blank" rel="nofollow"><u><strong>Cybertipline</strong></u></a>. National Center for Missing and Exploited Children (NCMEC)</li></ul> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/technology/ai/summer-prep-to-protect-your-school-from-ai-enabled-explicit-content</link>
                                                                            <description>
                            <![CDATA[ 3 actionable steps to guide your response when students use AI to generate explicit content ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">XnMpx4QGHSdfTJZUSe8CrR</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/diTPY98n5D4ko74aBveJFB-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 16 Jul 2026 09:00:00 +0000</pubDate>                                                                                                                                <updated>Thu, 16 Jul 2026 09:24:57 +0000</updated>
                                                                                                                                            <category><![CDATA[AI]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Kerry Gallagher ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ &lt;p&gt;Kerry Gallagher, is Assistant Principal for Teaching and Learning at St. John’s Prep in Danvers, MA, and Education Director at ConnectSafely.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/diTPY98n5D4ko74aBveJFB-1280-80.jpg">
                                                            <media:credit><![CDATA[Pexels]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[AI and CSAM]]></media:description>                                                            <media:text><![CDATA[AI and CSAM]]></media:text>
                                <media:title type="plain"><![CDATA[AI and CSAM]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/diTPY98n5D4ko74aBveJFB-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>While generative AI can automate administrative tasks, streamline lesson planning, and free up time for student interaction, it also introduces new safety risks. <a href="https://qoria.com/hubfs/Qoria%20-%20Risks%20of%20AI%20enabled%20CSAM%20and%20Explicit%20Content%20in%20Education.pdf" target="_blank" rel="nofollow"><u><em><strong>Addressing the Risks of AI-enabled CSAM and Explicit Content in Education</strong></em></u></a>, Qoria’s global report, shows that these tools are also being exploited to produce child sexual abuse material (CSAM) and explicit imagery with alarming ease. </p><p>The weeks before the school year begins offer a critical window for district leaders to move from a reactive posture to a proactive strategy, taking strong digital safety steps before students return for the first day of school.</p><h2 id="from-the-data-understanding-the-ai-digital-threat">From the Data: Understanding the AI Digital Threat</h2><p>School leaders should first understand today’s digital exploitation. Catherine Brown, Chair of the Internet Watch Foundation (IWF), says, “AI image generators have become much more sophisticated, to the point where almost anyone can make or manipulate life-like sexual or nude imagery of children at the click of a button.” </p><p>So-called <a href="https://connectsafely.org/nudify-apps/" target="_blank" rel="nofollow"><u><strong>"nudifying" apps</strong></u></a> have dramatically accelerated the ease with which this material is made, leading to devastating instances of grooming, distress, and bullying. The data gathered in Qoria's global survey underscores that these problems are active on school grounds today:</p><ul><li><strong>Widespread Administrative Concern:</strong> An overwhelming majority of school leaders–91.4 percent in the United States, 90.5 percent in the United Kingdom, and 91.7 percent in Australia–voiced deep concerns over adult perpetrators using AI to groom students.</li><li><strong>Monthly On-Campus Incidents:</strong> Around a third of respondents in the U.S., the U.K., and Australia reported experiencing at least monthly incidents in which students possess, share, or request explicit, child-generated nude images.</li><li><strong>Younger Average Ages:</strong> The average age for these explicit content incidents is currently concentrated between 11 and 13 years old. Even more concerning, approximately 12 percent of U.S. and Australian respondents reported seeing these behaviors in children as young as 8 to 10 years old.</li></ul><p>Despite these figures, few schools have preparation and prevention measures in place. More than 30 percent of the surveyed school leaders admitted they are unfamiliar with the common online grooming tactics that modern perpetrators use. </p><p>When school personnel do not understand the technical mechanics of the threat, early detection becomes nearly impossible.</p><h2 id="actionable-step-1-empower-teachers-through-specific-safety-training">Actionable Step 1: Empower Teachers Through Specific Safety Training</h2><p>Teachers are a school's front line of defense, yet they are frequently left out of high-level technical digital safety briefings. To build an abuse-aware culture before the first bell rings, district leaders should design back-to-school professional development that addresses AI safety directly.</p><p><strong>First, training must explicitly cover how AI changes grooming behaviors</strong>. Traditional grooming relies heavily on human text interaction over long periods. Modern AI algorithms allow bad actors to analyze massive amounts of social media data to identify vulnerable children with absolute precision. These tools can map out student interests, emotional states, and communication patterns to generate deeply persuasive, personalized messages. Staff need to know that a student's sudden emotional withdrawal or obsessive device usage could be connected to highly sophisticated online interactions.</p><p><strong>Second, training must address the internal threat of student-generated content via nudifying apps</strong>. Whether a student acts out of thoughtless experimentation or clear intent, their developmental immaturity may blind them to the dual damage of these actions: the significant harm inflicted on the peer depicted and the severe fallout to their own relationships and future reputation. Teachers must be instructed on strict reporting protocols, understanding exactly who to contact in IT, administration, and school counseling the moment they become aware of a simulated image circulating in a peer group. <a href="https://icactaskforce.org/assets/genai%20fact%20sheet%20-%20color.pdf" target="_blank" rel="nofollow"><u><strong>This approachable guide for schools on AI-generated sexually explicit imagery from OCEPI</strong></u></a> can help with a framework for creating plans for both prevention and response.</p><p><strong>Finally, training should acknowledge that staff safety matters, too</strong>. The Qoria report notes that there have been instances in which teachers and school staff find themselves victims of image-based manipulation through the misuse of AI technology. Treating this as a developing human resources concern builds trust and reassures educators that the district protects its entire community.</p><h2 id="actionable-step-2-build-proactive-parent-awareness">Actionable Step 2: Build Proactive Parent Awareness</h2><p>The digital lives of students are happening both during the school day and when they leave school property. In fact, the risk can escalate during unsupervised time at home. Qoria's report indicates that a quarter of children are already using AI apps regularly to complete their schoolwork, meaning these tools are a constant presence in their domestic lives. </p><p>While parents might be focused on screen time and cyberbullying, AI-generated explicit content might be a blind spot. Districts can use the pre-school orientation window to actively educate parents.</p><p>A successful parent awareness campaign before the school year begins should focus on transparency and trauma-informed child-centered practical tools:</p><ul><li><strong>Host Digital Literacy Orientations:</strong> Do not wait for a crisis to inform parents. Provide specific back-to-school webinars or easy-to-read guides detailing the reality of generative AI tools and the ways the school is supporting their children. Avoid alarmist language. Instead, explain the mechanics of image generators and peer-to-peer messaging apps clearly. <a href="https://icactaskforce.org/assets/OCEPI%20Ten%20Best%20Practices%20Guide%20-%20Color.pdf" target="_blank" rel="nofollow"><u><strong>OCEPI has a 10 Best Practices guide</strong></u></a> with a clear framework for how to structure messaging.</li><li><strong>Provide Parental Control Frameworks:</strong> School districts should offer concrete guidance on how families can manage devices at home. Introduce parents to reliable parental control tools and explain how to set up filtering on home networks. <a href="https://connectsafely.org/parentguides/" target="_blank" rel="nofollow"><u><strong>ConnectSafely has parent guides</strong></u></a> with clear instructions that school leaders can share with families.</li><li><strong>Create Clear Communication Pipelines:</strong> Parents need to know that if they discover a deeply concerning digital incident at home, the school is a safe partner rather than a punitive authority. Provide families with clear, step-by-step reporting instructions to ensure open dialogue. The Cybertipline from <a href="https://www.missingkids.org/gethelpnow/cybertipline" target="_blank" rel="nofollow"><u><strong>National Center for Missing and Exploited Children</strong></u></a> (NCMEC) is helpful to share.</li></ul><h2 id="actionable-step-3-provide-meaningful-layered-student-support">Actionable Step 3: Provide Meaningful Layered Student Support</h2><p>Protecting students requires a combination of clear education and protective technology. Before the school year starts, administrators must audit and align both educational and technical sides of student support. </p><p>On the educational side, digital wellness curriculum must expand far beyond plagiarism or screen-time management. When designing lessons regarding AI-generated explicit content, districts should follow the <a href="https://icactaskforce.org/assets/OCEPI%20Ten%20Best%20Practices%20Guide%20-%20Color.pdf" target="_blank" rel="nofollow"><u><strong>10 best practices from the Online Child Exploitation Prevention Initiative (OCEPI)</strong></u></a>. </p><p>First, curriculum developers must minimize or eliminate fear-based messages. Learning about worst-case outcomes seldom changes youth behavior because children typically believe it will not happen to them. Next, lessons should emphasize the social and emotional consequences of these behaviors. Focusing strictly on legal warnings or telling students that certain digital actions are illegal actually decreases the likelihood of reporting.</p><p>Additionally, student programming must maintain a child-centered approach. If a student is targeted by a nudifying app or an online predator, the school messaging must reassure them that they are not responsible for what happened. Shaming or blaming a student who has been manipulated only silences them. </p><p>True prevention requires active skill-building. Programs should explicitly teach how to set digital boundaries, utilize assertive communication, take screenshots as a record, and report harmful behavior. Because introducing these sensitive topics frequently prompts real-time disclosures, counselors and support staff should be on hand to receive student reports with immediate empathy and support.</p><p>IT departments have a role on the technical side. Before students arrive for the first day of school, technology teams can ensure that filtering and monitoring software are fully updated to flag searches for known nudifying applications and explicit keywords. Early detection is absolutely critical. The Qoria report emphasizes that many technologies schools already possess, including content filters, student monitoring systems, and digital wellness check-in tools, can assist in the early detection of risk.</p><h2 id="stepping-into-the-future-together">Stepping Into the Future Together</h2><p>The challenges introduced by advanced generative AI can feel daunting to already overwhelmed educators and parents. However, school and district leaders have the authority and community trust required to get ahead of these digital threats. Intentional steps during the summer to train staff, engage families, and strengthen network visibility can cultivate an environment where technology serves student learning without compromising student safety. </p><p>As the Qoria report concludes, planning for a unified community approach ensures that no individual school leader, teacher, or parent has to navigate the risk of AI-generated exploitation alone.</p><h2 id="resources">Resources</h2><ul><li><strong></strong><a href="https://qoria.com/hubfs/Qoria%20-%20Risks%20of%20AI%20enabled%20CSAM%20and%20Explicit%20Content%20in%20Education.pdf" target="_blank" rel="nofollow"><u><strong>Addressing the Risks of AI-Enabled CSAM and Explicit Content in Education</strong></u></a>. Quoria. 2025.</li><li><a href="https://icactaskforce.org/assets/genai%20fact%20sheet%20-%20color.pdf" target="_blank" rel="nofollow"><u><strong>Guidance for School-Based Professionals and School Leaders</strong></u></a>. Online Child Exploitation Prevention Initiative (OCEPI). 2025.</li><li><strong></strong><a href="https://icactaskforce.org/assets/OCEPI%20Ten%20Best%20Practices%20Guide%20-%20Color.pdf" target="_blank" rel="nofollow"><u><strong>Ten Best practices for Prevention Programs</strong></u></a>. Online Child Exploitation Prevention Initiative (OCEPI). 2024.</li><li><a href="https://connectsafely.org/parentguides/" target="_blank" rel="nofollow"><u><strong>Parent Guides from ConnectSafely</strong></u></a>. ConnectSafely.</li><li><strong></strong><a href="https://www.missingkids.org/gethelpnow/cybertipline" target="_blank" rel="nofollow"><u><strong>Cybertipline</strong></u></a>. National Center for Missing and Exploited Children (NCMEC)</li></ul>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Teaching With TeacherServer: AI Resources Created By Teachers ]]></title>
                                                                                                <dc:content><![CDATA[ <p>TeacherServer is a teacher-created and -run AI platform that offers thousands of free tools for educators. More significantly, the whole platform complies with Department of Education guidelines, offers the option of adjusting outputs to various grade levels depending on your students' needs, and all information is private and deleted immediately after you use it. </p><p>After experimenting with <a href="https://teacherserver.com/index.php" target="_blank"><u><strong>TeacherServer</strong></u></a>, I found it to be a wonderful resource for various AI tools, from quiz and lesson plan generators to subject-specific resources, including data analysis, spelling and grammar checkers, and much more. </p><p>Because it is teacher-backed and education-aligned, I felt better about using TeacherServer than most AI tools. Even so, I still found some similar frustrations to when I have experimented with AI in the past: namely, that despite what I hear from colleagues, I never seem to get great results from AI when it comes to lesson planning or slide generation. </p><p>Here’s a closer look at TeacherServer. </p><h2 id="what-is-teacherserver">What is TeacherServer? </h2><p>TeacherServer is a free library of AI education tools that are designed for teachers. It was created by Zafer Unal, a professor and associate dean of undergraduate studies at the University of South Florida. Unal, who has a dual background in computer science and education, designed<strong> </strong><a href="https://www.usf.edu/education/news/2025/teacherserver-surpasses-five-million-users-and-redefines-ai-for-educators.aspx" target="_blank" rel="nofollow"><u><strong>TeacherServer to address concerns educators have about using AI</strong></u><u>.</u></a> To that end, TeacherServer is focused on data privacy and grade-appropriate learning. It’s also quite fast at generating materials thanks to its utilization of a locally installed AI server.  </p><p>TeacherServer comes preloaded with more than 1,194 AI tools. These tools are utilized by other teachers, and some are ranked based on popularity. Tools are separated by subject, and users can often input what grade level they are teaching for more grade-specific responses. While TeacherServer’s initial focus was on K-12 resources, it also offers tools for those in higher education. </p><p>A truly dizzying number of capabilities are available, from talk-to-PDF features to all manner of subject-specific quiz, lesson plan, and summary generators. While you could do some of these tasks with a standard AI tool, doing so and getting good results would often require some prompt engineering. The AI tools at TeacherServer start already prompted for education overall, and for specific education tasks in particular. </p><h2 id="what-are-teacherserver-s-best-features">What Are TeacherServer's Best Features? </h2><p>The education-focused nature of all the AI tools offered on TeacherServer is what stood out to me. Additionally, the focus on privacy, speed, and education standards is really important. </p><p>Another fun feature is that simply browsing the catalog of AI tools can give teachers ideas about how other educators are using AI and possibly inspire them in the process. </p><h2 id="what-are-some-areas-where-teacherserver-could-improve">What Are Some Areas Where TeacherServer Could Improve?</h2><p>As mentioned at the start of this article, as much as I loved TeacherServer overall, I did have some of the same complaints with TeacherServer as I do with AI overall. </p><p>Despite what I hear about how others are using it to save time, I don’t find that that’s the case for me unless I am willing to really compromise on quality. For instance, I’ve never found AI to produce really good slides. True to that trend, when I asked TeacherServer to summarize a link to a resource story, I thought the slides it created were fairly basic and not very helpful. </p><p>Additionally, while a grammar and spelling tool was good at catching grammar mistakes, I still did not like the way <a href="https://www.techlearning.com/author/erik-ofgang" target="_blank"><u><strong>AI tried to edit my writing</strong></u><u>.</u></a> It tried to get rid of any character in my writing, and more unforgivably, it had some incorrect suggestions on comma use and tried to change content within quoted passages. </p><h2 id="how-much-does-teacherserver-cost">How Much Does TeacherServer Cost? </h2><p>TeacherServer is <strong>free</strong>. To use it you just need to go to <a href="http://teacherserver.com" target="_blank"><u><strong>TeacherServer.com</strong></u></a> and create an account. This accessibility is part of its mission and a great feature for educators. </p><h2 id="what-are-the-best-teacherserver-tips-and-tricks">What Are The Best TeacherServer Tips and Tricks? </h2><p><strong>Search TeacherServer By Subject</strong></p><p>TeacherServer has a wide variety of subject-specific tools that teachers of various topics can explore. These range from music and art lessons to math, writing, and more. </p><p><strong>Search Most Popular Tools</strong></p><p>Exploring the most popular tools on TeacherServer gives you a quick idea of what is working for other educators. This can save you time and give you ideas for prepping in your classroom. </p><p><strong>Be Critical </strong></p><p>TeacherServer is a really teacher-friendly AI tool, but that doesn’t mean it's perfect. You’re the human being in the classroom and should still be carefully vetting any outputs from any AI tools, including those from TeacherServer. </p> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/technology/ai/teaching-with-teacherserver-ai-resources-created-by-teachers</link>
                                                                            <description>
                            <![CDATA[ A professor at the University of South Florida created this library of education-centric AI tools that is free for teachers. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">orxdQtKrVLwHq2ToTfd8fU</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/tg2Mk6Gb5QVrKmFKdvFYCZ-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Wed, 15 Jul 2026 09:00:00 +0000</pubDate>                                                                                                                                <updated>Wed, 15 Jul 2026 09:41:39 +0000</updated>
                                                                                                                                            <category><![CDATA[AI]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                <author><![CDATA[ erik.ofgang@futurenet.com (Erik Ofgang) ]]></author>                    <dc:creator><![CDATA[ Erik Ofgang ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/4t5ro4CXB7QUaPA28UMYb9.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Erik Ofgang is Tech &amp; Learning contributor. A journalist, &lt;a href=&quot;https://www.penguinrandomhouse.com/books/557664/the-good-vices-by-dr-harry-ofgang-and-erik-ofgang/&quot; target=&quot;_blank&quot;&gt;&lt;u&gt;&lt;strong&gt;author&lt;/strong&gt;&lt;/u&gt;&lt;/a&gt; and educator, his work has appeared in The New York Times, The Smithsonian, Washington Post, The Atlantic, and Forbes.com. He currently teaches at Western Connecticut State University’s MFA program. While a staff writer at Connecticut Magazine he won a Society of Professional Journalism Award for his education reporting. He is interested in how humans learn and how technology can make that more effective. &lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/tg2Mk6Gb5QVrKmFKdvFYCZ-1280-80.png">
                                                            <media:credit><![CDATA[TeacherServer]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A screenshot of the TeacherServer homepage]]></media:description>                                                            <media:text><![CDATA[A screenshot of the TeacherServer homepage]]></media:text>
                                <media:title type="plain"><![CDATA[A screenshot of the TeacherServer homepage]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/tg2Mk6Gb5QVrKmFKdvFYCZ-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>TeacherServer is a teacher-created and -run AI platform that offers thousands of free tools for educators. More significantly, the whole platform complies with Department of Education guidelines, offers the option of adjusting outputs to various grade levels depending on your students' needs, and all information is private and deleted immediately after you use it. </p><p>After experimenting with <a href="https://teacherserver.com/index.php" target="_blank"><u><strong>TeacherServer</strong></u></a>, I found it to be a wonderful resource for various AI tools, from quiz and lesson plan generators to subject-specific resources, including data analysis, spelling and grammar checkers, and much more. </p><p>Because it is teacher-backed and education-aligned, I felt better about using TeacherServer than most AI tools. Even so, I still found some similar frustrations to when I have experimented with AI in the past: namely, that despite what I hear from colleagues, I never seem to get great results from AI when it comes to lesson planning or slide generation. </p><p>Here’s a closer look at TeacherServer. </p><h2 id="what-is-teacherserver">What is TeacherServer? </h2><p>TeacherServer is a free library of AI education tools that are designed for teachers. It was created by Zafer Unal, a professor and associate dean of undergraduate studies at the University of South Florida. Unal, who has a dual background in computer science and education, designed<strong> </strong><a href="https://www.usf.edu/education/news/2025/teacherserver-surpasses-five-million-users-and-redefines-ai-for-educators.aspx" target="_blank" rel="nofollow"><u><strong>TeacherServer to address concerns educators have about using AI</strong></u><u>.</u></a> To that end, TeacherServer is focused on data privacy and grade-appropriate learning. It’s also quite fast at generating materials thanks to its utilization of a locally installed AI server.  </p><p>TeacherServer comes preloaded with more than 1,194 AI tools. These tools are utilized by other teachers, and some are ranked based on popularity. Tools are separated by subject, and users can often input what grade level they are teaching for more grade-specific responses. While TeacherServer’s initial focus was on K-12 resources, it also offers tools for those in higher education. </p><p>A truly dizzying number of capabilities are available, from talk-to-PDF features to all manner of subject-specific quiz, lesson plan, and summary generators. While you could do some of these tasks with a standard AI tool, doing so and getting good results would often require some prompt engineering. The AI tools at TeacherServer start already prompted for education overall, and for specific education tasks in particular. </p><h2 id="what-are-teacherserver-s-best-features">What Are TeacherServer's Best Features? </h2><p>The education-focused nature of all the AI tools offered on TeacherServer is what stood out to me. Additionally, the focus on privacy, speed, and education standards is really important. </p><p>Another fun feature is that simply browsing the catalog of AI tools can give teachers ideas about how other educators are using AI and possibly inspire them in the process. </p><h2 id="what-are-some-areas-where-teacherserver-could-improve">What Are Some Areas Where TeacherServer Could Improve?</h2><p>As mentioned at the start of this article, as much as I loved TeacherServer overall, I did have some of the same complaints with TeacherServer as I do with AI overall. </p><p>Despite what I hear about how others are using it to save time, I don’t find that that’s the case for me unless I am willing to really compromise on quality. For instance, I’ve never found AI to produce really good slides. True to that trend, when I asked TeacherServer to summarize a link to a resource story, I thought the slides it created were fairly basic and not very helpful. </p><p>Additionally, while a grammar and spelling tool was good at catching grammar mistakes, I still did not like the way <a href="https://www.techlearning.com/author/erik-ofgang" target="_blank"><u><strong>AI tried to edit my writing</strong></u><u>.</u></a> It tried to get rid of any character in my writing, and more unforgivably, it had some incorrect suggestions on comma use and tried to change content within quoted passages. </p><h2 id="how-much-does-teacherserver-cost">How Much Does TeacherServer Cost? </h2><p>TeacherServer is <strong>free</strong>. To use it you just need to go to <a href="http://teacherserver.com" target="_blank"><u><strong>TeacherServer.com</strong></u></a> and create an account. This accessibility is part of its mission and a great feature for educators. </p><h2 id="what-are-the-best-teacherserver-tips-and-tricks">What Are The Best TeacherServer Tips and Tricks? </h2><p><strong>Search TeacherServer By Subject</strong></p><p>TeacherServer has a wide variety of subject-specific tools that teachers of various topics can explore. These range from music and art lessons to math, writing, and more. </p><p><strong>Search Most Popular Tools</strong></p><p>Exploring the most popular tools on TeacherServer gives you a quick idea of what is working for other educators. This can save you time and give you ideas for prepping in your classroom. </p><p><strong>Be Critical </strong></p><p>TeacherServer is a really teacher-friendly AI tool, but that doesn’t mean it's perfect. You’re the human being in the classroom and should still be carefully vetting any outputs from any AI tools, including those from TeacherServer. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Copilot Study and Learn Gets High Marks ]]></title>
                                                                                                <dc:content><![CDATA[ <p>Copilot Study and Learn is a mode Copilot can operate in that employs Microsoft’s “study and learn agent,” which is built on learning science practices and designed to encourage active thinking rather than give away answers. I recently tried it and was impressed overall. It does a better job than Copilot in its normal mode at guiding students through the learning process. </p><p>Here’s a closer look at how to use Copilot Study and Learn, what I like about it, and where I felt it could still use some work. </p><h2 id="what-is-copilot-study-and-learn">What is Copilot Study and Learn</h2><p>Copilot Study and Learn is an AI agent within Copilot specifically designed for learning. <a href="https://www.techlearning.com/how-to/i-tried-chatgpts-study-mode-and-its-mostly-great" target="_blank"><u><strong>Copilot Study and Learn</strong></u></a> is programmed to incorporate concepts from learning science, including adaptive scaffolding, productive struggle, active learning, and application and transfer. </p><p>The tool is available for all education subscribers to Copilot. Activate it by opening Copilot, clicking the plus sign in the left-hand corner of the prompt box, and selecting the Study and Learn option. </p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:932px;"><p class="vanilla-image-block" style="padding-top:62.34%;"><img id="zrwZSFH3VaR3Q52rQTXZqa" name="Screenshot 2026-06-29 at 4.18.17 PM" alt="A screenshot of Copilot with the Study and Learn agent about to be selected." src="https://cdn.mos.cms.futurecdn.net/zrwZSFH3VaR3Q52rQTXZqa.png" mos="" align="middle" fullscreen="" width="932" height="581" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Microsoft)</span></figcaption></figure><h2 id="where-copilot-study-and-learn-earns-high-marks">Where Copilot Study and Learn Earns High Marks</h2><p>Copilot did a wonderful job of refusing to do the work for me. It never turned into an answer machine, which most chatbots do and I have found to be an issue even for some study and learning AI chatbot modes I’ve looked at in the past. </p><p>Specifically, Copilot Study and Learn did a nice job giving me a brief lesson on elementary particles. Elementary particles are, as Copilot put it, not made of smaller pieces, “as far as we know.” </p><p>Copilot began the lesson by asking me what I knew from what atoms are made. After I said, “I know atoms are made of protons, which consist of quarks and something else, and electrons,” Copilot responded: </p><p><em>Nice—you’re already thinking at the right level 👍</em></p><p><em>You said atoms have </em><em><strong>protons (made of quarks)</strong></em><em> and </em><em><strong>electrons</strong></em><em>. Let’s sharpen that a bit:</em></p><p><em>Protons are made of </em><em><strong>quarks</strong></em></p><p><em>There’s also another particle in the nucleus… (you hinted “something else”)</em></p><p><em>Electrons are not made of smaller pieces (as far as we know)</em></p><p>Similarly, when I entered a writing prompt I use with my Composition 100 college students, it actually provided really good advice on putting together the essay. </p><p>By comparison, last time I tried ChatGPT in study mode it would almost always end up writing material for me as "an example." Even though ChatGPT kept telling me it wouldn't write my essay, that's exactly what it did. </p><p>Copilot did not do this and, in fact, refused to write the paper for me even when I tried to trick it into writing my paper by asking it to write it as an example. </p><h2 id="where-copilot-study-and-learn-could-use-additional-supports">Where Copilot Study and Learn Could Use Additional Supports </h2><p>Despite its successes, my experience with Copilot Study and Learn was not all positive. Copilot provides constant links to back up the lessons it gives. This seemed like a major plus at first, but annoyingly, many of these links have to be copied and pasted and are not shared as URL links. Worse, many links--at least 25%--did not work. Copilot also had a tendency to refer to illustrations within these links, which compounded the problem. Of course, using visual aids is a great teaching tool, but not if the links to the illustrations don't work. </p><p>More broadly, as impressive as Copilot Study and Learn and other similar tools are, these have an inherent limitation when it comes to motivation. I found the more I used these tools, the more bored I became. Learning is hard, and I’m not saying a new chatbot should solve that problem entirely, but to be effective these tools need to be at least as engaging as existing learning technology, such as YouTube videos or gamified learning apps such as Duolingo. Right now, I'm not sure these are. As impressive Copilot in study and learn is, watching YouTube videos on elementary particles taught me more quickly and was more entertaining. </p><p>Of course, combining the two, a video followed by a short interactive conversation, might be the way to go. </p><h2 id="bottom-line-copilot-study-and-learn">Bottom Line: Copilot Study and Learn </h2><p>Yes, Copilot Study and Learn is a tool I would recommend for school leaders and educators to use with their students. It has its flaws to be sure, but overall it's a really effective AI tutor. </p><p>Research into whether these tools work well and how to get the most out of any one is still emerging, but I believe that in some form, these tools will be a part of the future of education. </p><p>That said, I don’t think these will ever replace real-life tutors for a variety of reasons. For one thing, these platforms currently are not as effective as a skilled tutor, which is effective because you're meeting with another human and creating a connection that goes beyond simply improving learning. </p><p>Then again, tutoring can be expensive and students don't have 24/7 access to tutors on demand. </p><p>Ultimately, my gut feeling is that right now, tools such as Copilot Study and Learn would work better in conjunction with more traditional learning tools as a supplement to textbooks, videos , class time, and human tutoring. </p> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/technology/ai/copilot-study-and-learn-gets-high-marks</link>
                                                                            <description>
                            <![CDATA[ Copilot’s Study and Learn agent refuses to be an answer machine for students and is designed to facilitate learning instead ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">sM4YrJESSoXJasB4W6sRXJ</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/EQ3nMyqKJoUXVFhZpZCnkb-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Mon, 13 Jul 2026 09:00:00 +0000</pubDate>                                                                                                                                <updated>Mon, 13 Jul 2026 11:06:57 +0000</updated>
                                                                                                                                            <category><![CDATA[AI]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                <author><![CDATA[ erik.ofgang@futurenet.com (Erik Ofgang) ]]></author>                    <dc:creator><![CDATA[ Erik Ofgang ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/4t5ro4CXB7QUaPA28UMYb9.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Erik Ofgang is Tech &amp; Learning contributor. A journalist, &lt;a href=&quot;https://www.penguinrandomhouse.com/books/557664/the-good-vices-by-dr-harry-ofgang-and-erik-ofgang/&quot; target=&quot;_blank&quot;&gt;&lt;u&gt;&lt;strong&gt;author&lt;/strong&gt;&lt;/u&gt;&lt;/a&gt; and educator, his work has appeared in The New York Times, The Smithsonian, Washington Post, The Atlantic, and Forbes.com. He currently teaches at Western Connecticut State University’s MFA program. While a staff writer at Connecticut Magazine he won a Society of Professional Journalism Award for his education reporting. He is interested in how humans learn and how technology can make that more effective. &lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/EQ3nMyqKJoUXVFhZpZCnkb-1280-80.png">
                                                            <media:credit><![CDATA[Microsoft Copilot]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Microsoft Copilot and Learn]]></media:description>                                                            <media:text><![CDATA[Microsoft Copilot and Learn]]></media:text>
                                <media:title type="plain"><![CDATA[Microsoft Copilot and Learn]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/EQ3nMyqKJoUXVFhZpZCnkb-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Copilot Study and Learn is a mode Copilot can operate in that employs Microsoft’s “study and learn agent,” which is built on learning science practices and designed to encourage active thinking rather than give away answers. I recently tried it and was impressed overall. It does a better job than Copilot in its normal mode at guiding students through the learning process. </p><p>Here’s a closer look at how to use Copilot Study and Learn, what I like about it, and where I felt it could still use some work. </p><h2 id="what-is-copilot-study-and-learn">What is Copilot Study and Learn</h2><p>Copilot Study and Learn is an AI agent within Copilot specifically designed for learning. <a href="https://www.techlearning.com/how-to/i-tried-chatgpts-study-mode-and-its-mostly-great" target="_blank"><u><strong>Copilot Study and Learn</strong></u></a> is programmed to incorporate concepts from learning science, including adaptive scaffolding, productive struggle, active learning, and application and transfer. </p><p>The tool is available for all education subscribers to Copilot. Activate it by opening Copilot, clicking the plus sign in the left-hand corner of the prompt box, and selecting the Study and Learn option. </p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:932px;"><p class="vanilla-image-block" style="padding-top:62.34%;"><img id="zrwZSFH3VaR3Q52rQTXZqa" name="Screenshot 2026-06-29 at 4.18.17 PM" alt="A screenshot of Copilot with the Study and Learn agent about to be selected." src="https://cdn.mos.cms.futurecdn.net/zrwZSFH3VaR3Q52rQTXZqa.png" mos="" align="middle" fullscreen="" width="932" height="581" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Microsoft)</span></figcaption></figure><h2 id="where-copilot-study-and-learn-earns-high-marks">Where Copilot Study and Learn Earns High Marks</h2><p>Copilot did a wonderful job of refusing to do the work for me. It never turned into an answer machine, which most chatbots do and I have found to be an issue even for some study and learning AI chatbot modes I’ve looked at in the past. </p><p>Specifically, Copilot Study and Learn did a nice job giving me a brief lesson on elementary particles. Elementary particles are, as Copilot put it, not made of smaller pieces, “as far as we know.” </p><p>Copilot began the lesson by asking me what I knew from what atoms are made. After I said, “I know atoms are made of protons, which consist of quarks and something else, and electrons,” Copilot responded: </p><p><em>Nice—you’re already thinking at the right level 👍</em></p><p><em>You said atoms have </em><em><strong>protons (made of quarks)</strong></em><em> and </em><em><strong>electrons</strong></em><em>. Let’s sharpen that a bit:</em></p><p><em>Protons are made of </em><em><strong>quarks</strong></em></p><p><em>There’s also another particle in the nucleus… (you hinted “something else”)</em></p><p><em>Electrons are not made of smaller pieces (as far as we know)</em></p><p>Similarly, when I entered a writing prompt I use with my Composition 100 college students, it actually provided really good advice on putting together the essay. </p><p>By comparison, last time I tried ChatGPT in study mode it would almost always end up writing material for me as "an example." Even though ChatGPT kept telling me it wouldn't write my essay, that's exactly what it did. </p><p>Copilot did not do this and, in fact, refused to write the paper for me even when I tried to trick it into writing my paper by asking it to write it as an example. </p><h2 id="where-copilot-study-and-learn-could-use-additional-supports">Where Copilot Study and Learn Could Use Additional Supports </h2><p>Despite its successes, my experience with Copilot Study and Learn was not all positive. Copilot provides constant links to back up the lessons it gives. This seemed like a major plus at first, but annoyingly, many of these links have to be copied and pasted and are not shared as URL links. Worse, many links--at least 25%--did not work. Copilot also had a tendency to refer to illustrations within these links, which compounded the problem. Of course, using visual aids is a great teaching tool, but not if the links to the illustrations don't work. </p><p>More broadly, as impressive as Copilot Study and Learn and other similar tools are, these have an inherent limitation when it comes to motivation. I found the more I used these tools, the more bored I became. Learning is hard, and I’m not saying a new chatbot should solve that problem entirely, but to be effective these tools need to be at least as engaging as existing learning technology, such as YouTube videos or gamified learning apps such as Duolingo. Right now, I'm not sure these are. As impressive Copilot in study and learn is, watching YouTube videos on elementary particles taught me more quickly and was more entertaining. </p><p>Of course, combining the two, a video followed by a short interactive conversation, might be the way to go. </p><h2 id="bottom-line-copilot-study-and-learn">Bottom Line: Copilot Study and Learn </h2><p>Yes, Copilot Study and Learn is a tool I would recommend for school leaders and educators to use with their students. It has its flaws to be sure, but overall it's a really effective AI tutor. </p><p>Research into whether these tools work well and how to get the most out of any one is still emerging, but I believe that in some form, these tools will be a part of the future of education. </p><p>That said, I don’t think these will ever replace real-life tutors for a variety of reasons. For one thing, these platforms currently are not as effective as a skilled tutor, which is effective because you're meeting with another human and creating a connection that goes beyond simply improving learning. </p><p>Then again, tutoring can be expensive and students don't have 24/7 access to tutors on demand. </p><p>Ultimately, my gut feeling is that right now, tools such as Copilot Study and Learn would work better in conjunction with more traditional learning tools as a supplement to textbooks, videos , class time, and human tutoring. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Handling Student Personal Relationships With AI ]]></title>
                                                                                                <dc:content><![CDATA[ <p>Unlike many adults, teen students are not hesitant to explore, experiment, and embrace artificial intelligence, with nearly two-thirds admitting to having done so, according to <a href="https://www.commonsensemedia.org/sites/default/files/research/report/commonsensemedia_generationai.pdf" target="_blank" rel="nofollow"><u><strong>a recent Common Sense Media report</strong></u></a>. </p><p>Although many of them report using it for research purposes, the reality is often quite different, with students embracing it for a range of other reasons, from cheating on school work to creating deepfakes.</p><p>Some students have also turned to AI chatbots for companionship, with a few even falling into romantic relationships. Others have even taken AI into their confidence for unvetted mental health support, which has occasionally ended tragically, with <a href="https://www.npr.org/sections/shots-health-news/2025/09/19/nx-s1-5545749/ai-chatbots-safety-openai-meta-characterai-teens-suicide" target="_blank" rel="nofollow"><u><strong>chatbots encouraging, and even guiding, student plans for self-harm</strong></u></a>. </p><p>In many of these situations, parents, teachers, and other adults have no idea how deeply a student has become involved with an AI chatbot, or even that they’ve formed an interpersonal relationship with an AI-generated character on a platform such as Character AI or Replika. </p><p>“Even if you don't have a child who's using one of those, it’s possible for them to end up in a relationship with chatbots as common as ChatGPT or Gemini,” says Kerry Gallagher, Assistant Principal for Teaching and Learning at St. John’s Preparatory School in Danvers, Massachusetts, and Education Director at the nonprofit <a href="https://connectsafely.org/" target="_blank"><u><strong>ConnectSafely</strong></u></a>, which is dedicated to online safety, privacy, security and digital wellness.</p><h2 id="understanding-social-penetration">Understanding Social Penetration</h2><p>Chatbots are primarily a commercial enterprise designed to be engaging, so it’s not surprising that a student – especially vulnerable during adolescence when they might be struggling socially, feeling lonely, or working through mental health or self-image issues – could fall under one’s sway.</p><p>“An AI chatbot will answer or respond with the output in which it refers to itself in the first person,” says Gallagher. “So that shifts the way the user is thinking about what they're interacting with because if the output is ‘I …’ then that feels like a personal conversation. It also refers to the user as ‘you.’” </p><p>Add into that how more refined the voices used by chatbots have become, and how easy it is to interact with through earbuds, and it can feel like a student is talking with a real, caring human. </p><p>“The voice intonation, the mood, the way it shows kindness and empathy, and the way that comes across–what you’re really talking about is something called social penetration theory, which is an intentional design that's coded into the algorithm,” says Gallagher. “The AI companions are programmed to slowly increase the intensity of small talk in order to draw the user in more and more. We see that in the bottom of the output, ‘Do you want me to do this next or this next?’ It starts asking the kind of adjacent questions that humans would ask as part of their conversation.”</p><h2 id="managing-student-ai-relationships">Managing Student-AI Relationships</h2><p>When it comes to navigating these situations, awareness is always the first step. “Parents should not hear about this and rush to lock down their kids' phones,” says Gallagher. “They just need to be informed about what's available on those phones so that they can be talking to their kids about it.”</p><p>In that vein, Gallagher notes that it’s sometimes a challenge to recognize that a student has gotten into an unhealthy relationship with an AI because the signs might be harder to spot since most kids tend to be on their phones constantly. But if they’re in their bedroom alone with the phone and the door closed for hours on end, it might make sense to check.</p><p>“Swing by their room to check in, ask what they’re up to in a caring way, and listen with genuine curiosity,” says Gallagher. “No need to barge in, but if it's quiet for a long period of time, what are they doing? If they're talking to friends on FaceTime, you can hear that, right? Do you know the voice of the friend they’re talking with? If not, can you ask to introduce yourself and say hello?” </p><p>It can be a challenge for educators to address student-AI relationships, especially if it primarily is happening outside of class time. Nonetheless, Gallagher suggests expanding AI awareness by exploring it yourself. </p><p>“It's important for adults to be using AI so that when we talk about it, it’s coming from experience,” she says. “If you're not sure how to start, talk to a colleague who is using it and ask them to show you what they're doing.”  </p><p>Failing to understand AI companions may invalidate what may already be an important relationship in the student’s life, which is not going to help a child who made a poor decision. </p><p>“Part of our job as educators is to hold kids accountable, and also to counsel kids so that they don't make those same mistakes again,” Gallagher says. “If adults only tell kids that AI chatbots aren't real and their relationships aren't real, it could result in children doubling down on those relationships.”</p><p>When directly dealing with a student engaged with a chatbot, Gallagher suggests focusing on the reasons behind the relationship.</p><p> “I would say, ‘Tell me more about your chatbot. When do you talk to it? What is its name? What are some of the things that you talk about?’” she says. “Because I want to get into why they use the chatbot. What need is it meeting? How can we help the student meet that need in a healthier way?” </p><p>Gallagher says understanding the underlying why of what’s happening is key. </p><p>“By asking them more about their AI chatbot and their relationship, what we uncover is what needs that relationship with that chatbot is meeting that aren't being met right now, and how we can then share that information about that need with the family or school counselor. If that need of that child is met, they're less likely to feel like they need the chatbot and they're also less likely to feel like they need to do harm to their peers or themselves.”</p><h2 id="boosting-ai-literacy">Boosting AI Literacy</h2><p>In general, educators should aim toward using AI tools that allow them to supervise what students are doing and so they can monitor for any concerning usage. </p><p>Gallagher also advocates for better AI literacy, but as tools have evolved, so should the discussions and activities with students. </p><p>“Educators can ask kids to develop their own ideas, their own lists, their own guidelines around when AI use is helpful and when it might be harmful,” she says. “They know more than we think. Even students as young as second or third grade are ready to start the conversation about which tasks require human effort so learning can happen.” </p><p>Doing so can help peel back the curtain so students can understand what AI actually is and how it works, and use it in a healthy manner.</p><p>“Start as simple as teaching that AI is programmed for pattern recognition and help kids understand, especially at that younger age, what that means,” Gallagher says. </p><p>She also recommends talking about understanding prompt engineering and verifying outputs with a human eye.</p><p> “I think it's okay to ask AI for advice as long as there's a corroboration of that advice,” she says. “If students ask AI to help brainstorm ideas or for initial feedback on an email that they've drafted, that's all fine. It still needs to be run through a human before it becomes something that is integrated or sent.”  </p><p>Finally, to help boost critical thinking around AI, educators should consider changing their approach to assignments. </p><p>“For example, one of the benchmarks might ask students how they used AI. What was the output? Show the actual output, and then show the next version to demonstrate the important critical student thinking. What did the learner do between those two versions? We can help students practice adding that human filter after the AI is used.”</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/technology/ai/managing-student-personal-relationships-with-ai</link>
                                                                            <description>
                            <![CDATA[ What to be aware of and do if your student is in a toxic or troubling relationship with an AI chatbot and how teaching AI literacy can help ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">Za8zUdmJm89npdJM6f5NN8</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/2gbpE3JonBNALK37t3aubm-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 08 Jul 2026 09:00:00 +0000</pubDate>                                                                                                                                <updated>Wed, 08 Jul 2026 11:07:36 +0000</updated>
                                                                                                                                            <category><![CDATA[AI]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Ray Bendici ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/2gbpE3JonBNALK37t3aubm-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[student in a relationship with ai]]></media:description>                                                            <media:text><![CDATA[student in a relationship with ai]]></media:text>
                                <media:title type="plain"><![CDATA[student in a relationship with ai]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/2gbpE3JonBNALK37t3aubm-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Unlike many adults, teen students are not hesitant to explore, experiment, and embrace artificial intelligence, with nearly two-thirds admitting to having done so, according to <a href="https://www.commonsensemedia.org/sites/default/files/research/report/commonsensemedia_generationai.pdf" target="_blank" rel="nofollow"><u><strong>a recent Common Sense Media report</strong></u></a>. </p><p>Although many of them report using it for research purposes, the reality is often quite different, with students embracing it for a range of other reasons, from cheating on school work to creating deepfakes.</p><p>Some students have also turned to AI chatbots for companionship, with a few even falling into romantic relationships. Others have even taken AI into their confidence for unvetted mental health support, which has occasionally ended tragically, with <a href="https://www.npr.org/sections/shots-health-news/2025/09/19/nx-s1-5545749/ai-chatbots-safety-openai-meta-characterai-teens-suicide" target="_blank" rel="nofollow"><u><strong>chatbots encouraging, and even guiding, student plans for self-harm</strong></u></a>. </p><p>In many of these situations, parents, teachers, and other adults have no idea how deeply a student has become involved with an AI chatbot, or even that they’ve formed an interpersonal relationship with an AI-generated character on a platform such as Character AI or Replika. </p><p>“Even if you don't have a child who's using one of those, it’s possible for them to end up in a relationship with chatbots as common as ChatGPT or Gemini,” says Kerry Gallagher, Assistant Principal for Teaching and Learning at St. John’s Preparatory School in Danvers, Massachusetts, and Education Director at the nonprofit <a href="https://connectsafely.org/" target="_blank"><u><strong>ConnectSafely</strong></u></a>, which is dedicated to online safety, privacy, security and digital wellness.</p><h2 id="understanding-social-penetration">Understanding Social Penetration</h2><p>Chatbots are primarily a commercial enterprise designed to be engaging, so it’s not surprising that a student – especially vulnerable during adolescence when they might be struggling socially, feeling lonely, or working through mental health or self-image issues – could fall under one’s sway.</p><p>“An AI chatbot will answer or respond with the output in which it refers to itself in the first person,” says Gallagher. “So that shifts the way the user is thinking about what they're interacting with because if the output is ‘I …’ then that feels like a personal conversation. It also refers to the user as ‘you.’” </p><p>Add into that how more refined the voices used by chatbots have become, and how easy it is to interact with through earbuds, and it can feel like a student is talking with a real, caring human. </p><p>“The voice intonation, the mood, the way it shows kindness and empathy, and the way that comes across–what you’re really talking about is something called social penetration theory, which is an intentional design that's coded into the algorithm,” says Gallagher. “The AI companions are programmed to slowly increase the intensity of small talk in order to draw the user in more and more. We see that in the bottom of the output, ‘Do you want me to do this next or this next?’ It starts asking the kind of adjacent questions that humans would ask as part of their conversation.”</p><h2 id="managing-student-ai-relationships">Managing Student-AI Relationships</h2><p>When it comes to navigating these situations, awareness is always the first step. “Parents should not hear about this and rush to lock down their kids' phones,” says Gallagher. “They just need to be informed about what's available on those phones so that they can be talking to their kids about it.”</p><p>In that vein, Gallagher notes that it’s sometimes a challenge to recognize that a student has gotten into an unhealthy relationship with an AI because the signs might be harder to spot since most kids tend to be on their phones constantly. But if they’re in their bedroom alone with the phone and the door closed for hours on end, it might make sense to check.</p><p>“Swing by their room to check in, ask what they’re up to in a caring way, and listen with genuine curiosity,” says Gallagher. “No need to barge in, but if it's quiet for a long period of time, what are they doing? If they're talking to friends on FaceTime, you can hear that, right? Do you know the voice of the friend they’re talking with? If not, can you ask to introduce yourself and say hello?” </p><p>It can be a challenge for educators to address student-AI relationships, especially if it primarily is happening outside of class time. Nonetheless, Gallagher suggests expanding AI awareness by exploring it yourself. </p><p>“It's important for adults to be using AI so that when we talk about it, it’s coming from experience,” she says. “If you're not sure how to start, talk to a colleague who is using it and ask them to show you what they're doing.”  </p><p>Failing to understand AI companions may invalidate what may already be an important relationship in the student’s life, which is not going to help a child who made a poor decision. </p><p>“Part of our job as educators is to hold kids accountable, and also to counsel kids so that they don't make those same mistakes again,” Gallagher says. “If adults only tell kids that AI chatbots aren't real and their relationships aren't real, it could result in children doubling down on those relationships.”</p><p>When directly dealing with a student engaged with a chatbot, Gallagher suggests focusing on the reasons behind the relationship.</p><p> “I would say, ‘Tell me more about your chatbot. When do you talk to it? What is its name? What are some of the things that you talk about?’” she says. “Because I want to get into why they use the chatbot. What need is it meeting? How can we help the student meet that need in a healthier way?” </p><p>Gallagher says understanding the underlying why of what’s happening is key. </p><p>“By asking them more about their AI chatbot and their relationship, what we uncover is what needs that relationship with that chatbot is meeting that aren't being met right now, and how we can then share that information about that need with the family or school counselor. If that need of that child is met, they're less likely to feel like they need the chatbot and they're also less likely to feel like they need to do harm to their peers or themselves.”</p><h2 id="boosting-ai-literacy">Boosting AI Literacy</h2><p>In general, educators should aim toward using AI tools that allow them to supervise what students are doing and so they can monitor for any concerning usage. </p><p>Gallagher also advocates for better AI literacy, but as tools have evolved, so should the discussions and activities with students. </p><p>“Educators can ask kids to develop their own ideas, their own lists, their own guidelines around when AI use is helpful and when it might be harmful,” she says. “They know more than we think. Even students as young as second or third grade are ready to start the conversation about which tasks require human effort so learning can happen.” </p><p>Doing so can help peel back the curtain so students can understand what AI actually is and how it works, and use it in a healthy manner.</p><p>“Start as simple as teaching that AI is programmed for pattern recognition and help kids understand, especially at that younger age, what that means,” Gallagher says. </p><p>She also recommends talking about understanding prompt engineering and verifying outputs with a human eye.</p><p> “I think it's okay to ask AI for advice as long as there's a corroboration of that advice,” she says. “If students ask AI to help brainstorm ideas or for initial feedback on an email that they've drafted, that's all fine. It still needs to be run through a human before it becomes something that is integrated or sent.”  </p><p>Finally, to help boost critical thinking around AI, educators should consider changing their approach to assignments. </p><p>“For example, one of the benchmarks might ask students how they used AI. What was the output? Show the actual output, and then show the next version to demonstrate the important critical student thinking. What did the learner do between those two versions? We can help students practice adding that human filter after the AI is used.”</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Data Dashboards Aren’t Enough—AI Makes PD Smarter ]]></title>
                                                                                                <dc:content><![CDATA[ <div class="youtube-video" data-nosnippet ><div class="video-aspect-box"><iframe data-lazy-priority="low" data-lazy-src="https://www.youtube-nocookie.com/embed/ERsrb89thZM" allowfullscreen></iframe></div></div><p><em>Watch above or listen/download below.</em></p><iframe allow="clipboard-write" height="200px" width="100%" id="" style="width: 100%; height: 200px; margin-bottom: 20px; border-radius: 6px; overflow: hidden;" class="position-center" data-lazy-priority="high" data-lazy-src="https://player.captivate.fm/episode/7cc31e94-02e3-4f20-a214-56988f06a712/"></iframe><p>For years, the promise of AI in education has outpaced the evidence. But a new research project—funded by the Gates Foundation and anchored by researchers at the University of Virginia and the University at Albany, SUNY—is working to change that equation.</p><p>The AI for Advancing Instruction at Scale (AI2S) project, developed in partnership with edtech company Edthena, uses a multimodal neural network trained on thousands of hand-coded classroom videos to analyze both the audio and visual dimensions of math instruction. The result is a system that can classify teacher questioning patterns, assess cognitive demand, and detect student engagement—with an accuracy that rivals trained human observers.</p><p>Rather than generating a dashboard of metrics, the system guides teachers through a structured coaching cycle—helping them identify a focus area, review their classroom data in context, and build a concrete action plan. Edthena CEO Adam Geller frames the distinction plainly: "We're not trying to build teachers a Fitbit. We're trying to build them a coach."</p><p>Critically, all teacher video and feedback remains private to the teacher. The system does not use classroom data to train its models—an assurance that researchers say has been central to teacher trust and adoption.</p><p>Peter Youngs, professor at UVA's School of Education and Human Development, sees broader implications for district leaders who have long struggled with the cost and scale of instructional coaching. "If we can show that certain patterns of machine learning output are consistent with how a human would have rated an entire lesson, that could be a game changer—making the process more efficient for principals, teacher educators, and researchers alike," he says.</p><p>With districts in Texas, New York, and Virginia currently piloting the tool, the research team is collecting data on feedback quality, changes in teaching practice, and teacher trust. Plans are already underway to expand the methodology to reading and language arts instruction.</p><p>To learn more about the AI2S project and the research behind it, visit the <a href="https://education.virginia.edu/news-stories/uva-education-and-engineering-researchers-leverage-ai-improve-classroom-teaching" target="_blank" rel="nofollow"><u><strong>University of Virginia's School of Education and Human Development</strong></u></a>, where Peter Youngs leads work on teacher learning and instructional improvement. To explore Edthena's AI Coach platform — the production tool built on the AI2S research — visit <a href="https://www.edthena.com/" target="_blank" rel="nofollow"><u><strong>edthena.com</strong></u></a>. Districts interested in participating in the ongoing pilot can reach out directly through the Edthena site.</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/technology/ai/data-dashboards-arent-enough-ai-makes-pd-smarter</link>
                                                                            <description>
                            <![CDATA[ Conversations with Kevin Hogan: Peter Youngs of the University of Virginia and Edthena CEO Adam Geller on the future promise of personalized learning for teachers. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">hh6QE7RoMaGC5mBt5Tygq6</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/uBwrhrPpzSVDhWB6uXrmGJ-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Tue, 30 Jun 2026 09:00:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[AI]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Kevin Hogan ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ &lt;p&gt;&lt;strong&gt;Kevin Hogan&lt;/strong&gt; is a forward-thinking media executive with more than 25 years of experience building brands and audiences online, in print, and face-to-face. Kevin has been reporting on education technology for more than 20 years. Previously, he was Editor-at-Large at eSchool News and Managing Director of Content for Tech &amp; Learning.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/uBwrhrPpzSVDhWB6uXrmGJ-1280-80.png">
                                                            <media:credit><![CDATA[Future]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[conversations with kevin hogan]]></media:description>                                                            <media:text><![CDATA[conversations with kevin hogan]]></media:text>
                                <media:title type="plain"><![CDATA[conversations with kevin hogan]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/uBwrhrPpzSVDhWB6uXrmGJ-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <div class="youtube-video" data-nosnippet ><div class="video-aspect-box"><iframe data-lazy-priority="low" data-lazy-src="https://www.youtube-nocookie.com/embed/ERsrb89thZM" allowfullscreen></iframe></div></div><p><em>Watch above or listen/download below.</em></p><iframe allow="clipboard-write" height="200px" width="100%" id="" style="width: 100%; height: 200px; margin-bottom: 20px; border-radius: 6px; overflow: hidden;" class="position-center" data-lazy-priority="high" data-lazy-src="https://player.captivate.fm/episode/7cc31e94-02e3-4f20-a214-56988f06a712/"></iframe><p>For years, the promise of AI in education has outpaced the evidence. But a new research project—funded by the Gates Foundation and anchored by researchers at the University of Virginia and the University at Albany, SUNY—is working to change that equation.</p><p>The AI for Advancing Instruction at Scale (AI2S) project, developed in partnership with edtech company Edthena, uses a multimodal neural network trained on thousands of hand-coded classroom videos to analyze both the audio and visual dimensions of math instruction. The result is a system that can classify teacher questioning patterns, assess cognitive demand, and detect student engagement—with an accuracy that rivals trained human observers.</p><p>Rather than generating a dashboard of metrics, the system guides teachers through a structured coaching cycle—helping them identify a focus area, review their classroom data in context, and build a concrete action plan. Edthena CEO Adam Geller frames the distinction plainly: "We're not trying to build teachers a Fitbit. We're trying to build them a coach."</p><p>Critically, all teacher video and feedback remains private to the teacher. The system does not use classroom data to train its models—an assurance that researchers say has been central to teacher trust and adoption.</p><p>Peter Youngs, professor at UVA's School of Education and Human Development, sees broader implications for district leaders who have long struggled with the cost and scale of instructional coaching. "If we can show that certain patterns of machine learning output are consistent with how a human would have rated an entire lesson, that could be a game changer—making the process more efficient for principals, teacher educators, and researchers alike," he says.</p><p>With districts in Texas, New York, and Virginia currently piloting the tool, the research team is collecting data on feedback quality, changes in teaching practice, and teacher trust. Plans are already underway to expand the methodology to reading and language arts instruction.</p><p>To learn more about the AI2S project and the research behind it, visit the <a href="https://education.virginia.edu/news-stories/uva-education-and-engineering-researchers-leverage-ai-improve-classroom-teaching" target="_blank" rel="nofollow"><u><strong>University of Virginia's School of Education and Human Development</strong></u></a>, where Peter Youngs leads work on teacher learning and instructional improvement. To explore Edthena's AI Coach platform — the production tool built on the AI2S research — visit <a href="https://www.edthena.com/" target="_blank" rel="nofollow"><u><strong>edthena.com</strong></u></a>. Districts interested in participating in the ongoing pilot can reach out directly through the Edthena site.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ 5 AI Education Trends According To A Microsoft Executive ]]></title>
                                                                                                <dc:content><![CDATA[ <p>The way schools have adopted AI has been unlike any other tech revolution Microsoft’s Matt Jubelirer has witnessed. </p><p>“We've always known that technological innovation puts pressure on schools to adapt, but I don't think we've seen anything move at this pace,” says Jubelirer </p><p>In his work as General Manager of Education Marketing for Microsoft, Jubelirer is constantly meeting with educators and learning about their needs and how they are using AI these days. As part of that work, he's seeing innovative AI uses in areas ranging from the classroom to administration in schools. </p><p>Here are some of the top trends he’s seeing around teaching with AI. </p><h2 id="1-differentiated-ai-use">1. Differentiated AI Use </h2><p>Even though the pedagogy is constantly evolving, educators are getting better at learning when and where to use AI, and with which students. </p><p>“We're asking better questions,” Jubelirer says. "It's not about, ‘here's an AI chatbot, go nuts.’” Instead, educators are learning which tools might help specific students and how they can strategically use AI to support individualized learning. </p><p>Some specific examples Jubelirer points to include tools such as Reading Progress, which helps students practice reading out loud with the help of AI. Another example is Copilot’s study and learn feature, which is built with learning science in mind and asks students questions to promote learning rather than merely providing answers. </p><h2 id="2-ai-literacy-that-goes-beyond-prompt-engineering">2. AI Literacy That Goes Beyond Prompt Engineering</h2><p>As AI has evolved, so too have the education programs around it for teachers. </p><p>“AI literacy is no longer about, 'Do I know how to prompt? What is prompt engineering?'“ Jubelirer says. “It's about understanding the capabilities, being better at assessing the problems, and figuring out what context is needed to solve them.” And then learning to better understand whether AI should be used in this context at all. </p><p>Classroom educators are actively leading and fostering this conversation, which is increasingly important. Students today, Jubelirer says, want access to AI tools, but they also want to ensure these AI tools are used ethically. </p><h2 id="3-an-emerging-trust-issue">3. An Emerging Trust Issue</h2><p>AI is also causing some tensions between teachers and students that didn’t necessarily exist in the past. </p><p>“If you ask teachers what they're concerned about, cheating and plagiarism is at the top of the list, and if you ask students what they're worried about, being accused of those things is at the top of their list,” Jubelirer says, suggesting that this demonstrates that “there’s clearly a trust issue.” </p><p>He adds, “That's a real challenge because when trust erodes, learning environments are not as effective as they could be. And I think it's really important that we move to just more transparency.” </p><p>To that end, he advises more openness from educators and students about how they are using AI. </p><p>“I have seen examples where teachers literally show the students how they prepared for class using AI and then ask them for feedback, and I’ve seen the same in the inverse, where students are encouraged to try and use AI but then share,” he says. </p><h2 id="4-recognition-that-there-are-times-ai-shouldn-t-be-used">4. Recognition That There Are Times AI Shouldn’t Be Used </h2><p>As AI use increases among students and teachers, it has become clearer that there are times when AI should not be used. For instance, when it comes to grading, Jubelirer says AI can be really helpful on the preparation side, whether that’s developing a rubric or devising questions, but there’s a limit. </p><p>“We shouldn't be using AI to grade people, because we need human judgment,” Jubelirer says. He adds it's important that schools clarify which types of problems AI is suited to help solve, and continue to make sure their AI use emphasizes the human side of things.</p><h2 id="5-ai-creating-new-opportunities">5. AI Creating New Opportunities </h2><p>While Jubelirer acknowledges challenges around AI use and valid concerns students have, he’s also optimistic about the potential of technology for young people who can now come up with an app or other idea and create products and projects at a speed unparalleled in human history. </p><p>“I'm really encouraged by how the collection of tools that have emerged empowers individuals to have a higher level of impact faster than we've ever seen before," he says. "If we learn to get that right, and if we build the systems and the culture to support that, there's really an opportunity for this next generation to change the world in ways that I don't think any generation before it has had the capability or access to do.” </p> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/technology/ai/5-ai-education-trends-according-to-a-microsoft-executive</link>
                                                                            <description>
                            <![CDATA[ The conversation around AI in schools is changing almost as rapidly as the technology. Here are some recent trends. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">u6VpcNHJjdCsAEqTp3E23c</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/SWcqfwfNFDSMrL5DwcyRZU-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 25 Jun 2026 09:00:00 +0000</pubDate>                                                                                                                                <updated>Thu, 25 Jun 2026 10:04:37 +0000</updated>
                                                                                                                                            <category><![CDATA[AI]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                <author><![CDATA[ erik.ofgang@futurenet.com (Erik Ofgang) ]]></author>                    <dc:creator><![CDATA[ Erik Ofgang ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/4t5ro4CXB7QUaPA28UMYb9.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Erik Ofgang is Tech &amp; Learning contributor. A journalist, &lt;a href=&quot;https://www.penguinrandomhouse.com/books/557664/the-good-vices-by-dr-harry-ofgang-and-erik-ofgang/&quot; target=&quot;_blank&quot;&gt;&lt;u&gt;&lt;strong&gt;author&lt;/strong&gt;&lt;/u&gt;&lt;/a&gt; and educator, his work has appeared in The New York Times, The Smithsonian, Washington Post, The Atlantic, and Forbes.com. He currently teaches at Western Connecticut State University’s MFA program. While a staff writer at Connecticut Magazine he won a Society of Professional Journalism Award for his education reporting. He is interested in how humans learn and how technology can make that more effective. &lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/SWcqfwfNFDSMrL5DwcyRZU-1280-80.jpg">
                                                            <media:credit><![CDATA[Tara Winstead via Pexels]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A robot hand pressing on a neural network display.]]></media:description>                                                            <media:text><![CDATA[A robot hand pressing on a neural network display.]]></media:text>
                                <media:title type="plain"><![CDATA[A robot hand pressing on a neural network display.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/SWcqfwfNFDSMrL5DwcyRZU-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>The way schools have adopted AI has been unlike any other tech revolution Microsoft’s Matt Jubelirer has witnessed. </p><p>“We've always known that technological innovation puts pressure on schools to adapt, but I don't think we've seen anything move at this pace,” says Jubelirer </p><p>In his work as General Manager of Education Marketing for Microsoft, Jubelirer is constantly meeting with educators and learning about their needs and how they are using AI these days. As part of that work, he's seeing innovative AI uses in areas ranging from the classroom to administration in schools. </p><p>Here are some of the top trends he’s seeing around teaching with AI. </p><h2 id="1-differentiated-ai-use">1. Differentiated AI Use </h2><p>Even though the pedagogy is constantly evolving, educators are getting better at learning when and where to use AI, and with which students. </p><p>“We're asking better questions,” Jubelirer says. "It's not about, ‘here's an AI chatbot, go nuts.’” Instead, educators are learning which tools might help specific students and how they can strategically use AI to support individualized learning. </p><p>Some specific examples Jubelirer points to include tools such as Reading Progress, which helps students practice reading out loud with the help of AI. Another example is Copilot’s study and learn feature, which is built with learning science in mind and asks students questions to promote learning rather than merely providing answers. </p><h2 id="2-ai-literacy-that-goes-beyond-prompt-engineering">2. AI Literacy That Goes Beyond Prompt Engineering</h2><p>As AI has evolved, so too have the education programs around it for teachers. </p><p>“AI literacy is no longer about, 'Do I know how to prompt? What is prompt engineering?'“ Jubelirer says. “It's about understanding the capabilities, being better at assessing the problems, and figuring out what context is needed to solve them.” And then learning to better understand whether AI should be used in this context at all. </p><p>Classroom educators are actively leading and fostering this conversation, which is increasingly important. Students today, Jubelirer says, want access to AI tools, but they also want to ensure these AI tools are used ethically. </p><h2 id="3-an-emerging-trust-issue">3. An Emerging Trust Issue</h2><p>AI is also causing some tensions between teachers and students that didn’t necessarily exist in the past. </p><p>“If you ask teachers what they're concerned about, cheating and plagiarism is at the top of the list, and if you ask students what they're worried about, being accused of those things is at the top of their list,” Jubelirer says, suggesting that this demonstrates that “there’s clearly a trust issue.” </p><p>He adds, “That's a real challenge because when trust erodes, learning environments are not as effective as they could be. And I think it's really important that we move to just more transparency.” </p><p>To that end, he advises more openness from educators and students about how they are using AI. </p><p>“I have seen examples where teachers literally show the students how they prepared for class using AI and then ask them for feedback, and I’ve seen the same in the inverse, where students are encouraged to try and use AI but then share,” he says. </p><h2 id="4-recognition-that-there-are-times-ai-shouldn-t-be-used">4. Recognition That There Are Times AI Shouldn’t Be Used </h2><p>As AI use increases among students and teachers, it has become clearer that there are times when AI should not be used. For instance, when it comes to grading, Jubelirer says AI can be really helpful on the preparation side, whether that’s developing a rubric or devising questions, but there’s a limit. </p><p>“We shouldn't be using AI to grade people, because we need human judgment,” Jubelirer says. He adds it's important that schools clarify which types of problems AI is suited to help solve, and continue to make sure their AI use emphasizes the human side of things.</p><h2 id="5-ai-creating-new-opportunities">5. AI Creating New Opportunities </h2><p>While Jubelirer acknowledges challenges around AI use and valid concerns students have, he’s also optimistic about the potential of technology for young people who can now come up with an app or other idea and create products and projects at a speed unparalleled in human history. </p><p>“I'm really encouraged by how the collection of tools that have emerged empowers individuals to have a higher level of impact faster than we've ever seen before," he says. "If we learn to get that right, and if we build the systems and the culture to support that, there's really an opportunity for this next generation to change the world in ways that I don't think any generation before it has had the capability or access to do.” </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Tech & Learning's EdTech to Watch Takeaways: The AI Playbook: 2-Part Webinar Series ]]></title>
                                                                                                <dc:content><![CDATA[ <p>The rapid evolution of AI is fundamentally transforming the educational landscape, offering unprecedented opportunities alongside new responsibilities. This recent two-part webinar series was designed to guide education leaders through this shift, moving from the "what" of cutting-edge innovation to the "how" of workforce preparation and the "why" of data security.</p><p>It featured two sessions:</p><p><strong>The Cutting Edge: New Features from Top AI Solution Providers:</strong> This session explores the most impactful new features from industry-leading AI solution providers that support curriculum, lesson planning, streamlining administrative tasks, and more.</p><p><strong>The Integrity Infrastructure: How to Ensure AI Solutions are Safe:</strong> This session dives deep into the architecture of safety, exploring how leading AI providers are prioritizing student data privacy and institutional security.</p><p><a href="https://webinars.techlearning.com/register-now/3197/tech-learnings-iste-edtech-to-watch-3-part-webinar-series/" target="_blank" rel="nofollow"><u><strong>Watch on demand here</strong></u></a></p><h2 id="the-cutting-edge-new-features-from-top-ai-solution-providers">The Cutting Edge: New Features from Top AI Solution Providers </h2><p>The recent Tech & Learning EdTech to Watch Virtual Playground featured lightning round demonstrations of three influential educational technology tools: Brisk Teaching, Copyleaks, and Inquire. </p><p>Hosted by Tech & Learning’s Christine Weiser, the event highlighted how generative AI is being leveraged to enhance curriculum management, ensure academic integrity, and facilitate deeper learning through project-based instructional design.</p><p><strong>Brisk Teaching</strong></p><p>Presented by Content Marketing Manager Elisabeth Bostwick and Manager of Curricular Solutions Architecture Whitney Noel, Brisk Teaching is an AI education platform designed to assist teachers with creating materials, providing feedback, and adapting instruction directly within existing Google and Microsoft tools.</p><p>Brisk Teaching’s central focus is Curriculum Intelligence, which ensures AI-generated outputs align with district priorities and high-quality instructional materials, mitigating the risk of misalignment.</p><p>The platform's "Brisk Brain" is built on two foundations:</p><ul><li>District Guidance: Content-agnostic priorities such as instructional focuses and a Portrait of a Graduate.</li><li>Curriculum Libraries: Resources mapped directly to a district’s high-quality instructional materials.</li></ul><p>“Brisk works where you do,” said Bostwick. “You can always leverage the extension to open up over top of anything that you are creating. You can see how easy it is to open the extension right over top of any YouTube videos, docs, web pages, slides, and more.”</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1742px;"><p class="vanilla-image-block" style="padding-top:51.95%;"><img id="ymSGgDB7gnweqj8ib9kNbg" name="Screenshot 2026-05-22 090823" alt="webinar" src="https://cdn.mos.cms.futurecdn.net/ymSGgDB7gnweqj8ib9kNbg.png" mos="" align="middle" fullscreen="" width="1742" height="905" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p>The Curriculum Intelligence framework ensures generated resources, such as lesson plans and assessments, are aligned to state standards and district-level goals. A forthcoming feature, Planning Mode, will facilitate dynamic conversations between teachers and Brisk, suggesting district instructional strategies based on student needs.</p><p>For differentiation, Brisk offers student-facing tools such as Boost activities and a Tutor that apply customizable guardrails and scaffolds. This helps maintain "productive struggle" while meeting diverse learner needs through multi-language support, speech-to-text, and read-aloud functionality.</p><p>For curriculum directors, Brisk provides the benefit of one secure AI layer across all adopted curricula, saving time and capacity by customizing static core materials with district priorities. Brisk is safe and secure, adhering to COPPA, FERPA, and GDPR compliance.</p><p><strong>Copyleaks</strong></p><p>Senior Solutions Engineer John Michael Perla demonstrated Copyleaks, an academic integrity platform designed to guide students in the responsible and ethical use of generative AI. It integrates directly into the LMS environment, such as Canvas.AI Detection and Customization.</p><p>Copyleaks’ AI detection settings are customizable by the school—a top-down approach—with three levels available:</p><ul><li>Level One: Detects content copied directly from LLMs with no modifications.</li><li>Level Two (Default): Identifies submissions in which minor edits were made to the LLM-generated text.</li><li>Level Three (Strictest): Designed for high usage of LLM-modified content, including content generated with sophisticated prompts or evasion tools.</li></ul><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1752px;"><p class="vanilla-image-block" style="padding-top:52.05%;"><img id="an88jBzX4VGTmhmTkrqCZA" name="Screenshot 2026-05-22 090937" alt="copyleaks" src="https://cdn.mos.cms.futurecdn.net/an88jBzX4VGTmhmTkrqCZA.png" mos="" align="middle" fullscreen="" width="1752" height="912" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p>“Within Copyleaks, you can also customize the plagiarism settings,” said Perla. “So if you want to pull in data, we can identify content from the entire Internet, which is like seven billion web pages. We could also create a private cloud hub for your school, which will be all your school's data, in one cloud repository.”</p><p>A key differentiator for Copyleaks is its use of logic to explain the AI detection score, preventing instructors from relying solely on a percentage. This logic is provided through two patent-pending tools:</p><ul><li>AI Source Match, which identifies specific web pages or articles that the LLM used as a reference to generate the student's submission.</li><li>AI Phrases, which detects phrases used with high frequency by AI tools.</li></ul><p>Copyleaks is a top-tier partner with Canvas and D2L, and also integrates with Moodle, Blackboard, Brightspace, Schoology, and Sakai.</p><p><strong>Inkwire</strong></p><p>Dr. Julianne Ross-Kleinmann of Ulster BOCES demonstrated Inkwire, an early-stage, project-based learning (PBL) AI tool that supports deeper learning and accelerates authentic instructional design.</p><p>Inkwire consists of two main components: </p><ul><li>The PBL AI Copilot, which helps educators design PBL experiences aligned to state standards</li><li>The Portfolio Platform, through which students can capture and showcase evidence of their learning.</li></ul><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1743px;"><p class="vanilla-image-block" style="padding-top:52.21%;"><img id="PDVD5AMohpfgN6P83ioLTf" name="Screenshot 2026-05-22 091011" alt="Inkwire" src="https://cdn.mos.cms.futurecdn.net/PDVD5AMohpfgN6P83ioLTf.png" mos="" align="middle" fullscreen="" width="1743" height="910" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p>“What stood out for us is that Inkwire is focused specifically on teaching and learning and not just a generic AI tool letting educators figure it out on their own,” said Ross-Kleinman. “Instead, it helps teachers think intentionally about authentic learning experiences.” </p><p>The design process utilizes the High-tech High Graduate School of Education kaleidoscope framework, which is customizable to a district's own instructional frameworks. Teachers can input a design idea, upload files, and then ask the AI to generate core project elements such as essential questions, launch ideas, and assessment types.</p><p>The output is a "one-pager report" that includes learning goals, including state-specific standards, competencies (which can be aligned to standards such as Portrait of a Graduate), and a day-by-day or calendar-view plan.</p><p>Inkwire is designed for teacher collaboration, allowing educators to co-design interdisciplinary projects. The portfolio section is crucial for assessment, as it can house student work and artifacts, supporting statewide initiatives by following students as they move between schools and tracking seals of alignment. </p><h2 id="the-integrity-infrastructure-how-to-ensure-ai-solutions-are-safe">The Integrity Infrastructure: How to Ensure AI Solutions are Safe </h2><p>Tech & Learning’s second "EdTech to Watch" webinar, hosted by brand manager Christine Weiser, explored responsible AI integration in K-12 education. The event showcased a pair of product solutions–TrekAI and Lightspeed Systems Insight–and emphasized the importance of safety, governance, and personalized learning. Attendees got to see demos of both tools and ask questions, and then were treated to a discussion of vetting AI tools from AI consultant Greg Bagby.</p><p><strong>TrekAI</strong></p><p>TrekAI functions as an on-demand, Socratic tutor for students. Designed to replace chaotic or unvetted AI usage, it serves as a "walled garden" that provides students with a supervised "learner's permit" experience. </p><p>“We're just handing the keys over to our students, and we're just kind of like, ‘Okay, just go figure this whole AI thing out,’” said Erin Burchik, Chief Growth Officer for TrekAI. “ChatGPT and other platforms kinda feel like this chaotic, overwhelming, unsafe interstate. And I don't know about you, but when I taught my kids how to drive, we started on back roads and parking lots. We didn't go straight to the interstate. And so we want to advocate for the time that students are in your care, you give them an environment to learn how to navigate this new world of AI safely.” </p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1438px;"><p class="vanilla-image-block" style="padding-top:56.47%;"><img id="MmsYK3eJGUYBJadTMdbQmG" name="Screenshot 2026-06-15 114504" alt="webinar" src="https://cdn.mos.cms.futurecdn.net/MmsYK3eJGUYBJadTMdbQmG.png" mos="" align="middle" fullscreen="" width="1438" height="812" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p>TrekAI aligns with district standards and curriculum, resisting plagiarism by guiding students through problems rather than providing instant answers. It is FERPA and COPPA compliant to protect student data privacy. It also includes social-emotional alerts that notify counselors and administrators if student interactions indicate risks such as self-harm or violence.</p><p>Another offering, Trek Adventure, is a hyper-personalized literacy tool that transforms standard curricula into choose-your-own-adventure books. By integrating specific educational standards (such as math concepts involving fractions) into the narrative, the tool reinforces classroom learning while keeping students engaged. It offers accessibility features, such as dyslexic-friendly fonts, and provides teachers with insights into student reading progress, making it a practical tool for guided reading rotations and literacy blocks.</p><p>“Almost all of our team are former educators, so when we're building out new products like Trek Adventure, I think about my sixth grade science class when I was a teacher for fifteen years,” said Joe Edlhuber, account executive, “I would have used Trek Adventure every week during my guided science rotation. It's really practical, not just fluff tech. It is really something that teachers should be using and students wanna be using every week.”</p><p><strong>Lightspeed Systems </strong></p><p>Insight from Lightspeed Systems provides districts with total visibility into their digital ecosystem, allowing administrators to identify exactly which AI tools are being used, by whom, and for how long. Given that schools often struggle to manage the hundreds of apps present in their environment, Insight’s analytics hub helps identify usage trends and distinguish between productive AI engagement and potential misuse. </p><p>“What people find is whether you've built an approval system or not, AI is already in your environment,” said Sergio Villegas, former educator and current regional sales manager for Lightspeed Systems. “What we need to be able to do is answer questions better. So our dashboard is gonna show you everything.”</p><p>Insight also offers automated monitoring of vendor privacy policies, alerting districts of changes in terms to ensure ongoing compliance.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1609px;"><p class="vanilla-image-block" style="padding-top:55.38%;"><img id="pjCcf3S4H9FDFFaGJdaADW" name="Screenshot 2026-06-15 114658" alt="lightspeed systems" src="https://cdn.mos.cms.futurecdn.net/pjCcf3S4H9FDFFaGJdaADW.png" mos="" align="middle" fullscreen="" width="1609" height="891" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p>Lightspeed Alert automates safety monitoring by analyzing student interactions in real-time. It focuses on identifying concerning behavior, such as indicators of self-harm or violence, across AI platforms and web activity. When an incident occurs, the system shows evidence—including screenshots and transcripts—to administrators, allowing for rapid, human-led intervention. </p><p>“This is kind of the wrap-around story of why having a consistent ecosystem matters because these systems need to talk to each other,” said Villegas. “It's hard for schools because we're all being tasked with too much on our plate and not enough people and resources to do it. So having a single ecosystem that can surface information, that can let you search deeper, that can automatically notify you, is important.”</p><p>By connecting directly to student information systems, the tool ensures that school staff can reach out to families or take appropriate action quickly, moving schools away from reactive, "he-said-she-said" scenarios.</p><p><strong>Strategic Context: The AI Vetting Framework</strong></p><p>To complement these tools, AI specialist Greg Bagby outlined a strategic roadmap for vetting AI technologies. </p><p>“Before adopting any tools, districts should ask this question: What problem is it solving?” Bagby said. “Is this a tool with clear goals for tech that we need to support? Is it gonna give personalized feedback? Is it for lesson design, assignments, tutoring? And who's gonna benefit from this tool? Is this for the teachers, the students, the school leaders ? We need to have all this in mind before we start jumping into tools because we have access to many, many tools, and why not understand the why before we jump in.”</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1529px;"><p class="vanilla-image-block" style="padding-top:53.63%;"><img id="MYqL933SqUCHymAz4RG6cR" name="Screenshot 2026-06-15 114859" alt="ai vetting" src="https://cdn.mos.cms.futurecdn.net/MYqL933SqUCHymAz4RG6cR.png" mos="" align="middle" fullscreen="" width="1529" height="820" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p>Bagby said that districts should avoid working in silos and instead form inclusive task forces that include stakeholders from IT, curriculum, and, crucially, students. </p><p>Bagby’s framework underscores that AI must prioritize human-in-the-loop oversight, cultural bias testing, and rigorous data privacy agreements. He concluded that because AI technology evolves daily, district policies should be viewed as living documents, requiring constant dialogue to ensure they remain safe and reflective of the current learning environment.</p><p>“Just make sure that you avoid vendors who won't disclose how student data is being used and how AI is being trained,” Bagby added. “If it's using the student data to be trained on, that's one of those things that we wanna make sure that we always step away from and be cognizant of.”</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/technology/ai/tech-and-learnings-edtech-to-watch-takeaways-the-ai-playbook-2-part-webinar-series</link>
                                                                            <description>
                            <![CDATA[ New Features from Top AI Solution Providers And How to Ensure AI Solutions are Safe ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">CTuDzhiuHLeiKkiL6bZ9Zj</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/R2Ue7Y8jZm2VKMrULU7ryH-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Wed, 24 Jun 2026 09:00:00 +0000</pubDate>                                                                                                                                <updated>Wed, 24 Jun 2026 09:55:34 +0000</updated>
                                                                                                                                            <category><![CDATA[AI]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ TL Editors ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/R2Ue7Y8jZm2VKMrULU7ryH-1280-80.png">
                                                            <media:credit><![CDATA[Future]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[webinar]]></media:description>                                                            <media:text><![CDATA[webinar]]></media:text>
                                <media:title type="plain"><![CDATA[webinar]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/R2Ue7Y8jZm2VKMrULU7ryH-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>The rapid evolution of AI is fundamentally transforming the educational landscape, offering unprecedented opportunities alongside new responsibilities. This recent two-part webinar series was designed to guide education leaders through this shift, moving from the "what" of cutting-edge innovation to the "how" of workforce preparation and the "why" of data security.</p><p>It featured two sessions:</p><p><strong>The Cutting Edge: New Features from Top AI Solution Providers:</strong> This session explores the most impactful new features from industry-leading AI solution providers that support curriculum, lesson planning, streamlining administrative tasks, and more.</p><p><strong>The Integrity Infrastructure: How to Ensure AI Solutions are Safe:</strong> This session dives deep into the architecture of safety, exploring how leading AI providers are prioritizing student data privacy and institutional security.</p><p><a href="https://webinars.techlearning.com/register-now/3197/tech-learnings-iste-edtech-to-watch-3-part-webinar-series/" target="_blank" rel="nofollow"><u><strong>Watch on demand here</strong></u></a></p><h2 id="the-cutting-edge-new-features-from-top-ai-solution-providers">The Cutting Edge: New Features from Top AI Solution Providers </h2><p>The recent Tech & Learning EdTech to Watch Virtual Playground featured lightning round demonstrations of three influential educational technology tools: Brisk Teaching, Copyleaks, and Inquire. </p><p>Hosted by Tech & Learning’s Christine Weiser, the event highlighted how generative AI is being leveraged to enhance curriculum management, ensure academic integrity, and facilitate deeper learning through project-based instructional design.</p><p><strong>Brisk Teaching</strong></p><p>Presented by Content Marketing Manager Elisabeth Bostwick and Manager of Curricular Solutions Architecture Whitney Noel, Brisk Teaching is an AI education platform designed to assist teachers with creating materials, providing feedback, and adapting instruction directly within existing Google and Microsoft tools.</p><p>Brisk Teaching’s central focus is Curriculum Intelligence, which ensures AI-generated outputs align with district priorities and high-quality instructional materials, mitigating the risk of misalignment.</p><p>The platform's "Brisk Brain" is built on two foundations:</p><ul><li>District Guidance: Content-agnostic priorities such as instructional focuses and a Portrait of a Graduate.</li><li>Curriculum Libraries: Resources mapped directly to a district’s high-quality instructional materials.</li></ul><p>“Brisk works where you do,” said Bostwick. “You can always leverage the extension to open up over top of anything that you are creating. You can see how easy it is to open the extension right over top of any YouTube videos, docs, web pages, slides, and more.”</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1742px;"><p class="vanilla-image-block" style="padding-top:51.95%;"><img id="ymSGgDB7gnweqj8ib9kNbg" name="Screenshot 2026-05-22 090823" alt="webinar" src="https://cdn.mos.cms.futurecdn.net/ymSGgDB7gnweqj8ib9kNbg.png" mos="" align="middle" fullscreen="" width="1742" height="905" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p>The Curriculum Intelligence framework ensures generated resources, such as lesson plans and assessments, are aligned to state standards and district-level goals. A forthcoming feature, Planning Mode, will facilitate dynamic conversations between teachers and Brisk, suggesting district instructional strategies based on student needs.</p><p>For differentiation, Brisk offers student-facing tools such as Boost activities and a Tutor that apply customizable guardrails and scaffolds. This helps maintain "productive struggle" while meeting diverse learner needs through multi-language support, speech-to-text, and read-aloud functionality.</p><p>For curriculum directors, Brisk provides the benefit of one secure AI layer across all adopted curricula, saving time and capacity by customizing static core materials with district priorities. Brisk is safe and secure, adhering to COPPA, FERPA, and GDPR compliance.</p><p><strong>Copyleaks</strong></p><p>Senior Solutions Engineer John Michael Perla demonstrated Copyleaks, an academic integrity platform designed to guide students in the responsible and ethical use of generative AI. It integrates directly into the LMS environment, such as Canvas.AI Detection and Customization.</p><p>Copyleaks’ AI detection settings are customizable by the school—a top-down approach—with three levels available:</p><ul><li>Level One: Detects content copied directly from LLMs with no modifications.</li><li>Level Two (Default): Identifies submissions in which minor edits were made to the LLM-generated text.</li><li>Level Three (Strictest): Designed for high usage of LLM-modified content, including content generated with sophisticated prompts or evasion tools.</li></ul><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1752px;"><p class="vanilla-image-block" style="padding-top:52.05%;"><img id="an88jBzX4VGTmhmTkrqCZA" name="Screenshot 2026-05-22 090937" alt="copyleaks" src="https://cdn.mos.cms.futurecdn.net/an88jBzX4VGTmhmTkrqCZA.png" mos="" align="middle" fullscreen="" width="1752" height="912" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p>“Within Copyleaks, you can also customize the plagiarism settings,” said Perla. “So if you want to pull in data, we can identify content from the entire Internet, which is like seven billion web pages. We could also create a private cloud hub for your school, which will be all your school's data, in one cloud repository.”</p><p>A key differentiator for Copyleaks is its use of logic to explain the AI detection score, preventing instructors from relying solely on a percentage. This logic is provided through two patent-pending tools:</p><ul><li>AI Source Match, which identifies specific web pages or articles that the LLM used as a reference to generate the student's submission.</li><li>AI Phrases, which detects phrases used with high frequency by AI tools.</li></ul><p>Copyleaks is a top-tier partner with Canvas and D2L, and also integrates with Moodle, Blackboard, Brightspace, Schoology, and Sakai.</p><p><strong>Inkwire</strong></p><p>Dr. Julianne Ross-Kleinmann of Ulster BOCES demonstrated Inkwire, an early-stage, project-based learning (PBL) AI tool that supports deeper learning and accelerates authentic instructional design.</p><p>Inkwire consists of two main components: </p><ul><li>The PBL AI Copilot, which helps educators design PBL experiences aligned to state standards</li><li>The Portfolio Platform, through which students can capture and showcase evidence of their learning.</li></ul><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1743px;"><p class="vanilla-image-block" style="padding-top:52.21%;"><img id="PDVD5AMohpfgN6P83ioLTf" name="Screenshot 2026-05-22 091011" alt="Inkwire" src="https://cdn.mos.cms.futurecdn.net/PDVD5AMohpfgN6P83ioLTf.png" mos="" align="middle" fullscreen="" width="1743" height="910" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p>“What stood out for us is that Inkwire is focused specifically on teaching and learning and not just a generic AI tool letting educators figure it out on their own,” said Ross-Kleinman. “Instead, it helps teachers think intentionally about authentic learning experiences.” </p><p>The design process utilizes the High-tech High Graduate School of Education kaleidoscope framework, which is customizable to a district's own instructional frameworks. Teachers can input a design idea, upload files, and then ask the AI to generate core project elements such as essential questions, launch ideas, and assessment types.</p><p>The output is a "one-pager report" that includes learning goals, including state-specific standards, competencies (which can be aligned to standards such as Portrait of a Graduate), and a day-by-day or calendar-view plan.</p><p>Inkwire is designed for teacher collaboration, allowing educators to co-design interdisciplinary projects. The portfolio section is crucial for assessment, as it can house student work and artifacts, supporting statewide initiatives by following students as they move between schools and tracking seals of alignment. </p><h2 id="the-integrity-infrastructure-how-to-ensure-ai-solutions-are-safe">The Integrity Infrastructure: How to Ensure AI Solutions are Safe </h2><p>Tech & Learning’s second "EdTech to Watch" webinar, hosted by brand manager Christine Weiser, explored responsible AI integration in K-12 education. The event showcased a pair of product solutions–TrekAI and Lightspeed Systems Insight–and emphasized the importance of safety, governance, and personalized learning. Attendees got to see demos of both tools and ask questions, and then were treated to a discussion of vetting AI tools from AI consultant Greg Bagby.</p><p><strong>TrekAI</strong></p><p>TrekAI functions as an on-demand, Socratic tutor for students. Designed to replace chaotic or unvetted AI usage, it serves as a "walled garden" that provides students with a supervised "learner's permit" experience. </p><p>“We're just handing the keys over to our students, and we're just kind of like, ‘Okay, just go figure this whole AI thing out,’” said Erin Burchik, Chief Growth Officer for TrekAI. “ChatGPT and other platforms kinda feel like this chaotic, overwhelming, unsafe interstate. And I don't know about you, but when I taught my kids how to drive, we started on back roads and parking lots. We didn't go straight to the interstate. And so we want to advocate for the time that students are in your care, you give them an environment to learn how to navigate this new world of AI safely.” </p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1438px;"><p class="vanilla-image-block" style="padding-top:56.47%;"><img id="MmsYK3eJGUYBJadTMdbQmG" name="Screenshot 2026-06-15 114504" alt="webinar" src="https://cdn.mos.cms.futurecdn.net/MmsYK3eJGUYBJadTMdbQmG.png" mos="" align="middle" fullscreen="" width="1438" height="812" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p>TrekAI aligns with district standards and curriculum, resisting plagiarism by guiding students through problems rather than providing instant answers. It is FERPA and COPPA compliant to protect student data privacy. It also includes social-emotional alerts that notify counselors and administrators if student interactions indicate risks such as self-harm or violence.</p><p>Another offering, Trek Adventure, is a hyper-personalized literacy tool that transforms standard curricula into choose-your-own-adventure books. By integrating specific educational standards (such as math concepts involving fractions) into the narrative, the tool reinforces classroom learning while keeping students engaged. It offers accessibility features, such as dyslexic-friendly fonts, and provides teachers with insights into student reading progress, making it a practical tool for guided reading rotations and literacy blocks.</p><p>“Almost all of our team are former educators, so when we're building out new products like Trek Adventure, I think about my sixth grade science class when I was a teacher for fifteen years,” said Joe Edlhuber, account executive, “I would have used Trek Adventure every week during my guided science rotation. It's really practical, not just fluff tech. It is really something that teachers should be using and students wanna be using every week.”</p><p><strong>Lightspeed Systems </strong></p><p>Insight from Lightspeed Systems provides districts with total visibility into their digital ecosystem, allowing administrators to identify exactly which AI tools are being used, by whom, and for how long. Given that schools often struggle to manage the hundreds of apps present in their environment, Insight’s analytics hub helps identify usage trends and distinguish between productive AI engagement and potential misuse. </p><p>“What people find is whether you've built an approval system or not, AI is already in your environment,” said Sergio Villegas, former educator and current regional sales manager for Lightspeed Systems. “What we need to be able to do is answer questions better. So our dashboard is gonna show you everything.”</p><p>Insight also offers automated monitoring of vendor privacy policies, alerting districts of changes in terms to ensure ongoing compliance.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1609px;"><p class="vanilla-image-block" style="padding-top:55.38%;"><img id="pjCcf3S4H9FDFFaGJdaADW" name="Screenshot 2026-06-15 114658" alt="lightspeed systems" src="https://cdn.mos.cms.futurecdn.net/pjCcf3S4H9FDFFaGJdaADW.png" mos="" align="middle" fullscreen="" width="1609" height="891" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p>Lightspeed Alert automates safety monitoring by analyzing student interactions in real-time. It focuses on identifying concerning behavior, such as indicators of self-harm or violence, across AI platforms and web activity. When an incident occurs, the system shows evidence—including screenshots and transcripts—to administrators, allowing for rapid, human-led intervention. </p><p>“This is kind of the wrap-around story of why having a consistent ecosystem matters because these systems need to talk to each other,” said Villegas. “It's hard for schools because we're all being tasked with too much on our plate and not enough people and resources to do it. So having a single ecosystem that can surface information, that can let you search deeper, that can automatically notify you, is important.”</p><p>By connecting directly to student information systems, the tool ensures that school staff can reach out to families or take appropriate action quickly, moving schools away from reactive, "he-said-she-said" scenarios.</p><p><strong>Strategic Context: The AI Vetting Framework</strong></p><p>To complement these tools, AI specialist Greg Bagby outlined a strategic roadmap for vetting AI technologies. </p><p>“Before adopting any tools, districts should ask this question: What problem is it solving?” Bagby said. “Is this a tool with clear goals for tech that we need to support? Is it gonna give personalized feedback? Is it for lesson design, assignments, tutoring? And who's gonna benefit from this tool? Is this for the teachers, the students, the school leaders ? We need to have all this in mind before we start jumping into tools because we have access to many, many tools, and why not understand the why before we jump in.”</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1529px;"><p class="vanilla-image-block" style="padding-top:53.63%;"><img id="MYqL933SqUCHymAz4RG6cR" name="Screenshot 2026-06-15 114859" alt="ai vetting" src="https://cdn.mos.cms.futurecdn.net/MYqL933SqUCHymAz4RG6cR.png" mos="" align="middle" fullscreen="" width="1529" height="820" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p>Bagby said that districts should avoid working in silos and instead form inclusive task forces that include stakeholders from IT, curriculum, and, crucially, students. </p><p>Bagby’s framework underscores that AI must prioritize human-in-the-loop oversight, cultural bias testing, and rigorous data privacy agreements. He concluded that because AI technology evolves daily, district policies should be viewed as living documents, requiring constant dialogue to ensure they remain safe and reflective of the current learning environment.</p><p>“Just make sure that you avoid vendors who won't disclose how student data is being used and how AI is being trained,” Bagby added. “If it's using the student data to be trained on, that's one of those things that we wanna make sure that we always step away from and be cognizant of.”</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Creating 5 Pillars To Guide AI Use In Your District ]]></title>
                                                                                                <dc:content><![CDATA[ <p>When Kadion Phillips first joined Shrewsbury Public Schools in Massachusetts as Director of Information Technology a few years ago, one of the first tasks on his agenda, like many other district leaders, was tackling how to implement artificial intelligence.</p><p>To that end, Phillips and district superintendent Joseph Sawyer established a special committee of approximately 20 staff and faculty members to address the rapid development and implementation of AI.  </p><p>Ultimately, the Shrewsbury AI committee came up with five pillars to guide the district’s use of AI: </p><ol start="1"><li><strong>Preparing students for an AI future</strong> - Focusing on readying students for a future in which AI tools will be infused throughout society, higher education, and the workplace.</li><li><strong>Effectively utilizing AI learning tools for students</strong> - Using AI tools to appropriately support student learning across all classrooms.</li><li><strong>Implementing AI working tools for staff</strong> - Finding the right AI platforms to help faculty and staff to work more efficiently and effectively.</li><li><strong>Establishing guardrails against inappropriate AI use</strong> - Putting effective rules and best practices in place to protect data and discourage inappropriate use of AI.</li><li><strong>Ensuring AI practices promote academic integrity</strong> - Creating an effective framework for acceptable use of AI by students in the context of academic integrity.</li></ol><p>Rather than selecting specific tools, the committee has worked to align these pillars with the district's "Portrait of a Graduate" skills, such as critical thinking and innovation.</p><p>“We also started creating a guiding document, more of a framework, that we're hoping to get out to staff in terms of, ‘Here's where we are right now, and here's what we're trying to get to,” Phillips says. “We're also developing a one-pager of AI dos and don'ts to release this year.”</p><p>For this and his other work in his district, Phillips was recently recognized with a Tech & Learning <a href="https://www.techlearningevents.com/innovativeleaderawards/home" target="_blank"><u><strong>Innovative Leader Award</strong></u></a>. He shares his continued efforts around AI and for improving the district’s cybersecurity.</p><h2 id="a-work-in-progress">A Work In Progress</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2181px;"><p class="vanilla-image-block" style="padding-top:60.89%;"><img id="wZP8N7QfpSQkh56xMfdByT" name="Screenshot 2026-05-20 at 9.17.42 AM" alt="Kadion Phillips" src="https://cdn.mos.cms.futurecdn.net/wZP8N7QfpSQkh56xMfdByT.png" mos="" align="middle" fullscreen="" width="2181" height="1328" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Kadion Phillips)</span></figcaption></figure><p>The son of a math teacher from Jamaica who eventually went on to be a school principal, Phillips was exposed early to the possibilities of a career in education and technology. He was working in tech support for a startup company near Times Square in New York City with plans on going to grad school for physics when he heard that there was a local teacher shortage.</p><p>“I decided the best way to study for grad school is to teach physics,” Phillips says. He became a teaching fellow since he didn’t have a teaching degree, which was the shortest path to certification. “I was basically kind of thrown into the classroom in New York City after doing a summer intensive, and it was definitely rewarding but also challenging.” </p><p>While teaching, his tech expertise helped him become the <em>de facto</em> tech guy at his school, helping to resolve any issue, from fixing the copier to helping in the computer lab to running data analysis. Although he eventually became an assistant principal, following in his mother’s footsteps, a colleague suggested another path.</p><p>“I met the tech director in Rochester and he was telling me, ‘Hey, this is what you should do, you should be a tech director,” Phillips recalls. “And I'm like, ‘a tech director, what’s that?’ I'd never heard of that role. I know you had one person help send emails, but I never really thought somebody was in the back end coordinating it all.”</p><p>Phillips and his wife, also an assistant principal in NYC, were looking for a better work-life balance at this point, so they moved to suburban Massachusetts where she had been raised. After diving into tech leadership positions in a few districts, Phillips eventually ended up in Shrewsbury about two years ago, just in time for AI’s arrival in education.</p><p>As mentioned, Phillips has been proactive in implementing AI, although there are always challenges, such as staff who still are resistant to allowing it in their classrooms because they can’t get past the potential for cheating, and navigating the student data privacy aspects. Like for many districts, it continues to be a work in progress.</p><p>“We aren't necessarily picking a tool and saying this is what you need to use but it's like thinking about, ‘Hey, what are the opportunities where AI could be useful?’” Phillips says. “We figured out the skills that we want kids to get with AI is going to be similar to what we did with our portrait of a graduate, such as critical thinking, content mastery, innovation, resilience, collaboration, and even the global citizenship piece.”</p><h2 id="locking-down-without-locking-out">‘Locking Down Without Locking Out’</h2><p>In addition to a focus on AI, Phillips has prioritized cybersecurity as a foundational element of the district’s technology plan, which has earned his team a Massachusetts Governor’s Citation for Municipal Cybersecurity. </p><p>“We try to lock things down as much as possible,” says Phillips, adding that they have multifactor authentication on all systems now. “We also have tiered access, like limiting who needs to get access to what. So like our main account doesn't have access to our domain controller, for example, so even if our regular account were to get compromised, it wouldn't have any access to our other internal systems.”</p><p>Or, as he puts it, “locking down without locking out” users. </p><p>Despite his best efforts, however, Phillips knows cybersecurity is sometimes out of his hands.</p><p>“It's just one of those things where we're trying to do best practices but the vendors for our most critical systems, we also have to trust that they're also doing the same,” he says, noting some recent high-profile data breaches. “I think that's what keeps us IT workers up at night, you know, showing up in the morning and seeing that your system potentially could be compromised.”</p><p>The district utilizes a state-funded grant to provide training and conduct phishing campaigns, which has improved staff awareness and the reporting of suspicious activities.</p><p>Even so, cybersecurity needs to be a constant commitment.</p><p>“You can create all this security, do all the training, and build this wall around it,” Phillips says. “But then somebody just leaves the door right open.”</p><h2 id="tools-they-use-2">Tools They Use</h2><ul><li>Google for Education</li><li>Schoology</li><li>Seesaw</li><li>ParentSquare</li><li>Zoom</li><li>Apple MacBooks and iPads</li><li>Epson</li><li>Fresh Service</li></ul> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/technology/ai/creating-5-pillars-to-guide-ai-use-in-your-district</link>
                                                                            <description>
                            <![CDATA[ Innovative Leader Award - Director of Information Technology Kadion Phillips discusses implementing AI in a school district as well as how to bolster cybersecurity. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">wgehrWFMeCFtErGCyyNgYG</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/p7uWjj4ArFK8HkvVsX3x4Z-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Thu, 18 Jun 2026 09:00:00 +0000</pubDate>                                                                                                                                <updated>Mon, 27 Jul 2026 16:54:24 +0000</updated>
                                                                                                                                            <category><![CDATA[AI]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Ray Bendici ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/p7uWjj4ArFK8HkvVsX3x4Z-1280-80.png">
                                                            <media:credit><![CDATA[Kadion Phillips]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[&lt;em&gt;Kadion Phillips (right) with his colleague Paul Latino.&lt;/em&gt;]]></media:description>                                                            <media:text><![CDATA[Kadion Phillips]]></media:text>
                                <media:title type="plain"><![CDATA[Kadion Phillips]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/p7uWjj4ArFK8HkvVsX3x4Z-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>When Kadion Phillips first joined Shrewsbury Public Schools in Massachusetts as Director of Information Technology a few years ago, one of the first tasks on his agenda, like many other district leaders, was tackling how to implement artificial intelligence.</p><p>To that end, Phillips and district superintendent Joseph Sawyer established a special committee of approximately 20 staff and faculty members to address the rapid development and implementation of AI.  </p><p>Ultimately, the Shrewsbury AI committee came up with five pillars to guide the district’s use of AI: </p><ol start="1"><li><strong>Preparing students for an AI future</strong> - Focusing on readying students for a future in which AI tools will be infused throughout society, higher education, and the workplace.</li><li><strong>Effectively utilizing AI learning tools for students</strong> - Using AI tools to appropriately support student learning across all classrooms.</li><li><strong>Implementing AI working tools for staff</strong> - Finding the right AI platforms to help faculty and staff to work more efficiently and effectively.</li><li><strong>Establishing guardrails against inappropriate AI use</strong> - Putting effective rules and best practices in place to protect data and discourage inappropriate use of AI.</li><li><strong>Ensuring AI practices promote academic integrity</strong> - Creating an effective framework for acceptable use of AI by students in the context of academic integrity.</li></ol><p>Rather than selecting specific tools, the committee has worked to align these pillars with the district's "Portrait of a Graduate" skills, such as critical thinking and innovation.</p><p>“We also started creating a guiding document, more of a framework, that we're hoping to get out to staff in terms of, ‘Here's where we are right now, and here's what we're trying to get to,” Phillips says. “We're also developing a one-pager of AI dos and don'ts to release this year.”</p><p>For this and his other work in his district, Phillips was recently recognized with a Tech & Learning <a href="https://www.techlearningevents.com/innovativeleaderawards/home" target="_blank"><u><strong>Innovative Leader Award</strong></u></a>. He shares his continued efforts around AI and for improving the district’s cybersecurity.</p><h2 id="a-work-in-progress">A Work In Progress</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2181px;"><p class="vanilla-image-block" style="padding-top:60.89%;"><img id="wZP8N7QfpSQkh56xMfdByT" name="Screenshot 2026-05-20 at 9.17.42 AM" alt="Kadion Phillips" src="https://cdn.mos.cms.futurecdn.net/wZP8N7QfpSQkh56xMfdByT.png" mos="" align="middle" fullscreen="" width="2181" height="1328" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Kadion Phillips)</span></figcaption></figure><p>The son of a math teacher from Jamaica who eventually went on to be a school principal, Phillips was exposed early to the possibilities of a career in education and technology. He was working in tech support for a startup company near Times Square in New York City with plans on going to grad school for physics when he heard that there was a local teacher shortage.</p><p>“I decided the best way to study for grad school is to teach physics,” Phillips says. He became a teaching fellow since he didn’t have a teaching degree, which was the shortest path to certification. “I was basically kind of thrown into the classroom in New York City after doing a summer intensive, and it was definitely rewarding but also challenging.” </p><p>While teaching, his tech expertise helped him become the <em>de facto</em> tech guy at his school, helping to resolve any issue, from fixing the copier to helping in the computer lab to running data analysis. Although he eventually became an assistant principal, following in his mother’s footsteps, a colleague suggested another path.</p><p>“I met the tech director in Rochester and he was telling me, ‘Hey, this is what you should do, you should be a tech director,” Phillips recalls. “And I'm like, ‘a tech director, what’s that?’ I'd never heard of that role. I know you had one person help send emails, but I never really thought somebody was in the back end coordinating it all.”</p><p>Phillips and his wife, also an assistant principal in NYC, were looking for a better work-life balance at this point, so they moved to suburban Massachusetts where she had been raised. After diving into tech leadership positions in a few districts, Phillips eventually ended up in Shrewsbury about two years ago, just in time for AI’s arrival in education.</p><p>As mentioned, Phillips has been proactive in implementing AI, although there are always challenges, such as staff who still are resistant to allowing it in their classrooms because they can’t get past the potential for cheating, and navigating the student data privacy aspects. Like for many districts, it continues to be a work in progress.</p><p>“We aren't necessarily picking a tool and saying this is what you need to use but it's like thinking about, ‘Hey, what are the opportunities where AI could be useful?’” Phillips says. “We figured out the skills that we want kids to get with AI is going to be similar to what we did with our portrait of a graduate, such as critical thinking, content mastery, innovation, resilience, collaboration, and even the global citizenship piece.”</p><h2 id="locking-down-without-locking-out">‘Locking Down Without Locking Out’</h2><p>In addition to a focus on AI, Phillips has prioritized cybersecurity as a foundational element of the district’s technology plan, which has earned his team a Massachusetts Governor’s Citation for Municipal Cybersecurity. </p><p>“We try to lock things down as much as possible,” says Phillips, adding that they have multifactor authentication on all systems now. “We also have tiered access, like limiting who needs to get access to what. So like our main account doesn't have access to our domain controller, for example, so even if our regular account were to get compromised, it wouldn't have any access to our other internal systems.”</p><p>Or, as he puts it, “locking down without locking out” users. </p><p>Despite his best efforts, however, Phillips knows cybersecurity is sometimes out of his hands.</p><p>“It's just one of those things where we're trying to do best practices but the vendors for our most critical systems, we also have to trust that they're also doing the same,” he says, noting some recent high-profile data breaches. “I think that's what keeps us IT workers up at night, you know, showing up in the morning and seeing that your system potentially could be compromised.”</p><p>The district utilizes a state-funded grant to provide training and conduct phishing campaigns, which has improved staff awareness and the reporting of suspicious activities.</p><p>Even so, cybersecurity needs to be a constant commitment.</p><p>“You can create all this security, do all the training, and build this wall around it,” Phillips says. “But then somebody just leaves the door right open.”</p><h2 id="tools-they-use-2">Tools They Use</h2><ul><li>Google for Education</li><li>Schoology</li><li>Seesaw</li><li>ParentSquare</li><li>Zoom</li><li>Apple MacBooks and iPads</li><li>Epson</li><li>Fresh Service</li></ul>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Bad AI Policy Is Worse Than No Policy at All. How to Build One That Works ]]></title>
                                                                                                <dc:content><![CDATA[ <div class="youtube-video" data-nosnippet ><div class="video-aspect-box"><iframe data-lazy-priority="low" data-lazy-src="https://www.youtube-nocookie.com/embed/t3UcO4idAjA" allowfullscreen></iframe></div></div><p>Watch above or listen/download below.</p><iframe allow="clipboard-write" height="200px" width="100%" id="" style="width: 100%; height: 200px; margin-bottom: 20px; border-radius: 6px; overflow: hidden;" class="position-center" data-lazy-priority="low" data-lazy-src="https://player.captivate.fm/episode/49b71612-940b-4c2f-94ea-1aa006d21d68/"></iframe><p>About two-thirds of U.S. districts and states have some form of AI policy in place. The other third is, as Sasha Luks-Morgan puts it, the wild west. And even many of the policies that do exist, she argues, aren't doing what they're supposed to do. </p><p>Luks-Morgan is a policy analyst at SchoolAI, a K-12 AI platform they say is built around teacher visibility and student engagement, and she spends her days meeting with districts across the country helping them figure all this out. </p><p>In this conversation with Tech & Learning, she offers a clear-eyed framework for where AI policy in schools stands — and what it's going to take to move it forward.</p><p>Her three-pillar framework for any district starting from scratch: understand how your students and teachers are actually using AI right now; lock down student data privacy and personally identifiable information; and address academic integrity in a way that keeps students in the driver's seat of their own learning rather than offloading cognition to a machine. </p><p>"Systems only move as fast as the humans in them," she says. "That's the starting point."</p><p>She also draws a sharp distinction between two policy philosophies that often get conflated. Acceptable use policies, she says, are essentially lists of prohibitions. Responsible use policies are something different — these model good behavior, explain the reasoning behind expectations, and treat students as participants in the process rather than subjects of it.</p><p>On the vendor side, she is equally direct: the edtech industry has not taken enough responsibility for making tools work in ways that support good policy. SchoolAI's response is a free policy-writing service — available to any district, partner or not — in which a member of the team will sit with administrators, hear their concerns, and draft or revise a policy document they can take to legal counsel and implement. </p><p>"Bad policy is worse than no policy," she says. "We really want to see districts succeeding."</p><p>She also addresses district scale: the fundamentals — student privacy, ethical use, data governance — apply universally, from a 108-student K-8 district in the Mid-Atlantic to New York City Public Schools. What changes is implementation, committee structure, and who carries the weight. In small districts, that often means one superintendent or tech director holding the entire AI portfolio alone.</p><p>Her advice for the path forward: review your policy annually, build teacher expertise so your bench runs deep, and accept that the technology will always outpace the paperwork. The goal isn't to catch up but to stay close enough to matter.</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/technology/ai/bad-ai-policy-is-worse-than-no-policy-at-all-how-to-build-one-that-works</link>
                                                                            <description>
                            <![CDATA[ Conversations with Kevin Hogan: SchoolAI policy analyst Sasha Luks-Morgan breaks down the three pillars every district AI policy needs ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">YpJr85hD6gyXxFnh4B2Mhn</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/aXCBmf4dHdabYTfk7nkkeV-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Tue, 16 Jun 2026 09:00:00 +0000</pubDate>                                                                                                                                <updated>Thu, 18 Jun 2026 09:50:29 +0000</updated>
                                                                                                                                            <category><![CDATA[AI]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Kevin Hogan ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ &lt;p&gt;&lt;strong&gt;Kevin Hogan&lt;/strong&gt; is a forward-thinking media executive with more than 25 years of experience building brands and audiences online, in print, and face-to-face. Kevin has been reporting on education technology for more than 20 years. Previously, he was Editor-at-Large at eSchool News and Managing Director of Content for Tech &amp; Learning.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/aXCBmf4dHdabYTfk7nkkeV-1280-80.png">
                                                            <media:credit><![CDATA[Future]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[conversations with kevin hogan]]></media:description>                                                            <media:text><![CDATA[conversations with kevin hogan]]></media:text>
                                <media:title type="plain"><![CDATA[conversations with kevin hogan]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/aXCBmf4dHdabYTfk7nkkeV-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <div class="youtube-video" data-nosnippet ><div class="video-aspect-box"><iframe data-lazy-priority="low" data-lazy-src="https://www.youtube-nocookie.com/embed/t3UcO4idAjA" allowfullscreen></iframe></div></div><p>Watch above or listen/download below.</p><iframe allow="clipboard-write" height="200px" width="100%" id="" style="width: 100%; height: 200px; margin-bottom: 20px; border-radius: 6px; overflow: hidden;" class="position-center" data-lazy-priority="low" data-lazy-src="https://player.captivate.fm/episode/49b71612-940b-4c2f-94ea-1aa006d21d68/"></iframe><p>About two-thirds of U.S. districts and states have some form of AI policy in place. The other third is, as Sasha Luks-Morgan puts it, the wild west. And even many of the policies that do exist, she argues, aren't doing what they're supposed to do. </p><p>Luks-Morgan is a policy analyst at SchoolAI, a K-12 AI platform they say is built around teacher visibility and student engagement, and she spends her days meeting with districts across the country helping them figure all this out. </p><p>In this conversation with Tech & Learning, she offers a clear-eyed framework for where AI policy in schools stands — and what it's going to take to move it forward.</p><p>Her three-pillar framework for any district starting from scratch: understand how your students and teachers are actually using AI right now; lock down student data privacy and personally identifiable information; and address academic integrity in a way that keeps students in the driver's seat of their own learning rather than offloading cognition to a machine. </p><p>"Systems only move as fast as the humans in them," she says. "That's the starting point."</p><p>She also draws a sharp distinction between two policy philosophies that often get conflated. Acceptable use policies, she says, are essentially lists of prohibitions. Responsible use policies are something different — these model good behavior, explain the reasoning behind expectations, and treat students as participants in the process rather than subjects of it.</p><p>On the vendor side, she is equally direct: the edtech industry has not taken enough responsibility for making tools work in ways that support good policy. SchoolAI's response is a free policy-writing service — available to any district, partner or not — in which a member of the team will sit with administrators, hear their concerns, and draft or revise a policy document they can take to legal counsel and implement. </p><p>"Bad policy is worse than no policy," she says. "We really want to see districts succeeding."</p><p>She also addresses district scale: the fundamentals — student privacy, ethical use, data governance — apply universally, from a 108-student K-8 district in the Mid-Atlantic to New York City Public Schools. What changes is implementation, committee structure, and who carries the weight. In small districts, that often means one superintendent or tech director holding the entire AI portfolio alone.</p><p>Her advice for the path forward: review your policy annually, build teacher expertise so your bench runs deep, and accept that the technology will always outpace the paperwork. The goal isn't to catch up but to stay close enough to matter.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ A Day In The Life Of A Principal Using AI ]]></title>
                                                                                                <dc:content><![CDATA[ <p>Since AI came onto the scene, a lot has changed with it while some recurring themes have sustained. AI continues to act as a broad tool that provides <a href="https://www.techlearning.com/news/ais-remarkably-imperfect-productivity-tricks-us-into-mistakes-heres-how-you-can-avoid-these" target="_blank"><u><strong>remarkably imperfect productivity</strong></u></a>. </p><p>While significant cautions abound assuming its reliability, understanding AI’s usefulness while recognizing its limits makes my day as a principal more efficient AND effective. This brought me to consider what a typical day looks like for me using AI tools to <a href="https://www.smartbrief.com/original/leaders-give-tasks-to-chatbot" target="_blank" rel="nofollow"><u><strong>offload administrivia</strong></u></a>. </p><p>With so many options, I wanted to break it down for your use. I don’t expect to use all these tools everyday, but try a few and walk away liberated, with more time and availability for students, staff, and parents. That’s a win for everyone.</p><p>I start my day thinking about rising concerns by my faculty over religious opt outs, based on a Supreme Court decision this fall. They were receiving template emails people find online (hilarious when they forget to replace ‘student name’ with their child’s name). My nervous teachers want guidance, so I use AI to clearly and comfortably provide them with direction:</p><h2 id="doe-memo-converted-to-slides-time-spent-8-minutes">DOE Memo Converted To Slides (Time spent: 8 minutes)</h2><figure class="van-image-figure pull-right inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:537px;"><p class="vanilla-image-block" style="padding-top:194.04%;"><img id="5vYR2rDeKNApqHGawQ7x8R" name="Screenshot 2026-06-01 113436" alt="ai image" src="https://cdn.mos.cms.futurecdn.net/5vYR2rDeKNApqHGawQ7x8R.png" mos="" align="right" fullscreen="" width="537" height="1042" attribution="" endorsement="" class="pull-rightinline"></p></div></div><figcaption itemprop="caption description" class="pull-right inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Michael Gaskell/Gemini)</span></figcaption></figure><p>I google my state's DOE guidance on handling parental opt outs and find a <a href="https://www.nj.gov/education/broadcasts/2025/nov/5/GuidanceRegardingParentalOptOutsBasedonReligiousObjections.pdf" target="_blank" rel="nofollow"><u><strong>state memo</strong></u></a> that is a great antidote for insomnia. It is the standard boring, lengthy legalease. I add the link to Gemini and select canvas mode.</p><p>What I like is it follows my prompt to be pleasant and supportive. The <a href="https://gemini.google.com/share/7704d9c97445" target="_blank" rel="nofollow"><u><strong>slide deck</strong></u></a> gets me “mostly there,” my common phrase for AI giving me a terrific start that I edit, ensuring <a href="https://www.techlearning.com/technology/ai/ai-assisted-teacher-evaluations-an-integrated-three-phase-approach-to-upgrade-quality-and-efficiency" target="_blank" rel="nofollow"><u><strong>my voice is present</strong></u></a>. I then export the slides and edit as needed. </p><p>This process takes me under 10 minutes, during which I transform a dry, boring memo into a meaningful presentation for my faculty. This would have taken about an hour analog-style, so I get back 50+ minutes to be present for my school community!</p><h2 id="text-to-email-blast-to-parents-time-spent-5-minutes">Text-To-Email Blast To Parents (Time spent: 5 minutes)</h2><figure class="van-image-figure pull-right inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1415px;"><p class="vanilla-image-block" style="padding-top:61.13%;"><img id="8LdzBXNPiUZsnHyjWYH4te" name="Screenshot 2026-06-01 113653" alt="Michael Gaskell text message" src="https://cdn.mos.cms.futurecdn.net/8LdzBXNPiUZsnHyjWYH4te.png" mos="" align="right" fullscreen="" width="1415" height="865" attribution="" endorsement="" class="pull-rightinline"></p></div></div><figcaption itemprop="caption description" class="pull-right inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Michael Gaskell)</span></figcaption></figure><p>Principals are mediums of communication, and often, are expected to funnel information into a digestible explanation, even when that information is shared in fragmented bursts, as it typically is. </p><p>Next on my list is a field day announcement. I need to communicate to ensure everyone is prepared for our big day of events. My physical education teacher sends me this text (<em>at right</em>).</p><p>It is timely, but to stop and rewrite it in a cohesive format will take time I often don’t have during a busy day. (Time that is better spent outside my office as improvement doesn’t happen there but in classrooms.) </p><p>I copy and paste the phys ed teacher’s text with a simple prompt: <em>Convert this into a message for parents of our school, Central elementary for our field day.</em></p><p>The <a href="https://docs.google.com/document/d/1sx4am_WDham0xV8HuQyDeafSGwwIoUgtPknjMQjYmdw/edit?usp=sharing" target="_blank" rel="nofollow"><u><strong>output is thorough</strong></u></a>, better than I expect, done in about a quarter the time it would normally take. Better, to get all this into a 140-character text message, I prompt from the output, “140 characters” and voila! This way, parents get an email and a text, increasing the likelihood they see it. All from a single text message!</p><h2 id="letter-of-recommendation-time-spent-7-minutes">Letter Of Recommendation (Time spent: 7 minutes)</h2><p>I can write fast but when I get asked to write letters of recommendation, these all happen within weeks of each other. Drafting a good letter with fidelity takes time. This is the next task on my list. </p><p>For this, I have the requester send me their resume, copy it into my chat, and prompt the AI to write a letter of recommendation based on the information–2 minutes! </p><p>The other 5 minutes is me editing, revising, removing those <a href="https://www.perplexity.ai/search/summarize-what-the-tell-tale-s-2QnWb7xDQhKh8UC512TpsA" target="_blank" rel="nofollow"><u><strong>weird AI words</strong></u></a>, and most importantly, adding a sentence or two about something I know personally regarding the candidate. What took a half hour now takes a quarter of the time, and the quality is sound.</p><h2 id="email-summary-and-reply-time-spent-5-10-minutes">Email Summary and Reply (Time spent: 5-10 minutes) </h2><p>Every principal gets the dreaded email that is seven pages long, often emotional and hard to decipher. It is nearing lunch time and I need to get through it fast!</p><p>Typically, I prompt the AI to summarize the email, and then reply in a tone that is kind but firm, or whatever is necessary. This is a big time saver! I am not glued to my laptop, reading and rereading run-on sentences to find the essence of a message buried deep. AI does a great job of siphoning this off and producing a quality reply. Onward!</p><h2 id="sensitive-guidance-time-spent-5-minutes">Sensitive Guidance (Time spent: 5 minutes) </h2><p>Speaking of emotional challenges, every principal has gotten a charged call or email from a parent upset that a school official called the Division of Child Welfare. This is my next task, after lunch. </p><p>While school personnel are compelled by strict legal guidelines, parents see it as a personal attack on their parenting. Understandable. I didn’t get this one right the first time, and have to add my state specifics, as well as the tone: sensitive, understanding, pragmatic, etc. </p><p><a href="https://docs.google.com/document/d/1xY77w-_eP9s22MbvT1euB4E_fjStpZZDDTX2eX1X91o/edit?usp=drivesdk" target="_blank" rel="nofollow"><u><strong>What is produced is excellent</strong></u></a>. I am provided references to the legal obligation, integrated with an ideal tone. I edit it, print it, and show the parent. Its well-organized format helps me work through the document, and the parent expresses acknowledgement of my understanding.</p><h2 id="picture-of-calendar-events-added-to-my-calendar-time-spent-3-minutes">Picture Of Calendar Events Added To My Calendar (Time spent: 3 minutes) </h2><p>My day has to have some fun mixed in, right? It’s mid afternoon and I think of that dentist post card for my next visit that I always lose.</p><p>I just take a picture and prompt Gemini to add it to my google calendar. This works with Copilot users, too. Even better, I can use it with an email with a series of meetings or events, or my Penn State football schedule from this ugly screen capture–and instantly, I have 12 events (games) added. That’s fast and reliable! </p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:965px;"><p class="vanilla-image-block" style="padding-top:90.05%;"><img id="22UQCNmZYsV8vwmxTh5nBS" name="Screenshot 2026-06-01 114200" alt="image of Michael Gaskell's messages" src="https://cdn.mos.cms.futurecdn.net/22UQCNmZYsV8vwmxTh5nBS.png" mos="" align="middle" fullscreen="" width="965" height="869" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Michael Gaskell)</span></figcaption></figure><h2 id="notebooklm-for-navigating-lengthy-documents-time-spent-3-minutes">NotebookLM for navigating lengthy documents (Time spent: 3 minutes)</h2><p>My day is almost over and I spent most of it out of my office because of the AI tricks above. Next, I decide to check on a contract question. </p><p>I head over to Google’s NotebookLM, into which I upload a pdf of the teacher contract, and ask how many minutes of pupil contact time a teacher can have. Boom, 287 minutes with the link to the direct reference! </p><p>This is priceless for the administrator who often gets questions and different interpretations of contract language. Time-saver, and response can be within the spirit of contracts.</p><p>A few more AI time-savers that I have embraced, but not all on the same day, include PD planning, form feedback, and evaluation feedback referencing our evaluation model. I estimate a few hours saved daily–not minutes–and my school wins when I’m present!</p><p><em>Note: Much of the information I use with AI may contain names or other personal data, so I am sure to remove any of that before prompting.</em></p> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/technology/ai/a-day-in-the-life-of-a-principal-using-ai</link>
                                                                            <description>
                            <![CDATA[ How one school principal uses AI to save time on administrative tasks that can be better spent with students and staff ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">P88yoQd4Wqo3q8sFQnBZBR</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/iCyno6wev99w2kGoYMiGfV-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 15 Jun 2026 09:00:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[AI]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Michael Gaskell ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ &lt;p&gt;&lt;em&gt;Dr. Michael Gaskell is Principal at Central Elementary School in East Brunswick, NJ, has been published in &lt;/em&gt;&lt;a href=&quot;https://muckrack.com/michael-gaskell/articles&quot; target=&quot;_blank&quot;&gt;&lt;em&gt;&lt;strong&gt;75 articles&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;&lt;em&gt;, and is author of three books: &lt;/em&gt;&lt;a href=&quot;https://www.amazon.com/Radical-Principals-Michael-S-Gaskell/dp/1032229284/ref=nodl_?dplnkId=5a02662b-1b21-4ca1-adea-f3c106d01792&quot; target=&quot;_blank&quot;&gt;&lt;em&gt;&lt;strong&gt;Radical Principals&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;&lt;em&gt;&lt;strong&gt;, &lt;/strong&gt;&lt;/em&gt;&lt;a href=&quot;https://www.amazon.com/Leading-Schools-Through-Trauma-Data-Driven/dp/0367755629/ref=nodl_?dplnkId=935460ba-3038-459a-9cfb-f3c6d16bd075&quot; target=&quot;_blank&quot;&gt;&lt;em&gt;&lt;strong&gt;Leading Schools Through Trauma&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;&lt;em&gt; (September, 2021) and &lt;/em&gt;&lt;a href=&quot;https://www.amazon.com/Microstrategy-Magic-Confronting-Classroom-Challenges/dp/1475855311/ref=nodl_?dplnkId=834f94ab-b177-421b-ab01-fc9f86491d9b&quot; target=&quot;_blank&quot;&gt;&lt;em&gt;&lt;strong&gt;Microstrategy Magic&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;&lt;em&gt; (October, 2020). Mike provides current guidance on AI, presents at national conferences, including ISTE (June 2023) The Learning and the Brain (November, 2021), and FETC (January 2025; 2024: 2023, and 2022); and works to find refreshing solutions to the persistent problems educators and families face. Read more at &lt;/em&gt;&lt;a href=&quot;http://michael-gaskell-922711100/&quot; target=&quot;_blank&quot;&gt;&lt;em&gt;&lt;strong&gt;LinkedIn&lt;/strong&gt;&lt;/em&gt;&lt;/a&gt;&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/iCyno6wev99w2kGoYMiGfV-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[principal using ai]]></media:description>                                                            <media:text><![CDATA[principal using ai]]></media:text>
                                <media:title type="plain"><![CDATA[principal using ai]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/iCyno6wev99w2kGoYMiGfV-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Since AI came onto the scene, a lot has changed with it while some recurring themes have sustained. AI continues to act as a broad tool that provides <a href="https://www.techlearning.com/news/ais-remarkably-imperfect-productivity-tricks-us-into-mistakes-heres-how-you-can-avoid-these" target="_blank"><u><strong>remarkably imperfect productivity</strong></u></a>. </p><p>While significant cautions abound assuming its reliability, understanding AI’s usefulness while recognizing its limits makes my day as a principal more efficient AND effective. This brought me to consider what a typical day looks like for me using AI tools to <a href="https://www.smartbrief.com/original/leaders-give-tasks-to-chatbot" target="_blank" rel="nofollow"><u><strong>offload administrivia</strong></u></a>. </p><p>With so many options, I wanted to break it down for your use. I don’t expect to use all these tools everyday, but try a few and walk away liberated, with more time and availability for students, staff, and parents. That’s a win for everyone.</p><p>I start my day thinking about rising concerns by my faculty over religious opt outs, based on a Supreme Court decision this fall. They were receiving template emails people find online (hilarious when they forget to replace ‘student name’ with their child’s name). My nervous teachers want guidance, so I use AI to clearly and comfortably provide them with direction:</p><h2 id="doe-memo-converted-to-slides-time-spent-8-minutes">DOE Memo Converted To Slides (Time spent: 8 minutes)</h2><figure class="van-image-figure pull-right inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:537px;"><p class="vanilla-image-block" style="padding-top:194.04%;"><img id="5vYR2rDeKNApqHGawQ7x8R" name="Screenshot 2026-06-01 113436" alt="ai image" src="https://cdn.mos.cms.futurecdn.net/5vYR2rDeKNApqHGawQ7x8R.png" mos="" align="right" fullscreen="" width="537" height="1042" attribution="" endorsement="" class="pull-rightinline"></p></div></div><figcaption itemprop="caption description" class="pull-right inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Michael Gaskell/Gemini)</span></figcaption></figure><p>I google my state's DOE guidance on handling parental opt outs and find a <a href="https://www.nj.gov/education/broadcasts/2025/nov/5/GuidanceRegardingParentalOptOutsBasedonReligiousObjections.pdf" target="_blank" rel="nofollow"><u><strong>state memo</strong></u></a> that is a great antidote for insomnia. It is the standard boring, lengthy legalease. I add the link to Gemini and select canvas mode.</p><p>What I like is it follows my prompt to be pleasant and supportive. The <a href="https://gemini.google.com/share/7704d9c97445" target="_blank" rel="nofollow"><u><strong>slide deck</strong></u></a> gets me “mostly there,” my common phrase for AI giving me a terrific start that I edit, ensuring <a href="https://www.techlearning.com/technology/ai/ai-assisted-teacher-evaluations-an-integrated-three-phase-approach-to-upgrade-quality-and-efficiency" target="_blank" rel="nofollow"><u><strong>my voice is present</strong></u></a>. I then export the slides and edit as needed. </p><p>This process takes me under 10 minutes, during which I transform a dry, boring memo into a meaningful presentation for my faculty. This would have taken about an hour analog-style, so I get back 50+ minutes to be present for my school community!</p><h2 id="text-to-email-blast-to-parents-time-spent-5-minutes">Text-To-Email Blast To Parents (Time spent: 5 minutes)</h2><figure class="van-image-figure pull-right inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1415px;"><p class="vanilla-image-block" style="padding-top:61.13%;"><img id="8LdzBXNPiUZsnHyjWYH4te" name="Screenshot 2026-06-01 113653" alt="Michael Gaskell text message" src="https://cdn.mos.cms.futurecdn.net/8LdzBXNPiUZsnHyjWYH4te.png" mos="" align="right" fullscreen="" width="1415" height="865" attribution="" endorsement="" class="pull-rightinline"></p></div></div><figcaption itemprop="caption description" class="pull-right inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Michael Gaskell)</span></figcaption></figure><p>Principals are mediums of communication, and often, are expected to funnel information into a digestible explanation, even when that information is shared in fragmented bursts, as it typically is. </p><p>Next on my list is a field day announcement. I need to communicate to ensure everyone is prepared for our big day of events. My physical education teacher sends me this text (<em>at right</em>).</p><p>It is timely, but to stop and rewrite it in a cohesive format will take time I often don’t have during a busy day. (Time that is better spent outside my office as improvement doesn’t happen there but in classrooms.) </p><p>I copy and paste the phys ed teacher’s text with a simple prompt: <em>Convert this into a message for parents of our school, Central elementary for our field day.</em></p><p>The <a href="https://docs.google.com/document/d/1sx4am_WDham0xV8HuQyDeafSGwwIoUgtPknjMQjYmdw/edit?usp=sharing" target="_blank" rel="nofollow"><u><strong>output is thorough</strong></u></a>, better than I expect, done in about a quarter the time it would normally take. Better, to get all this into a 140-character text message, I prompt from the output, “140 characters” and voila! This way, parents get an email and a text, increasing the likelihood they see it. All from a single text message!</p><h2 id="letter-of-recommendation-time-spent-7-minutes">Letter Of Recommendation (Time spent: 7 minutes)</h2><p>I can write fast but when I get asked to write letters of recommendation, these all happen within weeks of each other. Drafting a good letter with fidelity takes time. This is the next task on my list. </p><p>For this, I have the requester send me their resume, copy it into my chat, and prompt the AI to write a letter of recommendation based on the information–2 minutes! </p><p>The other 5 minutes is me editing, revising, removing those <a href="https://www.perplexity.ai/search/summarize-what-the-tell-tale-s-2QnWb7xDQhKh8UC512TpsA" target="_blank" rel="nofollow"><u><strong>weird AI words</strong></u></a>, and most importantly, adding a sentence or two about something I know personally regarding the candidate. What took a half hour now takes a quarter of the time, and the quality is sound.</p><h2 id="email-summary-and-reply-time-spent-5-10-minutes">Email Summary and Reply (Time spent: 5-10 minutes) </h2><p>Every principal gets the dreaded email that is seven pages long, often emotional and hard to decipher. It is nearing lunch time and I need to get through it fast!</p><p>Typically, I prompt the AI to summarize the email, and then reply in a tone that is kind but firm, or whatever is necessary. This is a big time saver! I am not glued to my laptop, reading and rereading run-on sentences to find the essence of a message buried deep. AI does a great job of siphoning this off and producing a quality reply. Onward!</p><h2 id="sensitive-guidance-time-spent-5-minutes">Sensitive Guidance (Time spent: 5 minutes) </h2><p>Speaking of emotional challenges, every principal has gotten a charged call or email from a parent upset that a school official called the Division of Child Welfare. This is my next task, after lunch. </p><p>While school personnel are compelled by strict legal guidelines, parents see it as a personal attack on their parenting. Understandable. I didn’t get this one right the first time, and have to add my state specifics, as well as the tone: sensitive, understanding, pragmatic, etc. </p><p><a href="https://docs.google.com/document/d/1xY77w-_eP9s22MbvT1euB4E_fjStpZZDDTX2eX1X91o/edit?usp=drivesdk" target="_blank" rel="nofollow"><u><strong>What is produced is excellent</strong></u></a>. I am provided references to the legal obligation, integrated with an ideal tone. I edit it, print it, and show the parent. Its well-organized format helps me work through the document, and the parent expresses acknowledgement of my understanding.</p><h2 id="picture-of-calendar-events-added-to-my-calendar-time-spent-3-minutes">Picture Of Calendar Events Added To My Calendar (Time spent: 3 minutes) </h2><p>My day has to have some fun mixed in, right? It’s mid afternoon and I think of that dentist post card for my next visit that I always lose.</p><p>I just take a picture and prompt Gemini to add it to my google calendar. This works with Copilot users, too. Even better, I can use it with an email with a series of meetings or events, or my Penn State football schedule from this ugly screen capture–and instantly, I have 12 events (games) added. That’s fast and reliable! </p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:965px;"><p class="vanilla-image-block" style="padding-top:90.05%;"><img id="22UQCNmZYsV8vwmxTh5nBS" name="Screenshot 2026-06-01 114200" alt="image of Michael Gaskell's messages" src="https://cdn.mos.cms.futurecdn.net/22UQCNmZYsV8vwmxTh5nBS.png" mos="" align="middle" fullscreen="" width="965" height="869" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Michael Gaskell)</span></figcaption></figure><h2 id="notebooklm-for-navigating-lengthy-documents-time-spent-3-minutes">NotebookLM for navigating lengthy documents (Time spent: 3 minutes)</h2><p>My day is almost over and I spent most of it out of my office because of the AI tricks above. Next, I decide to check on a contract question. </p><p>I head over to Google’s NotebookLM, into which I upload a pdf of the teacher contract, and ask how many minutes of pupil contact time a teacher can have. Boom, 287 minutes with the link to the direct reference! </p><p>This is priceless for the administrator who often gets questions and different interpretations of contract language. Time-saver, and response can be within the spirit of contracts.</p><p>A few more AI time-savers that I have embraced, but not all on the same day, include PD planning, form feedback, and evaluation feedback referencing our evaluation model. I estimate a few hours saved daily–not minutes–and my school wins when I’m present!</p><p><em>Note: Much of the information I use with AI may contain names or other personal data, so I am sure to remove any of that before prompting.</em></p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Preventing AI Plagiarism ]]></title>
                                                                                                <dc:content><![CDATA[ <p>A recent book review in <em>The New York Times</em> generated controversy after readers noted it <a href="https://www.theguardian.com/books/2026/mar/31/the-new-york-times-drops-freelance-journalist-who-used-ai-to-write-book-review" target="_blank"><u><strong>echoed certain passages from a previously published review</strong></u></a><strong> </strong>of the same book in <em>The Guardian</em>. After investigating the incident, <em>New York Times</em> editors revealed the writer who wrote their review admitted to using AI and was unaware the chatbot was lifting ideas. </p><p>This is a mainstream example of a new type of plagiarism that has become increasingly common in the classroom. I’ve started calling AI plagiarism to distinguish it from both traditional plagiarism and overall AI cheating. </p><p>What’s striking is that it emerges both from clearly inappropriate AI use, such as students entering prompts directly into an AI chatbot, as well as from using AI as a brainstorming partner. As such, it has significant implications for how educators think and talk about appropriate AI use and prevent inappropriate use, at least when it comes to writing assignments. </p><p>Thinking about these policies recently has changed my approach as a writer and professor. Here’s how I'm overcoming AI plagiarism.</p><h2 id="warning-students-about-dangers-of-ai-as-a-thought-partner">Warning Students About Dangers of AI As A Thought Partner </h2><p>Since generative AI emerged as a mainstream force in education, the use of AI as a brainstorming tool has been recommended by many educators as an appropriate way for AI to assist the writing process. </p><p>Though I was initially open to this idea, <a href="https://www.techlearning.com/technology/ai/has-ai-as-a-writing-partner-been-oversold" target="_blank" rel="nofollow"><u><strong>I recently became skeptical of its ability to truly help as a writing partner</strong></u></a>. Students I work with have not improved their writing by asking AI for advice, and if anything, the writing I read, both in and out of class, has gotten much worse in recent years. </p><p>Beyond quality concerns, using AI as a “thought partner” places the user at a high risk of committing plagiarism. Also, if everyone is using it for the same assignments, there's potential for a lot of overlap, intentional or not.</p><p>I’ve started to tell students that taking advice from AI is like buying art from an unscrupulous art dealer. You can never be certain that the painting you purchased doesn’t belong to someone else. </p><h2 id="focusing-on-the-plagiarism-part">Focusing On The Plagiarism Part</h2><p>One positive about AI plagiarism is that it's frequently easier to catch using an old-fashioned plagiarism detector such as SafeAssign and Turnitin, which search the internet for papers submitted by other students and similar content in general. </p><p>In the writing courses I teach, when multiple students start using AI to write their papers, similar setups and phrasings start appearing. It’s easier to confront students about this than it is about potential AI use, which is more difficult to prove. </p><p>I’m all for giving students more chances and treating these infractions as teachable moments, but I’m taking a harder line than I once did because AI has made this problem more prevalent. The first time I catch students with a line or two of text that’s identical to another student, they might get off with a warning and a conversation with me. The next time, the penalty will be reported for an academic infraction. </p><h2 id="being-less-strict-about-small-mistakes">Being Less Strict About Small Mistakes</h2><p>Another way to discourage AI use in general is to let students know that I won’t be taking them to task for little grammatical mistakes as long as what they write sounds like they’re actually writing. </p><p>I never thought I’d say this, but I miss the run-on sentences and tortured, passive sentence construction, and all the other common grammar mistakes I used to see constantly. I’d rather flawed human writing than the flat, passionless, and generic owner's manual-type pieces that too many students are submitting these days. </p><p>By encouraging students to truly share <em>their </em>writing, without fear, I’m trying to take away one potential incentive for turning to AI. </p><h2 id="remind-students-that-ai-writing-is-bad-writing">Remind Students That AI Writing Is Bad Writing</h2><p>Many people are convinced AI is making their writing better, but plagiarism concerns aside, it isn’t. I can tell when someone on social media starts using AI to write their posts, and I also see when a student turns to the AI dark side mid-semester. It’s not an improvement. </p><p>This all bears repeating for students. Writing can be an emotional roller coaster. I’ve been a professional freelance writer for close to two decades and have averaged hundreds of published stories per year. Despite this, in the course of nearly every story I’ve ever written — including this one — there was a point when I stopped and thought I should contact my editor and tell them the story is just not working. </p><p>AI catches students, and even professional writers, in this vulnerable state, and suddenly, its self-confident and immensely digestible prose looks really good. Don’t fall for it! When it comes to writing, AI is a con artist that makes you believe it knows better than you. It doesn’t, and that’s the message we should be sharing constantly with students. </p> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/technology/ai/preventing-ai-plagiarism</link>
                                                                            <description>
                            <![CDATA[ AI plagiarism is becoming more and more common in and outside of the classroom. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">E89DASvm4GtkRbiFvYoua4</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/EwXcP49QfABfdb6DPCifsN-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 08 Jun 2026 09:00:00 +0000</pubDate>                                                                                                                                <updated>Mon, 08 Jun 2026 09:26:17 +0000</updated>
                                                                                                                                            <category><![CDATA[AI]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                <author><![CDATA[ erik.ofgang@futurenet.com (Erik Ofgang) ]]></author>                    <dc:creator><![CDATA[ Erik Ofgang ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/4t5ro4CXB7QUaPA28UMYb9.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Erik Ofgang is Tech &amp; Learning contributor. A journalist, &lt;a href=&quot;https://www.penguinrandomhouse.com/books/557664/the-good-vices-by-dr-harry-ofgang-and-erik-ofgang/&quot; target=&quot;_blank&quot;&gt;&lt;u&gt;&lt;strong&gt;author&lt;/strong&gt;&lt;/u&gt;&lt;/a&gt; and educator, his work has appeared in The New York Times, The Smithsonian, Washington Post, The Atlantic, and Forbes.com. He currently teaches at Western Connecticut State University’s MFA program. While a staff writer at Connecticut Magazine he won a Society of Professional Journalism Award for his education reporting. He is interested in how humans learn and how technology can make that more effective. &lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/EwXcP49QfABfdb6DPCifsN-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[ai plagiarism]]></media:description>                                                            <media:text><![CDATA[ai plagiarism]]></media:text>
                                <media:title type="plain"><![CDATA[ai plagiarism]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/EwXcP49QfABfdb6DPCifsN-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>A recent book review in <em>The New York Times</em> generated controversy after readers noted it <a href="https://www.theguardian.com/books/2026/mar/31/the-new-york-times-drops-freelance-journalist-who-used-ai-to-write-book-review" target="_blank"><u><strong>echoed certain passages from a previously published review</strong></u></a><strong> </strong>of the same book in <em>The Guardian</em>. After investigating the incident, <em>New York Times</em> editors revealed the writer who wrote their review admitted to using AI and was unaware the chatbot was lifting ideas. </p><p>This is a mainstream example of a new type of plagiarism that has become increasingly common in the classroom. I’ve started calling AI plagiarism to distinguish it from both traditional plagiarism and overall AI cheating. </p><p>What’s striking is that it emerges both from clearly inappropriate AI use, such as students entering prompts directly into an AI chatbot, as well as from using AI as a brainstorming partner. As such, it has significant implications for how educators think and talk about appropriate AI use and prevent inappropriate use, at least when it comes to writing assignments. </p><p>Thinking about these policies recently has changed my approach as a writer and professor. Here’s how I'm overcoming AI plagiarism.</p><h2 id="warning-students-about-dangers-of-ai-as-a-thought-partner">Warning Students About Dangers of AI As A Thought Partner </h2><p>Since generative AI emerged as a mainstream force in education, the use of AI as a brainstorming tool has been recommended by many educators as an appropriate way for AI to assist the writing process. </p><p>Though I was initially open to this idea, <a href="https://www.techlearning.com/technology/ai/has-ai-as-a-writing-partner-been-oversold" target="_blank" rel="nofollow"><u><strong>I recently became skeptical of its ability to truly help as a writing partner</strong></u></a>. Students I work with have not improved their writing by asking AI for advice, and if anything, the writing I read, both in and out of class, has gotten much worse in recent years. </p><p>Beyond quality concerns, using AI as a “thought partner” places the user at a high risk of committing plagiarism. Also, if everyone is using it for the same assignments, there's potential for a lot of overlap, intentional or not.</p><p>I’ve started to tell students that taking advice from AI is like buying art from an unscrupulous art dealer. You can never be certain that the painting you purchased doesn’t belong to someone else. </p><h2 id="focusing-on-the-plagiarism-part">Focusing On The Plagiarism Part</h2><p>One positive about AI plagiarism is that it's frequently easier to catch using an old-fashioned plagiarism detector such as SafeAssign and Turnitin, which search the internet for papers submitted by other students and similar content in general. </p><p>In the writing courses I teach, when multiple students start using AI to write their papers, similar setups and phrasings start appearing. It’s easier to confront students about this than it is about potential AI use, which is more difficult to prove. </p><p>I’m all for giving students more chances and treating these infractions as teachable moments, but I’m taking a harder line than I once did because AI has made this problem more prevalent. The first time I catch students with a line or two of text that’s identical to another student, they might get off with a warning and a conversation with me. The next time, the penalty will be reported for an academic infraction. </p><h2 id="being-less-strict-about-small-mistakes">Being Less Strict About Small Mistakes</h2><p>Another way to discourage AI use in general is to let students know that I won’t be taking them to task for little grammatical mistakes as long as what they write sounds like they’re actually writing. </p><p>I never thought I’d say this, but I miss the run-on sentences and tortured, passive sentence construction, and all the other common grammar mistakes I used to see constantly. I’d rather flawed human writing than the flat, passionless, and generic owner's manual-type pieces that too many students are submitting these days. </p><p>By encouraging students to truly share <em>their </em>writing, without fear, I’m trying to take away one potential incentive for turning to AI. </p><h2 id="remind-students-that-ai-writing-is-bad-writing">Remind Students That AI Writing Is Bad Writing</h2><p>Many people are convinced AI is making their writing better, but plagiarism concerns aside, it isn’t. I can tell when someone on social media starts using AI to write their posts, and I also see when a student turns to the AI dark side mid-semester. It’s not an improvement. </p><p>This all bears repeating for students. Writing can be an emotional roller coaster. I’ve been a professional freelance writer for close to two decades and have averaged hundreds of published stories per year. Despite this, in the course of nearly every story I’ve ever written — including this one — there was a point when I stopped and thought I should contact my editor and tell them the story is just not working. </p><p>AI catches students, and even professional writers, in this vulnerable state, and suddenly, its self-confident and immensely digestible prose looks really good. Don’t fall for it! When it comes to writing, AI is a con artist that makes you believe it knows better than you. It doesn’t, and that’s the message we should be sharing constantly with students. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ How AI Can Make Graduation Memorable–For The Right Reasons ]]></title>
                                                                                                <dc:content><![CDATA[ <p>It is graduation season, which also means it is time to remind busy school leaders and administrators about what families actually remember most. Families may appreciate the speeches, decorations, music, and venue, but what they truly care about is the moment their student walks across the stage and hears their name announced properly. That is what they record on their phones, celebrate with relatives, and fondly look back on years later.</p><p>Recently, an <a href="https://www.nbcnews.com/news/us-news/arizona-college-skips-several-graduates-ai-malfunction-commencement-ce-rcna346182" target="_blank" rel="nofollow"><u><strong>Arizona community college</strong></u></a> faced intense backlash after an AI-powered system reportedly malfunctioned during commencement and skipped several graduates while reading names. Too quickly, the conversation shifted toward blaming “AI system failure.” </p><p>No, I see this less as a technological issue and more as a failure in school leadership and planning. And candidly, if this critique sounds harsh, it is because this feels like such an avoidable and unforced leadership error. No one should have been asking AI to handle this responsibility in the first place.</p><p>The reason this failure resonated so strongly is because commencement is not simply an operational event, but a milestone centered on recognition, dignity, and belonging. Names carry culture, history, sacrifice, and identity, particularly for multilingual families, immigrant families, and first-generation graduates whose educational journeys often represent years of perseverance and hope.</p><p>Pronunciation is part of inclusion as names matter. Culturally responsive leadership includes taking the time to learn and say names correctly. That is why this responsibility should receive more care, not less.</p><h2 id="using-ai-to-support-not-replace-people">Using AI to Support, Not Replace, People</h2><p>Schools spend months preparing commencement ceremonies. Leaders rehearse speeches, coordinate seating charts, organize music and photography, and carefully plan countless operational details. Yet somehow in the example cited above, the reading of student names was treated as a task that could simply be handed off to automation. Even more troubling was the apparent absence of a meaningful backup plan. </p><p>Every experienced administrator understands that technology can fail, which is exactly why safeguards and human oversight should have been built into the process from the start. Graduation season is not the time to experiment with new AI systems in ways that directly impact students and families.</p><p>Ironically, AI could have supported this process in far more thoughtful ways without replacing people. Institutions could have used AI tools to:</p><ul><li>Help announcers practice difficult pronunciations</li><li>Review student-submitted recordings of their names</li><li>Identify names that may require additional preparation</li><li>Support multilingual pronunciation coaching</li><li>Give human announcers more confidence and accuracy before the ceremony</li></ul><p>This is the kind of AI use education should embrace: technology that supports people rather than replaces them.</p><p>The best uses of AI in education should help educators and leaders become more thoughtful and prepared. Instead, too many organizations are using AI to distance themselves from the moments that deserve the greatest care. In the process, schools risk damaging traditions and violating the rightful expectations families bring to these ceremonies.</p><p>Ultimately, this was leadership failure rooted in poor judgment, poor planning, and the mistaken belief that a deeply personal moment could be outsourced to automation. Graduation did not fail because of technology, but because leaders failed to protect the experience students and families deserved.</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/technology/ai/how-ai-can-make-graduation-memorable-for-the-right-reasons</link>
                                                                            <description>
                            <![CDATA[ When Misdirected Use of AI Broke Graduation Ceremonies ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">DRYuHqAVkygeBVvYj7Yxtc</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/9qsHegWG86xkx6JpTgoCVY-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 03 Jun 2026 09:00:00 +0000</pubDate>                                                                                                                                <updated>Wed, 03 Jun 2026 09:18:35 +0000</updated>
                                                                                                                                            <category><![CDATA[AI]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Andy Szeto ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ &lt;p&gt;Dr. Andy Szeto is a New York City–based educational leader, writer, and professor focused on instructional leadership, district systems, multilingual learner advocacy, and responsible, practical uses of AI in education. He is the author of &lt;em&gt;Leading Before the Title: Growing Leadership Multiple Tracks&lt;/em&gt; (The Worthy Educator Press, 2025), and is writing a new book about this journey as an English learner (due late 2026); learn more at &lt;a href=&quot;https://sites.google.com/view/drszetocoursesite/home&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;u&gt;&lt;strong&gt;drandyszeto.com&lt;/strong&gt;&lt;/u&gt;&lt;/a&gt;.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/9qsHegWG86xkx6JpTgoCVY-1280-80.jpg">
                                                            <media:credit><![CDATA[Pixabay]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[graduation and AI]]></media:description>                                                            <media:text><![CDATA[graduation and AI]]></media:text>
                                <media:title type="plain"><![CDATA[graduation and AI]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/9qsHegWG86xkx6JpTgoCVY-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>It is graduation season, which also means it is time to remind busy school leaders and administrators about what families actually remember most. Families may appreciate the speeches, decorations, music, and venue, but what they truly care about is the moment their student walks across the stage and hears their name announced properly. That is what they record on their phones, celebrate with relatives, and fondly look back on years later.</p><p>Recently, an <a href="https://www.nbcnews.com/news/us-news/arizona-college-skips-several-graduates-ai-malfunction-commencement-ce-rcna346182" target="_blank" rel="nofollow"><u><strong>Arizona community college</strong></u></a> faced intense backlash after an AI-powered system reportedly malfunctioned during commencement and skipped several graduates while reading names. Too quickly, the conversation shifted toward blaming “AI system failure.” </p><p>No, I see this less as a technological issue and more as a failure in school leadership and planning. And candidly, if this critique sounds harsh, it is because this feels like such an avoidable and unforced leadership error. No one should have been asking AI to handle this responsibility in the first place.</p><p>The reason this failure resonated so strongly is because commencement is not simply an operational event, but a milestone centered on recognition, dignity, and belonging. Names carry culture, history, sacrifice, and identity, particularly for multilingual families, immigrant families, and first-generation graduates whose educational journeys often represent years of perseverance and hope.</p><p>Pronunciation is part of inclusion as names matter. Culturally responsive leadership includes taking the time to learn and say names correctly. That is why this responsibility should receive more care, not less.</p><h2 id="using-ai-to-support-not-replace-people">Using AI to Support, Not Replace, People</h2><p>Schools spend months preparing commencement ceremonies. Leaders rehearse speeches, coordinate seating charts, organize music and photography, and carefully plan countless operational details. Yet somehow in the example cited above, the reading of student names was treated as a task that could simply be handed off to automation. Even more troubling was the apparent absence of a meaningful backup plan. </p><p>Every experienced administrator understands that technology can fail, which is exactly why safeguards and human oversight should have been built into the process from the start. Graduation season is not the time to experiment with new AI systems in ways that directly impact students and families.</p><p>Ironically, AI could have supported this process in far more thoughtful ways without replacing people. Institutions could have used AI tools to:</p><ul><li>Help announcers practice difficult pronunciations</li><li>Review student-submitted recordings of their names</li><li>Identify names that may require additional preparation</li><li>Support multilingual pronunciation coaching</li><li>Give human announcers more confidence and accuracy before the ceremony</li></ul><p>This is the kind of AI use education should embrace: technology that supports people rather than replaces them.</p><p>The best uses of AI in education should help educators and leaders become more thoughtful and prepared. Instead, too many organizations are using AI to distance themselves from the moments that deserve the greatest care. In the process, schools risk damaging traditions and violating the rightful expectations families bring to these ceremonies.</p><p>Ultimately, this was leadership failure rooted in poor judgment, poor planning, and the mistaken belief that a deeply personal moment could be outsourced to automation. Graduation did not fail because of technology, but because leaders failed to protect the experience students and families deserved.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ 4 Strategies For Teaching With AI Effectively ]]></title>
                                                                                                <dc:content><![CDATA[ <p>University of Central Florida associate professor Humberto López Castillo was recently looking at a student project when he saw that it cited a paper by Castillo himself. There was, however, a problem with this citation: López Castillo couldn’t remember ever writing this paper or conducting the research it referenced. </p><p>“It was a hallucination,” López Castillo says. </p><p>The student had clearly used AI, and López Castillo shares the story as an example of how <em>not</em> to use AI in the classroom. Still, he has plenty of counterexamples. </p><p>López Castillo, a trained pediatrician and associate professor in the Department of Health Sciences, has also seen students use AI in creative ways to promote public health understanding, and as a research tool. For one project, López Castillo asks students to explain health concepts from class to non-experts, and since he started encouraging students to use AI, he’s seen the projects get better. Students have created health-themed board games and Hamilton-style rap songs. Others have designed AI to aid in health research in ways that wouldn’t be possible without the technology. </p><p>This compassionate and student-centered approach to AI use is part of why López Castillo was named Superhuman (formerly Grammarly’s) 2026 <a href="https://www.grammarly.com/g4e-awards" target="_blank"><u><strong>Educator of the Year</strong></u></a>. The student who nominated López Castillo for the award, Vardhan Avaradi, is a bioscience major, who with López Castillo’s mentorship, is using AI to try to comb through massive data sets with the goal of predicting people who are at risk for cardiovascular disease. </p><p>López Castillo shares some advice for other educators on how they can use AI in their classes. </p><h2 id="teaching-with-ai-effectively-set-expectations">Teaching With AI Effectively: Set Expectations</h2><figure class="van-image-figure pull-right inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:561px;"><p class="vanilla-image-block" style="padding-top:103.39%;"><img id="Ghzcqrtx4KoCud8TeCPDd9" name="Screenshot 2026-05-19 at 10.43.05 AM" alt="Humberto López Castillo headshot" src="https://cdn.mos.cms.futurecdn.net/Ghzcqrtx4KoCud8TeCPDd9.png" mos="" align="right" fullscreen="" width="561" height="580" attribution="" endorsement="" class="pull-rightinline"></p></div></div><figcaption itemprop="caption description" class="pull-right inline-layout"><span class="caption-text">Associate professor Humberto López Castillo encourages students to use AI to research health and explain concepts to the general public.  </span><span class="credit" itemprop="copyrightHolder">(Image credit: University of Central Florida)</span></figcaption></figure><p>The first step to positive AI use in a classroom is making it clear to students when they can and can’t use the tool, López Castillo says. </p><p>“Perhaps my most important advice is to set expectations up front around what is allowed, what is not allowed, what you are expecting to see, and what is a big no-no for your classroom,” he says. </p><p>He adds that at the University of Central Florida, “We have several policies on the menu that we could use. We can say, for example, ‘AI is absolutely not allowed in the classroom,’ all the way to ‘AI is absolutely encouraged in this classroom,’ as long as you specify there's a critical thinking component.” </p><p>López Castillo leans toward the permissive approach but makes sure that student AI use is human-driven. </p><h2 id="model-proper-use">Model Proper Use</h2><p>Part of encouraging proper AI use is modeling the types of uses you want to see. </p><p>For example, for a summer course López Castillo is teaching in Barcelona, he is asking students to share regular blog posts. He tells students, “You may generate some content through AI, but you still have to put in your human element.” He models exactly what he means in his introduction post in which he shares photos, talks about his hobbies, and makes it clear the post was written by a human. </p><p>“Without even giving them guidelines on what their introduction post should look like, they just take that as their model, and they go with it,” he says. They can use AI to help generate their posts, “but of course they have to tweak it, and they have to provide their own input on who they are.” </p><h2 id="learn-from-students">Learn From Students</h2><p>López Castillo is not afraid to admit that when it comes to using AI in the classroom and health science more broadly, he is frequently as much a student as those he’s teaching. </p><p>“I learn a lot from students,” he says. “Teaching and learning is a two-way street, so they are teaching me new tricks, I'm teaching them new tricks on how we use AI, and it has been very collaborative.” </p><p>His students, for instance, encouraged him to use AI to code, which, with proper oversight, has been really helpful, López Castillo says. They’ve also used the tool in unexpected ways, from the aforementioned projects looking at cardiovascular health to a virtual escape room in which participants had to correctly diagnose a patient with diabetes in order to escape. </p><h2 id="embrace-teachable-moments">Embrace Teachable Moments </h2><p>López Castillo has long allowed open-book tests because that is what the clinical world is like. </p><p>“I don't think real life operates like, 'We're gonna lock you down in a room without resources, and you have to produce everything from your brain,'” he says. “I'd rather make sure that you have a fair balance of the tools that are available to you.” </p><p>He feels the same way about AI, but that doesn’t mean he doesn’t have to work with students to ensure they are using AI correctly. For instance, when that student cited a paper by López Castillo that didn’t exist, he met with the student. </p><p>“We sat down, and it was an interesting moment, where I was like, 'Tell me more about this paper by me that you incorporated in your reference list,'” López Castillo says. The student immediately got nervous because he couldn’t provide any details since the paper wasn’t real. When the student admitted to not checking his sources, López Castillo reminded him that even with AI, humans are still in the driver’s seat. </p><p>“You are the one who's responsible for that writing,” López Castillo tells his students. “Your name is the only name that's going to be among the published authors, so you are the one who needs to verify those sources.” </p><p>He adds that rather than being a drawback, allowing students to make these types of mistakes with AI use in the college setting has value. </p><p>“It is a teaching opportunity," López Castillo says. "This is the moment to make those mistakes."</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/technology/ai/4-strategies-for-teaching-with-ai-effectively</link>
                                                                            <description>
                            <![CDATA[ Health sciences professor Humberto López Castillo urges students to use AI to help with science research, but never to lose sight of the human element. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">gH5mvxiGBVLUBNeA24yDU4</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/C8Zvm7JQ8qvBKtiq2H8fab-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 01 Jun 2026 09:00:00 +0000</pubDate>                                                                                                                                <updated>Mon, 22 Jun 2026 18:12:38 +0000</updated>
                                                                                                                                            <category><![CDATA[AI]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                <author><![CDATA[ erik.ofgang@futurenet.com (Erik Ofgang) ]]></author>                    <dc:creator><![CDATA[ Erik Ofgang ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/4t5ro4CXB7QUaPA28UMYb9.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Erik Ofgang is Tech &amp; Learning contributor. A journalist, &lt;a href=&quot;https://www.penguinrandomhouse.com/books/557664/the-good-vices-by-dr-harry-ofgang-and-erik-ofgang/&quot; target=&quot;_blank&quot;&gt;&lt;u&gt;&lt;strong&gt;author&lt;/strong&gt;&lt;/u&gt;&lt;/a&gt; and educator, his work has appeared in The New York Times, The Smithsonian, Washington Post, The Atlantic, and Forbes.com. He currently teaches at Western Connecticut State University’s MFA program. While a staff writer at Connecticut Magazine he won a Society of Professional Journalism Award for his education reporting. He is interested in how humans learn and how technology can make that more effective. &lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/C8Zvm7JQ8qvBKtiq2H8fab-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[ai teaching]]></media:description>                                                            <media:text><![CDATA[ai teaching]]></media:text>
                                <media:title type="plain"><![CDATA[ai teaching]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/C8Zvm7JQ8qvBKtiq2H8fab-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>University of Central Florida associate professor Humberto López Castillo was recently looking at a student project when he saw that it cited a paper by Castillo himself. There was, however, a problem with this citation: López Castillo couldn’t remember ever writing this paper or conducting the research it referenced. </p><p>“It was a hallucination,” López Castillo says. </p><p>The student had clearly used AI, and López Castillo shares the story as an example of how <em>not</em> to use AI in the classroom. Still, he has plenty of counterexamples. </p><p>López Castillo, a trained pediatrician and associate professor in the Department of Health Sciences, has also seen students use AI in creative ways to promote public health understanding, and as a research tool. For one project, López Castillo asks students to explain health concepts from class to non-experts, and since he started encouraging students to use AI, he’s seen the projects get better. Students have created health-themed board games and Hamilton-style rap songs. Others have designed AI to aid in health research in ways that wouldn’t be possible without the technology. </p><p>This compassionate and student-centered approach to AI use is part of why López Castillo was named Superhuman (formerly Grammarly’s) 2026 <a href="https://www.grammarly.com/g4e-awards" target="_blank"><u><strong>Educator of the Year</strong></u></a>. The student who nominated López Castillo for the award, Vardhan Avaradi, is a bioscience major, who with López Castillo’s mentorship, is using AI to try to comb through massive data sets with the goal of predicting people who are at risk for cardiovascular disease. </p><p>López Castillo shares some advice for other educators on how they can use AI in their classes. </p><h2 id="teaching-with-ai-effectively-set-expectations">Teaching With AI Effectively: Set Expectations</h2><figure class="van-image-figure pull-right inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:561px;"><p class="vanilla-image-block" style="padding-top:103.39%;"><img id="Ghzcqrtx4KoCud8TeCPDd9" name="Screenshot 2026-05-19 at 10.43.05 AM" alt="Humberto López Castillo headshot" src="https://cdn.mos.cms.futurecdn.net/Ghzcqrtx4KoCud8TeCPDd9.png" mos="" align="right" fullscreen="" width="561" height="580" attribution="" endorsement="" class="pull-rightinline"></p></div></div><figcaption itemprop="caption description" class="pull-right inline-layout"><span class="caption-text">Associate professor Humberto López Castillo encourages students to use AI to research health and explain concepts to the general public.  </span><span class="credit" itemprop="copyrightHolder">(Image credit: University of Central Florida)</span></figcaption></figure><p>The first step to positive AI use in a classroom is making it clear to students when they can and can’t use the tool, López Castillo says. </p><p>“Perhaps my most important advice is to set expectations up front around what is allowed, what is not allowed, what you are expecting to see, and what is a big no-no for your classroom,” he says. </p><p>He adds that at the University of Central Florida, “We have several policies on the menu that we could use. We can say, for example, ‘AI is absolutely not allowed in the classroom,’ all the way to ‘AI is absolutely encouraged in this classroom,’ as long as you specify there's a critical thinking component.” </p><p>López Castillo leans toward the permissive approach but makes sure that student AI use is human-driven. </p><h2 id="model-proper-use">Model Proper Use</h2><p>Part of encouraging proper AI use is modeling the types of uses you want to see. </p><p>For example, for a summer course López Castillo is teaching in Barcelona, he is asking students to share regular blog posts. He tells students, “You may generate some content through AI, but you still have to put in your human element.” He models exactly what he means in his introduction post in which he shares photos, talks about his hobbies, and makes it clear the post was written by a human. </p><p>“Without even giving them guidelines on what their introduction post should look like, they just take that as their model, and they go with it,” he says. They can use AI to help generate their posts, “but of course they have to tweak it, and they have to provide their own input on who they are.” </p><h2 id="learn-from-students">Learn From Students</h2><p>López Castillo is not afraid to admit that when it comes to using AI in the classroom and health science more broadly, he is frequently as much a student as those he’s teaching. </p><p>“I learn a lot from students,” he says. “Teaching and learning is a two-way street, so they are teaching me new tricks, I'm teaching them new tricks on how we use AI, and it has been very collaborative.” </p><p>His students, for instance, encouraged him to use AI to code, which, with proper oversight, has been really helpful, López Castillo says. They’ve also used the tool in unexpected ways, from the aforementioned projects looking at cardiovascular health to a virtual escape room in which participants had to correctly diagnose a patient with diabetes in order to escape. </p><h2 id="embrace-teachable-moments">Embrace Teachable Moments </h2><p>López Castillo has long allowed open-book tests because that is what the clinical world is like. </p><p>“I don't think real life operates like, 'We're gonna lock you down in a room without resources, and you have to produce everything from your brain,'” he says. “I'd rather make sure that you have a fair balance of the tools that are available to you.” </p><p>He feels the same way about AI, but that doesn’t mean he doesn’t have to work with students to ensure they are using AI correctly. For instance, when that student cited a paper by López Castillo that didn’t exist, he met with the student. </p><p>“We sat down, and it was an interesting moment, where I was like, 'Tell me more about this paper by me that you incorporated in your reference list,'” López Castillo says. The student immediately got nervous because he couldn’t provide any details since the paper wasn’t real. When the student admitted to not checking his sources, López Castillo reminded him that even with AI, humans are still in the driver’s seat. </p><p>“You are the one who's responsible for that writing,” López Castillo tells his students. “Your name is the only name that's going to be among the published authors, so you are the one who needs to verify those sources.” </p><p>He adds that rather than being a drawback, allowing students to make these types of mistakes with AI use in the college setting has value. </p><p>“It is a teaching opportunity," López Castillo says. "This is the moment to make those mistakes."</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ What is Vibe Coding? Creating Code with AI Explained ]]></title>
                                                                                                <dc:content><![CDATA[ <p>Vibe coding might sound like a hipster on a surfboard with a MacBook, but it’s actually a simple way to describe creating computer code using artificial intelligence.</p><p>Instead of writing every line of code yourself, you describe what you want created and the AI generates the code for you. The “vibe” part comes from the idea that you may not actually know exactly how the code is working. You are guiding the AI by feel, asking for changes, testing the result, and moving toward something that works.</p><p>While vibe coding can be looked down upon by some in the development community, its popularity is growing fast, as are its capabilities.</p><p>When people, including myself, first started vibe coding, they would ask a large language model (LLM), such as ChatGPT, Claude, or Google Gemini, to create the code for a specific app or tool, then copy and paste that code into a code editor and run it manually.</p><p>When an error appeared, you would copy that error back into the LLM and it would, hopefully, provide a fix that you would then dutifully copy and paste back. You still needed to be relatively technical, even if you were not a developer, to get all these systems set up and working. It wasn’t elegant, but it could help create simple tools, fix website issues, and build early prototypes.</p><p>Things have moved on a lot over the past few years, though. Vibe coding is now much more powerful and can complete more complex tasks and create feature-filled applications. It has also become much more accessible, with bespoke tools now doing much of the heavy lifting and setup work required to get an app or website working.</p><p>Lovable, for example, uses a variety of LLMs to create a one-stop vibe coding shop using credits as AI currency. It allows people with very little, or even no, knowledge of how to develop apps to create something quickly just by describing it. Of course, as with everything AI, understanding how to prompt well makes all the difference.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1704px;"><p class="vanilla-image-block" style="padding-top:57.22%;"><img id="Zg8ojgfPC3JZmbYjCMZtuQ" name="Screenshot 2026-05-15 110423" alt="ai vibe coding" src="https://cdn.mos.cms.futurecdn.net/Zg8ojgfPC3JZmbYjCMZtuQ.png" mos="" align="middle" fullscreen="" width="1704" height="975" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Lovable/Evan Kypreos)</span></figcaption></figure><p>I like using Claude with VS Code when I vibe code, as I know a bit of the programming language Python and want to be able to see what’s happening to the code and do some manual troubleshooting. It’s also relatively cheap.</p><p>To be brutally honest, though, AI is far more capable than I am at writing code, and I quickly have to defer to it if and when things don’t go as expected.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:913px;"><p class="vanilla-image-block" style="padding-top:61.66%;"><img id="uq3YoUnhLnqqK7qB3mY36a" name="Screenshot 2026-05-15 110324" alt="vibe coding" src="https://cdn.mos.cms.futurecdn.net/uq3YoUnhLnqqK7qB3mY36a.png" mos="" align="middle" fullscreen="" width="913" height="563" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Lovable/Evan Kypreos)</span></figcaption></figure><p>The difference between the two approaches is significant. With a tool such as Lovable, the “guts” are hidden and dealt with automatically, whereas with more traditional vibe coding tools you will need to set up your own environments or run programs directly on your computer to get something you can use. </p><h2 id="what-are-the-risks-of-vibe-coding">What are the risks of vibe coding?</h2><p>This leads into one of the biggest risks of vibe coding: you don’t fully hold the reins.</p><p>An LLM can misunderstand what you want. It can also make mistakes, confidently create code that does not work, or create fragile systems that look good but are hard to change or maintain. As complexity increases on a project, you might find yourself losing control of it. This can be particularly problematic when the AI ties itself up in knots trying to understand what you want or fix something it does not know how to fix.</p><p>This is where choosing the right AI tool can help a lot. In my experience, some AI coding tools can get stuck and claim to have fixed an issue when clearly it has not, or even worse, created a new one somewhere else. </p><p>As with all LLMs, you need to be able to decipher the language when it tells you something such as, “Oh sorry, I see what I need to do now, let me fix that,” so you know when it is genuinely correcting the problem and when it is just trying to be helpful but is actually more stuck than Winnie the Pooh in a jar of honey. Best-case scenario this can lead to wasted time or credits being used up without the issue being resolved. </p><p>It’s good to be aware of the recent horror stories, such as AI coding tools deleting databases or removing whole features from a product. It’s also worth being careful with the idea that vibe coding means anyone can now create an app. That is true up to a point, particularly for simple prototypes, experiments, and personal tools. But creating a safe, reliable app that other people depend on is a different thing altogether.</p><p>You might be able to describe what you want in plain English and get the AI to generate the code, but that does not remove the need to check, test, and understand what has been created. The easier AI makes it to build something, the easier it also becomes to build something fragile without realizing it.</p><p>This is why relying solely on a vibe-coded program that is integral to your work can be risky. But there are areas where vibe coding is, frankly, a bit magical.</p><h2 id="what-are-the-benefits-of-vibe-coding">What are the benefits of vibe coding?</h2><p>Vibe coding feels like a genuine shift because it lets people who are not developers start making software, in the same way the early web let people publish without owning a printing press.</p><p>One of its most powerful benefits is that it allows someone with an idea to create a working proof of concept quickly. That does not mean the end result is ready to be used by hundreds or thousands of people, but it can be enough to show what is possible.</p><p>Creating a visual and working prototype can also help guide a development team and stakeholders. Instead of simply describing what you want, you can show an early version of the tool or app and use that to shape the discussion.</p><p>Vibe coding can also help you learn by doing. You can ask the AI questions and ask it to explain what it is doing and why. Over time, this can start to give you a better understanding of how the code works.</p><p>One of the most powerful uses of vibe coding, in my opinion, is creating small tools or programs that are very specific to your needs. Whether that’s a simple game you want to create for your students, a classroom quiz, a revision tool, or an app that helps keep parents up to speed on school changes, vibe coding can help you get there more quickly and at far less cost than using a development team or, in some cases, paying for a third-party provider.</p><p>Vibe coding can also be useful for experienced developers. They might not use it in quite the same way as a beginner, but it can still help them move faster. Sometimes the AI is useful for getting the first rough version of something working, even if the developer then has to go back through it, tidy it up, and make sure it is actually safe and sensible.</p><p>The important point is that vibe coding is strongest when it is used for experimentation, learning, and prototyping. It is less suitable when the software needs to be secure, reliable, long-lasting, or used by lots of people without proper review.</p><h2 id="how-to-explain-vibe-coding-to-students-in-class">How to explain vibe coding to students in class</h2><p>The best way to explain vibe coding to students is to say that it is giving instructions to an AI and seeing whether the AI can turn those instructions into a working program.</p><p>The student is not writing every line of code in the traditional way. They are describing what they want the software to do, then testing whether the AI has understood them correctly. That’s the key difference.</p><p>In normal coding lessons, students often start by learning syntax: the rules of the programming language. They learn how to write a variable, a loop, a function, or a condition, and then use those building blocks to make something.</p><p>With vibe coding, the starting point is often the idea instead. The student might begin with, “I want a quiz about volcanoes,” or “I want a game that helps me practice spelling.” The AI then creates the first version of the code.</p><p>That does not mean the student has finished. In many ways, that is where the learning starts. The student has to work out whether the AI understood the task. Does the program do what they expected? Is the information correct? Does the scoring work? What happens when a user makes a mistake? Can the student explain why the code behaves the way it does?</p><p>This is the part students need to understand. Vibe coding can feel instant, but it is not simply pressing a button and getting a finished app. It is a process of describing, testing, questioning, fixing, and improving.</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/technology/ai/what-is-vibe-coding-creating-code-with-ai-explained</link>
                                                                            <description>
                            <![CDATA[ Vibe coding can feel instant, but it is not simply pressing a button and getting a finished app. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">aNPHaM9xmU2euJdcvas9Jh</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/PJweFJfXf3dYDTRJDWiSud-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 28 May 2026 09:00:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[AI]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Evan Kypreos ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ &lt;p&gt;Evan Kypreos was Brand Director of Tech &amp; Learning and Editor of Trusted Reviews and Top Ten Reviews before moving into consultancy. He now advises organisations on content strategy, digital growth, and the practical use of AI. As a techie and father of three, he has a particular interest in how AI is changing education, work, and everyday life. &lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/PJweFJfXf3dYDTRJDWiSud-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[vibe coding]]></media:description>                                                            <media:text><![CDATA[vibe coding]]></media:text>
                                <media:title type="plain"><![CDATA[vibe coding]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/PJweFJfXf3dYDTRJDWiSud-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Vibe coding might sound like a hipster on a surfboard with a MacBook, but it’s actually a simple way to describe creating computer code using artificial intelligence.</p><p>Instead of writing every line of code yourself, you describe what you want created and the AI generates the code for you. The “vibe” part comes from the idea that you may not actually know exactly how the code is working. You are guiding the AI by feel, asking for changes, testing the result, and moving toward something that works.</p><p>While vibe coding can be looked down upon by some in the development community, its popularity is growing fast, as are its capabilities.</p><p>When people, including myself, first started vibe coding, they would ask a large language model (LLM), such as ChatGPT, Claude, or Google Gemini, to create the code for a specific app or tool, then copy and paste that code into a code editor and run it manually.</p><p>When an error appeared, you would copy that error back into the LLM and it would, hopefully, provide a fix that you would then dutifully copy and paste back. You still needed to be relatively technical, even if you were not a developer, to get all these systems set up and working. It wasn’t elegant, but it could help create simple tools, fix website issues, and build early prototypes.</p><p>Things have moved on a lot over the past few years, though. Vibe coding is now much more powerful and can complete more complex tasks and create feature-filled applications. It has also become much more accessible, with bespoke tools now doing much of the heavy lifting and setup work required to get an app or website working.</p><p>Lovable, for example, uses a variety of LLMs to create a one-stop vibe coding shop using credits as AI currency. It allows people with very little, or even no, knowledge of how to develop apps to create something quickly just by describing it. Of course, as with everything AI, understanding how to prompt well makes all the difference.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1704px;"><p class="vanilla-image-block" style="padding-top:57.22%;"><img id="Zg8ojgfPC3JZmbYjCMZtuQ" name="Screenshot 2026-05-15 110423" alt="ai vibe coding" src="https://cdn.mos.cms.futurecdn.net/Zg8ojgfPC3JZmbYjCMZtuQ.png" mos="" align="middle" fullscreen="" width="1704" height="975" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Lovable/Evan Kypreos)</span></figcaption></figure><p>I like using Claude with VS Code when I vibe code, as I know a bit of the programming language Python and want to be able to see what’s happening to the code and do some manual troubleshooting. It’s also relatively cheap.</p><p>To be brutally honest, though, AI is far more capable than I am at writing code, and I quickly have to defer to it if and when things don’t go as expected.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:913px;"><p class="vanilla-image-block" style="padding-top:61.66%;"><img id="uq3YoUnhLnqqK7qB3mY36a" name="Screenshot 2026-05-15 110324" alt="vibe coding" src="https://cdn.mos.cms.futurecdn.net/uq3YoUnhLnqqK7qB3mY36a.png" mos="" align="middle" fullscreen="" width="913" height="563" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Lovable/Evan Kypreos)</span></figcaption></figure><p>The difference between the two approaches is significant. With a tool such as Lovable, the “guts” are hidden and dealt with automatically, whereas with more traditional vibe coding tools you will need to set up your own environments or run programs directly on your computer to get something you can use. </p><h2 id="what-are-the-risks-of-vibe-coding">What are the risks of vibe coding?</h2><p>This leads into one of the biggest risks of vibe coding: you don’t fully hold the reins.</p><p>An LLM can misunderstand what you want. It can also make mistakes, confidently create code that does not work, or create fragile systems that look good but are hard to change or maintain. As complexity increases on a project, you might find yourself losing control of it. This can be particularly problematic when the AI ties itself up in knots trying to understand what you want or fix something it does not know how to fix.</p><p>This is where choosing the right AI tool can help a lot. In my experience, some AI coding tools can get stuck and claim to have fixed an issue when clearly it has not, or even worse, created a new one somewhere else. </p><p>As with all LLMs, you need to be able to decipher the language when it tells you something such as, “Oh sorry, I see what I need to do now, let me fix that,” so you know when it is genuinely correcting the problem and when it is just trying to be helpful but is actually more stuck than Winnie the Pooh in a jar of honey. Best-case scenario this can lead to wasted time or credits being used up without the issue being resolved. </p><p>It’s good to be aware of the recent horror stories, such as AI coding tools deleting databases or removing whole features from a product. It’s also worth being careful with the idea that vibe coding means anyone can now create an app. That is true up to a point, particularly for simple prototypes, experiments, and personal tools. But creating a safe, reliable app that other people depend on is a different thing altogether.</p><p>You might be able to describe what you want in plain English and get the AI to generate the code, but that does not remove the need to check, test, and understand what has been created. The easier AI makes it to build something, the easier it also becomes to build something fragile without realizing it.</p><p>This is why relying solely on a vibe-coded program that is integral to your work can be risky. But there are areas where vibe coding is, frankly, a bit magical.</p><h2 id="what-are-the-benefits-of-vibe-coding">What are the benefits of vibe coding?</h2><p>Vibe coding feels like a genuine shift because it lets people who are not developers start making software, in the same way the early web let people publish without owning a printing press.</p><p>One of its most powerful benefits is that it allows someone with an idea to create a working proof of concept quickly. That does not mean the end result is ready to be used by hundreds or thousands of people, but it can be enough to show what is possible.</p><p>Creating a visual and working prototype can also help guide a development team and stakeholders. Instead of simply describing what you want, you can show an early version of the tool or app and use that to shape the discussion.</p><p>Vibe coding can also help you learn by doing. You can ask the AI questions and ask it to explain what it is doing and why. Over time, this can start to give you a better understanding of how the code works.</p><p>One of the most powerful uses of vibe coding, in my opinion, is creating small tools or programs that are very specific to your needs. Whether that’s a simple game you want to create for your students, a classroom quiz, a revision tool, or an app that helps keep parents up to speed on school changes, vibe coding can help you get there more quickly and at far less cost than using a development team or, in some cases, paying for a third-party provider.</p><p>Vibe coding can also be useful for experienced developers. They might not use it in quite the same way as a beginner, but it can still help them move faster. Sometimes the AI is useful for getting the first rough version of something working, even if the developer then has to go back through it, tidy it up, and make sure it is actually safe and sensible.</p><p>The important point is that vibe coding is strongest when it is used for experimentation, learning, and prototyping. It is less suitable when the software needs to be secure, reliable, long-lasting, or used by lots of people without proper review.</p><h2 id="how-to-explain-vibe-coding-to-students-in-class">How to explain vibe coding to students in class</h2><p>The best way to explain vibe coding to students is to say that it is giving instructions to an AI and seeing whether the AI can turn those instructions into a working program.</p><p>The student is not writing every line of code in the traditional way. They are describing what they want the software to do, then testing whether the AI has understood them correctly. That’s the key difference.</p><p>In normal coding lessons, students often start by learning syntax: the rules of the programming language. They learn how to write a variable, a loop, a function, or a condition, and then use those building blocks to make something.</p><p>With vibe coding, the starting point is often the idea instead. The student might begin with, “I want a quiz about volcanoes,” or “I want a game that helps me practice spelling.” The AI then creates the first version of the code.</p><p>That does not mean the student has finished. In many ways, that is where the learning starts. The student has to work out whether the AI understood the task. Does the program do what they expected? Is the information correct? Does the scoring work? What happens when a user makes a mistake? Can the student explain why the code behaves the way it does?</p><p>This is the part students need to understand. Vibe coding can feel instant, but it is not simply pressing a button and getting a finished app. It is a process of describing, testing, questioning, fixing, and improving.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ What is Edcafe AI and How Can I Use It To Teach? ]]></title>
                                                                                                <dc:content><![CDATA[ <p>Edcafe AI is a rare tool in the world of AI as it, unlike many others out there, is specifically designed to support classes through the entire teaching cycle.</p><p>Built for educators, this AI tool works to offer support across the full teaching process, from lesson planning to assessments -- all in one easy-to-access platform.</p><p>The idea here is to offer a more time-efficient way to work, without jumping around between tools. From building a lesson from scratch -- differentiating for mixed abilities -- to tracking student progress, this tool should streamline that process for ease.</p><p>This guide aims to lay out all you need to know about Edcafe AI for use in your class.</p><h2 id="what-is-edcafe-ai">What is Edcafe AI?</h2><div class="youtube-video" data-nosnippet ><div class="video-aspect-box"><iframe data-lazy-priority="low" data-lazy-src="https://www.youtube-nocookie.com/embed/sCpnqfJK3bE" allowfullscreen></iframe></div></div><p><a href="https://www.edcafe.ai/" target="_blank" rel="nofollow"><u><strong>Edcafe AI</strong></u></a> is a digital AI-powered assistant for teachers to help across planning, teaching, and assessing lessons. By combining multiple tools, this offers a single platform for teachers to create, organize, deliver, and evaluate learning.</p><p>This allows teachers to plan curriculum-aligned lessons and then create classroom-ready learning materials. Assigning these to students, and assessing as well as tracking progress, is also built into the platform.</p><p>That all should mean teachers only need to open this one tool to get everything done, saving on time and effort -- so they can focus on more valuable teacher-student time.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="LpJd9jMkb44u8xkrtPng5W" name="Edcafe AI" alt="Edcafe AI" src="https://cdn.mos.cms.futurecdn.net/LpJd9jMkb44u8xkrtPng5W.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">Edcafe AI </span><span class="credit" itemprop="copyrightHolder">(Image credit: Edcafe AI)</span></figcaption></figure><h2 id="how-does-edcafe-ai-work">How does Edcafe AI work?</h2><p>Edcafe AI combines the power of artificial intelligence with the materials already being used by teachers. Current and sourced materials can be uploaded for use, all being enhanced to work with the AI ecosystem. </p><p>What that actually looks like is a teacher uploads a document, slides, or curriculum content. The AI then generates lessons, quizzes, or activities that can be shared using links or QR codes. Students can then work with these materials as teachers track engagement and performance in real time.</p><p>Usefully, there are feedback loops that allow teachers to see how students are responding, so as to refine future lessons based on student ability.</p><p>Since students don't need accounts, this is all super simple to setup and share so students can begin working with the materials right away.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="x3QBCtiU8nd7G9dExWxTBW" name="Edcafe AI" alt="Edcafe AI" src="https://cdn.mos.cms.futurecdn.net/x3QBCtiU8nd7G9dExWxTBW.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">Edcafe AI </span><span class="credit" itemprop="copyrightHolder">(Image credit: Edcafe AI)</span></figcaption></figure><h2 id="what-are-the-best-edcafe-ai-features">What are the best Edcafe AI features?</h2><p>Edcafe AI uses artificial intelligence to make the creation of materials fast and easy from full lesson plans, slides, and quizzes to reading activities.</p><p>Chatbots can also be created, with custom inputs, which are then able to assist students as they work through topics. They then can get personalized feedback and help as they work, without it costing teachers on time.</p><p>Those quizzes that can be generated are also able to be auto-graded, saving even more teacher time. This can be a quick way to assess student ability with any learning gaps easy to identify and work on improving.</p><p>Since Google Drive can be used with this system, it makes for an easy way not only to access and enhance current materials, but to generate and share more across the school.</p><p>Everything is end-to-end here, so teachers can work in one platform to get everything done. This is not only helpful for saving on time, but can also be far less mentally straining.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="8JzvadCGVNQ2AgTMf2mFBW" name="Edcafe AI" alt="Edcafe AI" src="https://cdn.mos.cms.futurecdn.net/8JzvadCGVNQ2AgTMf2mFBW.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">Edcafe AI </span><span class="credit" itemprop="copyrightHolder">(Image credit: Edcafe AI)</span></figcaption></figure><h2 id="how-much-does-edcafe-ai-cost">How much does Edcafe AI cost?</h2><p>Edcafe AI offers a tiered pricing model, including a free option. The plans break down like this:</p><p><strong>Free plan</strong>: Limited AI generations and core tools.</p><p><strong>Pro plan</strong>: From around $7.99/month (annual billing) with expanded features.</p><p><strong>Premium plan</strong>: From around $14.99/month with unlimited usage and school-level tools.</p><p>Custom options are also available for schools and districts, including onboarding and integration support.</p><h2 id="edcafe-ai-best-tips-and-tricks">Edcafe AI best tips and tricks</h2><p><strong>Start with your own materials </strong><br>Upload existing lesson content to get more accurate, curriculum-aligned outputs.</p><p><strong>Use chatbots for differentiation </strong><br>Set up different chatbots for varying ability levels or topics to personalize support.</p><p><strong>Generate then refine </strong><br>Treat AI outputs as a starting point and tweak for tone, accuracy, and class context.</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/learning/classroom-tools/what-is-edcafe-ai-and-how-can-i-use-it-to-teach</link>
                                                                            <description>
                            <![CDATA[ Edcafe AI is an eduction specific tool designed to help along the entire teaching cycle. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">3BJFaBEnGKdWy99goHoHhi</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/eQ83u3FuYMRTQmwM2uAvyV-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 18 May 2026 09:00:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Classroom Tools]]></category>
                                                    <category><![CDATA[Learning]]></category>
                                                    <category><![CDATA[Classroom]]></category>
                                                                                                                    <dc:creator><![CDATA[ Luke Edwards ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/eQ83u3FuYMRTQmwM2uAvyV-1280-80.jpg">
                                                            <media:credit><![CDATA[Edcafe AI]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Edcafe AI]]></media:description>                                                            <media:text><![CDATA[Edcafe AI]]></media:text>
                                <media:title type="plain"><![CDATA[Edcafe AI]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/eQ83u3FuYMRTQmwM2uAvyV-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Edcafe AI is a rare tool in the world of AI as it, unlike many others out there, is specifically designed to support classes through the entire teaching cycle.</p><p>Built for educators, this AI tool works to offer support across the full teaching process, from lesson planning to assessments -- all in one easy-to-access platform.</p><p>The idea here is to offer a more time-efficient way to work, without jumping around between tools. From building a lesson from scratch -- differentiating for mixed abilities -- to tracking student progress, this tool should streamline that process for ease.</p><p>This guide aims to lay out all you need to know about Edcafe AI for use in your class.</p><h2 id="what-is-edcafe-ai">What is Edcafe AI?</h2><div class="youtube-video" data-nosnippet ><div class="video-aspect-box"><iframe data-lazy-priority="low" data-lazy-src="https://www.youtube-nocookie.com/embed/sCpnqfJK3bE" allowfullscreen></iframe></div></div><p><a href="https://www.edcafe.ai/" target="_blank" rel="nofollow"><u><strong>Edcafe AI</strong></u></a> is a digital AI-powered assistant for teachers to help across planning, teaching, and assessing lessons. By combining multiple tools, this offers a single platform for teachers to create, organize, deliver, and evaluate learning.</p><p>This allows teachers to plan curriculum-aligned lessons and then create classroom-ready learning materials. Assigning these to students, and assessing as well as tracking progress, is also built into the platform.</p><p>That all should mean teachers only need to open this one tool to get everything done, saving on time and effort -- so they can focus on more valuable teacher-student time.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="LpJd9jMkb44u8xkrtPng5W" name="Edcafe AI" alt="Edcafe AI" src="https://cdn.mos.cms.futurecdn.net/LpJd9jMkb44u8xkrtPng5W.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">Edcafe AI </span><span class="credit" itemprop="copyrightHolder">(Image credit: Edcafe AI)</span></figcaption></figure><h2 id="how-does-edcafe-ai-work">How does Edcafe AI work?</h2><p>Edcafe AI combines the power of artificial intelligence with the materials already being used by teachers. Current and sourced materials can be uploaded for use, all being enhanced to work with the AI ecosystem. </p><p>What that actually looks like is a teacher uploads a document, slides, or curriculum content. The AI then generates lessons, quizzes, or activities that can be shared using links or QR codes. Students can then work with these materials as teachers track engagement and performance in real time.</p><p>Usefully, there are feedback loops that allow teachers to see how students are responding, so as to refine future lessons based on student ability.</p><p>Since students don't need accounts, this is all super simple to setup and share so students can begin working with the materials right away.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="x3QBCtiU8nd7G9dExWxTBW" name="Edcafe AI" alt="Edcafe AI" src="https://cdn.mos.cms.futurecdn.net/x3QBCtiU8nd7G9dExWxTBW.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">Edcafe AI </span><span class="credit" itemprop="copyrightHolder">(Image credit: Edcafe AI)</span></figcaption></figure><h2 id="what-are-the-best-edcafe-ai-features">What are the best Edcafe AI features?</h2><p>Edcafe AI uses artificial intelligence to make the creation of materials fast and easy from full lesson plans, slides, and quizzes to reading activities.</p><p>Chatbots can also be created, with custom inputs, which are then able to assist students as they work through topics. They then can get personalized feedback and help as they work, without it costing teachers on time.</p><p>Those quizzes that can be generated are also able to be auto-graded, saving even more teacher time. This can be a quick way to assess student ability with any learning gaps easy to identify and work on improving.</p><p>Since Google Drive can be used with this system, it makes for an easy way not only to access and enhance current materials, but to generate and share more across the school.</p><p>Everything is end-to-end here, so teachers can work in one platform to get everything done. This is not only helpful for saving on time, but can also be far less mentally straining.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="8JzvadCGVNQ2AgTMf2mFBW" name="Edcafe AI" alt="Edcafe AI" src="https://cdn.mos.cms.futurecdn.net/8JzvadCGVNQ2AgTMf2mFBW.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">Edcafe AI </span><span class="credit" itemprop="copyrightHolder">(Image credit: Edcafe AI)</span></figcaption></figure><h2 id="how-much-does-edcafe-ai-cost">How much does Edcafe AI cost?</h2><p>Edcafe AI offers a tiered pricing model, including a free option. The plans break down like this:</p><p><strong>Free plan</strong>: Limited AI generations and core tools.</p><p><strong>Pro plan</strong>: From around $7.99/month (annual billing) with expanded features.</p><p><strong>Premium plan</strong>: From around $14.99/month with unlimited usage and school-level tools.</p><p>Custom options are also available for schools and districts, including onboarding and integration support.</p><h2 id="edcafe-ai-best-tips-and-tricks">Edcafe AI best tips and tricks</h2><p><strong>Start with your own materials </strong><br>Upload existing lesson content to get more accurate, curriculum-aligned outputs.</p><p><strong>Use chatbots for differentiation </strong><br>Set up different chatbots for varying ability levels or topics to personalize support.</p><p><strong>Generate then refine </strong><br>Treat AI outputs as a starting point and tweak for tone, accuracy, and class context.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Elevating the Classroom: A Blueprint for Strategic AI Integration and Student Empowerment ]]></title>
                                                                                                <dc:content><![CDATA[ <p>The transition from traditional instruction to AI-enhanced learning is often met with a mix of excitement and trepidation. However, for Dr. Gyimah Whitaker, Superintendent of the City Schools of Decatur (CSD), the path forward isn’t about racing to adopt the newest tool. It’s about moving “slowly to go fast”—building a foundation based on intentionality, policy, and, most importantly, the amplification of student voice.</p><p>Located just outside Atlanta, CSD serves a population of 5,400 students. The district faces a unique challenge: it was identified by Stanford University as having one of the greatest wealth achievement gaps in the nation. For Whitaker, integrating AI is an equity imperative. </p><p>To ensure all students graduate ready for a world that includes AI, leadership must be thoughtful, secure, and collaborative.</p><h2 id="moving-slowly-to-go-fast-a-policy-first-approach">Moving Slowly to Go Fast: A Policy-First Approach</h2><p>While many districts might jump straight into purchasing AI-driven curriculum tools, Whitaker and her team took a step back to focus on the framework. In collaboration with the national <a href="https://www.ilogroup.com/" target="_blank" rel="nofollow"><u><strong>ILO Group</strong></u></a>, CSD chose to prioritize AI from a policy standpoint rather than just a curricular or workforce one.</p><p>“We have come along slowly because we have the safeguards in place around privacy for students and student data and what we call the 'Swiss cheese' for cybersecurity,” says Whitaker. “But at the same time, we understand our students need to graduate ready to engage in the world, and the world does include AI."</p><p>By focusing on policy first, the district ensures that safety and privacy concerns—raised by teachers, parents, and students alike—are addressed before tools are deployed at scale. This intentional movement allows the district to vet filters and privacy protocols, creating a secure environment in which innovation can eventually thrive without compromising data integrity.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:857px;"><p class="vanilla-image-block" style="padding-top:64.88%;"><img id="M5teu7auvjt6Kpdddt2L3H" name="Screenshot 2026-05-11 093651" alt="Ai implementation" src="https://cdn.mos.cms.futurecdn.net/M5teu7auvjt6Kpdddt2L3H.png" mos="" align="middle" fullscreen="" width="857" height="556" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Day Of AI)</span></figcaption></figure><h2 id="fostering-a-symbiotic-workforce">Fostering a Symbiotic Workforce</h2><p>Integrating AI also requires a shift in how the district views professional development. Whitaker envisions a symbiotic relationship between the digital natives who are more comfortable with AI entering the profession and the veteran educators who hold deep pedagogical expertise.</p><p>“My greatest hope is that we will begin to recognize that our newest teachers are able to help us and our veteran teachers are able to grow," says Whitaker. This reverse mentorship model acknowledges that while AI can assist with lesson differentiation or administrative tasks, it cannot replace the human element. Even as the district explores AI agents for cybersecurity and administrative support, Whitaker remains a staunch advocate for human connection, noting that while an AI might manage a calendar, it lacks the emotional intelligence to know when a colleague needs a break or a little encouragement.</p><h2 id="3-tips-for-district-leaders-implementing-ai">3 Tips for District Leaders Implementing AI</h2><p>For administrators looking to begin their own AI journey, Whitaker offers three pillars of advice:</p><ul><li><strong>Don’t Be Afraid of the Unknown:</strong> “Understand that you don’t know what you don’t know,” she says. “This is a work of unknown. But that’s okay. Be comfortable in that.”</li><li><strong>Lean into the Tension:</strong> Every district feels the pull between the benefits of AI and the doom scroll of digital distraction. Use that tension to spark honest conversations with stakeholders.</li><li><strong>Identify Your Entry Point:</strong> Whether you start with a curricular focus, a workforce support strategy, or a policy framework, ensure it aligns with your district’s specific needs.</li></ul><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1292px;"><p class="vanilla-image-block" style="padding-top:67.11%;"><img id="oPnwtugkYpGs2GDSjD6vcT" name="Screenshot 2026-05-11 093717" alt="AI Implementation" src="https://cdn.mos.cms.futurecdn.net/oPnwtugkYpGs2GDSjD6vcT.png" mos="" align="middle" fullscreen="" width="1292" height="867" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Day Of AI)</span></figcaption></figure><h2 id="a-national-stage-for-student-voice">A National Stage for Student Voice</h2><p>One of the most innovative aspects of CSD’s strategy is the elevation of students into high-stakes leadership roles. By appointing both a Student Representative and a Student Apprentice to the School Board—a rarity in Southern school systems—CSD has sent a clear message: students don’t just observe; they lead.</p><p>This commitment to student agency served as the perfect prerequisite for an invitation from the National Superintendent Association (AASA) to join the <a href="https://dayofai.org/news/aasa-and-day-of-ai-launch-national-leadership-innovation-fellowship-focused-on-ai-and-the-future-of-learning" target="_blank" rel="nofollow"><u><strong>National Leadership & Innovation Fellowship Focused on AI and the Future of Learning</strong></u></a>. Hosted in partnership with <a href="https://dayofai.org/" target="_blank" rel="nofollow"><u><strong>Day of AI</strong></u></a> and <a href="https://raise.mit.edu/" target="_blank" rel="nofollow"><u><strong>MIT RAISE</strong></u></a>, this fellowship invites designated superintendents from every state to receive cutting-edge AI training at MIT, and allows them to bring two students to the <a href="https://emkinstitute.org/" target="_blank" rel="nofollow"><u><strong>Edward M. Kennedy Institute</strong></u></a> in July for an immersive experience focused on ethical AI use, systems-level leadership, and policy.</p><p>The Edward M. Kennedy Institute features a full-scale replica of the U.S. Senate chamber. Participating students will act as “senators” for their respective states. Their objective? To develop a National AI Policy. </p><p>To prepare, students are completing 8 to 10 hours of pre-work, analyzing artifacts that the Institute will synthesize into a working template. This sets the stage for an authentic legislative process, mirroring the deliberation of the Senate.</p><p>The resulting student-developed policy will be distributed nationally to all superintendents by AASA. This model holds the potential to be replicated in local districts, providing a framework for involving parents and stakeholders in governing this powerful technology.</p><p>“I think the most amazing part about this event is I honestly have no idea what the kids are going to come up with,” says Jeff Riley, Executive Director of Day of AI and former Massachusetts Commissioner of Education. “Kids are digital natives. This is an opportunity where their voices can really be heard as leaders in the field.” </p><p>Whitaker was thrilled to receive the invitation, viewing it as a natural extension of CSD’s core mission. “The stars really aligned,” she says. “This experience will take the work we do at CSD to elevate student voice to the next level."</p><p>By giving students a seat at the table both locally and nationally, CSD ensures that AI policy isn't just something done to students, but with them. This leadership experience ensures that the district’s Portrait of a Graduate includes the ability to navigate and actively govern the technologies of the future.</p><p>As Whitaker says, the ultimate goal is both simple and profound: “To ensure you’re graduating students who are ready to engage in the world knowing that AI is there.”</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/technology/ai/elevating-the-classroom-a-blueprint-for-strategic-ai-integration-and-student-empowerment</link>
                                                                            <description>
                            <![CDATA[ Practical advice for district leaders implementing AI in their district. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">hZMzLDnBMCx9ZPXmxBi5pm</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/dhPvSm9ouRLtPYZENkpqZh-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Mon, 18 May 2026 09:00:00 +0000</pubDate>                                                                                                                                <updated>Mon, 18 May 2026 09:14:54 +0000</updated>
                                                                                                                                            <category><![CDATA[AI]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Christine Weiser ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ &lt;p&gt;Christine Weiser is the Content and Brand Director for Tech &amp;amp; Learning, and has been with the company since 2008. She has reported on education for most of her career, working at Scholastic and Gale Publishing before joining Tech &amp;amp; Learning. Christine is also an author and musician, and lives in Philadelphia with her husband and son.&amp;nbsp;&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/dhPvSm9ouRLtPYZENkpqZh-1280-80.png">
                                                            <media:credit><![CDATA[Day Of AI]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[ai implementation]]></media:description>                                                            <media:text><![CDATA[ai implementation]]></media:text>
                                <media:title type="plain"><![CDATA[ai implementation]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/dhPvSm9ouRLtPYZENkpqZh-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>The transition from traditional instruction to AI-enhanced learning is often met with a mix of excitement and trepidation. However, for Dr. Gyimah Whitaker, Superintendent of the City Schools of Decatur (CSD), the path forward isn’t about racing to adopt the newest tool. It’s about moving “slowly to go fast”—building a foundation based on intentionality, policy, and, most importantly, the amplification of student voice.</p><p>Located just outside Atlanta, CSD serves a population of 5,400 students. The district faces a unique challenge: it was identified by Stanford University as having one of the greatest wealth achievement gaps in the nation. For Whitaker, integrating AI is an equity imperative. </p><p>To ensure all students graduate ready for a world that includes AI, leadership must be thoughtful, secure, and collaborative.</p><h2 id="moving-slowly-to-go-fast-a-policy-first-approach">Moving Slowly to Go Fast: A Policy-First Approach</h2><p>While many districts might jump straight into purchasing AI-driven curriculum tools, Whitaker and her team took a step back to focus on the framework. In collaboration with the national <a href="https://www.ilogroup.com/" target="_blank" rel="nofollow"><u><strong>ILO Group</strong></u></a>, CSD chose to prioritize AI from a policy standpoint rather than just a curricular or workforce one.</p><p>“We have come along slowly because we have the safeguards in place around privacy for students and student data and what we call the 'Swiss cheese' for cybersecurity,” says Whitaker. “But at the same time, we understand our students need to graduate ready to engage in the world, and the world does include AI."</p><p>By focusing on policy first, the district ensures that safety and privacy concerns—raised by teachers, parents, and students alike—are addressed before tools are deployed at scale. This intentional movement allows the district to vet filters and privacy protocols, creating a secure environment in which innovation can eventually thrive without compromising data integrity.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:857px;"><p class="vanilla-image-block" style="padding-top:64.88%;"><img id="M5teu7auvjt6Kpdddt2L3H" name="Screenshot 2026-05-11 093651" alt="Ai implementation" src="https://cdn.mos.cms.futurecdn.net/M5teu7auvjt6Kpdddt2L3H.png" mos="" align="middle" fullscreen="" width="857" height="556" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Day Of AI)</span></figcaption></figure><h2 id="fostering-a-symbiotic-workforce">Fostering a Symbiotic Workforce</h2><p>Integrating AI also requires a shift in how the district views professional development. Whitaker envisions a symbiotic relationship between the digital natives who are more comfortable with AI entering the profession and the veteran educators who hold deep pedagogical expertise.</p><p>“My greatest hope is that we will begin to recognize that our newest teachers are able to help us and our veteran teachers are able to grow," says Whitaker. This reverse mentorship model acknowledges that while AI can assist with lesson differentiation or administrative tasks, it cannot replace the human element. Even as the district explores AI agents for cybersecurity and administrative support, Whitaker remains a staunch advocate for human connection, noting that while an AI might manage a calendar, it lacks the emotional intelligence to know when a colleague needs a break or a little encouragement.</p><h2 id="3-tips-for-district-leaders-implementing-ai">3 Tips for District Leaders Implementing AI</h2><p>For administrators looking to begin their own AI journey, Whitaker offers three pillars of advice:</p><ul><li><strong>Don’t Be Afraid of the Unknown:</strong> “Understand that you don’t know what you don’t know,” she says. “This is a work of unknown. But that’s okay. Be comfortable in that.”</li><li><strong>Lean into the Tension:</strong> Every district feels the pull between the benefits of AI and the doom scroll of digital distraction. Use that tension to spark honest conversations with stakeholders.</li><li><strong>Identify Your Entry Point:</strong> Whether you start with a curricular focus, a workforce support strategy, or a policy framework, ensure it aligns with your district’s specific needs.</li></ul><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1292px;"><p class="vanilla-image-block" style="padding-top:67.11%;"><img id="oPnwtugkYpGs2GDSjD6vcT" name="Screenshot 2026-05-11 093717" alt="AI Implementation" src="https://cdn.mos.cms.futurecdn.net/oPnwtugkYpGs2GDSjD6vcT.png" mos="" align="middle" fullscreen="" width="1292" height="867" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Day Of AI)</span></figcaption></figure><h2 id="a-national-stage-for-student-voice">A National Stage for Student Voice</h2><p>One of the most innovative aspects of CSD’s strategy is the elevation of students into high-stakes leadership roles. By appointing both a Student Representative and a Student Apprentice to the School Board—a rarity in Southern school systems—CSD has sent a clear message: students don’t just observe; they lead.</p><p>This commitment to student agency served as the perfect prerequisite for an invitation from the National Superintendent Association (AASA) to join the <a href="https://dayofai.org/news/aasa-and-day-of-ai-launch-national-leadership-innovation-fellowship-focused-on-ai-and-the-future-of-learning" target="_blank" rel="nofollow"><u><strong>National Leadership & Innovation Fellowship Focused on AI and the Future of Learning</strong></u></a>. Hosted in partnership with <a href="https://dayofai.org/" target="_blank" rel="nofollow"><u><strong>Day of AI</strong></u></a> and <a href="https://raise.mit.edu/" target="_blank" rel="nofollow"><u><strong>MIT RAISE</strong></u></a>, this fellowship invites designated superintendents from every state to receive cutting-edge AI training at MIT, and allows them to bring two students to the <a href="https://emkinstitute.org/" target="_blank" rel="nofollow"><u><strong>Edward M. Kennedy Institute</strong></u></a> in July for an immersive experience focused on ethical AI use, systems-level leadership, and policy.</p><p>The Edward M. Kennedy Institute features a full-scale replica of the U.S. Senate chamber. Participating students will act as “senators” for their respective states. Their objective? To develop a National AI Policy. </p><p>To prepare, students are completing 8 to 10 hours of pre-work, analyzing artifacts that the Institute will synthesize into a working template. This sets the stage for an authentic legislative process, mirroring the deliberation of the Senate.</p><p>The resulting student-developed policy will be distributed nationally to all superintendents by AASA. This model holds the potential to be replicated in local districts, providing a framework for involving parents and stakeholders in governing this powerful technology.</p><p>“I think the most amazing part about this event is I honestly have no idea what the kids are going to come up with,” says Jeff Riley, Executive Director of Day of AI and former Massachusetts Commissioner of Education. “Kids are digital natives. This is an opportunity where their voices can really be heard as leaders in the field.” </p><p>Whitaker was thrilled to receive the invitation, viewing it as a natural extension of CSD’s core mission. “The stars really aligned,” she says. “This experience will take the work we do at CSD to elevate student voice to the next level."</p><p>By giving students a seat at the table both locally and nationally, CSD ensures that AI policy isn't just something done to students, but with them. This leadership experience ensures that the district’s Portrait of a Graduate includes the ability to navigate and actively govern the technologies of the future.</p><p>As Whitaker says, the ultimate goal is both simple and profound: “To ensure you’re graduating students who are ready to engage in the world knowing that AI is there.”</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ When Highlights Are Easy to Fake With AI, Integrity Matters More ]]></title>
                                                                                                <dc:content><![CDATA[ <p>A recent <a href="https://www.si.com/high-school/football/the-rise-of-ai-generated-highlight-tapes-in-high-school-football-creates-a-dangerous-recruiting-shortcut-01kjd7qa2fbt" target="_blank" rel="nofollow"><u><strong>Sports Illustrated article</strong></u></a> described how some high school football players are using artificial intelligence to fabricate highlight plays in recruiting videos. Generative tools can now insert touchdowns, tackles, or explosive runs that never actually occurred, creating a misleading picture of an athlete’s performance. </p><p>At first glance, the story reads like another example of technology being used to gain an unfair advantage. But in many cases, these videos are not as convincing as students might think. </p><p>Experienced recruiters, coaches, and even knowledgeable fans can often tell when something is off. The flow feels wrong. The movement does not match the context of the game. What appears impressive at first glance can quickly raise questions.</p><p>The real problem is that students may not realize how easily these videos can be spotted. They may overestimate how convincing these tools are and underestimate how quickly credibility can be lost. When that happens, it is not the technology that carries the consequences, but the student–and their integrity.</p><h2 id="the-stigma-of-consequences">The Stigma of Consequences</h2><p>To be fair, authenticity challenges in sports are not new. Highlight reels have always been curated, with athletes and coaches selecting the best moments, angles, and plays. Recruiting videos have never been neutral. </p><p>At the same time, experienced evaluators bring a trained eye to the process. They understand the rhythm of a game, the timing of movement, and the mechanics behind each play. </p><p>Manipulated clips raise immediate suspicion as it is not that hard for trained adults, and even knowledgeable fans, to recognize one. And when one is exposed, students are the ones who carry the consequences. The loss of trust, the damage to reputation, and the stigma of being caught can follow them well beyond a single video.</p><p>In that sense, integrity and reputation are not secondary concerns, but the foundation of the entire process.</p><h2 id="discouraging-shortcuts">Discouraging Shortcuts</h2><p>AI did not create this challenge, but it has made it easier to act on poor judgment. What once required significant effort can now be done quickly and with little technical skill. The tools are more accessible, and the temptation is greater.</p><p>And that makes the response even more important.</p><p>Since I am not a recruiting expert, my suggestions here may be overly simple or not fully informed. Still, it seems reasonable that technology could help protect integrity. For example, recruiting platforms or video services might use AI tools to detect manipulated footage or verify highlights against full game recordings uploaded by schools. If AI can generate fabricated highlights, it can also flag these or confirm authentic ones. Even a basic verification layer could serve as a deterrent. Technology alone, however, is unlikely to solve the issue.</p><p>Coaches and athletic programs play a critical role in shaping how athletes understand the purpose of highlight reels. AI can be used to analyze performance, break down game film, and identify areas for growth, which support student development. Fabricating plays does none of that, so helping athletes understand that distinction is part of the work.</p><p>The cultural layer also cannot be ignored. Highlight videos now live on social media, where attention can become its own reward system. Likes, shares, and visibility can create pressure to produce more impressive content. When attention becomes the incentive, exaggeration can follow. </p><p>Coaches and programs can push against that pressure by reinforcing that highlights are meant to reflect real performance, not manufactured moments. Clear expectations and consistent messaging can discourage shortcuts before any take hold.</p><h2 id="opening-doors">Opening Doors</h2><p>Integrity in high school sports is not enforced by rules alone, but is shaped by culture, expectations, and the adults who guide young athletes. When those signals are clear, athletes are more likely to understand that how they represent their performance matters as much as the performance itself.</p><p>AI did not create the integrity challenge in high school sports, but has made the consequences more immediate and visible. The real question going forward now becomes if student athletes will understand how easily manipulation can be detected and what is at stake when it is.</p><p>In high school sports, performance may open doors. Integrity and reputation determine whether those doors stay open.</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/technology/ai/when-highlights-are-easy-to-fake-with-ai-integrity-matters-more</link>
                                                                            <description>
                            <![CDATA[ AI may make it easier to manipulate athletic performance, but students often underestimate how easily it can be exposed ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">kFpKAJ6aS9Tkfm4oxhSRAk</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/72noR8qHuMbHKfFK6Gy5fT-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 15 May 2026 09:00:00 +0000</pubDate>                                                                                                                                <updated>Fri, 15 May 2026 09:32:28 +0000</updated>
                                                                                                                                            <category><![CDATA[AI]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Andy Szeto ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ &lt;p&gt;Dr. Andy Szeto is a New York City–based educational leader, writer, and professor focused on instructional leadership, district systems, multilingual learner advocacy, and responsible, practical uses of AI in education. He is the author of &lt;em&gt;Leading Before the Title: Growing Leadership Multiple Tracks&lt;/em&gt; (The Worthy Educator Press, 2025), and is writing a new book about this journey as an English learner (due late 2026); learn more at &lt;a href=&quot;https://sites.google.com/view/drszetocoursesite/home&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;u&gt;&lt;strong&gt;drandyszeto.com&lt;/strong&gt;&lt;/u&gt;&lt;/a&gt;.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/72noR8qHuMbHKfFK6Gy5fT-1280-80.jpg">
                                                            <media:credit><![CDATA[Pixabay]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[ai sports highlights]]></media:description>                                                            <media:text><![CDATA[ai sports highlights]]></media:text>
                                <media:title type="plain"><![CDATA[ai sports highlights]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/72noR8qHuMbHKfFK6Gy5fT-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>A recent <a href="https://www.si.com/high-school/football/the-rise-of-ai-generated-highlight-tapes-in-high-school-football-creates-a-dangerous-recruiting-shortcut-01kjd7qa2fbt" target="_blank" rel="nofollow"><u><strong>Sports Illustrated article</strong></u></a> described how some high school football players are using artificial intelligence to fabricate highlight plays in recruiting videos. Generative tools can now insert touchdowns, tackles, or explosive runs that never actually occurred, creating a misleading picture of an athlete’s performance. </p><p>At first glance, the story reads like another example of technology being used to gain an unfair advantage. But in many cases, these videos are not as convincing as students might think. </p><p>Experienced recruiters, coaches, and even knowledgeable fans can often tell when something is off. The flow feels wrong. The movement does not match the context of the game. What appears impressive at first glance can quickly raise questions.</p><p>The real problem is that students may not realize how easily these videos can be spotted. They may overestimate how convincing these tools are and underestimate how quickly credibility can be lost. When that happens, it is not the technology that carries the consequences, but the student–and their integrity.</p><h2 id="the-stigma-of-consequences">The Stigma of Consequences</h2><p>To be fair, authenticity challenges in sports are not new. Highlight reels have always been curated, with athletes and coaches selecting the best moments, angles, and plays. Recruiting videos have never been neutral. </p><p>At the same time, experienced evaluators bring a trained eye to the process. They understand the rhythm of a game, the timing of movement, and the mechanics behind each play. </p><p>Manipulated clips raise immediate suspicion as it is not that hard for trained adults, and even knowledgeable fans, to recognize one. And when one is exposed, students are the ones who carry the consequences. The loss of trust, the damage to reputation, and the stigma of being caught can follow them well beyond a single video.</p><p>In that sense, integrity and reputation are not secondary concerns, but the foundation of the entire process.</p><h2 id="discouraging-shortcuts">Discouraging Shortcuts</h2><p>AI did not create this challenge, but it has made it easier to act on poor judgment. What once required significant effort can now be done quickly and with little technical skill. The tools are more accessible, and the temptation is greater.</p><p>And that makes the response even more important.</p><p>Since I am not a recruiting expert, my suggestions here may be overly simple or not fully informed. Still, it seems reasonable that technology could help protect integrity. For example, recruiting platforms or video services might use AI tools to detect manipulated footage or verify highlights against full game recordings uploaded by schools. If AI can generate fabricated highlights, it can also flag these or confirm authentic ones. Even a basic verification layer could serve as a deterrent. Technology alone, however, is unlikely to solve the issue.</p><p>Coaches and athletic programs play a critical role in shaping how athletes understand the purpose of highlight reels. AI can be used to analyze performance, break down game film, and identify areas for growth, which support student development. Fabricating plays does none of that, so helping athletes understand that distinction is part of the work.</p><p>The cultural layer also cannot be ignored. Highlight videos now live on social media, where attention can become its own reward system. Likes, shares, and visibility can create pressure to produce more impressive content. When attention becomes the incentive, exaggeration can follow. </p><p>Coaches and programs can push against that pressure by reinforcing that highlights are meant to reflect real performance, not manufactured moments. Clear expectations and consistent messaging can discourage shortcuts before any take hold.</p><h2 id="opening-doors">Opening Doors</h2><p>Integrity in high school sports is not enforced by rules alone, but is shaped by culture, expectations, and the adults who guide young athletes. When those signals are clear, athletes are more likely to understand that how they represent their performance matters as much as the performance itself.</p><p>AI did not create the integrity challenge in high school sports, but has made the consequences more immediate and visible. The real question going forward now becomes if student athletes will understand how easily manipulation can be detected and what is at stake when it is.</p><p>In high school sports, performance may open doors. Integrity and reputation determine whether those doors stay open.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Using Gemini AI To Prepare For Standardized Tests ]]></title>
                                                                                                <dc:content><![CDATA[ <p>Google is attempting to position Gemini as a leader for AI tutoring when it comes to standardized test prep for the SAT and other tests. Earlier this year, they announced a partnership with the Princeton Review to allow practice tests followed by instant feedback from Gemini that can tell a student where they excelled and highlight areas they might need to study more. </p><p>The feature builds on <a href="https://www.grammarly.com/blog/company/educator-of-the-year-winner-2026/" target="_blank"><u><strong>Gemini’s learn mode</strong></u></a>. Previously called “Guided Learning,” this is a tutoring mode built on a collection of AI models called LearnLM that were specifically designed with teaching in mind and built with principles of education science. </p><p>Here’s a closer look at Gemini’s tutoring and test prep abilities. </p><h2 id="using-gemini-to-prepare-for-tests">Using Gemini To Prepare for Tests </h2><p>For SAT prep, Gemini can generate full practice tests for free. All you need to do is enter a prompt such as, “I want to take a practice SAT test,” and Gemini will generate a test on it. This test will utilize resources from the Princeton Review, a test-prep company that draws on real SAT questions to generate practice tests. </p><p>In my experience, this feature works just as advertised. It took me only minutes to generate a quick practice test, and I also had the option of having Gemini create sample SAT questions. It quizzed me and offered encouragement when I got questions right and great explanations when I got questions wrong. This is a tool that seems like it would be helpful for students preparing for this test. </p><p>This type of access to high-quality practice tests and tutoring is a great way to increase access to better test preparation methods for people from all economic backgrounds as Gemini is available for free. I also suspect Gemini’s AI coaching could be helpful even for those who get one-on-one tutoring. </p><h2 id="google-wants-gemini-to-be-a-tutoring-leader">Google Wants Gemini To Be A Tutoring Leader</h2><p>This recent foray into test prep is part of Google’s larger effort to make Gemini the go-to AI for tutoring. So far they seem successful in these efforts to me. </p><p>Gemini in learn mode has outperformed other similar tools in certain studies. For instance, researchers compared Google Gemini's and ChatGPT's effectiveness for enhancing the academic writing skills of English learners in two Thai universities. The study found “both tools effectively improved linguistic accuracy and essay structure,” however, “Gemini was found to work better than ChatGPT in multimodal feedback and source integration.” </p><p>This tracks with my own experience using both tools. While any AI tool has its limitations and subtle inaccuracies can be a big problem for test prep,<strong> </strong><a href="https://www.techlearning.com/how-to/geminis-guided-learning-mode-from-google-ai-what-educators-need-to-know" target="_blank"><u><strong>Gemini in learn mode is the best AI tutor</strong></u></a> with which I have interacted. And Gemini continues to improve its tutoring features. In addition to the SAT test, Google recently announced <a href="https://blog.google/intl/en-in/products/prepare-for-the-neet-ug-with-practice-tests-in-gemini/" target="_blank"><u><strong>Gemini can provide vetted tests</strong></u></a> for the Joint Entrance Examination, a standardized engineering entrance exam used in India. It also seems likely Google will expand Gemini’s data set to include other standardized tests going forward. </p><p>Overall, I’m once again really impressed with Gemini’s tutoring abilities. My graduate school options were somewhat limited because I was so afraid of taking the GRE that any program that required its completion was ruled out. It’s possible had a tool such as Gemini been available when I was younger, I would have felt differently, though I am very happy with the graduate program in which I ended up attending. </p><p>As regular Tech & Learning readers know, I have <a href="https://www.techlearning.com/technology/ai/has-ai-as-a-writing-partner-been-oversold" target="_blank" rel="nofollow"><u><strong>mixed feelings about AI</strong></u></a>. But I’m impressed by this feature. Using Gemini to prepare for standardized tests feels as if it could have been a game-changer for me personally and may indeed be a game-changer for many students today. </p> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/technology/ai/using-gemini-ai-to-prepare-for-standardized-tests</link>
                                                                            <description>
                            <![CDATA[ Google’s Gemini can provide free, vetted SAT practice tests with real-time feedback. It’s one of the latest AI tutoring features unveiled by the tech giant. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">6nFDbLF2U2iYLhCRRH7qwY</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/r56NgTNDkMubWTB7iqnmrN-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Mon, 11 May 2026 09:00:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[AI]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                <author><![CDATA[ erik.ofgang@futurenet.com (Erik Ofgang) ]]></author>                    <dc:creator><![CDATA[ Erik Ofgang ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/4t5ro4CXB7QUaPA28UMYb9.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Erik Ofgang is Tech &amp; Learning contributor. A journalist, &lt;a href=&quot;https://www.penguinrandomhouse.com/books/557664/the-good-vices-by-dr-harry-ofgang-and-erik-ofgang/&quot; target=&quot;_blank&quot;&gt;&lt;u&gt;&lt;strong&gt;author&lt;/strong&gt;&lt;/u&gt;&lt;/a&gt; and educator, his work has appeared in The New York Times, The Smithsonian, Washington Post, The Atlantic, and Forbes.com. He currently teaches at Western Connecticut State University’s MFA program. While a staff writer at Connecticut Magazine he won a Society of Professional Journalism Award for his education reporting. He is interested in how humans learn and how technology can make that more effective. &lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/r56NgTNDkMubWTB7iqnmrN-1280-80.png">
                                                            <media:credit><![CDATA[Google Gemini]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A screenshot from Google Gemini]]></media:description>                                                            <media:text><![CDATA[A screenshot from Google Gemini]]></media:text>
                                <media:title type="plain"><![CDATA[A screenshot from Google Gemini]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/r56NgTNDkMubWTB7iqnmrN-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Google is attempting to position Gemini as a leader for AI tutoring when it comes to standardized test prep for the SAT and other tests. Earlier this year, they announced a partnership with the Princeton Review to allow practice tests followed by instant feedback from Gemini that can tell a student where they excelled and highlight areas they might need to study more. </p><p>The feature builds on <a href="https://www.grammarly.com/blog/company/educator-of-the-year-winner-2026/" target="_blank"><u><strong>Gemini’s learn mode</strong></u></a>. Previously called “Guided Learning,” this is a tutoring mode built on a collection of AI models called LearnLM that were specifically designed with teaching in mind and built with principles of education science. </p><p>Here’s a closer look at Gemini’s tutoring and test prep abilities. </p><h2 id="using-gemini-to-prepare-for-tests">Using Gemini To Prepare for Tests </h2><p>For SAT prep, Gemini can generate full practice tests for free. All you need to do is enter a prompt such as, “I want to take a practice SAT test,” and Gemini will generate a test on it. This test will utilize resources from the Princeton Review, a test-prep company that draws on real SAT questions to generate practice tests. </p><p>In my experience, this feature works just as advertised. It took me only minutes to generate a quick practice test, and I also had the option of having Gemini create sample SAT questions. It quizzed me and offered encouragement when I got questions right and great explanations when I got questions wrong. This is a tool that seems like it would be helpful for students preparing for this test. </p><p>This type of access to high-quality practice tests and tutoring is a great way to increase access to better test preparation methods for people from all economic backgrounds as Gemini is available for free. I also suspect Gemini’s AI coaching could be helpful even for those who get one-on-one tutoring. </p><h2 id="google-wants-gemini-to-be-a-tutoring-leader">Google Wants Gemini To Be A Tutoring Leader</h2><p>This recent foray into test prep is part of Google’s larger effort to make Gemini the go-to AI for tutoring. So far they seem successful in these efforts to me. </p><p>Gemini in learn mode has outperformed other similar tools in certain studies. For instance, researchers compared Google Gemini's and ChatGPT's effectiveness for enhancing the academic writing skills of English learners in two Thai universities. The study found “both tools effectively improved linguistic accuracy and essay structure,” however, “Gemini was found to work better than ChatGPT in multimodal feedback and source integration.” </p><p>This tracks with my own experience using both tools. While any AI tool has its limitations and subtle inaccuracies can be a big problem for test prep,<strong> </strong><a href="https://www.techlearning.com/how-to/geminis-guided-learning-mode-from-google-ai-what-educators-need-to-know" target="_blank"><u><strong>Gemini in learn mode is the best AI tutor</strong></u></a> with which I have interacted. And Gemini continues to improve its tutoring features. In addition to the SAT test, Google recently announced <a href="https://blog.google/intl/en-in/products/prepare-for-the-neet-ug-with-practice-tests-in-gemini/" target="_blank"><u><strong>Gemini can provide vetted tests</strong></u></a> for the Joint Entrance Examination, a standardized engineering entrance exam used in India. It also seems likely Google will expand Gemini’s data set to include other standardized tests going forward. </p><p>Overall, I’m once again really impressed with Gemini’s tutoring abilities. My graduate school options were somewhat limited because I was so afraid of taking the GRE that any program that required its completion was ruled out. It’s possible had a tool such as Gemini been available when I was younger, I would have felt differently, though I am very happy with the graduate program in which I ended up attending. </p><p>As regular Tech & Learning readers know, I have <a href="https://www.techlearning.com/technology/ai/has-ai-as-a-writing-partner-been-oversold" target="_blank" rel="nofollow"><u><strong>mixed feelings about AI</strong></u></a>. But I’m impressed by this feature. Using Gemini to prepare for standardized tests feels as if it could have been a game-changer for me personally and may indeed be a game-changer for many students today. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Edtech's Big Tobacco Moment Is Here. Schools Can't Afford to Miss the AI Reckoning That Follows ]]></title>
                                                                                                <dc:content><![CDATA[ <div class="youtube-video" data-nosnippet ><div class="video-aspect-box"><iframe data-lazy-priority="low" data-lazy-src="https://www.youtube-nocookie.com/embed/osu-T0AnNdI" allowfullscreen></iframe></div></div><p><em>You can watch the video above or download/listen below.</em></p><iframe allow="clipboard-write" height="200px" width="100%" id="" style="width: 100%; height: 200px; margin-bottom: 20px; border-radius: 6px; overflow: hidden;" class="position-center" data-lazy-priority="low" data-lazy-src="https://player.captivate.fm/episode/108bb627-1dda-4d90-bd76-652c80aca005/"></iframe><p>Andrew Marcinek remembers the moment social media stopped feeling like a community. It was around 2015 and 2016, when he was finishing a stint at the U.S. Department of Education and coming back into schools. He was also headlining Tech & Learning events. I’ve been lucky enough to keep in touch with Andrew since then. He continues to keep a keen eye on this incredibly complicated and harrowing landscape. </p><p>His personal reckonings from that time became the foundation for his book <em>Teaching Digital Kindness</em>, and it's the lens through which he's watching the current wave of lawsuits against Meta and other social media companies. For Marcinek, these cases aren't a surprise — they're a long-overdue reckoning. The comparison to Big Tobacco, he argues, is apt: years of denial, a product engineered to be addictive, and mounting evidence of harm to the most vulnerable users.</p><p>The burden of dealing with that harm, he notes, has fallen almost entirely on schools — institutions that were themselves manipulated by the same algorithms and given no roadmap for what to do.</p><p>Marcinek's prescription isn't a phone ban or a screen purge. It's intentionality — building technology programs in schools with deliberate purpose, communicating transparently with parents about how and when devices are used, and treating the current AI moment as a second chance to get the foundational work right.</p><p>"Schools need to lean in and have conversations around AI," he says. "If you're not, you are doing your school community a disservice — sending kids out into the world without knowledge of probably one of the most powerful technologies in anyone's lifetime."</p><p>He points to employer signals as the clearest argument for AI literacy: companies, including Microsoft and Anthropic, are explicitly looking for workers who understand how to use AI alongside strong soft skills. Schools that treat AI primarily as a cheating threat, Marcinek contends, are asking the wrong question — and risking the same institutional failure that defined the social media era.</p><p>A second book, tentatively titled <em>Untangled</em>, is in progress — it focuses on how individuals and institutions can find their way out of the algorithmic knots of the last two decades. I’m looking forward to it.</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/technology/ai/edtechs-big-tobacco-moment-is-here-schools-cant-afford-to-miss-the-ai-reckoning-that-follows</link>
                                                                            <description>
                            <![CDATA[ Conversations with Kevin Hogan: Author and educator Andrew Marcinek argues that the Meta lawsuit is the inevitable outcome of 20 years of algorithmic manipulation — and that schools have a narrow window to get AI right before history repeats itself. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">xRqiTiw9kJQM4S2boH7spn</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/VTfBThEgyT9o6nDqzMBKzZ-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Tue, 05 May 2026 09:00:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[AI]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Kevin Hogan ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ &lt;p&gt;&lt;strong&gt;Kevin Hogan&lt;/strong&gt; is a forward-thinking media executive with more than 25 years of experience building brands and audiences online, in print, and face-to-face. Kevin has been reporting on education technology for more than 20 years. Previously, he was Editor-at-Large at eSchool News and Managing Director of Content for Tech &amp; Learning.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/VTfBThEgyT9o6nDqzMBKzZ-1280-80.png">
                                                            <media:credit><![CDATA[Future]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[conversations with kevin hogan]]></media:description>                                                            <media:text><![CDATA[conversations with kevin hogan]]></media:text>
                                <media:title type="plain"><![CDATA[conversations with kevin hogan]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/VTfBThEgyT9o6nDqzMBKzZ-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <div class="youtube-video" data-nosnippet ><div class="video-aspect-box"><iframe data-lazy-priority="low" data-lazy-src="https://www.youtube-nocookie.com/embed/osu-T0AnNdI" allowfullscreen></iframe></div></div><p><em>You can watch the video above or download/listen below.</em></p><iframe allow="clipboard-write" height="200px" width="100%" id="" style="width: 100%; height: 200px; margin-bottom: 20px; border-radius: 6px; overflow: hidden;" class="position-center" data-lazy-priority="low" data-lazy-src="https://player.captivate.fm/episode/108bb627-1dda-4d90-bd76-652c80aca005/"></iframe><p>Andrew Marcinek remembers the moment social media stopped feeling like a community. It was around 2015 and 2016, when he was finishing a stint at the U.S. Department of Education and coming back into schools. He was also headlining Tech & Learning events. I’ve been lucky enough to keep in touch with Andrew since then. He continues to keep a keen eye on this incredibly complicated and harrowing landscape. </p><p>His personal reckonings from that time became the foundation for his book <em>Teaching Digital Kindness</em>, and it's the lens through which he's watching the current wave of lawsuits against Meta and other social media companies. For Marcinek, these cases aren't a surprise — they're a long-overdue reckoning. The comparison to Big Tobacco, he argues, is apt: years of denial, a product engineered to be addictive, and mounting evidence of harm to the most vulnerable users.</p><p>The burden of dealing with that harm, he notes, has fallen almost entirely on schools — institutions that were themselves manipulated by the same algorithms and given no roadmap for what to do.</p><p>Marcinek's prescription isn't a phone ban or a screen purge. It's intentionality — building technology programs in schools with deliberate purpose, communicating transparently with parents about how and when devices are used, and treating the current AI moment as a second chance to get the foundational work right.</p><p>"Schools need to lean in and have conversations around AI," he says. "If you're not, you are doing your school community a disservice — sending kids out into the world without knowledge of probably one of the most powerful technologies in anyone's lifetime."</p><p>He points to employer signals as the clearest argument for AI literacy: companies, including Microsoft and Anthropic, are explicitly looking for workers who understand how to use AI alongside strong soft skills. Schools that treat AI primarily as a cheating threat, Marcinek contends, are asking the wrong question — and risking the same institutional failure that defined the social media era.</p><p>A second book, tentatively titled <em>Untangled</em>, is in progress — it focuses on how individuals and institutions can find their way out of the algorithmic knots of the last two decades. I’m looking forward to it.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ In An AI Classroom, Content Knowledge Matters More Than Ever ]]></title>
                                                                                                <dc:content><![CDATA[ <p>Artificial intelligence has rapidly shifted the instructional landscape. Tools that can generate explanations, draft essays, and summarize complex topics are now readily available to students. This accessibility has led some to question whether deep instructor content knowledge still holds the same importance. The answer is an unequivocal yes. </p><p>AI amplifies access to data, but it does not replace the need for human expertise to validate, structure, interpret, assess, and model disciplinary knowledge. In many ways, the instructor’s role becomes more dependent on strong content knowledge because they serve as the critical mediator between AI-generated information and meaningful learning. Many generative AI tools even articulate it at the end of a response, such as what Google’s Gemini recently told me: "AI may provide inaccurate information, so double-check its responses.” It is not a piece of window dressing; it is a sincere and serious warning. </p><p>For instance, in a recently published text about using AI in the classroom, I found an example in which AI was comparing the concerns around excessive civilian deaths in Gaza in 2024 with those at the Battle of Gettysburg. The example made it through the editorial process, but it lacks historical analysis. Someone with a strong historical knowledge base would know that, though Gettysburg remains the bloodiest battle in the Civil War and the Civil War was the bloodiest war in American history, only a single civilian death has been documented. Many historians articulate that the number is most likely underreported, but <a href="https://www.nps.gov/people/jennie-wade.htm" target="_blank" rel="nofollow"><u><strong>Jennie Wade</strong></u></a> remains the only documented civilian death in a three-day battle that caused 50,000 military casualties. The concerns about Gaza included that the military and civilians were often interspersed, and most of the fighters were not regularly uniformed troops; therefore, opposing troops were often unsure of their enemy. This was not an issue at Gettysburg, a battle between two regularly uniformed and disciplined armies, making the AI comparison factually inaccurate. </p><h2 id="information-itself-does-not-equal-understanding">Information Itself Does Not Equal Understanding</h2><p>One of the most persistent misconceptions in AI-rich environments is the assumption that access to data equates to understanding. AI tools can produce fluent, coherent responses across nearly any subject area. However, these outputs are fundamentally probabilistic, often reflecting patterns in data rather than verified truth or disciplinary consensus.</p><p>Students often lack the background knowledge needed to distinguish between accurate synthesis and plausible error. Without a strong knowledge base, they are vulnerable to accepting AI output at face value, which creates a new instructional imperative. Teachers must understand their content deeply and be able to identify subtle inaccuracies, omissions, and misrepresentations in AI-generated material. </p><p>Content knowledge becomes the filter through which AI is evaluated. Without that filter, both instructors and students risk confusing fluency and responsiveness with accuracy.</p><h2 id="from-content-delivery-to-knowledge-architecture">From Content Delivery to Knowledge Architecture</h2><p>As with the advent of previous technologies, it seems that some believe AI will reduce the need for instructors to function as primary sources of information delivery, not unlike how a <a href="https://research-ebsco-com.wsuproxy.mnpals.net/c/7g4dqr/viewer/html/ghyw3wlqpj?route=details" target="_blank" rel="nofollow"><u><strong>speaker at the opening of Heidelberg University in 1500 anticipated teachers being replaced by books</strong></u></a>. Obviously, that has not come to pass, and instead, new sources of information delivery have reframed the role of the teacher. </p><p>Effective instruction now centers on the design of coherent knowledge systems. Strong instructors sequence content intentionally, emphasizing foundational concepts and building toward more complex applications. This structured progression is not something AI inherently provides. AI delivers fragments, and instructors need to construct the architecture for the overall arc of any content. Fully understanding vertical and horizontal curricular alignment (how courses fit into the bigger picture) is essential to effective instructional development. </p><p>Students require guidance in understanding what matters within a discipline, how ideas connect, and why certain knowledge is foundational. These decisions depend on deep familiarity with the field. In this sense, content knowledge is about knowing how knowledge within a given subject is organized.</p><h2 id="interpretation-and-context-in-an-ai-environment">Interpretation and Context in an AI Environment</h2><p>AI responses often lack context and may provide correct information but fail to situate it within appropriate contexts. This limitation becomes especially significant in disciplines in which interpretation is central. </p><p>Instructors with strong content knowledge bring nuance to the learning process. They can explain competing perspectives, highlight areas of debate, and connect ideas to real-world applications. They can also help students understand when AI outputs oversimplify complex issues. This interpretive role is essential and ensures that learning moves beyond surface-level engagement and into deeper disciplinary understanding.</p><h2 id="assessment-in-the-age-of-ai">Assessment in the Age of AI</h2><p>Assessment practices are under increasing pressure in AI-rich classrooms. Traditional assignments that rely on recall or basic synthesis are easily completed with AI assistance. </p><p>This reality demands a more sophisticated design. Instructors must create tasks that require application, judgment, and contextual understanding, which are areas in which content knowledge is indispensable. Designing meaningful assessments requires a clear sense of what constitutes deep understanding within the subject area.</p><p>Evaluating student work also becomes more complex as instructors must distinguish between superficial correctness and genuine comprehension. This distinction is only possible with a strong grasp of the content. AI raises the stakes of assessment since it makes shallow tasks obsolete and elevates the importance of disciplinary expertise.</p><h2 id="modeling-disciplinary-thinking">Modeling Disciplinary Thinking</h2><p>Students do not just need information but also to learn how experts think. AI can generate answers, except it does not model the reasoning processes behind those answers in a way that supports learning. </p><p>Instructors play a critical role in making their thinking visible by demonstrating how to approach problems, analyze evidence, and construct arguments within a discipline.</p><p>This modeling extends to the use of AI itself. Students must learn how to question AI outputs, refine prompts, and evaluate responses–all skills are grounded in content knowledge. Without this, students cannot effectively engage in this process. </p><h2 id="equity-and-access-to-knowledge">Equity and Access to Knowledge</h2><p>The implications of content knowledge extend beyond instructional effectiveness and are deeply connected to issues of equity. Students who enter classrooms with a strong background knowledge are better positioned to use AI tools effectively. They can ask better questions, recognize stronger answers, and build on existing understanding. Students without that foundation are more likely to rely on AI passively.</p><p>This dynamic risks widening existing gaps. Knowledge-rich instruction becomes a critical lever for equity by ensuring that all students develop the background knowledge necessary to engage meaningfully with AI and other information sources. </p><p>Instructors’ expertise allows them to identify essential knowledge and ensure it is taught systematically and coherently.</p><h2 id="the-reinforced-role-of-the-instructor-moving-forward">The Reinforced Role of the Instructor Moving Forward</h2><p>The net effect of AI integration is a reinforcement of a teacher’s role, as it increases the premium on content knowledge because it raises the stakes of interpretation, validation, and meaningful use. Instructors are now becoming validators of accuracy, designers of knowledge systems, interpreters of complexity, and architects of assessment. The presence of generative AI makes these roles more visible and more critical.</p><p>Educational conversations about AI often focus on tools, policies, and academic integrity, but none of this should overshadow a more fundamental truth: Strong instruction in an AI-rich classroom depends on strong content knowledge. </p><p>Investing in teacher expertise is essential. Professional learning, curriculum design, and instructional planning must all prioritize deep disciplinary understanding. Technology will continue to evolve, and as it does, strong teachers remain key to effective instruction. </p> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/technology/ai/in-an-ai-classroom-content-knowledge-matters-more-than-ever</link>
                                                                            <description>
                            <![CDATA[ Strong instruction in an AI-rich classroom depends on strong content knowledge ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">aNHu74YbXzufgt98tKXEAW</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/BBPhJDndndG8iiy9Vmg8cK-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 04 May 2026 09:00:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[AI]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Steve Baule ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ &lt;p&gt;Steve Baule served as a technology director, high school principal, and superintendent for 20+ years in K-12 education. He is currently the director of Winona State University’s online educational doctorate program in Minnesota.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/BBPhJDndndG8iiy9Vmg8cK-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[ai content]]></media:description>                                                            <media:text><![CDATA[ai content]]></media:text>
                                <media:title type="plain"><![CDATA[ai content]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/BBPhJDndndG8iiy9Vmg8cK-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Artificial intelligence has rapidly shifted the instructional landscape. Tools that can generate explanations, draft essays, and summarize complex topics are now readily available to students. This accessibility has led some to question whether deep instructor content knowledge still holds the same importance. The answer is an unequivocal yes. </p><p>AI amplifies access to data, but it does not replace the need for human expertise to validate, structure, interpret, assess, and model disciplinary knowledge. In many ways, the instructor’s role becomes more dependent on strong content knowledge because they serve as the critical mediator between AI-generated information and meaningful learning. Many generative AI tools even articulate it at the end of a response, such as what Google’s Gemini recently told me: "AI may provide inaccurate information, so double-check its responses.” It is not a piece of window dressing; it is a sincere and serious warning. </p><p>For instance, in a recently published text about using AI in the classroom, I found an example in which AI was comparing the concerns around excessive civilian deaths in Gaza in 2024 with those at the Battle of Gettysburg. The example made it through the editorial process, but it lacks historical analysis. Someone with a strong historical knowledge base would know that, though Gettysburg remains the bloodiest battle in the Civil War and the Civil War was the bloodiest war in American history, only a single civilian death has been documented. Many historians articulate that the number is most likely underreported, but <a href="https://www.nps.gov/people/jennie-wade.htm" target="_blank" rel="nofollow"><u><strong>Jennie Wade</strong></u></a> remains the only documented civilian death in a three-day battle that caused 50,000 military casualties. The concerns about Gaza included that the military and civilians were often interspersed, and most of the fighters were not regularly uniformed troops; therefore, opposing troops were often unsure of their enemy. This was not an issue at Gettysburg, a battle between two regularly uniformed and disciplined armies, making the AI comparison factually inaccurate. </p><h2 id="information-itself-does-not-equal-understanding">Information Itself Does Not Equal Understanding</h2><p>One of the most persistent misconceptions in AI-rich environments is the assumption that access to data equates to understanding. AI tools can produce fluent, coherent responses across nearly any subject area. However, these outputs are fundamentally probabilistic, often reflecting patterns in data rather than verified truth or disciplinary consensus.</p><p>Students often lack the background knowledge needed to distinguish between accurate synthesis and plausible error. Without a strong knowledge base, they are vulnerable to accepting AI output at face value, which creates a new instructional imperative. Teachers must understand their content deeply and be able to identify subtle inaccuracies, omissions, and misrepresentations in AI-generated material. </p><p>Content knowledge becomes the filter through which AI is evaluated. Without that filter, both instructors and students risk confusing fluency and responsiveness with accuracy.</p><h2 id="from-content-delivery-to-knowledge-architecture">From Content Delivery to Knowledge Architecture</h2><p>As with the advent of previous technologies, it seems that some believe AI will reduce the need for instructors to function as primary sources of information delivery, not unlike how a <a href="https://research-ebsco-com.wsuproxy.mnpals.net/c/7g4dqr/viewer/html/ghyw3wlqpj?route=details" target="_blank" rel="nofollow"><u><strong>speaker at the opening of Heidelberg University in 1500 anticipated teachers being replaced by books</strong></u></a>. Obviously, that has not come to pass, and instead, new sources of information delivery have reframed the role of the teacher. </p><p>Effective instruction now centers on the design of coherent knowledge systems. Strong instructors sequence content intentionally, emphasizing foundational concepts and building toward more complex applications. This structured progression is not something AI inherently provides. AI delivers fragments, and instructors need to construct the architecture for the overall arc of any content. Fully understanding vertical and horizontal curricular alignment (how courses fit into the bigger picture) is essential to effective instructional development. </p><p>Students require guidance in understanding what matters within a discipline, how ideas connect, and why certain knowledge is foundational. These decisions depend on deep familiarity with the field. In this sense, content knowledge is about knowing how knowledge within a given subject is organized.</p><h2 id="interpretation-and-context-in-an-ai-environment">Interpretation and Context in an AI Environment</h2><p>AI responses often lack context and may provide correct information but fail to situate it within appropriate contexts. This limitation becomes especially significant in disciplines in which interpretation is central. </p><p>Instructors with strong content knowledge bring nuance to the learning process. They can explain competing perspectives, highlight areas of debate, and connect ideas to real-world applications. They can also help students understand when AI outputs oversimplify complex issues. This interpretive role is essential and ensures that learning moves beyond surface-level engagement and into deeper disciplinary understanding.</p><h2 id="assessment-in-the-age-of-ai">Assessment in the Age of AI</h2><p>Assessment practices are under increasing pressure in AI-rich classrooms. Traditional assignments that rely on recall or basic synthesis are easily completed with AI assistance. </p><p>This reality demands a more sophisticated design. Instructors must create tasks that require application, judgment, and contextual understanding, which are areas in which content knowledge is indispensable. Designing meaningful assessments requires a clear sense of what constitutes deep understanding within the subject area.</p><p>Evaluating student work also becomes more complex as instructors must distinguish between superficial correctness and genuine comprehension. This distinction is only possible with a strong grasp of the content. AI raises the stakes of assessment since it makes shallow tasks obsolete and elevates the importance of disciplinary expertise.</p><h2 id="modeling-disciplinary-thinking">Modeling Disciplinary Thinking</h2><p>Students do not just need information but also to learn how experts think. AI can generate answers, except it does not model the reasoning processes behind those answers in a way that supports learning. </p><p>Instructors play a critical role in making their thinking visible by demonstrating how to approach problems, analyze evidence, and construct arguments within a discipline.</p><p>This modeling extends to the use of AI itself. Students must learn how to question AI outputs, refine prompts, and evaluate responses–all skills are grounded in content knowledge. Without this, students cannot effectively engage in this process. </p><h2 id="equity-and-access-to-knowledge">Equity and Access to Knowledge</h2><p>The implications of content knowledge extend beyond instructional effectiveness and are deeply connected to issues of equity. Students who enter classrooms with a strong background knowledge are better positioned to use AI tools effectively. They can ask better questions, recognize stronger answers, and build on existing understanding. Students without that foundation are more likely to rely on AI passively.</p><p>This dynamic risks widening existing gaps. Knowledge-rich instruction becomes a critical lever for equity by ensuring that all students develop the background knowledge necessary to engage meaningfully with AI and other information sources. </p><p>Instructors’ expertise allows them to identify essential knowledge and ensure it is taught systematically and coherently.</p><h2 id="the-reinforced-role-of-the-instructor-moving-forward">The Reinforced Role of the Instructor Moving Forward</h2><p>The net effect of AI integration is a reinforcement of a teacher’s role, as it increases the premium on content knowledge because it raises the stakes of interpretation, validation, and meaningful use. Instructors are now becoming validators of accuracy, designers of knowledge systems, interpreters of complexity, and architects of assessment. The presence of generative AI makes these roles more visible and more critical.</p><p>Educational conversations about AI often focus on tools, policies, and academic integrity, but none of this should overshadow a more fundamental truth: Strong instruction in an AI-rich classroom depends on strong content knowledge. </p><p>Investing in teacher expertise is essential. Professional learning, curriculum design, and instructional planning must all prioritize deep disciplinary understanding. Technology will continue to evolve, and as it does, strong teachers remain key to effective instruction. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ 4 Ways Teachers Are Using AI  ]]></title>
                                                                                                <dc:content><![CDATA[ <p>A recent analysis from Stanford University looked at more than 150,000 prompts from more than 4,400 K-12 teachers interacting with AI. <a href="https://scale.stanford.edu/research-in-action/what-k12-educators-are-actually-prompting-to-ai-early-findings-from-teacher-ai-chats" target="_blank" rel="nofollow"><u><strong>The research</strong></u></a> provides a rare look at how teachers are actually using AI in practice, and most of these uses are fairly positive. </p><p>Teachers, the research suggests, are generally using the tool to help them build curriculum content and as a sounding board, all with an eye toward better helping students. </p><p>The research was conducted in partnership with SchoolAI, an AI-powered educational platform. Though it was based on data from Fall 2024, it still provides a compelling snapshot of how, where, and when many students are turning to AI. </p><p>Cynthia Chiong, Principal Research Scientist at SchoolAI, recently shared some of the highlights of the research with me. </p><h2 id="1-ways-teachers-are-using-ai-more-than-40-of-teacher-prompts-focus-on-curriculum">1. Ways Teachers Are Using AI: More Than 40% of Teacher Prompts Focus On Curriculum </h2><p>Chiong says this is a good sign, as it suggests teachers are using the tool to explain learning and not just automate tasks. In separate conversations with educators, she has found that many of these efforts are geared toward personalizing learning for students. </p><p>"For example, these three students here really want to focus on the sun,” she says. "While these other students are struggling with something else or are interested in another topic." </p><p>Chiong says that for a lot of teachers, being able to meet all these students where they are is the biggest draw of using AI. </p><h2 id="2-ai-as-a-sounding-board">2. AI As A Sounding Board</h2><p>The research found that about 1 in 7 prompts involved a teacher reflecting or processing without making a specific request. This includes sharing a frustration, thinking through a challenge, or working something out. </p><p>Chiong says that these types of conversations and others teachers had with AI show that it’s an active process for educators. They might start with a question such as, “'How might I assess this math project that we've been working on?' but then they immediately go to a next thread of, ‘Okay, now, how do I put this back into a lesson to teach?’” she says.</p><p>Chiong adds, “So it's not like a one-and-done, but they're really thinking through the trajectory of learning for their students, and that was really cool to see.” </p><h2 id="3-more-than-50-of-prompts-ask-it-to-generate-materials-such-as-lesson-plans-assessments-or-feedback">3. More Than 50% of Prompts Ask It To Generate Materials Such as Lesson Plans, Assessments, or Feedback</h2><p>Teachers obviously find AI helpful when it comes to generating class material, but Chiong suggests that the data also shows teachers are not just plugging in a prompt and settling for the first output. </p><p>“The teachers are really driving the content,” she says. “It's not that the AI is like, ‘Oh, here is a lesson, this is how you should teach it.' But rather a teacher is saying, ‘Hey, I really want to teach something about evolution or whatever,' and that idea of how to teach it is still coming from that teacher entering that prompt.” </p><h2 id="4-half-of-teacher-ai-conversations-include-fewer-than-10-prompts">4. Half of Teacher AI conversations Include Fewer Than 10 Prompts</h2><p>Teachers, by and large, are keeping their conversations with AI short, sweet, and to the point. </p><p>“They have a good sense of what they want to teach, and they have the curriculum already,” Chiong says. “So it's more a matter of translating what they already do into this new AI platform, and so it shouldn't take all that much time, and it is meant as more of a time saver and not a time taker.” </p> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/technology/ai/4-ways-teachers-are-using-ai</link>
                                                                            <description>
                            <![CDATA[ Researchers looked at more than 150,000 prompts from more than 4,400 K-12 teachers interacting with AI. Here's what they found. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">gA245R4G5XyheRckgAxStR</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/LtDgBRik35xta2gy2y3MJ5-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Thu, 30 Apr 2026 09:00:00 +0000</pubDate>                                                                                                                                <updated>Thu, 30 Apr 2026 11:08:18 +0000</updated>
                                                                                                                                            <category><![CDATA[AI]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                <author><![CDATA[ erik.ofgang@futurenet.com (Erik Ofgang) ]]></author>                    <dc:creator><![CDATA[ Erik Ofgang ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/4t5ro4CXB7QUaPA28UMYb9.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Erik Ofgang is Tech &amp; Learning contributor. A journalist, &lt;a href=&quot;https://www.penguinrandomhouse.com/books/557664/the-good-vices-by-dr-harry-ofgang-and-erik-ofgang/&quot; target=&quot;_blank&quot;&gt;&lt;u&gt;&lt;strong&gt;author&lt;/strong&gt;&lt;/u&gt;&lt;/a&gt; and educator, his work has appeared in The New York Times, The Smithsonian, Washington Post, The Atlantic, and Forbes.com. He currently teaches at Western Connecticut State University’s MFA program. While a staff writer at Connecticut Magazine he won a Society of Professional Journalism Award for his education reporting. He is interested in how humans learn and how technology can make that more effective. &lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/LtDgBRik35xta2gy2y3MJ5-1280-80.png">
                                                            <media:credit><![CDATA[Tara Winstead via Pexels]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A robot hand pushing a button.]]></media:description>                                                            <media:text><![CDATA[A robot hand pushing a button.]]></media:text>
                                <media:title type="plain"><![CDATA[A robot hand pushing a button.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/LtDgBRik35xta2gy2y3MJ5-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>A recent analysis from Stanford University looked at more than 150,000 prompts from more than 4,400 K-12 teachers interacting with AI. <a href="https://scale.stanford.edu/research-in-action/what-k12-educators-are-actually-prompting-to-ai-early-findings-from-teacher-ai-chats" target="_blank" rel="nofollow"><u><strong>The research</strong></u></a> provides a rare look at how teachers are actually using AI in practice, and most of these uses are fairly positive. </p><p>Teachers, the research suggests, are generally using the tool to help them build curriculum content and as a sounding board, all with an eye toward better helping students. </p><p>The research was conducted in partnership with SchoolAI, an AI-powered educational platform. Though it was based on data from Fall 2024, it still provides a compelling snapshot of how, where, and when many students are turning to AI. </p><p>Cynthia Chiong, Principal Research Scientist at SchoolAI, recently shared some of the highlights of the research with me. </p><h2 id="1-ways-teachers-are-using-ai-more-than-40-of-teacher-prompts-focus-on-curriculum">1. Ways Teachers Are Using AI: More Than 40% of Teacher Prompts Focus On Curriculum </h2><p>Chiong says this is a good sign, as it suggests teachers are using the tool to explain learning and not just automate tasks. In separate conversations with educators, she has found that many of these efforts are geared toward personalizing learning for students. </p><p>"For example, these three students here really want to focus on the sun,” she says. "While these other students are struggling with something else or are interested in another topic." </p><p>Chiong says that for a lot of teachers, being able to meet all these students where they are is the biggest draw of using AI. </p><h2 id="2-ai-as-a-sounding-board">2. AI As A Sounding Board</h2><p>The research found that about 1 in 7 prompts involved a teacher reflecting or processing without making a specific request. This includes sharing a frustration, thinking through a challenge, or working something out. </p><p>Chiong says that these types of conversations and others teachers had with AI show that it’s an active process for educators. They might start with a question such as, “'How might I assess this math project that we've been working on?' but then they immediately go to a next thread of, ‘Okay, now, how do I put this back into a lesson to teach?’” she says.</p><p>Chiong adds, “So it's not like a one-and-done, but they're really thinking through the trajectory of learning for their students, and that was really cool to see.” </p><h2 id="3-more-than-50-of-prompts-ask-it-to-generate-materials-such-as-lesson-plans-assessments-or-feedback">3. More Than 50% of Prompts Ask It To Generate Materials Such as Lesson Plans, Assessments, or Feedback</h2><p>Teachers obviously find AI helpful when it comes to generating class material, but Chiong suggests that the data also shows teachers are not just plugging in a prompt and settling for the first output. </p><p>“The teachers are really driving the content,” she says. “It's not that the AI is like, ‘Oh, here is a lesson, this is how you should teach it.' But rather a teacher is saying, ‘Hey, I really want to teach something about evolution or whatever,' and that idea of how to teach it is still coming from that teacher entering that prompt.” </p><h2 id="4-half-of-teacher-ai-conversations-include-fewer-than-10-prompts">4. Half of Teacher AI conversations Include Fewer Than 10 Prompts</h2><p>Teachers, by and large, are keeping their conversations with AI short, sweet, and to the point. </p><p>“They have a good sense of what they want to teach, and they have the curriculum already,” Chiong says. “So it's more a matter of translating what they already do into this new AI platform, and so it shouldn't take all that much time, and it is meant as more of a time saver and not a time taker.” </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Navigating the AI Frontier in Education: New Webinar Series ]]></title>
                                                                                                <dc:content><![CDATA[ <p>As artificial intelligence moves from a futuristic concept to a fundamental classroom tool, education leaders face a dual challenge: harnessing its immense potential while safeguarding the students they serve.</p><p>To address this shift, <strong>Tech & Learning</strong> is hosting an essential three-part webinar series designed to move beyond the hype. This series provides a roadmap for building a resilient, AI-augmented academic community, focusing on practical implementation, workforce alignment, and rigorous security. </p><p>In this series, attendees will get a sneak peek at some of the newest AI tools designed to improve teaching and learning, and get students prepared for the futures they choose.</p><p>Watch how this works:</p><div class="youtube-video" data-nosnippet ><div class="video-aspect-box"><iframe data-lazy-priority="low" data-lazy-src="https://www.youtube-nocookie.com/embed/s2KHMIBgOGk" allowfullscreen></iframe></div></div><h2 id="phase-1-the-cutting-edge">Phase 1: The Cutting Edge</h2><p><strong>Date:</strong> May 20, 2026</p><p><strong>Focus:</strong> New Features from Top AI Solution Providers</p><p>This session is a deep dive into the latest innovations from industry-leading AI providers. Rather than focusing on abstract theories, this webinar highlights the high-impact tools currently reshaping the day-to-day operations of schools.</p><p><u><strong></strong></u><a href="https://webinars.techlearning.com/register-now/3197/tech-learnings-iste-edtech-to-watch-3-part-webinar-series/" target="_blank" rel="nofollow"><u><strong>REGISTER HERE</strong></u></a></p><h2 id="phase-2-future-proofing-students">Phase 2: Future-Proofing Students</h2><p><strong>Date:</strong> June 3, 2026</p><p><strong>Focus:</strong> Solutions That Support Career Readiness</p><p>As the global economy shifts toward automation and algorithmic intelligence, the definition of "career ready" is evolving. This session addresses the "how"—specifically, how educators can bridge the widening gap between traditional classroom settings and the modern, AI-integrated workforce.</p><p><u><strong></strong></u><a href="https://webinars.techlearning.com/register-now/3197/tech-learnings-iste-edtech-to-watch-3-part-webinar-series/" target="_blank" rel="nofollow"><u><strong>REGISTER HERE</strong></u></a></p><h2 id="phase-3-the-integrity-infrastructure">Phase 3: The Integrity Infrastructure</h2><p><strong>Date:</strong> June 10, 2026</p><p><strong>Focus:</strong> Ensuring AI Solutions are Safe and Secure</p><p>Innovation without protection is a liability. The final installment of the series pivots to the "why" and "how" of institutional safety. This session explores the "Integrity Infrastructure" required to maintain trust within a school community.</p><p><u><strong></strong></u><a href="https://webinars.techlearning.com/register-now/3197/tech-learnings-iste-edtech-to-watch-3-part-webinar-series/" target="_blank" rel="nofollow"><u><strong>REGISTER HERE</strong></u></a> </p><p>Whether you are an IT director, a principal, or a district superintendent, these sessions provide the tools and safety frameworks necessary to lead your community into the future with confidence.</p><p><strong>Join the Conversation: </strong>Equip your institution with the strategies needed for an AI-augmented world. <a href="https://webinars.techlearning.com/register-now/3197/tech-learnings-iste-edtech-to-watch-3-part-webinar-series/" target="_blank" rel="nofollow"><u><strong>Register now to secure your spot in this transformative series hosted by Tech & Learning</strong></u><u>.</u></a></p><p><strong>WITH THANKS TO OUR PARTNERS</strong></p><figure role="gallery"><figure><img src="https://cdn.mos.cms.futurecdn.net/EQk6U3Zmu768JuYHRtEAvY.jpg" alt="Brisk" /><figcaption><small role="credit">Brisk</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/dAGtkxZ6RNRDeW6jzJfjg8.jpg" alt="Lightspeed Systems" /><figcaption><small role="credit">Lightspeed Systems</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/paFmKV2VH9stEpVgNtjku3.png" alt="Trek AI" /><figcaption><small role="credit">Trek AI</small></figcaption></figure></figure> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/technology/ai/navigating-the-ai-frontier-in-education-new-webinar-series</link>
                                                                            <description>
                            <![CDATA[ EdTech to Watch: Series May-June 2026 ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">Etw8BNvEgkzbqqbzaLedtH</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/He6y3BwNT3RiMcBTnpZaaE-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Tue, 28 Apr 2026 16:40:11 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[AI]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ TL Editors ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/He6y3BwNT3RiMcBTnpZaaE-1280-80.png">
                                                            <media:credit><![CDATA[Future]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[EdTech To Watch]]></media:description>                                                            <media:text><![CDATA[EdTech To Watch]]></media:text>
                                <media:title type="plain"><![CDATA[EdTech To Watch]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/He6y3BwNT3RiMcBTnpZaaE-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>As artificial intelligence moves from a futuristic concept to a fundamental classroom tool, education leaders face a dual challenge: harnessing its immense potential while safeguarding the students they serve.</p><p>To address this shift, <strong>Tech & Learning</strong> is hosting an essential three-part webinar series designed to move beyond the hype. This series provides a roadmap for building a resilient, AI-augmented academic community, focusing on practical implementation, workforce alignment, and rigorous security. </p><p>In this series, attendees will get a sneak peek at some of the newest AI tools designed to improve teaching and learning, and get students prepared for the futures they choose.</p><p>Watch how this works:</p><div class="youtube-video" data-nosnippet ><div class="video-aspect-box"><iframe data-lazy-priority="low" data-lazy-src="https://www.youtube-nocookie.com/embed/s2KHMIBgOGk" allowfullscreen></iframe></div></div><h2 id="phase-1-the-cutting-edge">Phase 1: The Cutting Edge</h2><p><strong>Date:</strong> May 20, 2026</p><p><strong>Focus:</strong> New Features from Top AI Solution Providers</p><p>This session is a deep dive into the latest innovations from industry-leading AI providers. Rather than focusing on abstract theories, this webinar highlights the high-impact tools currently reshaping the day-to-day operations of schools.</p><p><u><strong></strong></u><a href="https://webinars.techlearning.com/register-now/3197/tech-learnings-iste-edtech-to-watch-3-part-webinar-series/" target="_blank" rel="nofollow"><u><strong>REGISTER HERE</strong></u></a></p><h2 id="phase-2-future-proofing-students">Phase 2: Future-Proofing Students</h2><p><strong>Date:</strong> June 3, 2026</p><p><strong>Focus:</strong> Solutions That Support Career Readiness</p><p>As the global economy shifts toward automation and algorithmic intelligence, the definition of "career ready" is evolving. This session addresses the "how"—specifically, how educators can bridge the widening gap between traditional classroom settings and the modern, AI-integrated workforce.</p><p><u><strong></strong></u><a href="https://webinars.techlearning.com/register-now/3197/tech-learnings-iste-edtech-to-watch-3-part-webinar-series/" target="_blank" rel="nofollow"><u><strong>REGISTER HERE</strong></u></a></p><h2 id="phase-3-the-integrity-infrastructure">Phase 3: The Integrity Infrastructure</h2><p><strong>Date:</strong> June 10, 2026</p><p><strong>Focus:</strong> Ensuring AI Solutions are Safe and Secure</p><p>Innovation without protection is a liability. The final installment of the series pivots to the "why" and "how" of institutional safety. This session explores the "Integrity Infrastructure" required to maintain trust within a school community.</p><p><u><strong></strong></u><a href="https://webinars.techlearning.com/register-now/3197/tech-learnings-iste-edtech-to-watch-3-part-webinar-series/" target="_blank" rel="nofollow"><u><strong>REGISTER HERE</strong></u></a> </p><p>Whether you are an IT director, a principal, or a district superintendent, these sessions provide the tools and safety frameworks necessary to lead your community into the future with confidence.</p><p><strong>Join the Conversation: </strong>Equip your institution with the strategies needed for an AI-augmented world. <a href="https://webinars.techlearning.com/register-now/3197/tech-learnings-iste-edtech-to-watch-3-part-webinar-series/" target="_blank" rel="nofollow"><u><strong>Register now to secure your spot in this transformative series hosted by Tech & Learning</strong></u><u>.</u></a></p><p><strong>WITH THANKS TO OUR PARTNERS</strong></p><figure role="gallery"><figure><img src="https://cdn.mos.cms.futurecdn.net/EQk6U3Zmu768JuYHRtEAvY.jpg" alt="Brisk" /><figcaption><small role="credit">Brisk</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/dAGtkxZ6RNRDeW6jzJfjg8.jpg" alt="Lightspeed Systems" /><figcaption><small role="credit">Lightspeed Systems</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/paFmKV2VH9stEpVgNtjku3.png" alt="Trek AI" /><figcaption><small role="credit">Trek AI</small></figcaption></figure></figure>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Syracuse University Gave AI Access To 30,000+ Students and Faculty. Here’s What They Learned ]]></title>
                                                                                                <dc:content><![CDATA[ <p>Syracuse University has gone all in on the AI revolution, deploying Claude AI to 30,000+ students, faculty members, and staff. Along the way, school leaders say they've developed effective AI use cases both in the classroom and beyond, ranging from test practice to course schedule management. </p><p>Syracuse University Chief Digital Officer Jeff Rubin, and Andrew Joncas, Assistant Vice President for enterprise data and artificial intelligence, recently shared how they were able to develop effective uses for AI, get student, staff, and educator buy-in, and talk through and work to rectify some of the concerns around AI use at their institution. </p><h2 id="using-ai-to-increase-text-scores-by-adjusting-questions">Using AI To Increase Text Scores By Adjusting Questions </h2><p>Rubin knows firsthand that just adding AI to the classroom doesn't always enhance learning. When he first started using Claude AI himself, he had the idea of uploading his recorded lectures and then having Claude generate practice questions for students. The thinking behind this strategy was sound as he teaches an intro to information technology course with several hundred students enrolled in it. “Personalized learning is always hard, and really trying to meet students where they're at is challenging in a large class,” Rubin says. </p><p>Students have long wanted detailed and varied practice test questions, but creating enough questions to meet the demand was a challenge. “Without AI, it is actually really hard for my brain to come up with thousands of different ways of asking questions,” Rubin says. But once he shared his previously recorded lectures with Claude AI, the tool was able to generate a virtually unlimited supply of multiple choice questions and work through them with students. </p><p>In theory, this seemed perfect. However, in practice, when Rubin surveyed his students, he found that those who were extensively using Claude AI to study weren’t doing any better than the others. After meeting with members of Syracuse University's education department, Rubin realized that this lack of results was likely because Claude AI was asking students multiple-choice questions that didn't require them to think. He reworked his prompt to Claude AI so it would ask short answer questions and then engage with students about what they got wrong, all drawing from his lectures. </p><p>“It'll throw out a term that we've talked about in class in the form of a question and ask, basically, what do you know about this?" Rubin says. "Instead of just picking an A, B, C, or D, the student would type out their response. And then what Claude does is it grades the response and basically says, ‘Hey, this is a B type of response. Here’s  the things you got right,’ but Professor Rubin also said, ‘These are the things you should know about.’” </p><p>This time Rubin saw an immediate impact with initial exam scores jumping by 12 points on average. While he just started using the system this semester with students, he believes the positive trends he has seen so far will continue. </p><h2 id="other-ai-uses-and-buy-in">Other AI Uses and Buy-In </h2><p>Other uses for AI at Sryacuse include Clementine, a recently launched course search tool powered by Claude Opus. This system queries millions of rows of institutional data in real time and provides results tailored to each student’s schedule, grades, and goals. Another tool the university also deploys allows staff members to efficiently search for potential data about university donors. </p><p>The university has also launched a pilot program using Claude Code, Anthropic’s agentic coding tool. Joncas says they’ve been surprised and pleased by the interest in this tool from various members of the university community. </p><p>He adds that while sometimes there is pushback in using AI among coders who take artistic pride in their work, he says meeting with stakeholders and showing them what the tool can do often alleviates these fears. He’ll often demo it by having Claude Code quickly create a tic-tac-toe game. </p><p>“It sounds ridiculous, because nobody needs to make tic-tac-toe. It's already been made a thousand times,” he says, but the demo shows people the tool’s potential. “They see the light and they go, ‘Oh, I could do that now.’” </p><h2 id="handling-academic-and-environmental-concerns">Handling Academic and Environmental Concerns</h2><p>AI ethics is a big topic these days, from concerns about the technology’s environmental impact to potential misuse and AI plagiarism from students and faculty members. Rubin and his team have invited conversations around this at various AI training events, including some focused on AI at work more generally and others specifically built around AI and teaching pedagogy. </p><p>“We also started a whole AI governance, which is led by somebody in IT but is inclusive of folks from around the university,” Rubin says. “We talked about things like AI and mental health. We talk about AI and data privacy. AI and job loss, AI and sustainability, all things that are big, deep topics.” </p><p>As far as concerns around inappropriate AI use by students, right now Syracuse University syllabi include a statement on AI that essentially is either you can use AI in this class, you can't use AI, or you can use it under these circumstances. </p><p>“That, to me, is a band-aid. It's not an answer,” Rubin says. “The answer is, 'How do we think about AI from a pedagogy standpoint?'” He adds, “If you integrate AI from a pedagogical standpoint, we're going to have fewer of these concerns." </p><p>In that vein, instead of having students write essays on some aspect of World War II, he'd like to see more active assignments. For instance, "'You are a commander of this unit who went into this situation in World War II. What would you do?’” he says. </p><p>In the meantime, Rubin also advises faculty members to be forthright with how they are using AI. </p><p>“We have a responsibility to let students know if we're using AI. Are we using AI to generate our lectures? Are we using AI to generate our exams?” he says. “I don't think there's something wrong with it. I just think there's a level of transparency that is needed to show, 'Hey, we're still owning this, but I'm using AI in certain aspects of it.’” </p> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/technology/ai/syracuse-university-gave-ai-access-to-30-000-students-and-faculty-heres-what-they-learned</link>
                                                                            <description>
                            <![CDATA[ When used in the right way AI seems to help test scores and save teacher and staff time, say Syracuse University's Jeff Rubin and Andrew Joncas ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">x9KUupnGJd2Mytc5kJA5gj</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/jPtXegpF8dhTisZidWZZMj-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Tue, 28 Apr 2026 09:00:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[AI]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                <author><![CDATA[ erik.ofgang@futurenet.com (Erik Ofgang) ]]></author>                    <dc:creator><![CDATA[ Erik Ofgang ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/4t5ro4CXB7QUaPA28UMYb9.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Erik Ofgang is Tech &amp; Learning contributor. A journalist, &lt;a href=&quot;https://www.penguinrandomhouse.com/books/557664/the-good-vices-by-dr-harry-ofgang-and-erik-ofgang/&quot; target=&quot;_blank&quot;&gt;&lt;u&gt;&lt;strong&gt;author&lt;/strong&gt;&lt;/u&gt;&lt;/a&gt; and educator, his work has appeared in The New York Times, The Smithsonian, Washington Post, The Atlantic, and Forbes.com. He currently teaches at Western Connecticut State University’s MFA program. While a staff writer at Connecticut Magazine he won a Society of Professional Journalism Award for his education reporting. He is interested in how humans learn and how technology can make that more effective. &lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/jPtXegpF8dhTisZidWZZMj-1280-80.png">
                                                            <media:credit><![CDATA[Anthropic]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Claude AI]]></media:description>                                                            <media:text><![CDATA[Claude AI]]></media:text>
                                <media:title type="plain"><![CDATA[Claude AI]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/jPtXegpF8dhTisZidWZZMj-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Syracuse University has gone all in on the AI revolution, deploying Claude AI to 30,000+ students, faculty members, and staff. Along the way, school leaders say they've developed effective AI use cases both in the classroom and beyond, ranging from test practice to course schedule management. </p><p>Syracuse University Chief Digital Officer Jeff Rubin, and Andrew Joncas, Assistant Vice President for enterprise data and artificial intelligence, recently shared how they were able to develop effective uses for AI, get student, staff, and educator buy-in, and talk through and work to rectify some of the concerns around AI use at their institution. </p><h2 id="using-ai-to-increase-text-scores-by-adjusting-questions">Using AI To Increase Text Scores By Adjusting Questions </h2><p>Rubin knows firsthand that just adding AI to the classroom doesn't always enhance learning. When he first started using Claude AI himself, he had the idea of uploading his recorded lectures and then having Claude generate practice questions for students. The thinking behind this strategy was sound as he teaches an intro to information technology course with several hundred students enrolled in it. “Personalized learning is always hard, and really trying to meet students where they're at is challenging in a large class,” Rubin says. </p><p>Students have long wanted detailed and varied practice test questions, but creating enough questions to meet the demand was a challenge. “Without AI, it is actually really hard for my brain to come up with thousands of different ways of asking questions,” Rubin says. But once he shared his previously recorded lectures with Claude AI, the tool was able to generate a virtually unlimited supply of multiple choice questions and work through them with students. </p><p>In theory, this seemed perfect. However, in practice, when Rubin surveyed his students, he found that those who were extensively using Claude AI to study weren’t doing any better than the others. After meeting with members of Syracuse University's education department, Rubin realized that this lack of results was likely because Claude AI was asking students multiple-choice questions that didn't require them to think. He reworked his prompt to Claude AI so it would ask short answer questions and then engage with students about what they got wrong, all drawing from his lectures. </p><p>“It'll throw out a term that we've talked about in class in the form of a question and ask, basically, what do you know about this?" Rubin says. "Instead of just picking an A, B, C, or D, the student would type out their response. And then what Claude does is it grades the response and basically says, ‘Hey, this is a B type of response. Here’s  the things you got right,’ but Professor Rubin also said, ‘These are the things you should know about.’” </p><p>This time Rubin saw an immediate impact with initial exam scores jumping by 12 points on average. While he just started using the system this semester with students, he believes the positive trends he has seen so far will continue. </p><h2 id="other-ai-uses-and-buy-in">Other AI Uses and Buy-In </h2><p>Other uses for AI at Sryacuse include Clementine, a recently launched course search tool powered by Claude Opus. This system queries millions of rows of institutional data in real time and provides results tailored to each student’s schedule, grades, and goals. Another tool the university also deploys allows staff members to efficiently search for potential data about university donors. </p><p>The university has also launched a pilot program using Claude Code, Anthropic’s agentic coding tool. Joncas says they’ve been surprised and pleased by the interest in this tool from various members of the university community. </p><p>He adds that while sometimes there is pushback in using AI among coders who take artistic pride in their work, he says meeting with stakeholders and showing them what the tool can do often alleviates these fears. He’ll often demo it by having Claude Code quickly create a tic-tac-toe game. </p><p>“It sounds ridiculous, because nobody needs to make tic-tac-toe. It's already been made a thousand times,” he says, but the demo shows people the tool’s potential. “They see the light and they go, ‘Oh, I could do that now.’” </p><h2 id="handling-academic-and-environmental-concerns">Handling Academic and Environmental Concerns</h2><p>AI ethics is a big topic these days, from concerns about the technology’s environmental impact to potential misuse and AI plagiarism from students and faculty members. Rubin and his team have invited conversations around this at various AI training events, including some focused on AI at work more generally and others specifically built around AI and teaching pedagogy. </p><p>“We also started a whole AI governance, which is led by somebody in IT but is inclusive of folks from around the university,” Rubin says. “We talked about things like AI and mental health. We talk about AI and data privacy. AI and job loss, AI and sustainability, all things that are big, deep topics.” </p><p>As far as concerns around inappropriate AI use by students, right now Syracuse University syllabi include a statement on AI that essentially is either you can use AI in this class, you can't use AI, or you can use it under these circumstances. </p><p>“That, to me, is a band-aid. It's not an answer,” Rubin says. “The answer is, 'How do we think about AI from a pedagogy standpoint?'” He adds, “If you integrate AI from a pedagogical standpoint, we're going to have fewer of these concerns." </p><p>In that vein, instead of having students write essays on some aspect of World War II, he'd like to see more active assignments. For instance, "'You are a commander of this unit who went into this situation in World War II. What would you do?’” he says. </p><p>In the meantime, Rubin also advises faculty members to be forthright with how they are using AI. </p><p>“We have a responsibility to let students know if we're using AI. Are we using AI to generate our lectures? Are we using AI to generate our exams?” he says. “I don't think there's something wrong with it. I just think there's a level of transparency that is needed to show, 'Hey, we're still owning this, but I'm using AI in certain aspects of it.’” </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ The AI Bubble Is Deflating, Says One Educator ]]></title>
                                                                                                <dc:content><![CDATA[ <p>AI enthusiasm amongst educators hasn’t evaporated, but it's not as intense as it once was, says Carl Hooker, educator and author. </p><p>The former district tech director regularly speaks to educators around the country (often during Tech & Learning <a href="https://www.techlearningevents.com/RegionalSummits" target="_blank"><u><strong>regional leadership summits</strong></u></a>) and polls them on their feelings about AI. He says that while school leaders are still interested in the potential of AI, they are being more cautious about how they are spending money on AI products. They are also more concerned about AI's impact on the environment. </p><p>In many ways, this waning enthusiasm is familiar to educators from previous tech innovations. It follows the <a href="https://en.wikipedia.org/wiki/Gartner_hype_cycle" target="_blank"><u><strong>Gartner hype cycle</strong></u></a>, a graphic of how at first a new technology is embraced, then people pull away from the tool when it doesn't quite live up to the promise. Ultimately, society learns how to best make use of the new technology. </p><p>With AI, Hooker says, there was initially intense excitement. “I think we hit that peak, probably, in the summer of '24; now we're in what they call the zone of disillusionment,” he says. AI’s limitations are becoming clearer, and educators are realizing that simply throwing AI at various problems is not always an effective solution. </p><p>On top of this, financial analysts are increasingly warning of a potential AI bubble burst based on the scale of investment and theoretical limits to the return on that investment. <em>Time Magazine</em> recently noted that analysts predict more than <a href="https://time.com/article/2026/03/26/we-must-prepare-for-an-ai-bubble-now/" target="_blank"><u><strong>$5 trillion being invested in AI</strong></u></a> by the end of the decade, a staggering number that far outpaces the AI industry’s profits. For instance, <em>Time Magazine</em> notes, "OpenAI and Anthropic have annualized revenues of about $25 billion and $19 billion." </p><p>AI will be a part of education going forward, but the ways schools use it and engage with it is evolving, says Hooker, who is a proponent of using <a href="https://carlhooker.com/" target="_blank"><u><strong>AI in ways that support deep learning</strong></u></a>.</p><h2 id="the-ai-bubble-fewer-screens-and-less-screen-time">The AI Bubble: Fewer Screens and Less Screen Time </h2><p>One reason some districts are focusing less on AI, Hooker suggests, is funding. “We just ran out of all of our ESSER funds a year-and-a-half ago to replace all those devices that we bought, so now we have to figure out what to do with that,” he says. “Schools are shifting away from one-to-one.” </p><p>Beyond funding realities, there is a growing effort in many states and districts to prevent students from using their phones during school time. “Cell phones have been banned in 21 states,” Hooker says. “So now you're saying we don't have money for more devices, plus you can't bring your own.” </p><p>Generative AI went mainstream at the tail end of Covid, just after most districts had invested in one-to-one devices, which allowed schools to implement the technology in ways they wouldn’t have been able to otherwise, Hooker says. “If that doesn't happen and generative AI happens, we're like, 'Oh, it's cool. The high school kids get to use it.’” </p><h2 id="the-future-of-ai-in-schools">The Future of AI In Schools </h2><p>The AI hype cycle reminds Hooker of previous hype cycles around other technologies. </p><p>“I've lived through a couple of different eras with Web 2.0 and then mobile devices. I was a tech director when all of those came out, and everything was the App Store, and everybody was buying apps; it was this huge explosion of everybody spending money on that,” Hooker says. “Then it went from that to software as a service, and everybody needed to get subscriptions to everything, which is kind of where we're still at." </p><p>He notes that past tech bubbles never burst, "But they definitely deflated.” </p><p>That’s what he sees happening with AI: It will remain a thing in education, just not necessarily THE thing. </p><p>“It doesn't mean there's not going to still be adaptation, because there's still lots of schools that haven't adapted it at all,” he says. “I just think the fanfare and the buzz and the hype are probably way past their peak, and we're going to eventually get to a settling point.” </p><p>What that will be like is anyone’s guess. Hooker notes the field is still discovering what AI “looks like in a highly impactful way when it comes to learning. So we're still kind of figuring that out, because we're all learning this at the same time.” </p><p>In other words, AI is here to stay in education, but the AI gold rush in education may have run its course. </p> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/technology/ai/the-ai-bubble-is-deflating-says-one-educator</link>
                                                                            <description>
                            <![CDATA[ Educator and author Carl Hooker says AI interest from educators has passed peak levels. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">vmqsB3J4DKNjkdtznFkq8V</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/umNNdddURfLDTz46W8VsYR-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 27 Apr 2026 09:00:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[AI]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                <author><![CDATA[ erik.ofgang@futurenet.com (Erik Ofgang) ]]></author>                    <dc:creator><![CDATA[ Erik Ofgang ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/4t5ro4CXB7QUaPA28UMYb9.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Erik Ofgang is Tech &amp; Learning contributor. A journalist, &lt;a href=&quot;https://www.penguinrandomhouse.com/books/557664/the-good-vices-by-dr-harry-ofgang-and-erik-ofgang/&quot; target=&quot;_blank&quot;&gt;&lt;u&gt;&lt;strong&gt;author&lt;/strong&gt;&lt;/u&gt;&lt;/a&gt; and educator, his work has appeared in The New York Times, The Smithsonian, Washington Post, The Atlantic, and Forbes.com. He currently teaches at Western Connecticut State University’s MFA program. While a staff writer at Connecticut Magazine he won a Society of Professional Journalism Award for his education reporting. He is interested in how humans learn and how technology can make that more effective. &lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/umNNdddURfLDTz46W8VsYR-1280-80.jpg">
                                                            <media:credit><![CDATA[Pexels]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A soap bubble floats against a blurred background]]></media:description>                                                            <media:text><![CDATA[A soap bubble floats against a blurred background]]></media:text>
                                <media:title type="plain"><![CDATA[A soap bubble floats against a blurred background]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/umNNdddURfLDTz46W8VsYR-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>AI enthusiasm amongst educators hasn’t evaporated, but it's not as intense as it once was, says Carl Hooker, educator and author. </p><p>The former district tech director regularly speaks to educators around the country (often during Tech & Learning <a href="https://www.techlearningevents.com/RegionalSummits" target="_blank"><u><strong>regional leadership summits</strong></u></a>) and polls them on their feelings about AI. He says that while school leaders are still interested in the potential of AI, they are being more cautious about how they are spending money on AI products. They are also more concerned about AI's impact on the environment. </p><p>In many ways, this waning enthusiasm is familiar to educators from previous tech innovations. It follows the <a href="https://en.wikipedia.org/wiki/Gartner_hype_cycle" target="_blank"><u><strong>Gartner hype cycle</strong></u></a>, a graphic of how at first a new technology is embraced, then people pull away from the tool when it doesn't quite live up to the promise. Ultimately, society learns how to best make use of the new technology. </p><p>With AI, Hooker says, there was initially intense excitement. “I think we hit that peak, probably, in the summer of '24; now we're in what they call the zone of disillusionment,” he says. AI’s limitations are becoming clearer, and educators are realizing that simply throwing AI at various problems is not always an effective solution. </p><p>On top of this, financial analysts are increasingly warning of a potential AI bubble burst based on the scale of investment and theoretical limits to the return on that investment. <em>Time Magazine</em> recently noted that analysts predict more than <a href="https://time.com/article/2026/03/26/we-must-prepare-for-an-ai-bubble-now/" target="_blank"><u><strong>$5 trillion being invested in AI</strong></u></a> by the end of the decade, a staggering number that far outpaces the AI industry’s profits. For instance, <em>Time Magazine</em> notes, "OpenAI and Anthropic have annualized revenues of about $25 billion and $19 billion." </p><p>AI will be a part of education going forward, but the ways schools use it and engage with it is evolving, says Hooker, who is a proponent of using <a href="https://carlhooker.com/" target="_blank"><u><strong>AI in ways that support deep learning</strong></u></a>.</p><h2 id="the-ai-bubble-fewer-screens-and-less-screen-time">The AI Bubble: Fewer Screens and Less Screen Time </h2><p>One reason some districts are focusing less on AI, Hooker suggests, is funding. “We just ran out of all of our ESSER funds a year-and-a-half ago to replace all those devices that we bought, so now we have to figure out what to do with that,” he says. “Schools are shifting away from one-to-one.” </p><p>Beyond funding realities, there is a growing effort in many states and districts to prevent students from using their phones during school time. “Cell phones have been banned in 21 states,” Hooker says. “So now you're saying we don't have money for more devices, plus you can't bring your own.” </p><p>Generative AI went mainstream at the tail end of Covid, just after most districts had invested in one-to-one devices, which allowed schools to implement the technology in ways they wouldn’t have been able to otherwise, Hooker says. “If that doesn't happen and generative AI happens, we're like, 'Oh, it's cool. The high school kids get to use it.’” </p><h2 id="the-future-of-ai-in-schools">The Future of AI In Schools </h2><p>The AI hype cycle reminds Hooker of previous hype cycles around other technologies. </p><p>“I've lived through a couple of different eras with Web 2.0 and then mobile devices. I was a tech director when all of those came out, and everything was the App Store, and everybody was buying apps; it was this huge explosion of everybody spending money on that,” Hooker says. “Then it went from that to software as a service, and everybody needed to get subscriptions to everything, which is kind of where we're still at." </p><p>He notes that past tech bubbles never burst, "But they definitely deflated.” </p><p>That’s what he sees happening with AI: It will remain a thing in education, just not necessarily THE thing. </p><p>“It doesn't mean there's not going to still be adaptation, because there's still lots of schools that haven't adapted it at all,” he says. “I just think the fanfare and the buzz and the hype are probably way past their peak, and we're going to eventually get to a settling point.” </p><p>What that will be like is anyone’s guess. Hooker notes the field is still discovering what AI “looks like in a highly impactful way when it comes to learning. So we're still kind of figuring that out, because we're all learning this at the same time.” </p><p>In other words, AI is here to stay in education, but the AI gold rush in education may have run its course. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ What Schools Should Ask Before Buying An AI Tool ]]></title>
                                                                                                <dc:content><![CDATA[ <p>AI hype keeps getting bigger and the offerings more complex. It’s being pitched to schools from every direction, but what really matters when it comes to choosing the right tool for your school?</p><p>Some AI tools promise to reduce teacher workload while others claim to revolutionize tutoring, feedback, or family communication. You’ll also find platforms that use AI focused on district operations, reporting, and data analysis. The common thread is that these all look great when demoed–believe the hype, and you’d think they could transform a school overnight into some sort of tech-enabled teaching utopia.</p><p>And this is why it’s important to slow down, ask better questions, and focus on the practicalities.</p><p>Sure classic questions such as which platform is best or what are other schools using are fair, but not the right place to start. Schools need the right fit for their students, staff, systems, and priorities. That means being more pragmatic.</p><p>So before investing in AI, school leaders should ask different questions. What problem are we actually trying to solve? Who will use it? What data will it store? Do we have the capabilities to use it effectively? How much control will we have? What happens if we get this wrong?</p><p>Those questions matter more than the flashiest demo.</p><h2 id="start-with-the-problem-not-the-product">Start with the problem, not the product</h2><p>The first question is the simplest: What do you actually need an AI for?</p><p>Identify your goals. Do you want to reduce teacher workload, support tutoring, help teachers adapt materials for different students, speed up admin tasks, improve family communication, or analyze attendance or grades more effectively?</p><p>If leaders can’t explain the problem they’re trying to solve, they’re not ready to buy a solution.</p><p>That seems obvious, but it’s an easy mistake to make. A platform may be enticing because it generates lesson ideas in seconds or gives polished responses on demand. But if it doesn’t meet staff and student needs, it will become underused and hard to justify.</p><p>Build practical use cases first and ignore the peer pressure to bring in AI without good reason.</p><h2 id="ask-whether-your-current-ecosystem-already-covers-most-of-your-needs">Ask whether your current ecosystem already covers most of your needs</h2><p>If your district is already invested in Google, Microsoft, ChatGPT, or another approved environment with AI capabilities, then take stock before adding more tools.</p><p>This matters because AI doesn’t exist in a vacuum. It can sit within all sorts of systems from identity, email, and documents to permissions, policies, and support structures. If you already have an approved AI in those systems, then it’s an opportunity to discover what features and functions you might not be using to full potential yet. Identify the gaps that will add real value before considering new solutions.</p><p>Adding more tools without a clear rationale can lead to overlap, confusion, and needless costs.</p><h2 id="be-clear-whether-this-is-for-the-classroom-or-the-district-office">Be clear whether this is for the classroom or the district office</h2><p>That said, a single AI tool may not be sufficient to meet all your needs. Not every school AI tool does the same job, and schools should be wary of products that claim to do everything brilliantly.</p><p>Some tools are geared toward teaching and learning–think MagicSchool, Khanmigo, or teacher-facing uses of platforms such as Google’s Gemini, Microsoft’s Copilot, or OpenAI’s ChatGPT.</p><p>Others sit much closer to school and district operations, such as PowerSchool, SchoolStatus, attendance tools, reporting systems, family communication platforms, and products built around data rather than classroom practice.</p><p>This distinction matters. A tool that works well at a district level may offer little in the classroom. An AI that teachers love to use in class may be a headache for IT and governance.</p><p>Before buying, ask the simple question: Is this mainly for teaching and learning, or for operations? That will help you refine your list of candidates.</p><h2 id="ask-whether-staff-have-the-knowledge-to-use-it-well">Ask whether staff have the knowledge to use it well</h2><p>School leaders need to think beyond a few professional development sessions when it comes to embedding a new AI tool into existing systems and workflows.</p><p>A school can buy the perfect AI tool and still struggle if staff lack confidence or digital skills. Be honest about whether teams and individuals have the basic knowledge to use the tool well, question its weaknesses, and stay within policy.</p><p>That includes knowing:</p><ul><li>What the tool is good at</li><li>When not to trust it</li><li>What data should never be entered</li><li>How to spot weak, biased, or invented outputs</li><li>When human review is essential</li></ul><p>This isn’t just about knowing where to click, but about digital and AI literacy, critical thinking, and understanding AI’s limitations. This will be an ongoing task as new releases and updates will regularly offer new functionality but also potentially new issues.</p><p>It’s important to question whether you have in-house knowledge and discipline to use AI responsibly. If your school has clear guidance and confident staff then it will get more value from AI than one with patchy, uncertain usage. </p><p>That question applies differently across the organization. Senior leaders, classroom teachers, support staff, IT teams, and students don’t all need the same depth of knowledge, but they do all need enough understanding to reduce risk and use the tool effectively.</p><h2 id="ask-data-questions-early">Ask data questions early</h2><p>Privacy and data use needs to be included from the start.</p><p>Schools should ask:</p><ul><li>What data goes into the tool?</li><li>Where is that data stored?</li><li>Is it used to train the model?</li><li>How long is it retained?</li><li>Who can access it?</li><li>Can it be reviewed and deleted?</li><li>What visibility do administrators have?</li></ul><p>These aren’t just compliance questions, but trust questions as well.</p><p>If staff aren’t sure what they can safely enter into a system, adoption becomes inconsistent very quickly. If leaders can’t explain how the tool handles student data, it becomes much harder to build confidence among teachers, families, and other stakeholders.</p><p>AI tools can look simple and user-friendly, but schools still need to understand what’s happening behind the scenes before they commit, especially since student data in these tools is extremely sought after by hackers.</p><h2 id="take-extra-care-if-the-tool-analyses-student-data">Take extra care if the tool analyses student data</h2><p>The appeal of AI for some schools goes beyond lesson planning. It’s the potential to spot patterns in attendance, grades, behavior, or assessment data more quickly than staff could on their own. In theory, that means spotting issues earlier and acting faster.</p><p>That may be useful, but it’s also one of the riskiest areas.</p><p>Schools should ask:</p><ul><li>What data is being analysed?</li><li>How reliable are the patterns or predictions?</li><li>Is the tool flagging signals for staff to review, or is it making clear recommendations that teams might feel pushed to follow unquestioningly?</li><li>To what extent does it reinforce biases or overstate weak correlations?</li><li>How transparent is its reasoning and confidence, particularly when it comes to suggestions?</li><li>Who is ultimately accountable if the AI flags something incorrectly or misses a student who needs support?</li></ul><p>While an AI can help surface useful signals about attendance, attainment, intervention, or student support, it should not sit in a technological black box. Human professional judgment still matters. In fact, it matters even more once AI is involved as school leaders need to be clear about where that line sits and ensure an overreliance on tech doesn’t lower standards.</p><p>And this is where schools need to be especially careful not to confuse pattern detection with judgment. For example, some AI detection tools used to check whether work has been generated with the aid of AI can be extremely aggressive, leading to a much higher percentage of false-positives than vendors claim.</p><h2 id="look-at-real-world-accuracy-not-just-the-demo">Look at real-world accuracy, not just the demo</h2><p>Which leads us into claimed accuracy. AI tools can seem utterly authoritative until you question outputs, which can be unreliable in the situations schools care about most.</p><p>The real question is whether the AI meets the school’s requirements. Can it help teachers draft useful classroom materials? Support student revision? Summarize factual information without adding hallucinations or confusion? Can it save time without creating extra checking work?</p><p>Schools should also think about the cost of mistakes.</p><p>An AI-generated worksheet with a few weak questions may be inconvenient. A tool that mishandles attendance information, behavior summaries, grading, special education support, or safeguarding-related communication creates a much more serious problem.</p><p>That’s why buying decisions should be informed by realistic testing. Schools should test tools against real-world scenarios and decide when human oversight has to remain absolute.</p><h2 id="ask-whether-it-improves-the-work-or-just-speeds-it-up">Ask whether it improves the work or just speeds it up</h2><p>Don’t judge AI by how quickly it completes tasks. Instead, ask whether it improves the quality of the work, supports better decisions, and reduces pain points, especially in areas of low-value admin and bureaucracy.</p><p>A tool that saves time on paper may still be a poor fit if it encourages generic planning, weak feedback, or an overreliance on samey AI-generated drafts. The risk isn’t just introducing minor mistakes into lesson plans; it’s a gradual reduction of originality and human judgment.</p><p>AI should be there to either improve current work or reduce repetitive or time-consuming admin tasks. What it shouldn’t do is replace real value, expertise, subject knowledge, or meaningful interaction with students. Faster isn’t better if the work becomes thinner, flatter, and less human.</p><h2 id="check-the-admin-controls-before-the-marketing-claims">Check the admin controls before the marketing claims</h2><p>One of the least glamorous parts of AI procurement is also one of the most important: control.</p><p>Before signing for anything, anyone buying an AI should ask:</p><ul><li>Who can use the tool?</li><li>Can access be limited by role or age group?</li><li>Are staff and student experiences separated?</li><li>What is logged and flagged?</li><li>What can administrators turn on or off?</li><li>How does identity management work?</li><li>Does it fit with existing sign-on and rostering systems?</li></ul><p>A strong school AI product isn’t just one that produces impressive outputs, but one that leaders and IT teams can actually manage.</p><h2 id="think-beyond-the-pilot">Think beyond the pilot</h2><p>Many schools are willing to trial new tools. The harder question is what happens afterward.</p><p>How much training will staff need? What guidance will be required? Will policies need updating? How much support does the vendor provide? What will this look like after one term, not one week?</p><p>A successful rollout goes beyond choosing the right platform to whether the school has the capacity to use it well over time.</p><p>If a tool requires constant explanation, provides unreliable results, or adds another layer of work for already stretched staff, its value may look very different once the initial excitement fades.</p><h2 id="look-at-the-full-cost">Look at the full cost</h2><p>So you’ve asked all the right questions and made a choice. Now you need to understand the full cost of the solution, and for that you need to look past the headline license fee.</p><p>Some costs will be monetary, others related to time and effort. Training, integration work, admin time, support, security review, policy development, and the time staff spend learning a new system should all be considered. A low-cost tool can end up feeling much more expensive if it adds unnecessary complexity or doesn't end up delivering value.</p><p>One of the most useful procurement questions is: “What will this cost in practice over a year, not just on paper at the point of sale?”</p><h2 id="ask-what-happens-if-you-do-nothing">Ask what happens if you do nothing</h2><p>This may be the most overlooked question of all, but before buying an AI, schools should ask: “What would happen if we didn’t buy this?”</p><p>Would an existing tool already cover much of the need? Could a simpler process change solve the same problem? Is the issue actually about training, workflow, or staffing rather than missing technology?</p><p>This question helps schools test whether the purchase is genuinely necessary or simply feels timely because AI is dominating the conversation.</p><h2 id="what-happens-when-schools-don-t-ask-these-questions">What happens when schools don’t ask these questions?</h2><p>When schools rush into AI purchases without asking the harder questions first, the same problems tend to appear: You end up with a solution looking for a problem; staff use it inconsistently; the benefit is overstated; data risks are misunderstood; confidence drops.</p><p>The most awkward outcome is that a school becomes dependent on a tool it doesn’t fully trust or understand. By the time the limits become clear, the system may already be embedded.</p><p>Leaders may also want to think ahead to related issues, such as parent trust, equitable use, academic integrity, and how they will evaluate impact over time. Those questions may sit beyond the initial purchase decision, but shouldn’t be an afterthought once a tool is already in place.</p><p>That’s why the early questions matter so much. These are not there to stunt innovation or slow change but to stop schools from making avoidable mistakes.</p><div ><table><caption>Before Buying AI, Ask:</caption><tbody><tr><td class="firstcol " ><p><strong>Question</strong></p></td><td  ><p><strong>A good answer looks like</strong></p></td></tr><tr><td class="firstcol " ><p><strong>What problem are we solving?</strong></p></td><td  ><p>A clear, specific use case, not a vague desire to “use AI” somewhere in the school.</p></td></tr><tr><td class="firstcol " ><p><strong>Who is it really for?</strong></p></td><td  ><p>A defined group of users, such as teachers, students, support staff, or district leaders, with a clear purpose for each.</p></td></tr><tr><td class="firstcol " ><p><strong>Do we already have something that does most of this?</strong></p></td><td  ><p>Evidence that existing tools have been reviewed properly and that a new product fills a genuine gap.</p></td></tr><tr><td class="firstcol " ><p><strong>Is this mainly for teaching and learning, or for operations?</strong></p></td><td  ><p>A clear understanding of whether the tool is classroom-facing, district-facing, or both, and why that matters.</p></td></tr><tr><td class="firstcol " ><p><strong>Do staff have the knowledge to use it well?</strong></p></td><td  ><p>Confidence that users understand what the tool does well, where it can go wrong, and when human oversight is needed.</p></td></tr><tr><td class="firstcol " ><p><strong>What data does it use and store?</strong></p></td><td  ><p>Clear answers on what data goes in, where it is stored, whether it trains the model, who can access it, and how it can be deleted.</p></td></tr><tr><td class="firstcol " ><p><strong>If it analyses student data, how reliable is it?</strong></p></td><td  ><p>Transparent, evidence-based explanations of how predictions or flags work, with strong human review included.</p></td></tr><tr><td class="firstcol " ><p><strong>How accurate is it in real-school scenarios?</strong></p></td><td  ><p>Results from realistic testing in the kinds of tasks and situations the school actually cares about.</p></td></tr><tr><td class="firstcol " ><p><strong>Does it improve the work or just speed it up?</strong></p></td><td  ><p>Evidence that it improves quality, reduces low-value admin, or supports better decisions rather than just producing more output faster.</p></td></tr><tr><td class="firstcol " ><p><strong>What controls do leaders and IT teams have?</strong></p></td><td  ><p>Strong admin tools, role-based access, logging, visibility, and the ability to manage or restrict use.</p></td></tr><tr><td class="firstcol " ><p><strong>What happens after the pilot?</strong></p></td><td  ><p>A realistic plan for rollout, training, support, policy updates, and ongoing evaluation.</p></td></tr><tr><td class="firstcol " ><p><strong>What will it really cost?</strong></p></td><td  ><p>A full picture of licensing, setup, training, support, admin time, and longer-term value.</p></td></tr><tr><td class="firstcol " ><p><strong>What happens if we do nothing?</strong></p></td><td  ><p>An honest answer about whether the problem truly needs a new tool or could be solved another way.</p></td></tr></tbody></table></div> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/technology/ai/what-schools-should-ask-before-buying-an-ai-tool</link>
                                                                            <description>
                            <![CDATA[ From data privacy and staff readiness to classroom fit and long-term cost, here are the questions schools should ask before investing in AI. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">GbQPJaCodN4eMys2BrR74J</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/x69pG5cwz7AGb36EyNNhSG-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 23 Apr 2026 09:00:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[AI]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Evan Kypreos ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/x69pG5cwz7AGb36EyNNhSG-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Female teacher is surrounded by her kindergarten students as she shows them how to use an ai on digital tablet.]]></media:description>                                                            <media:text><![CDATA[Female teacher is surrounded by her kindergarten students as she shows them how to use an ai on digital tablet.]]></media:text>
                                <media:title type="plain"><![CDATA[Female teacher is surrounded by her kindergarten students as she shows them how to use an ai on digital tablet.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/x69pG5cwz7AGb36EyNNhSG-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>AI hype keeps getting bigger and the offerings more complex. It’s being pitched to schools from every direction, but what really matters when it comes to choosing the right tool for your school?</p><p>Some AI tools promise to reduce teacher workload while others claim to revolutionize tutoring, feedback, or family communication. You’ll also find platforms that use AI focused on district operations, reporting, and data analysis. The common thread is that these all look great when demoed–believe the hype, and you’d think they could transform a school overnight into some sort of tech-enabled teaching utopia.</p><p>And this is why it’s important to slow down, ask better questions, and focus on the practicalities.</p><p>Sure classic questions such as which platform is best or what are other schools using are fair, but not the right place to start. Schools need the right fit for their students, staff, systems, and priorities. That means being more pragmatic.</p><p>So before investing in AI, school leaders should ask different questions. What problem are we actually trying to solve? Who will use it? What data will it store? Do we have the capabilities to use it effectively? How much control will we have? What happens if we get this wrong?</p><p>Those questions matter more than the flashiest demo.</p><h2 id="start-with-the-problem-not-the-product">Start with the problem, not the product</h2><p>The first question is the simplest: What do you actually need an AI for?</p><p>Identify your goals. Do you want to reduce teacher workload, support tutoring, help teachers adapt materials for different students, speed up admin tasks, improve family communication, or analyze attendance or grades more effectively?</p><p>If leaders can’t explain the problem they’re trying to solve, they’re not ready to buy a solution.</p><p>That seems obvious, but it’s an easy mistake to make. A platform may be enticing because it generates lesson ideas in seconds or gives polished responses on demand. But if it doesn’t meet staff and student needs, it will become underused and hard to justify.</p><p>Build practical use cases first and ignore the peer pressure to bring in AI without good reason.</p><h2 id="ask-whether-your-current-ecosystem-already-covers-most-of-your-needs">Ask whether your current ecosystem already covers most of your needs</h2><p>If your district is already invested in Google, Microsoft, ChatGPT, or another approved environment with AI capabilities, then take stock before adding more tools.</p><p>This matters because AI doesn’t exist in a vacuum. It can sit within all sorts of systems from identity, email, and documents to permissions, policies, and support structures. If you already have an approved AI in those systems, then it’s an opportunity to discover what features and functions you might not be using to full potential yet. Identify the gaps that will add real value before considering new solutions.</p><p>Adding more tools without a clear rationale can lead to overlap, confusion, and needless costs.</p><h2 id="be-clear-whether-this-is-for-the-classroom-or-the-district-office">Be clear whether this is for the classroom or the district office</h2><p>That said, a single AI tool may not be sufficient to meet all your needs. Not every school AI tool does the same job, and schools should be wary of products that claim to do everything brilliantly.</p><p>Some tools are geared toward teaching and learning–think MagicSchool, Khanmigo, or teacher-facing uses of platforms such as Google’s Gemini, Microsoft’s Copilot, or OpenAI’s ChatGPT.</p><p>Others sit much closer to school and district operations, such as PowerSchool, SchoolStatus, attendance tools, reporting systems, family communication platforms, and products built around data rather than classroom practice.</p><p>This distinction matters. A tool that works well at a district level may offer little in the classroom. An AI that teachers love to use in class may be a headache for IT and governance.</p><p>Before buying, ask the simple question: Is this mainly for teaching and learning, or for operations? That will help you refine your list of candidates.</p><h2 id="ask-whether-staff-have-the-knowledge-to-use-it-well">Ask whether staff have the knowledge to use it well</h2><p>School leaders need to think beyond a few professional development sessions when it comes to embedding a new AI tool into existing systems and workflows.</p><p>A school can buy the perfect AI tool and still struggle if staff lack confidence or digital skills. Be honest about whether teams and individuals have the basic knowledge to use the tool well, question its weaknesses, and stay within policy.</p><p>That includes knowing:</p><ul><li>What the tool is good at</li><li>When not to trust it</li><li>What data should never be entered</li><li>How to spot weak, biased, or invented outputs</li><li>When human review is essential</li></ul><p>This isn’t just about knowing where to click, but about digital and AI literacy, critical thinking, and understanding AI’s limitations. This will be an ongoing task as new releases and updates will regularly offer new functionality but also potentially new issues.</p><p>It’s important to question whether you have in-house knowledge and discipline to use AI responsibly. If your school has clear guidance and confident staff then it will get more value from AI than one with patchy, uncertain usage. </p><p>That question applies differently across the organization. Senior leaders, classroom teachers, support staff, IT teams, and students don’t all need the same depth of knowledge, but they do all need enough understanding to reduce risk and use the tool effectively.</p><h2 id="ask-data-questions-early">Ask data questions early</h2><p>Privacy and data use needs to be included from the start.</p><p>Schools should ask:</p><ul><li>What data goes into the tool?</li><li>Where is that data stored?</li><li>Is it used to train the model?</li><li>How long is it retained?</li><li>Who can access it?</li><li>Can it be reviewed and deleted?</li><li>What visibility do administrators have?</li></ul><p>These aren’t just compliance questions, but trust questions as well.</p><p>If staff aren’t sure what they can safely enter into a system, adoption becomes inconsistent very quickly. If leaders can’t explain how the tool handles student data, it becomes much harder to build confidence among teachers, families, and other stakeholders.</p><p>AI tools can look simple and user-friendly, but schools still need to understand what’s happening behind the scenes before they commit, especially since student data in these tools is extremely sought after by hackers.</p><h2 id="take-extra-care-if-the-tool-analyses-student-data">Take extra care if the tool analyses student data</h2><p>The appeal of AI for some schools goes beyond lesson planning. It’s the potential to spot patterns in attendance, grades, behavior, or assessment data more quickly than staff could on their own. In theory, that means spotting issues earlier and acting faster.</p><p>That may be useful, but it’s also one of the riskiest areas.</p><p>Schools should ask:</p><ul><li>What data is being analysed?</li><li>How reliable are the patterns or predictions?</li><li>Is the tool flagging signals for staff to review, or is it making clear recommendations that teams might feel pushed to follow unquestioningly?</li><li>To what extent does it reinforce biases or overstate weak correlations?</li><li>How transparent is its reasoning and confidence, particularly when it comes to suggestions?</li><li>Who is ultimately accountable if the AI flags something incorrectly or misses a student who needs support?</li></ul><p>While an AI can help surface useful signals about attendance, attainment, intervention, or student support, it should not sit in a technological black box. Human professional judgment still matters. In fact, it matters even more once AI is involved as school leaders need to be clear about where that line sits and ensure an overreliance on tech doesn’t lower standards.</p><p>And this is where schools need to be especially careful not to confuse pattern detection with judgment. For example, some AI detection tools used to check whether work has been generated with the aid of AI can be extremely aggressive, leading to a much higher percentage of false-positives than vendors claim.</p><h2 id="look-at-real-world-accuracy-not-just-the-demo">Look at real-world accuracy, not just the demo</h2><p>Which leads us into claimed accuracy. AI tools can seem utterly authoritative until you question outputs, which can be unreliable in the situations schools care about most.</p><p>The real question is whether the AI meets the school’s requirements. Can it help teachers draft useful classroom materials? Support student revision? Summarize factual information without adding hallucinations or confusion? Can it save time without creating extra checking work?</p><p>Schools should also think about the cost of mistakes.</p><p>An AI-generated worksheet with a few weak questions may be inconvenient. A tool that mishandles attendance information, behavior summaries, grading, special education support, or safeguarding-related communication creates a much more serious problem.</p><p>That’s why buying decisions should be informed by realistic testing. Schools should test tools against real-world scenarios and decide when human oversight has to remain absolute.</p><h2 id="ask-whether-it-improves-the-work-or-just-speeds-it-up">Ask whether it improves the work or just speeds it up</h2><p>Don’t judge AI by how quickly it completes tasks. Instead, ask whether it improves the quality of the work, supports better decisions, and reduces pain points, especially in areas of low-value admin and bureaucracy.</p><p>A tool that saves time on paper may still be a poor fit if it encourages generic planning, weak feedback, or an overreliance on samey AI-generated drafts. The risk isn’t just introducing minor mistakes into lesson plans; it’s a gradual reduction of originality and human judgment.</p><p>AI should be there to either improve current work or reduce repetitive or time-consuming admin tasks. What it shouldn’t do is replace real value, expertise, subject knowledge, or meaningful interaction with students. Faster isn’t better if the work becomes thinner, flatter, and less human.</p><h2 id="check-the-admin-controls-before-the-marketing-claims">Check the admin controls before the marketing claims</h2><p>One of the least glamorous parts of AI procurement is also one of the most important: control.</p><p>Before signing for anything, anyone buying an AI should ask:</p><ul><li>Who can use the tool?</li><li>Can access be limited by role or age group?</li><li>Are staff and student experiences separated?</li><li>What is logged and flagged?</li><li>What can administrators turn on or off?</li><li>How does identity management work?</li><li>Does it fit with existing sign-on and rostering systems?</li></ul><p>A strong school AI product isn’t just one that produces impressive outputs, but one that leaders and IT teams can actually manage.</p><h2 id="think-beyond-the-pilot">Think beyond the pilot</h2><p>Many schools are willing to trial new tools. The harder question is what happens afterward.</p><p>How much training will staff need? What guidance will be required? Will policies need updating? How much support does the vendor provide? What will this look like after one term, not one week?</p><p>A successful rollout goes beyond choosing the right platform to whether the school has the capacity to use it well over time.</p><p>If a tool requires constant explanation, provides unreliable results, or adds another layer of work for already stretched staff, its value may look very different once the initial excitement fades.</p><h2 id="look-at-the-full-cost">Look at the full cost</h2><p>So you’ve asked all the right questions and made a choice. Now you need to understand the full cost of the solution, and for that you need to look past the headline license fee.</p><p>Some costs will be monetary, others related to time and effort. Training, integration work, admin time, support, security review, policy development, and the time staff spend learning a new system should all be considered. A low-cost tool can end up feeling much more expensive if it adds unnecessary complexity or doesn't end up delivering value.</p><p>One of the most useful procurement questions is: “What will this cost in practice over a year, not just on paper at the point of sale?”</p><h2 id="ask-what-happens-if-you-do-nothing">Ask what happens if you do nothing</h2><p>This may be the most overlooked question of all, but before buying an AI, schools should ask: “What would happen if we didn’t buy this?”</p><p>Would an existing tool already cover much of the need? Could a simpler process change solve the same problem? Is the issue actually about training, workflow, or staffing rather than missing technology?</p><p>This question helps schools test whether the purchase is genuinely necessary or simply feels timely because AI is dominating the conversation.</p><h2 id="what-happens-when-schools-don-t-ask-these-questions">What happens when schools don’t ask these questions?</h2><p>When schools rush into AI purchases without asking the harder questions first, the same problems tend to appear: You end up with a solution looking for a problem; staff use it inconsistently; the benefit is overstated; data risks are misunderstood; confidence drops.</p><p>The most awkward outcome is that a school becomes dependent on a tool it doesn’t fully trust or understand. By the time the limits become clear, the system may already be embedded.</p><p>Leaders may also want to think ahead to related issues, such as parent trust, equitable use, academic integrity, and how they will evaluate impact over time. Those questions may sit beyond the initial purchase decision, but shouldn’t be an afterthought once a tool is already in place.</p><p>That’s why the early questions matter so much. These are not there to stunt innovation or slow change but to stop schools from making avoidable mistakes.</p><div ><table><caption>Before Buying AI, Ask:</caption><tbody><tr><td class="firstcol " ><p><strong>Question</strong></p></td><td  ><p><strong>A good answer looks like</strong></p></td></tr><tr><td class="firstcol " ><p><strong>What problem are we solving?</strong></p></td><td  ><p>A clear, specific use case, not a vague desire to “use AI” somewhere in the school.</p></td></tr><tr><td class="firstcol " ><p><strong>Who is it really for?</strong></p></td><td  ><p>A defined group of users, such as teachers, students, support staff, or district leaders, with a clear purpose for each.</p></td></tr><tr><td class="firstcol " ><p><strong>Do we already have something that does most of this?</strong></p></td><td  ><p>Evidence that existing tools have been reviewed properly and that a new product fills a genuine gap.</p></td></tr><tr><td class="firstcol " ><p><strong>Is this mainly for teaching and learning, or for operations?</strong></p></td><td  ><p>A clear understanding of whether the tool is classroom-facing, district-facing, or both, and why that matters.</p></td></tr><tr><td class="firstcol " ><p><strong>Do staff have the knowledge to use it well?</strong></p></td><td  ><p>Confidence that users understand what the tool does well, where it can go wrong, and when human oversight is needed.</p></td></tr><tr><td class="firstcol " ><p><strong>What data does it use and store?</strong></p></td><td  ><p>Clear answers on what data goes in, where it is stored, whether it trains the model, who can access it, and how it can be deleted.</p></td></tr><tr><td class="firstcol " ><p><strong>If it analyses student data, how reliable is it?</strong></p></td><td  ><p>Transparent, evidence-based explanations of how predictions or flags work, with strong human review included.</p></td></tr><tr><td class="firstcol " ><p><strong>How accurate is it in real-school scenarios?</strong></p></td><td  ><p>Results from realistic testing in the kinds of tasks and situations the school actually cares about.</p></td></tr><tr><td class="firstcol " ><p><strong>Does it improve the work or just speed it up?</strong></p></td><td  ><p>Evidence that it improves quality, reduces low-value admin, or supports better decisions rather than just producing more output faster.</p></td></tr><tr><td class="firstcol " ><p><strong>What controls do leaders and IT teams have?</strong></p></td><td  ><p>Strong admin tools, role-based access, logging, visibility, and the ability to manage or restrict use.</p></td></tr><tr><td class="firstcol " ><p><strong>What happens after the pilot?</strong></p></td><td  ><p>A realistic plan for rollout, training, support, policy updates, and ongoing evaluation.</p></td></tr><tr><td class="firstcol " ><p><strong>What will it really cost?</strong></p></td><td  ><p>A full picture of licensing, setup, training, support, admin time, and longer-term value.</p></td></tr><tr><td class="firstcol " ><p><strong>What happens if we do nothing?</strong></p></td><td  ><p>An honest answer about whether the problem truly needs a new tool or could be solved another way.</p></td></tr></tbody></table></div>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Has AI As A Writing Partner Been Oversold?  ]]></title>
                                                                                                <dc:content><![CDATA[ <p>Since the early days of ChatGPT, educators have talked about how AI can be used as a writing tutor or coach that doesn’t write for students but helps them organize their ideas and clean up their efforts. </p><p>I liked this idea when I first heard it. I’d love to live in a world where every student has access to a high-quality writing instructor. But in practice over the past few years, I haven’t noticed my students' writing improving; it's been the opposite. While the grammar has gotten much better, the content has suffered. </p><p>Today, in my classes, on social media, and through many emails I receive, I see writing with fewer technical errors, but this comes at a terrible cost. Generally, our writing is more boring, less individualized, and conveys far less meaning than it did a few years ago. The cause is AI, of course, but it’s more than that. </p><p>I think many of us have uncritically bought into the idea that AI can be an effective writing tutor. I’m no longer convinced it can be, and here’s why. </p><h2 id="ai-is-not-actually-good-at-writing">AI Is Not Actually Good At Writing</h2><p>Even though people are taking writing advice <em>en masse</em> from ChatGPT and other AIs, we all acknowledge, subconsciously at least, that AI is terrible at writing anything original. That’s why we call AI-generated content AI slop, and when we read something and say it sounds as if AI wrote it, we are not complimenting it. Why then are we asking it to give us extensive notes, revisions, and suggestions on our writing? </p><p>AI doesn't transform our writing into William Shakespeare; when it takes on the role of a writing tutor, it’s still that same unimaginative writer. The fact that so many people are taking advice from a robot writer whose writing they hate is just another example of the cognitive dissonance of our times, and I'm genuinely puzzled by it.  </p><h2 id="ai-doesn-t-partner-with-you-it-takes-the-wheel">AI Doesn’t Partner With You, It Takes The Wheel </h2><p>A common refrain is that AI can help a student or educator brainstorm or help clean up their ideas. In this way, it can work with you like a good writing tutor, providing instant and unlimited feedback on your work. </p><p>This is another concept that sounds okay in theory but doesn’t hold up in practice. Unlike a good writing tutor, AI has a tendency to take the wheel of your writing. Even models specifically tuned toward teaching tend only to start by asking questions before offering detailed examples of what your answer can look like. Often, these suggestions are bland and lifeless, but even if these were more creative, this process is hijacking the writing process. </p><h2 id="ai-gives-too-much-feedback">AI Gives Too Much Feedback</h2><p>Even if the problems mentioned above could be programmed out of future AI models, I’m increasingly convinced that having an on-demand writing coach on your shoulder isn’t a good thing. </p><p>Throughout my career as a writer, I’ve benefited from feedback from editors and mentors who have read my work and altered and strengthened it--productive struggle. Seeing how they changed and improved my writing helped me get better as a writer, and continues to help my work. For example, this article will be better than the one I initially submitted, thanks to changes made by my editor. </p><p>Some thought AI could mimic this process, but I think that’s a false comparison. If I asked my editor what I should write after each sentence, and he sat next to me and rewrote my work as I was writing it, I wouldn’t be deserving of the byline associated with this story, and I probably wouldn’t earn many more writing assignments. (<em>Editor's note: You would not!</em>)</p><h2 id="even-if-ai-was-better-at-writing-it-still-wouldn-t-make-our-writing-more-engaging">Even If AI Was Better At Writing, It Still Wouldn't Make Our Writing More Engaging </h2><p>The fantasy author Brandon Sanderson once explained the problems with using clichéd writing in a way that really stuck for me. I’m paraphrasing here, but the idea is that clichés are not inherently bad; in fact, the first time someone hears one, it is often a great way of describing something, which is why it resonates. The problem is that over time and overuse, it becomes stripped of its power and meaning. For example, the first time I heard the phrase "X is like Y on steroids,” it was descriptive and funny. By the ten thousandth time I heard it, I started to groan. </p><p>The same thing is now happening with <em>any </em>writing techniques AI uses regularly. Even if it's non-objectionable to begin with, it starts to be intolerable as it spreads everywhere and everyone is doing the same thing. </p><p>Right now, AI writing is lifeless and stale to begin with, but even if it improves its writing voice, without more variation in style and tone, any of its techniques are destined to become overused almost instantly. </p><p>I do think AI’s writing will continue to get better, but I’m skeptical it can create the kind of variation necessary to uniquely power the voices of a majority of writers on the planet. And without unique writing voices, I’m not sure why we’re writing in the first place. </p> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/technology/ai/has-ai-as-a-writing-partner-been-oversold</link>
                                                                            <description>
                            <![CDATA[ Many students and educators have been convinced AI can act as a writing partner, but if that’s true, why is classroom writing getting worse? ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">nWXcNA62JdYSKKWSdZwtYo</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/cDGRRZA3qkSWQt5hnxe2i3-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 20 Apr 2026 09:00:00 +0000</pubDate>                                                                                                                                <updated>Mon, 20 Apr 2026 11:08:25 +0000</updated>
                                                                                                                                            <category><![CDATA[AI]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                <author><![CDATA[ erik.ofgang@futurenet.com (Erik Ofgang) ]]></author>                    <dc:creator><![CDATA[ Erik Ofgang ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/4t5ro4CXB7QUaPA28UMYb9.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Erik Ofgang is Tech &amp; Learning contributor. A journalist, &lt;a href=&quot;https://www.penguinrandomhouse.com/books/557664/the-good-vices-by-dr-harry-ofgang-and-erik-ofgang/&quot; target=&quot;_blank&quot;&gt;&lt;u&gt;&lt;strong&gt;author&lt;/strong&gt;&lt;/u&gt;&lt;/a&gt; and educator, his work has appeared in The New York Times, The Smithsonian, Washington Post, The Atlantic, and Forbes.com. He currently teaches at Western Connecticut State University’s MFA program. While a staff writer at Connecticut Magazine he won a Society of Professional Journalism Award for his education reporting. He is interested in how humans learn and how technology can make that more effective. &lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/cDGRRZA3qkSWQt5hnxe2i3-1280-80.jpg">
                                                            <media:credit><![CDATA[Pixabay]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[ai writing]]></media:description>                                                            <media:text><![CDATA[ai writing]]></media:text>
                                <media:title type="plain"><![CDATA[ai writing]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/cDGRRZA3qkSWQt5hnxe2i3-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Since the early days of ChatGPT, educators have talked about how AI can be used as a writing tutor or coach that doesn’t write for students but helps them organize their ideas and clean up their efforts. </p><p>I liked this idea when I first heard it. I’d love to live in a world where every student has access to a high-quality writing instructor. But in practice over the past few years, I haven’t noticed my students' writing improving; it's been the opposite. While the grammar has gotten much better, the content has suffered. </p><p>Today, in my classes, on social media, and through many emails I receive, I see writing with fewer technical errors, but this comes at a terrible cost. Generally, our writing is more boring, less individualized, and conveys far less meaning than it did a few years ago. The cause is AI, of course, but it’s more than that. </p><p>I think many of us have uncritically bought into the idea that AI can be an effective writing tutor. I’m no longer convinced it can be, and here’s why. </p><h2 id="ai-is-not-actually-good-at-writing">AI Is Not Actually Good At Writing</h2><p>Even though people are taking writing advice <em>en masse</em> from ChatGPT and other AIs, we all acknowledge, subconsciously at least, that AI is terrible at writing anything original. That’s why we call AI-generated content AI slop, and when we read something and say it sounds as if AI wrote it, we are not complimenting it. Why then are we asking it to give us extensive notes, revisions, and suggestions on our writing? </p><p>AI doesn't transform our writing into William Shakespeare; when it takes on the role of a writing tutor, it’s still that same unimaginative writer. The fact that so many people are taking advice from a robot writer whose writing they hate is just another example of the cognitive dissonance of our times, and I'm genuinely puzzled by it.  </p><h2 id="ai-doesn-t-partner-with-you-it-takes-the-wheel">AI Doesn’t Partner With You, It Takes The Wheel </h2><p>A common refrain is that AI can help a student or educator brainstorm or help clean up their ideas. In this way, it can work with you like a good writing tutor, providing instant and unlimited feedback on your work. </p><p>This is another concept that sounds okay in theory but doesn’t hold up in practice. Unlike a good writing tutor, AI has a tendency to take the wheel of your writing. Even models specifically tuned toward teaching tend only to start by asking questions before offering detailed examples of what your answer can look like. Often, these suggestions are bland and lifeless, but even if these were more creative, this process is hijacking the writing process. </p><h2 id="ai-gives-too-much-feedback">AI Gives Too Much Feedback</h2><p>Even if the problems mentioned above could be programmed out of future AI models, I’m increasingly convinced that having an on-demand writing coach on your shoulder isn’t a good thing. </p><p>Throughout my career as a writer, I’ve benefited from feedback from editors and mentors who have read my work and altered and strengthened it--productive struggle. Seeing how they changed and improved my writing helped me get better as a writer, and continues to help my work. For example, this article will be better than the one I initially submitted, thanks to changes made by my editor. </p><p>Some thought AI could mimic this process, but I think that’s a false comparison. If I asked my editor what I should write after each sentence, and he sat next to me and rewrote my work as I was writing it, I wouldn’t be deserving of the byline associated with this story, and I probably wouldn’t earn many more writing assignments. (<em>Editor's note: You would not!</em>)</p><h2 id="even-if-ai-was-better-at-writing-it-still-wouldn-t-make-our-writing-more-engaging">Even If AI Was Better At Writing, It Still Wouldn't Make Our Writing More Engaging </h2><p>The fantasy author Brandon Sanderson once explained the problems with using clichéd writing in a way that really stuck for me. I’m paraphrasing here, but the idea is that clichés are not inherently bad; in fact, the first time someone hears one, it is often a great way of describing something, which is why it resonates. The problem is that over time and overuse, it becomes stripped of its power and meaning. For example, the first time I heard the phrase "X is like Y on steroids,” it was descriptive and funny. By the ten thousandth time I heard it, I started to groan. </p><p>The same thing is now happening with <em>any </em>writing techniques AI uses regularly. Even if it's non-objectionable to begin with, it starts to be intolerable as it spreads everywhere and everyone is doing the same thing. </p><p>Right now, AI writing is lifeless and stale to begin with, but even if it improves its writing voice, without more variation in style and tone, any of its techniques are destined to become overused almost instantly. </p><p>I do think AI’s writing will continue to get better, but I’m skeptical it can create the kind of variation necessary to uniquely power the voices of a majority of writers on the planet. And without unique writing voices, I’m not sure why we’re writing in the first place. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Creating A Hands-On Rotational Gemini AI PD School ]]></title>
                                                                                                <dc:content><![CDATA[ <figure class="van-image-figure pull-right inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2316px;"><p class="vanilla-image-block" style="padding-top:133.33%;"><img id="7gkPvp7bCHfKjjFpnQqHEV" name="Holly 2" alt="Hollie Sisk" src="https://cdn.mos.cms.futurecdn.net/7gkPvp7bCHfKjjFpnQqHEV.jpg" mos="" align="right" fullscreen="" width="2316" height="3088" attribution="" endorsement="" class="pull-rightinline"></p></div></div><figcaption itemprop="caption description" class="pull-right inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Hollie Sisk)</span></figcaption></figure><p>Last fall, Hollie Sisk, Assistant Coordinator of Instructional Technology at Effingham County School District, attended the Chicago Google Leadership Summit with education heads from all over the U.S. While she found it enlightening to learn where other districts were in their AI journey and how they were using Google tools, one piece of the experience struck her as something to bring back to her own Southeast Georgia district of 14,500 students. </p><p>“They took us into a room of three or four stations, with Chromebooks ready to go,” says Sisk. “We rotated through, learning the basics. I just sat there and thought our teachers really need this. ‘How can we implement this in our district?’ I marinated on that and when I came back, I pitched it to our tech director. From there, it blossomed into the ECSD Gemini School.”</p><p>In ECSD’s Gemini School, attendees rotate across four sessions through focused 20-minute labs on Gemini, NotebookLM, Gems, and Gemini in the Classroom, allowing them to quickly experience real classroom value without overload.</p><p>“It's not just a traditional ‘sit and get,’” says Sisk. “It’s more about creating an environment where it clicks for every educator because they have just enough exposure to spark their curiosity, but not overwhelm them with a lengthy PD session.”</p><p>Sisk tries to keep the PD engaging and moving. Instead of having the presenters going from room to room, attendees have to boogie to each round of learning, literally.</p><p>“We play disco music in between transitions. It helps them reset and refocus,” says Sisk. “They are going from absorbing a lot of information in 20 minutes from Notebook LM to custom Gems. They really need to turn their brain off and then get it ready for the next session.”</p><p>The impact has been immediate and measurable. Forty-five participant comments included consistent themes such as, “<em>I didn’t want to go to another PLC, but this was amazing!</em>” and “<em>This is the first time AI makes sense to me.</em>” </p><p>Most notably, a 31-year veteran teacher — who self-identifies as not tech-savvy — was so energized by the experience that she recorded a ten-minute video expressing gratitude and shared that it was the most excited she had felt about teaching in years. This kind of shift doesn’t come from tools, it comes from intentional, learner-centered leadership.</p><p>“I knew these tools could help them, but I didn’t want to pull them into a drawn out traditional PD to learn how,” says Sisk, who was recently recognized for this and other efforts with an <a href="https://www.techlearningevents.com/innovativeleaderawards/home" target="_blank"><u><strong>Innovative Leader Award</strong></u></a>. “We really wanted to make it an immersive experience — a hands-on experience like I took away from the Chicago summit. Ultimately, my impact when building this was to give teachers back the gift of time.”</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1000px;"><p class="vanilla-image-block" style="padding-top:57.00%;"><img id="sP92Y3cZUbibDtAi8AWLkh" name="Holly 3" alt="Hollie Sisk" src="https://cdn.mos.cms.futurecdn.net/sP92Y3cZUbibDtAi8AWLkh.jpg" mos="" align="middle" fullscreen="" width="1000" height="570" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Hollie Sisk)</span></figcaption></figure><h2 id="3-tips-for-creating-an-ai-gemini-school-in-your-district">3 Tips for Creating An AI Gemini School in Your District</h2><p>Sisk offers advice for others who are interested in creating such a PD program in their district:</p><ul><li><strong>Create a relationship with the curriculum to ensure buy-in from the top down.</strong> “I needed our curriculum department's trust that we could make this work,” Sisk says. “Don't just try to push it out, really build those relationships and get them on board to support you.”</li><li><strong>Be consistent in the marketing.</strong> “I'm partial to branding–I try to focus on that not only for our social media account, but anything we're pushing out,” she says. “I stay very consistent which helps with recognition and so teachers feel they are part of something special.”</li><li><strong>Make PD fun and engaging.</strong> Training doesn't have to be a traditional “sit and get,” says Sisk. “You can have movement. You can have 25-minute round table discussions and then get up and move to a different table and a different topic.”</li></ul><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1000px;"><p class="vanilla-image-block" style="padding-top:61.90%;"><img id="WY7HWMNRUzzWDAktyoZzqD" name="Holly 4" alt="Hollie Sisk" src="https://cdn.mos.cms.futurecdn.net/WY7HWMNRUzzWDAktyoZzqD.jpg" mos="" align="middle" fullscreen="" width="1000" height="619" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Hollie Sisk)</span></figcaption></figure><h2 id="fuel-fomo-with-a-marketing-moment">Fuel FOMO With a Marketing Moment</h2><p>“I knew if we did a really good job marketing this, we'd have bought their trust,” says Sisk. “The next time we roll out a program, they will say, ‘Hey, the last thing they did was really fun. I want to come.”</p><p>Sisk embraces that marketing mindset for instructional technology—one that reframes tech not as “another initiative,” but as a value-adding experience educators want to engage with. </p><p>“My mindset wasn’t, ‘Let's promote another professional development,’ it was more like a product launch,” she says. “One special ed teacher shared how much time she saved writing IEPs as well as writing success criteria and learning targets. Excited teachers are calling a few days later, ‘Look at this song we created with the students after the session!’ Even our athletic coaches loved the training, which speaks volumes because they often hate having to come to PD.”</p><p>Sisk consistently highlights instructional technology successes through social media, reinforcing a culture that celebrates innovation and progress. </p><p>“One of the most powerful pieces of this is <em>learning from other teachers</em>,” she says. “It's not technology or curriculum presenting the material, it's teachers and media specialists. April Platt, Crystal Mealor, Jack Sinopoli, and Nick Exely are a few of our rockstar presenters.To me, face-to-face instruction is always more effective.”</p><p>One of the goals was to elevate the position of her media specialists and the value they bring to schools. Sisk asked each to earn their Google Gemini-certified educator designation to become the on-site expert at their school post-Gemini School. </p><p>Her leadership is shifting perception across ECSD. Instructional technology is no longer seen as optional or burdensome, but as practical, exciting, and directly connected to improved teaching and learning results for their students.</p><p>“One of the biggest rewards this year was the blossoming of that relationship between curriculum and tech departments, because they helped us reach out to leadership,” Sisk says. “They allowed us to interrupt their principal's PLC meeting and do a version of Gemini School just for principals. That sparked buy-in. Principals saw the value in their world as a principal and wanted their teachers to have that same experience.”</p><p>This PD experience has earned a 4.72 rating out of 5, based strictly on teacher feedback. The demand generated by Gemini School has exploded, prompting plans for expansion—clear evidence that Sisk’s work is not only effective but scalable.</p><p>“We are presenting at our board retreat in a few weeks because our board members are asking, ‘What is this Gemini School and why do we have it?’” Sisk says. “Everyone wants a little piece of it. That's exactly what we wanted to create.”</p><h2 id="tools-they-use-3">Tools They Use</h2><ul><li>Gemini</li><li>Creating custom Gems</li><li>NotebookLM</li><li>Gemini in Google Classroom</li></ul> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/technology/ai/creating-a-hands-on-rotational-gemini-ai-pd-school</link>
                                                                            <description>
                            <![CDATA[ Innovative Leader Award - Hollie Sisk, Assistant Coordinator of Instructional Technology, shares about the innovative ECSD Gemini School, a hands-on rotational AI PD experience for educators ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">8QHnEq4sG2QM4wRVvR4YyY</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/vbbGmvWuWKMFAkcGYbqihP-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 09 Apr 2026 09:00:00 +0000</pubDate>                                                                                                                                <updated>Mon, 27 Jul 2026 16:57:27 +0000</updated>
                                                                                                                                            <category><![CDATA[AI]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Sascha Zuger ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/gHQk3x9WMA66CvfWv6PdTH.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/vbbGmvWuWKMFAkcGYbqihP-1280-80.jpg">
                                                            <media:credit><![CDATA[Hollie Sisk]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Hollie Sisk]]></media:description>                                                            <media:text><![CDATA[Hollie Sisk]]></media:text>
                                <media:title type="plain"><![CDATA[Hollie Sisk]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/vbbGmvWuWKMFAkcGYbqihP-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <figure class="van-image-figure pull-right inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2316px;"><p class="vanilla-image-block" style="padding-top:133.33%;"><img id="7gkPvp7bCHfKjjFpnQqHEV" name="Holly 2" alt="Hollie Sisk" src="https://cdn.mos.cms.futurecdn.net/7gkPvp7bCHfKjjFpnQqHEV.jpg" mos="" align="right" fullscreen="" width="2316" height="3088" attribution="" endorsement="" class="pull-rightinline"></p></div></div><figcaption itemprop="caption description" class="pull-right inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Hollie Sisk)</span></figcaption></figure><p>Last fall, Hollie Sisk, Assistant Coordinator of Instructional Technology at Effingham County School District, attended the Chicago Google Leadership Summit with education heads from all over the U.S. While she found it enlightening to learn where other districts were in their AI journey and how they were using Google tools, one piece of the experience struck her as something to bring back to her own Southeast Georgia district of 14,500 students. </p><p>“They took us into a room of three or four stations, with Chromebooks ready to go,” says Sisk. “We rotated through, learning the basics. I just sat there and thought our teachers really need this. ‘How can we implement this in our district?’ I marinated on that and when I came back, I pitched it to our tech director. From there, it blossomed into the ECSD Gemini School.”</p><p>In ECSD’s Gemini School, attendees rotate across four sessions through focused 20-minute labs on Gemini, NotebookLM, Gems, and Gemini in the Classroom, allowing them to quickly experience real classroom value without overload.</p><p>“It's not just a traditional ‘sit and get,’” says Sisk. “It’s more about creating an environment where it clicks for every educator because they have just enough exposure to spark their curiosity, but not overwhelm them with a lengthy PD session.”</p><p>Sisk tries to keep the PD engaging and moving. Instead of having the presenters going from room to room, attendees have to boogie to each round of learning, literally.</p><p>“We play disco music in between transitions. It helps them reset and refocus,” says Sisk. “They are going from absorbing a lot of information in 20 minutes from Notebook LM to custom Gems. They really need to turn their brain off and then get it ready for the next session.”</p><p>The impact has been immediate and measurable. Forty-five participant comments included consistent themes such as, “<em>I didn’t want to go to another PLC, but this was amazing!</em>” and “<em>This is the first time AI makes sense to me.</em>” </p><p>Most notably, a 31-year veteran teacher — who self-identifies as not tech-savvy — was so energized by the experience that she recorded a ten-minute video expressing gratitude and shared that it was the most excited she had felt about teaching in years. This kind of shift doesn’t come from tools, it comes from intentional, learner-centered leadership.</p><p>“I knew these tools could help them, but I didn’t want to pull them into a drawn out traditional PD to learn how,” says Sisk, who was recently recognized for this and other efforts with an <a href="https://www.techlearningevents.com/innovativeleaderawards/home" target="_blank"><u><strong>Innovative Leader Award</strong></u></a>. “We really wanted to make it an immersive experience — a hands-on experience like I took away from the Chicago summit. Ultimately, my impact when building this was to give teachers back the gift of time.”</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1000px;"><p class="vanilla-image-block" style="padding-top:57.00%;"><img id="sP92Y3cZUbibDtAi8AWLkh" name="Holly 3" alt="Hollie Sisk" src="https://cdn.mos.cms.futurecdn.net/sP92Y3cZUbibDtAi8AWLkh.jpg" mos="" align="middle" fullscreen="" width="1000" height="570" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Hollie Sisk)</span></figcaption></figure><h2 id="3-tips-for-creating-an-ai-gemini-school-in-your-district">3 Tips for Creating An AI Gemini School in Your District</h2><p>Sisk offers advice for others who are interested in creating such a PD program in their district:</p><ul><li><strong>Create a relationship with the curriculum to ensure buy-in from the top down.</strong> “I needed our curriculum department's trust that we could make this work,” Sisk says. “Don't just try to push it out, really build those relationships and get them on board to support you.”</li><li><strong>Be consistent in the marketing.</strong> “I'm partial to branding–I try to focus on that not only for our social media account, but anything we're pushing out,” she says. “I stay very consistent which helps with recognition and so teachers feel they are part of something special.”</li><li><strong>Make PD fun and engaging.</strong> Training doesn't have to be a traditional “sit and get,” says Sisk. “You can have movement. You can have 25-minute round table discussions and then get up and move to a different table and a different topic.”</li></ul><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1000px;"><p class="vanilla-image-block" style="padding-top:61.90%;"><img id="WY7HWMNRUzzWDAktyoZzqD" name="Holly 4" alt="Hollie Sisk" src="https://cdn.mos.cms.futurecdn.net/WY7HWMNRUzzWDAktyoZzqD.jpg" mos="" align="middle" fullscreen="" width="1000" height="619" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Hollie Sisk)</span></figcaption></figure><h2 id="fuel-fomo-with-a-marketing-moment">Fuel FOMO With a Marketing Moment</h2><p>“I knew if we did a really good job marketing this, we'd have bought their trust,” says Sisk. “The next time we roll out a program, they will say, ‘Hey, the last thing they did was really fun. I want to come.”</p><p>Sisk embraces that marketing mindset for instructional technology—one that reframes tech not as “another initiative,” but as a value-adding experience educators want to engage with. </p><p>“My mindset wasn’t, ‘Let's promote another professional development,’ it was more like a product launch,” she says. “One special ed teacher shared how much time she saved writing IEPs as well as writing success criteria and learning targets. Excited teachers are calling a few days later, ‘Look at this song we created with the students after the session!’ Even our athletic coaches loved the training, which speaks volumes because they often hate having to come to PD.”</p><p>Sisk consistently highlights instructional technology successes through social media, reinforcing a culture that celebrates innovation and progress. </p><p>“One of the most powerful pieces of this is <em>learning from other teachers</em>,” she says. “It's not technology or curriculum presenting the material, it's teachers and media specialists. April Platt, Crystal Mealor, Jack Sinopoli, and Nick Exely are a few of our rockstar presenters.To me, face-to-face instruction is always more effective.”</p><p>One of the goals was to elevate the position of her media specialists and the value they bring to schools. Sisk asked each to earn their Google Gemini-certified educator designation to become the on-site expert at their school post-Gemini School. </p><p>Her leadership is shifting perception across ECSD. Instructional technology is no longer seen as optional or burdensome, but as practical, exciting, and directly connected to improved teaching and learning results for their students.</p><p>“One of the biggest rewards this year was the blossoming of that relationship between curriculum and tech departments, because they helped us reach out to leadership,” Sisk says. “They allowed us to interrupt their principal's PLC meeting and do a version of Gemini School just for principals. That sparked buy-in. Principals saw the value in their world as a principal and wanted their teachers to have that same experience.”</p><p>This PD experience has earned a 4.72 rating out of 5, based strictly on teacher feedback. The demand generated by Gemini School has exploded, prompting plans for expansion—clear evidence that Sisk’s work is not only effective but scalable.</p><p>“We are presenting at our board retreat in a few weeks because our board members are asking, ‘What is this Gemini School and why do we have it?’” Sisk says. “Everyone wants a little piece of it. That's exactly what we wanted to create.”</p><h2 id="tools-they-use-3">Tools They Use</h2><ul><li>Gemini</li><li>Creating custom Gems</li><li>NotebookLM</li><li>Gemini in Google Classroom</li></ul>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Faster Isn’t Lighter: The Hidden Cost of AI in Schools ]]></title>
                                                                                                <dc:content><![CDATA[ <p><strong>One Teacher’s Story</strong></p><p>A social studies teacher friend of mine told me recently that AI has changed her work in ways she did not expect. She was an early adopter, using AI to strengthen feedback and make grading more efficient. At first, it worked, allowing her to generate feedback that was more specific, individualized, and actionable than a rubric or checklist alone typically allowed in the past. But as that became easier to produce, expectations shifted. Detailed feedback was no longer optional. It had quietly become the norm, less because of administrators and more because AI made it possible, and therefore expected by students and parents.</p><p>But easier did not mean lighter. She still had to review, vet, and revise everything. She was still accountable for every word.</p><p>“It’s better for kids,” she said. “But I’m more exhausted than before.”</p><p>That may be the irony of AI in schools. The very tool promoted as a way to save time can end up expanding the work.</p><h2 id="what-the-research-is-starting-to-show">What the Research Is Starting to Show</h2><p>What this teacher described is not an isolated experience. <a href="https://hbr.org/2026/02/ai-doesnt-reduce-work-it-intensifies-it" target="_blank" rel="nofollow"><u><strong>A recent article in </strong></u><u><em><strong>Harvard Business Review</strong></em></u></a> argues that AI does not reduce work, but intensifies it. Workers complete tasks more quickly, but instead of reclaiming time, they take on more. The result is greater cognitive load, longer work hours, and expanded responsibilities.</p><p>AI increases speed, but it does not necessarily make work feel lighter because expectations rise alongside efficiency. Schools are not outside this pattern. If anything, they amplify it.</p><h2 id="when-efficiency-expands-the-work">When Efficiency Expands the Work</h2><p>The introduction of AI into school environments often leads to a rapid shift in baseline expectations. As efficiency increases, so does the scope of work; lesson plans require deeper differentiation, communication remains constant, and data analysis becomes both more frequent and granular. This evolution redefines the standard for quality, where previously comprehensive work is now viewed as merely basic.</p><p>While higher standards can benefit students, a problem emerges when these increased demands are viewed as resource-neutral. Educators are often forced to manage expanded workloads without additional time or guidance. Rather than simply saving time, efficiency recalibrates what is expected of staff, effectively filling any newly created capacity.</p><p>This expansion of workload is evident across several key areas:</p><ul><li><strong>Instructional Planning and Grading: </strong>The ease of AI generation leads to greater demands for personalized feedback and highly customized lesson materials.</li><li><strong>Stakeholder Communication: </strong>As parents utilize AI to craft increasingly formal and legalistic messages, educators face a growing burden of processing and interpreting these communications. Even with AI assistance in drafting replies, <a href="https://www.edweek.org/technology/did-this-parent-hire-a-lawyer-schools-face-a-new-challenge-with-ai/2025/09" target="_blank" rel="nofollow"><u><strong>the cognitive effort required to process the original messages remains high</strong></u></a>.</li><li><strong>Administrative Documentation: </strong>The time saved through automation is frequently redirected toward increased documentation and administrative requirements.</li></ul><h2 id="the-loss-of-natural-limits">The Loss of Natural Limits</h2><p>Teaching has never been a light profession. Even before AI, educators managed heavy workloads that required constant planning, decision-making, and responsiveness. What existed, however, were natural limits within the work–time between classes, the pace of planning, and the effort required to produce materials created built-in boundaries. Those pauses did not reduce the workload, but helped contain it.</p><p>As the same teacher explained, she used to have small pauses between classes. Now AI makes it easier to fill those moments. She might answer an email between periods, draft something during lunch, or use a few free minutes to produce one more item before the next part of the day begins.</p><p>What has changed is not the behavior, but the unspoken expectation. Because AI makes more possible in less time, those pauses no longer feel like pauses, but become opportunities to produce more.</p><p>This is where the shift becomes most visible. Work moves faster and becomes more dense, with fewer natural stopping points, squeezing out recovery time and reflective space. Cognitive load increases and decision fatigue builds, making burnout more likely.</p><p>We often focus on what AI makes possible, but spend less time examining what it requires from the people using it. This is not just a question of adoption, but one of sustainability.</p><h2 id="what-leaders-must-do">What Leaders Must Do</h2><p>If AI is going to remain part of school systems, then leadership has to define and shape how it is used. It is not enough to benefit from faster work. </p><ol start="1"><li><strong>Clarify when AI should be used</strong>. Not every task should be automated. Leaders must distinguish between efficiency and professional judgment.</li><li><strong>Set limits on what speed should trigger</strong>. Faster output should not automatically lead to more output or higher expectations.</li><li><strong>Protect time for thinking</strong>. Schools need space for reflection and decision-making, not just continuous production.</li><li><strong>Match rising expectations with real support</strong>. Training, time, clarity, and resources must align with what is being asked of staff.</li><li><strong>Eliminate or streamline existing requirements</strong>. If AI enables more detailed feedback or expanded expectations, something else has to give. Leaders should identify tasks that can be reduced or removed, such as redundant documentation, excessive grading requirements, or rethinking how rubrics and checklists are used. Without subtraction, every gain becomes an addition.</li><li><strong>Keep the human at the center</strong>. AI can support practice, but educators remain responsible for accuracy, judgment, and care.</li></ol><p>Leaders cannot raise the bar and then leave people to clear it alone.</p><h2 id="closing-thought">Closing Thought</h2><p>AI does not remove work, it removes friction, and with it, some of the limits that once kept work contained, which can lead to better outcomes. Without thoughtful leadership, it can also lead to faster burnout.</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/technology/ai/faster-isnt-lighter-the-hidden-cost-of-ai-in-schools</link>
                                                                            <description>
                            <![CDATA[ 6 ways school leaders should adjust how AI is used so as to avoid teacher overload and potential burnout ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">ALcTdru9QpDV693Re8WSBF</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/n8HKTCqbYUFXTNKM2SJFsf-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 06 Apr 2026 09:00:00 +0000</pubDate>                                                                                                                                <updated>Mon, 06 Apr 2026 10:17:54 +0000</updated>
                                                                                                                                            <category><![CDATA[AI]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Andy Szeto ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ &lt;p&gt;Dr. Andy Szeto is a New York City–based educational leader, writer, and professor focused on instructional leadership, district systems, multilingual learner advocacy, and responsible, practical uses of AI in education. He is the author of &lt;em&gt;Leading Before the Title: Growing Leadership Multiple Tracks&lt;/em&gt; (The Worthy Educator Press, 2025), and is writing a new book about this journey as an English learner (due late 2026); learn more at &lt;a href=&quot;https://sites.google.com/view/drszetocoursesite/home&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;u&gt;&lt;strong&gt;drandyszeto.com&lt;/strong&gt;&lt;/u&gt;&lt;/a&gt;.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/n8HKTCqbYUFXTNKM2SJFsf-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[ai fatigue]]></media:description>                                                            <media:text><![CDATA[ai fatigue]]></media:text>
                                <media:title type="plain"><![CDATA[ai fatigue]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/n8HKTCqbYUFXTNKM2SJFsf-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p><strong>One Teacher’s Story</strong></p><p>A social studies teacher friend of mine told me recently that AI has changed her work in ways she did not expect. She was an early adopter, using AI to strengthen feedback and make grading more efficient. At first, it worked, allowing her to generate feedback that was more specific, individualized, and actionable than a rubric or checklist alone typically allowed in the past. But as that became easier to produce, expectations shifted. Detailed feedback was no longer optional. It had quietly become the norm, less because of administrators and more because AI made it possible, and therefore expected by students and parents.</p><p>But easier did not mean lighter. She still had to review, vet, and revise everything. She was still accountable for every word.</p><p>“It’s better for kids,” she said. “But I’m more exhausted than before.”</p><p>That may be the irony of AI in schools. The very tool promoted as a way to save time can end up expanding the work.</p><h2 id="what-the-research-is-starting-to-show">What the Research Is Starting to Show</h2><p>What this teacher described is not an isolated experience. <a href="https://hbr.org/2026/02/ai-doesnt-reduce-work-it-intensifies-it" target="_blank" rel="nofollow"><u><strong>A recent article in </strong></u><u><em><strong>Harvard Business Review</strong></em></u></a> argues that AI does not reduce work, but intensifies it. Workers complete tasks more quickly, but instead of reclaiming time, they take on more. The result is greater cognitive load, longer work hours, and expanded responsibilities.</p><p>AI increases speed, but it does not necessarily make work feel lighter because expectations rise alongside efficiency. Schools are not outside this pattern. If anything, they amplify it.</p><h2 id="when-efficiency-expands-the-work">When Efficiency Expands the Work</h2><p>The introduction of AI into school environments often leads to a rapid shift in baseline expectations. As efficiency increases, so does the scope of work; lesson plans require deeper differentiation, communication remains constant, and data analysis becomes both more frequent and granular. This evolution redefines the standard for quality, where previously comprehensive work is now viewed as merely basic.</p><p>While higher standards can benefit students, a problem emerges when these increased demands are viewed as resource-neutral. Educators are often forced to manage expanded workloads without additional time or guidance. Rather than simply saving time, efficiency recalibrates what is expected of staff, effectively filling any newly created capacity.</p><p>This expansion of workload is evident across several key areas:</p><ul><li><strong>Instructional Planning and Grading: </strong>The ease of AI generation leads to greater demands for personalized feedback and highly customized lesson materials.</li><li><strong>Stakeholder Communication: </strong>As parents utilize AI to craft increasingly formal and legalistic messages, educators face a growing burden of processing and interpreting these communications. Even with AI assistance in drafting replies, <a href="https://www.edweek.org/technology/did-this-parent-hire-a-lawyer-schools-face-a-new-challenge-with-ai/2025/09" target="_blank" rel="nofollow"><u><strong>the cognitive effort required to process the original messages remains high</strong></u></a>.</li><li><strong>Administrative Documentation: </strong>The time saved through automation is frequently redirected toward increased documentation and administrative requirements.</li></ul><h2 id="the-loss-of-natural-limits">The Loss of Natural Limits</h2><p>Teaching has never been a light profession. Even before AI, educators managed heavy workloads that required constant planning, decision-making, and responsiveness. What existed, however, were natural limits within the work–time between classes, the pace of planning, and the effort required to produce materials created built-in boundaries. Those pauses did not reduce the workload, but helped contain it.</p><p>As the same teacher explained, she used to have small pauses between classes. Now AI makes it easier to fill those moments. She might answer an email between periods, draft something during lunch, or use a few free minutes to produce one more item before the next part of the day begins.</p><p>What has changed is not the behavior, but the unspoken expectation. Because AI makes more possible in less time, those pauses no longer feel like pauses, but become opportunities to produce more.</p><p>This is where the shift becomes most visible. Work moves faster and becomes more dense, with fewer natural stopping points, squeezing out recovery time and reflective space. Cognitive load increases and decision fatigue builds, making burnout more likely.</p><p>We often focus on what AI makes possible, but spend less time examining what it requires from the people using it. This is not just a question of adoption, but one of sustainability.</p><h2 id="what-leaders-must-do">What Leaders Must Do</h2><p>If AI is going to remain part of school systems, then leadership has to define and shape how it is used. It is not enough to benefit from faster work. </p><ol start="1"><li><strong>Clarify when AI should be used</strong>. Not every task should be automated. Leaders must distinguish between efficiency and professional judgment.</li><li><strong>Set limits on what speed should trigger</strong>. Faster output should not automatically lead to more output or higher expectations.</li><li><strong>Protect time for thinking</strong>. Schools need space for reflection and decision-making, not just continuous production.</li><li><strong>Match rising expectations with real support</strong>. Training, time, clarity, and resources must align with what is being asked of staff.</li><li><strong>Eliminate or streamline existing requirements</strong>. If AI enables more detailed feedback or expanded expectations, something else has to give. Leaders should identify tasks that can be reduced or removed, such as redundant documentation, excessive grading requirements, or rethinking how rubrics and checklists are used. Without subtraction, every gain becomes an addition.</li><li><strong>Keep the human at the center</strong>. AI can support practice, but educators remain responsible for accuracy, judgment, and care.</li></ol><p>Leaders cannot raise the bar and then leave people to clear it alone.</p><h2 id="closing-thought">Closing Thought</h2><p>AI does not remove work, it removes friction, and with it, some of the limits that once kept work contained, which can lead to better outcomes. Without thoughtful leadership, it can also lead to faster burnout.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Responsible Use Is The New Acceptable Use: One District's Pragmatic Playbook for the AI Era ]]></title>
                                                                                                <dc:content><![CDATA[ <div class="youtube-video" data-nosnippet ><div class="video-aspect-box"><iframe data-lazy-priority="low" data-lazy-src="https://www.youtube-nocookie.com/embed/ddW5_zS5q1I" allowfullscreen></iframe></div></div><p><em>Watch above or listen/download below.</em></p><iframe allow="clipboard-write" height="200px" width="100%" id="" style="width: 100%; height: 200px; margin-bottom: 20px; border-radius: 6px; overflow: hidden;" class="position-center" data-lazy-priority="low" data-lazy-src="https://player.captivate.fm/episode/4878ab90-6f6d-4431-8af8-27b8448e0161/"></iframe><p>When the school year began last fall, Kenzo Vanhaesebroeck knew something had shifted. Students at Pineville ISD returned from summer break already fluent in AI tools—using these faster and, in some cases, more efficiently than the adults in the building. But instead of just reacting, the administration has taken a proactive stance to work with the technology not obstruct it. I had a chance to talk to Kenzo about the details. </p><p>For a small district that had barely finished digesting the implications of the technology, it was a wake-up call. "With every other platform, we had a little bit of a heads up," Vanhaesebroeck says. "With AI, we didn't even have a chance to really put policy in place before Google, Meta, all these big companies just said, 'Hey, it's here, it's integrated.'"</p><p>That speed is what makes this moment categorically different, he argues. Social media crept in gradually. AI arrived overnight—embedded in platforms students were already using, accessible on devices already in their pockets. And new platforms keep appearing daily, often discovered by students before their teachers have even heard about it.</p><p>Vanhaesebroeck's response has been a philosophy shift: out with "acceptable use," in with "responsible use." The distinction matters because a named-platform policy is obsolete before the ink dries. A responsible use framework, intentionally written to be somewhat vague, can flex as the landscape changes.</p><p>The practical centerpiece of that framework is what he calls a "grading scale" for AI on assignments—a spectrum that runs from no AI permitted to AI-focused projects in which students actually produce content using generative tools. Teachers set the dial for each assignment. The policy backstops them either way.</p><p>On the faculty side, Vanhaesebroeck relies less on mandates and more on peer modeling. When a teacher is doing something innovative with AI, he puts that teacher in front of the skeptics. "It's not just cheating," he tells reluctant colleagues. "There's also good sides to this."</p><p>His advice to administrators watching from the sidelines: stay open, experiment carefully, and don't wait for a perfect policy before engaging. "Almost being a little too restrictive by being vague," he says, "is better than falling behind and not having policy at all."</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/technology/ai/responsible-use-is-the-new-acceptable-use-one-districts-pragmatic-playbook-for-the-ai-era</link>
                                                                            <description>
                            <![CDATA[ Conversations with Kevin Hogan—Pineville ISD technology coordinator Kenzo Vanhaesebroeck explains some  defenses a small district has against a tech revolution. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">6nPcA3qJywh2KYwHAFUehV</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/GgR6uT7SgoNrAHATdChwtZ-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Tue, 31 Mar 2026 09:00:00 +0000</pubDate>                                                                                                                                <updated>Wed, 01 Apr 2026 16:34:58 +0000</updated>
                                                                                                                                            <category><![CDATA[AI]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Kevin Hogan ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ &lt;p&gt;&lt;strong&gt;Kevin Hogan&lt;/strong&gt; is a forward-thinking media executive with more than 25 years of experience building brands and audiences online, in print, and face-to-face. Kevin has been reporting on education technology for more than 20 years. Previously, he was Editor-at-Large at eSchool News and Managing Director of Content for Tech &amp; Learning.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/GgR6uT7SgoNrAHATdChwtZ-1280-80.png">
                                                            <media:credit><![CDATA[Future]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Kevin Hogan]]></media:description>                                                            <media:text><![CDATA[Kevin Hogan]]></media:text>
                                <media:title type="plain"><![CDATA[Kevin Hogan]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/GgR6uT7SgoNrAHATdChwtZ-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <div class="youtube-video" data-nosnippet ><div class="video-aspect-box"><iframe data-lazy-priority="low" data-lazy-src="https://www.youtube-nocookie.com/embed/ddW5_zS5q1I" allowfullscreen></iframe></div></div><p><em>Watch above or listen/download below.</em></p><iframe allow="clipboard-write" height="200px" width="100%" id="" style="width: 100%; height: 200px; margin-bottom: 20px; border-radius: 6px; overflow: hidden;" class="position-center" data-lazy-priority="low" data-lazy-src="https://player.captivate.fm/episode/4878ab90-6f6d-4431-8af8-27b8448e0161/"></iframe><p>When the school year began last fall, Kenzo Vanhaesebroeck knew something had shifted. Students at Pineville ISD returned from summer break already fluent in AI tools—using these faster and, in some cases, more efficiently than the adults in the building. But instead of just reacting, the administration has taken a proactive stance to work with the technology not obstruct it. I had a chance to talk to Kenzo about the details. </p><p>For a small district that had barely finished digesting the implications of the technology, it was a wake-up call. "With every other platform, we had a little bit of a heads up," Vanhaesebroeck says. "With AI, we didn't even have a chance to really put policy in place before Google, Meta, all these big companies just said, 'Hey, it's here, it's integrated.'"</p><p>That speed is what makes this moment categorically different, he argues. Social media crept in gradually. AI arrived overnight—embedded in platforms students were already using, accessible on devices already in their pockets. And new platforms keep appearing daily, often discovered by students before their teachers have even heard about it.</p><p>Vanhaesebroeck's response has been a philosophy shift: out with "acceptable use," in with "responsible use." The distinction matters because a named-platform policy is obsolete before the ink dries. A responsible use framework, intentionally written to be somewhat vague, can flex as the landscape changes.</p><p>The practical centerpiece of that framework is what he calls a "grading scale" for AI on assignments—a spectrum that runs from no AI permitted to AI-focused projects in which students actually produce content using generative tools. Teachers set the dial for each assignment. The policy backstops them either way.</p><p>On the faculty side, Vanhaesebroeck relies less on mandates and more on peer modeling. When a teacher is doing something innovative with AI, he puts that teacher in front of the skeptics. "It's not just cheating," he tells reluctant colleagues. "There's also good sides to this."</p><p>His advice to administrators watching from the sidelines: stay open, experiment carefully, and don't wait for a perfect policy before engaging. "Almost being a little too restrictive by being vague," he says, "is better than falling behind and not having policy at all."</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Are Educators Overusing AI?  ]]></title>
                                                                                                <dc:content><![CDATA[ <p>Melissa Jacobs, the director of library services for NYC Public Schools, has recently noticed a somewhat unsettling trend in education. </p><p>More and more of the professional writing materials she sees from her educator peers seem to be written by AI. </p><p>“I think newsletters are more AI-driven. I think evaluations and summaries and narratives and things that used to be the individual creating are now being driven by AI,” she tells me recently. </p><p>I’ve noticed the same thing in my communications with students and, in some cases, from peers. I recently wrote about how, at the start of 2026, I started suspecting students were writing me <a href="https://www.techlearning.com/technology/ai/ai-email-is-rampant-heres-what-im-doing-about-it" target="_blank"><u><strong>AI-generated emails</strong></u></a>. Jacobs began noticing this uptick in AI use by educators over the past six months. </p><p>We discuss this growing and little-talked-about problem in education, and what can be done about it.</p><h2 id="using-ai-doesn-t-always-make-things-easier">Using AI Doesn’t Always Make Things Easier </h2><p>One area Jacobs has seen a big uptick in AI-style writing is on grant applications she oversees.  </p><p>“The answers to the questions for a large majority of them appear to be very AI-driven, rather than, ‘This is my own thought, my own belief, my own answer to this question,’” Jacobs says. </p><p>Educators looking for a grant shouldn’t be outsourcing the grant-writing process to AI for many reasons, but one is that it does the opposite of making your grant application stand out. </p><p>Additionally, the application process is designed to help grant recipients succeed once they receive a grant. Part of that, Jacobs explains, is to help applicants plan out the program for which they will use the grant. </p><p>“If they're not doing the work in the beginning, then they're not going to be successful running the program if they do receive the funding,” Jacobs says. “They're missing out on a big component of it. We're asking questions not as busywork, but as a thought process.” </p><h2 id="ai-shouldn-t-replace-thinking">AI Shouldn’t Replace Thinking </h2><p>In the AI era, it has become a cliché that AI shouldn’t be used to outsource thinking, but Jacobs believes some educators may need a reminder of that. </p><p>“I’m not saying it's not a good tool to use, but I am encouraging original thinking,” Jacobs says. She adds that some educators are using AI in just the way we try and discourage students from using it. “They're not using it as someone that they're editing with, but they're like, ‘Oh, okay, it's done. I'm just going to cut and paste this here.’”  </p><p>She adds this approach can be seen in the quality of work they submit. “Their voice is not consistent across all of their work, if you're looking at multiple pieces, and I think that they’re not putting the effort into it.” </p><p>Like we constantly tell students, it may be okay to use AI in certain instances to help you figure out how to write, but you shouldn't use it to write for you. </p><h2 id="we-need-ai-work-culture-norms-in-education-and-beyond">We Need AI Work Culture Norms in Education And Beyond</h2><p>Jacobs says that right now the use of AI by adults who are professionals can create awkward situations. She notes that it’s hard to provide feedback to someone who didn’t create the work that you're critiquing. </p><p>These are the kind of discussions and challenges educators have been navigating with their students since the debut of ChatGPT, but now are becoming more common among educators themselves. Jacobs wants to see this issue get more discussion, and for more workplace cultural norms to develop around AI use. </p><p>In the meantime, she believes educational leaders can look to the playbooks they developed around AI use and students. </p><p>“There has been a lot of focused attention on teaching students how to use AI effectively, but there has not been a lot of focus on how to use it effectively with colleagues,” Jacobs says. She adds that it might be time to change that. </p> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/technology/ai/are-educators-overusing-ai</link>
                                                                            <description>
                            <![CDATA[ One New York City education leader has seen an uptick in AI use across emails, grant applications, newsletters, and education-related projects, but just like in the classroom, there are appropriate and inappropriate times to use AI. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">tapSZ8q6idr45VA8tYXU9L</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/7LhbtjtZF2DcWo59XDbqDE-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 30 Mar 2026 09:00:00 +0000</pubDate>                                                                                                                                <updated>Mon, 30 Mar 2026 09:25:52 +0000</updated>
                                                                                                                                            <category><![CDATA[AI]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                <author><![CDATA[ erik.ofgang@futurenet.com (Erik Ofgang) ]]></author>                    <dc:creator><![CDATA[ Erik Ofgang ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/4t5ro4CXB7QUaPA28UMYb9.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Erik Ofgang is Tech &amp; Learning contributor. A journalist, &lt;a href=&quot;https://www.penguinrandomhouse.com/books/557664/the-good-vices-by-dr-harry-ofgang-and-erik-ofgang/&quot; target=&quot;_blank&quot;&gt;&lt;u&gt;&lt;strong&gt;author&lt;/strong&gt;&lt;/u&gt;&lt;/a&gt; and educator, his work has appeared in The New York Times, The Smithsonian, Washington Post, The Atlantic, and Forbes.com. He currently teaches at Western Connecticut State University’s MFA program. While a staff writer at Connecticut Magazine he won a Society of Professional Journalism Award for his education reporting. He is interested in how humans learn and how technology can make that more effective. &lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/7LhbtjtZF2DcWo59XDbqDE-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Ai fatigue]]></media:description>                                                            <media:text><![CDATA[Ai fatigue]]></media:text>
                                <media:title type="plain"><![CDATA[Ai fatigue]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/7LhbtjtZF2DcWo59XDbqDE-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Melissa Jacobs, the director of library services for NYC Public Schools, has recently noticed a somewhat unsettling trend in education. </p><p>More and more of the professional writing materials she sees from her educator peers seem to be written by AI. </p><p>“I think newsletters are more AI-driven. I think evaluations and summaries and narratives and things that used to be the individual creating are now being driven by AI,” she tells me recently. </p><p>I’ve noticed the same thing in my communications with students and, in some cases, from peers. I recently wrote about how, at the start of 2026, I started suspecting students were writing me <a href="https://www.techlearning.com/technology/ai/ai-email-is-rampant-heres-what-im-doing-about-it" target="_blank"><u><strong>AI-generated emails</strong></u></a>. Jacobs began noticing this uptick in AI use by educators over the past six months. </p><p>We discuss this growing and little-talked-about problem in education, and what can be done about it.</p><h2 id="using-ai-doesn-t-always-make-things-easier">Using AI Doesn’t Always Make Things Easier </h2><p>One area Jacobs has seen a big uptick in AI-style writing is on grant applications she oversees.  </p><p>“The answers to the questions for a large majority of them appear to be very AI-driven, rather than, ‘This is my own thought, my own belief, my own answer to this question,’” Jacobs says. </p><p>Educators looking for a grant shouldn’t be outsourcing the grant-writing process to AI for many reasons, but one is that it does the opposite of making your grant application stand out. </p><p>Additionally, the application process is designed to help grant recipients succeed once they receive a grant. Part of that, Jacobs explains, is to help applicants plan out the program for which they will use the grant. </p><p>“If they're not doing the work in the beginning, then they're not going to be successful running the program if they do receive the funding,” Jacobs says. “They're missing out on a big component of it. We're asking questions not as busywork, but as a thought process.” </p><h2 id="ai-shouldn-t-replace-thinking">AI Shouldn’t Replace Thinking </h2><p>In the AI era, it has become a cliché that AI shouldn’t be used to outsource thinking, but Jacobs believes some educators may need a reminder of that. </p><p>“I’m not saying it's not a good tool to use, but I am encouraging original thinking,” Jacobs says. She adds that some educators are using AI in just the way we try and discourage students from using it. “They're not using it as someone that they're editing with, but they're like, ‘Oh, okay, it's done. I'm just going to cut and paste this here.’”  </p><p>She adds this approach can be seen in the quality of work they submit. “Their voice is not consistent across all of their work, if you're looking at multiple pieces, and I think that they’re not putting the effort into it.” </p><p>Like we constantly tell students, it may be okay to use AI in certain instances to help you figure out how to write, but you shouldn't use it to write for you. </p><h2 id="we-need-ai-work-culture-norms-in-education-and-beyond">We Need AI Work Culture Norms in Education And Beyond</h2><p>Jacobs says that right now the use of AI by adults who are professionals can create awkward situations. She notes that it’s hard to provide feedback to someone who didn’t create the work that you're critiquing. </p><p>These are the kind of discussions and challenges educators have been navigating with their students since the debut of ChatGPT, but now are becoming more common among educators themselves. Jacobs wants to see this issue get more discussion, and for more workplace cultural norms to develop around AI use. </p><p>In the meantime, she believes educational leaders can look to the playbooks they developed around AI use and students. </p><p>“There has been a lot of focused attention on teaching students how to use AI effectively, but there has not been a lot of focus on how to use it effectively with colleagues,” Jacobs says. She adds that it might be time to change that. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Supporting MTSS With AI ]]></title>
                                                                                                <dc:content><![CDATA[ <p>Sometimes, facing multiple challenges at once can create unexpected opportunities for discovery and collaboration. </p><p>“A phrase that I use frequently with my team is, ‘How might we?’ instead of just immediately going to ‘That's not going to work within our system,’” says Jeremy Sullivan, Director of Innovative Learning and Student Supports for North Kitsap School District. “We’re always approaching it through that curiosity of ‘how might we,’ especially because one thing I've learned over the last three years is that a lot of previous ‘Nos’ or ‘That's not possible’ or ‘I have no idea how to make that happen’ has changed. And AI has helped bridge that gap, especially from a systemic analysis and a systems lens.”</p><p>Sullivan has worked to implement the district's technology integration effort–which is branded as NKSD-connected, and features four tenets: future-ready graduates, equity, collaboration, and innovation–into its multi-tiered system of supports (MTSS). North Kitsap School District enrolls about 5,100 students across approximately 110 to 120 square miles in rural western Washington State, including the Port Gamble S'Klallam and the Suquamish sovereign nations. Using AI to boost MTSS has helped to bridge distances and differences, and for staff to work smarter, not harder, in supporting students.   </p><p>“AI has let us work in a way we've never been able to do, like quickly taking 10- to 20-page plans and analyzing outlier interventions, synthesizing action steps that certain buildings are taking so we can connect them so they have partners to help them understand the work that they're doing,” says Sullivan.</p><p>For this and other efforts, Sullivan–who came from Springfield Public Schools in Missouri to North Kitsap five years ago to help launch the district’s 1-to-1 initiative–was recently recognized with a Tech & Learning <a href="https://www.techlearningevents.com/innovativeleaderawards/home" target="_blank"><u><strong>Innovative Leader Award</strong></u></a> at a recent regional summit. </p><h2 id="three-tiers-of-pd">Three Tiers of PD</h2><figure class="van-image-figure pull-right inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1071px;"><p class="vanilla-image-block" style="padding-top:96.45%;"><img id="d69gAppHxU9UPSkgGMRmVR" name="Screenshot 2026-03-19 105925" alt="Jeremy Sullivan" src="https://cdn.mos.cms.futurecdn.net/d69gAppHxU9UPSkgGMRmVR.png" mos="" align="right" fullscreen="" width="1071" height="1033" attribution="" endorsement="" class="pull-rightinline"></p></div></div><figcaption itemprop="caption description" class="pull-right inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Jeremy Sullivan)</span></figcaption></figure><p>Sullivan says the district started small with this effort, initially gathering school leaders over a few years to determine what an MTSS blueprint would look like. All the district’s elementary schools now have one, with the secondary schools close behind.</p><p>Sullivan and his team have been working with Tier 2 and 3 intervention teams across 10 buildings to use AI to sort through the large swaths of data they have, including student well-being surveys, academic records, attendance and behavior data, and other critical information. The district has partnered with Panorama, which offers a student success dashboard. </p><p>“We are data rich now but we are still information poor,” Sullivan says. “So how do we understand what this is telling us to the level where we can actually take action? And this year AI has really helped us with that because we're able to take these large data sets and identify trends and patterns, both at a systems level and a school level. We can identify that our students are still struggling with this but excelling in that. We can also see that our staff are struggling in this and excelling in that. So what does that mean? And then that can scale down to both the school level and the classroom level.”</p><p>Appropriately, the initiative’s support structure for staff follows a three-tiered model, mirroring the MTSS concept: </p><p>- <strong>Tier One</strong> includes district-wide professional development and staff meeting access for everyone. </p><p>“I did a training yesterday during which I was able to show them within five minutes how to click a button, attach a class, ask a question–a simple prompt–analyze the most recent SEAL and student well-being data, synthesize it, and tell me the key points that I need to know,” he says. “And just immediately they get the data broken down in a very easy to understand way. There's no filtering. It synthesizes it for them beautifully.”</p><p>- <strong>Tier Two</strong> involves 27 AI “lighthouse” teachers, early adopters working with smaller groups of teachers, following a shared leadership approach. </p><p>“The AI lighthouse classroom teachers come and get additional training from me and my team and then they help support in their buildings with that job-embedded support,” says Sullivan, adding that having that practical, hands-on experience accessible, along with coaching, helps foster implementation.“Those AI lighthouse teachers are the ones who really push it into the classrooms and work with their buildings to help them understand it all.” </p><p>- <strong>Tier Three</strong> focuses on individualized support, during which Sullivan and another instructional specialist are deployed to work with specific teachers or student support teams as needed.</p><p>“So ultimately, it's just thinking about how are you covering all of those tracks for your system because you're going to have people–that Tier One everyone needs to get–but then how are you helping support the 20% to 5% who need something more.”</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1398px;"><p class="vanilla-image-block" style="padding-top:65.67%;"><img id="E7CpqBNriUVr3JgWxffbM3" name="Screenshot 2026-03-19 105836" alt="Jeremy Sullivan" src="https://cdn.mos.cms.futurecdn.net/E7CpqBNriUVr3JgWxffbM3.png" mos="" align="middle" fullscreen="" width="1398" height="918" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Jeremy Sullivan)</span></figcaption></figure><h2 id="advice-for-other-districts-teach-to-the-smiles">Advice For Other Districts: “Teach To The Smiles”</h2><p>Sullivan advises other districts interested in using AI for MTSS support to begin by listening to a diverse pool of stakeholders, including certificated and classified staff and principals, to understand current practices, desires, and systemic barriers. With that insight, you can assess the lay of the land.</p><p>“You can begin to develop your map because that's when you know where your rivers are that you're going to need to build a bridge, where the mountains are that you might need to do some drilling or some blasting to get through into that system,” says Sullivan. “But until you know the lay of the land, you have no idea how to structure your map to get to that end goal.”</p><p>He stresses the importance of starting small by identifying innovators and early adopters, focusing initial efforts on developing human capital and authentic ways to shoulder the work, noting that teachers are more likely to be open to new tools and methods coming from other teachers versus coming from IT staff. And then it's about scaling that influence through shared leadership with the lighthouse teachers.</p><p>When confronted with resistance during implementation, Sullivan suggests following the advice from one of his former supervisors. </p><p>“She just said, ‘In those moments, Jeremy, look around and find the bright spot. Find the smile. Because oftentimes the smile is the quieter one in the room, but the smiles are there. And in those moments, teach to the smiles,’" he says. "Change never happens if we only talk to the ones who are in right off the bat. The reluctant ones need to see other people change first, and see that they have success in that change before they'll feel safe doing it.”</p><h2 id="tools-they-use-4">Tools They Use</h2><p>Sullivan shares some of the edtech tools he regularly uses.</p><ul><li><strong>NotebookLM</strong> - "This is my current workflow game-changer. The source-grounding feature allows me to create Notebooks trained solely the resources from my district (policies, procedures, CBAs, handbooks, etc.). The Studio feature allows me to create and scale support resources for my system like never before. With the click of a few buttons, I can have infographics, reports, mindmaps, videos, and interactive podcasts focused only on what I want it to focus on. When you are a small district team, these creation capabilities are incredible."</li><li><strong>Google Gemini</strong> - "Since we are a Google Workspace for Education school district, Gemini is our native AI tool. Much like NotebookLM, the ability to create Gems trained on your own sources and instructions allow for the creation of task-specific tools that get to the meat of the work faster. Much of my role involves analyzing qualitative and qualitative data for our system. Gemini in Sheets helps me whip up the right formula or quickly identify measures of central tendency, frequency distributions, etc. When creating resources in Slides, I can often obsess about the visual layout (colors, fonts, sizes, etc.) WAY more than I should. Lately, I have been leaning into the "beautify this slide" feature in an attempt to let some of that control go. I add the text and pertinent imagery, and let Gemini make it visually appealing. Major time saver!"</li><li><strong>Panorama Student Success </strong>- "This is our district's data dashboard that serves as a home for all student data. Our district prioritizes meeting the needs of the "whole child," and this dashboard helps us do that by collecting the academic data as well as our behavior, attendance, assessment, social emotional learning, student well-being, and climate and culture data. We also utilize it to refer, program, assign, and progress monitor individual and group student interventions and to gauge the impact of the interventions we are utilizing. The dashboard is used in a variety of other ways at the district, site, PLC, MTSS team, and individual educator level."</li><li><strong>Panorama Solara</strong> - "I had to list this as its own tool even though it is born from our Student Success data dashboard. This is Panorama's AI tool that allows for direct interaction with data available in the Student Success dashboard. Teachers can attach up to 20 individual students from the students in the classes, attach a single entire class, or upload their own resource to use with the tool. The Intervention Planner asks a series of questions and then automatically programs the trackable intervention with the appropriate team members assigned in the dashboard. We have created an MTSS Agenda Tool that automatically fills out the agenda template with the appropriate data based on the students selected with guiding questions for the meeting directly aligned with the data. There are so many incredible use cases for this resource." </li><li><strong>MagicSchool</strong> - "Our system adopted MagicSchool as our main teacher and student-facing AI resource. While I don't utilize the tools as frequently in my role, I do create custom tools for our system within MagicSchool. This allows us to train the tools in alignment with our adopted curriculum resources. For example, we recently launched a custom tool that aligns our K-5 CKLA curriculum with our K-5 RULER SEL curriculum. Teachers can easily ask instructional design, instructional strategy, differentiation, and other questions and receive answers that authentically integrate the academic curriculum with the SEL curriculum. Marry that with how Solara can quickly analyze their students' most recent SEL data, and you can begin to see how data analysis followed by purposeful planning that used to take hours can be accomplished in minutes, freeing the educator up to engage with students in deeper ways." </li><li><strong>Dotstorming </strong>- "It is an oldie but goodie that I still use for quick group brainstorming that has voting and commenting features that allow it to be used to go from dialogue to discussion to decision." </li><li><strong>ChatGPT </strong>- "This one will also be on this list because it was my OG when I first dove into the LLM world. It has been trained by me for over three years and just "get's me," ya know?" </li><li><strong>Canva </strong>- "Love this tool, but it can be dangerous for me because there are so many options for creation and design. That being said, the ability to create polished visuals, with the assistance of AI if desired, is awesome. It can be used by staff and students. I love tools that help students demonstrate their learning in authentic ways for authentic audiences!"</li><li><strong>Audible/Amazon Music</strong> - "Throwing these on here because they keep me sane. We can't work all the time, and I love to unwind with a great book or podcast."</li></ul> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/technology/ai/supporting-mtss-with-ai</link>
                                                                            <description>
                            <![CDATA[ Innovative Leader Award - Jeremy Sullivan of North Kitsap School District shares how his district is deploying AI in conjunction with multi-tiered systems of support. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">cDaDywkaq5DYaE3LKt2rrS</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/fedooFLkcKxvBP4gH5BAmC-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Thu, 26 Mar 2026 09:00:00 +0000</pubDate>                                                                                                                                <updated>Mon, 27 Jul 2026 16:58:08 +0000</updated>
                                                                                                                                            <category><![CDATA[AI]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Ray Bendici ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/fedooFLkcKxvBP4gH5BAmC-1280-80.png">
                                                            <media:credit><![CDATA[Jeremy Sullivan]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Jeremy Sullivan]]></media:description>                                                            <media:text><![CDATA[Jeremy Sullivan]]></media:text>
                                <media:title type="plain"><![CDATA[Jeremy Sullivan]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/fedooFLkcKxvBP4gH5BAmC-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Sometimes, facing multiple challenges at once can create unexpected opportunities for discovery and collaboration. </p><p>“A phrase that I use frequently with my team is, ‘How might we?’ instead of just immediately going to ‘That's not going to work within our system,’” says Jeremy Sullivan, Director of Innovative Learning and Student Supports for North Kitsap School District. “We’re always approaching it through that curiosity of ‘how might we,’ especially because one thing I've learned over the last three years is that a lot of previous ‘Nos’ or ‘That's not possible’ or ‘I have no idea how to make that happen’ has changed. And AI has helped bridge that gap, especially from a systemic analysis and a systems lens.”</p><p>Sullivan has worked to implement the district's technology integration effort–which is branded as NKSD-connected, and features four tenets: future-ready graduates, equity, collaboration, and innovation–into its multi-tiered system of supports (MTSS). North Kitsap School District enrolls about 5,100 students across approximately 110 to 120 square miles in rural western Washington State, including the Port Gamble S'Klallam and the Suquamish sovereign nations. Using AI to boost MTSS has helped to bridge distances and differences, and for staff to work smarter, not harder, in supporting students.   </p><p>“AI has let us work in a way we've never been able to do, like quickly taking 10- to 20-page plans and analyzing outlier interventions, synthesizing action steps that certain buildings are taking so we can connect them so they have partners to help them understand the work that they're doing,” says Sullivan.</p><p>For this and other efforts, Sullivan–who came from Springfield Public Schools in Missouri to North Kitsap five years ago to help launch the district’s 1-to-1 initiative–was recently recognized with a Tech & Learning <a href="https://www.techlearningevents.com/innovativeleaderawards/home" target="_blank"><u><strong>Innovative Leader Award</strong></u></a> at a recent regional summit. </p><h2 id="three-tiers-of-pd">Three Tiers of PD</h2><figure class="van-image-figure pull-right inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1071px;"><p class="vanilla-image-block" style="padding-top:96.45%;"><img id="d69gAppHxU9UPSkgGMRmVR" name="Screenshot 2026-03-19 105925" alt="Jeremy Sullivan" src="https://cdn.mos.cms.futurecdn.net/d69gAppHxU9UPSkgGMRmVR.png" mos="" align="right" fullscreen="" width="1071" height="1033" attribution="" endorsement="" class="pull-rightinline"></p></div></div><figcaption itemprop="caption description" class="pull-right inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Jeremy Sullivan)</span></figcaption></figure><p>Sullivan says the district started small with this effort, initially gathering school leaders over a few years to determine what an MTSS blueprint would look like. All the district’s elementary schools now have one, with the secondary schools close behind.</p><p>Sullivan and his team have been working with Tier 2 and 3 intervention teams across 10 buildings to use AI to sort through the large swaths of data they have, including student well-being surveys, academic records, attendance and behavior data, and other critical information. The district has partnered with Panorama, which offers a student success dashboard. </p><p>“We are data rich now but we are still information poor,” Sullivan says. “So how do we understand what this is telling us to the level where we can actually take action? And this year AI has really helped us with that because we're able to take these large data sets and identify trends and patterns, both at a systems level and a school level. We can identify that our students are still struggling with this but excelling in that. We can also see that our staff are struggling in this and excelling in that. So what does that mean? And then that can scale down to both the school level and the classroom level.”</p><p>Appropriately, the initiative’s support structure for staff follows a three-tiered model, mirroring the MTSS concept: </p><p>- <strong>Tier One</strong> includes district-wide professional development and staff meeting access for everyone. </p><p>“I did a training yesterday during which I was able to show them within five minutes how to click a button, attach a class, ask a question–a simple prompt–analyze the most recent SEAL and student well-being data, synthesize it, and tell me the key points that I need to know,” he says. “And just immediately they get the data broken down in a very easy to understand way. There's no filtering. It synthesizes it for them beautifully.”</p><p>- <strong>Tier Two</strong> involves 27 AI “lighthouse” teachers, early adopters working with smaller groups of teachers, following a shared leadership approach. </p><p>“The AI lighthouse classroom teachers come and get additional training from me and my team and then they help support in their buildings with that job-embedded support,” says Sullivan, adding that having that practical, hands-on experience accessible, along with coaching, helps foster implementation.“Those AI lighthouse teachers are the ones who really push it into the classrooms and work with their buildings to help them understand it all.” </p><p>- <strong>Tier Three</strong> focuses on individualized support, during which Sullivan and another instructional specialist are deployed to work with specific teachers or student support teams as needed.</p><p>“So ultimately, it's just thinking about how are you covering all of those tracks for your system because you're going to have people–that Tier One everyone needs to get–but then how are you helping support the 20% to 5% who need something more.”</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1398px;"><p class="vanilla-image-block" style="padding-top:65.67%;"><img id="E7CpqBNriUVr3JgWxffbM3" name="Screenshot 2026-03-19 105836" alt="Jeremy Sullivan" src="https://cdn.mos.cms.futurecdn.net/E7CpqBNriUVr3JgWxffbM3.png" mos="" align="middle" fullscreen="" width="1398" height="918" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Jeremy Sullivan)</span></figcaption></figure><h2 id="advice-for-other-districts-teach-to-the-smiles">Advice For Other Districts: “Teach To The Smiles”</h2><p>Sullivan advises other districts interested in using AI for MTSS support to begin by listening to a diverse pool of stakeholders, including certificated and classified staff and principals, to understand current practices, desires, and systemic barriers. With that insight, you can assess the lay of the land.</p><p>“You can begin to develop your map because that's when you know where your rivers are that you're going to need to build a bridge, where the mountains are that you might need to do some drilling or some blasting to get through into that system,” says Sullivan. “But until you know the lay of the land, you have no idea how to structure your map to get to that end goal.”</p><p>He stresses the importance of starting small by identifying innovators and early adopters, focusing initial efforts on developing human capital and authentic ways to shoulder the work, noting that teachers are more likely to be open to new tools and methods coming from other teachers versus coming from IT staff. And then it's about scaling that influence through shared leadership with the lighthouse teachers.</p><p>When confronted with resistance during implementation, Sullivan suggests following the advice from one of his former supervisors. </p><p>“She just said, ‘In those moments, Jeremy, look around and find the bright spot. Find the smile. Because oftentimes the smile is the quieter one in the room, but the smiles are there. And in those moments, teach to the smiles,’" he says. "Change never happens if we only talk to the ones who are in right off the bat. The reluctant ones need to see other people change first, and see that they have success in that change before they'll feel safe doing it.”</p><h2 id="tools-they-use-4">Tools They Use</h2><p>Sullivan shares some of the edtech tools he regularly uses.</p><ul><li><strong>NotebookLM</strong> - "This is my current workflow game-changer. The source-grounding feature allows me to create Notebooks trained solely the resources from my district (policies, procedures, CBAs, handbooks, etc.). The Studio feature allows me to create and scale support resources for my system like never before. With the click of a few buttons, I can have infographics, reports, mindmaps, videos, and interactive podcasts focused only on what I want it to focus on. When you are a small district team, these creation capabilities are incredible."</li><li><strong>Google Gemini</strong> - "Since we are a Google Workspace for Education school district, Gemini is our native AI tool. Much like NotebookLM, the ability to create Gems trained on your own sources and instructions allow for the creation of task-specific tools that get to the meat of the work faster. Much of my role involves analyzing qualitative and qualitative data for our system. Gemini in Sheets helps me whip up the right formula or quickly identify measures of central tendency, frequency distributions, etc. When creating resources in Slides, I can often obsess about the visual layout (colors, fonts, sizes, etc.) WAY more than I should. Lately, I have been leaning into the "beautify this slide" feature in an attempt to let some of that control go. I add the text and pertinent imagery, and let Gemini make it visually appealing. Major time saver!"</li><li><strong>Panorama Student Success </strong>- "This is our district's data dashboard that serves as a home for all student data. Our district prioritizes meeting the needs of the "whole child," and this dashboard helps us do that by collecting the academic data as well as our behavior, attendance, assessment, social emotional learning, student well-being, and climate and culture data. We also utilize it to refer, program, assign, and progress monitor individual and group student interventions and to gauge the impact of the interventions we are utilizing. The dashboard is used in a variety of other ways at the district, site, PLC, MTSS team, and individual educator level."</li><li><strong>Panorama Solara</strong> - "I had to list this as its own tool even though it is born from our Student Success data dashboard. This is Panorama's AI tool that allows for direct interaction with data available in the Student Success dashboard. Teachers can attach up to 20 individual students from the students in the classes, attach a single entire class, or upload their own resource to use with the tool. The Intervention Planner asks a series of questions and then automatically programs the trackable intervention with the appropriate team members assigned in the dashboard. We have created an MTSS Agenda Tool that automatically fills out the agenda template with the appropriate data based on the students selected with guiding questions for the meeting directly aligned with the data. There are so many incredible use cases for this resource." </li><li><strong>MagicSchool</strong> - "Our system adopted MagicSchool as our main teacher and student-facing AI resource. While I don't utilize the tools as frequently in my role, I do create custom tools for our system within MagicSchool. This allows us to train the tools in alignment with our adopted curriculum resources. For example, we recently launched a custom tool that aligns our K-5 CKLA curriculum with our K-5 RULER SEL curriculum. Teachers can easily ask instructional design, instructional strategy, differentiation, and other questions and receive answers that authentically integrate the academic curriculum with the SEL curriculum. Marry that with how Solara can quickly analyze their students' most recent SEL data, and you can begin to see how data analysis followed by purposeful planning that used to take hours can be accomplished in minutes, freeing the educator up to engage with students in deeper ways." </li><li><strong>Dotstorming </strong>- "It is an oldie but goodie that I still use for quick group brainstorming that has voting and commenting features that allow it to be used to go from dialogue to discussion to decision." </li><li><strong>ChatGPT </strong>- "This one will also be on this list because it was my OG when I first dove into the LLM world. It has been trained by me for over three years and just "get's me," ya know?" </li><li><strong>Canva </strong>- "Love this tool, but it can be dangerous for me because there are so many options for creation and design. That being said, the ability to create polished visuals, with the assistance of AI if desired, is awesome. It can be used by staff and students. I love tools that help students demonstrate their learning in authentic ways for authentic audiences!"</li><li><strong>Audible/Amazon Music</strong> - "Throwing these on here because they keep me sane. We can't work all the time, and I love to unwind with a great book or podcast."</li></ul>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Human Judgment Still Matters in an Era of AI-Powered Data Analysis ]]></title>
                                                                                                <dc:content><![CDATA[ <p>Schools have no shortage of data. Learning management systems record access patterns, assignment submissions, quiz attempts, and student activity. Digital tools capture usage trends, while help desks collect reports about recurring technical problems. Surveys, attendance records, and assessment platforms add even more information. </p><p>Much of this information, which educators often describe as <a href="https://www.techlearning.com/technology/data/mining-dark-data-how-instructional-coaches-and-tech-facilitators-can-turn-hidden-signals-into-instructional-gains" target="_blank" rel="nofollow"><u><strong>dark or underused data</strong></u></a>, is unused or only partially examined, and may hold important clues about teaching, learning, and student support. However, the data itself has no value until it is engaged within an instructional or leadership context.  </p><p>Generative AI has increased interest in making better use of these large collections of information. School leaders, instructional coaches, and technology facilitators are beginning to ask whether AI can help process extant data more quickly and identify patterns that would otherwise remain buried. That interest is understandable as AI can review large volumes of text, sort information into categories, summarize findings, and highlight trends that deserve closer attention. </p><p>The real opportunity is not simply faster analysis, but smarter analysis guided by professional judgment. This is where educators need to be careful. AI can help schools become more data informed, but it can also tempt them into becoming overly dependent on automated conclusions. </p><p>Education has always required interpretation, context, and human understanding. That has not changed, and in fact, human judgment might be more important today than before the expansion of generative AI. </p><h2 id="contextualizing-data">Contextualizing Data</h2><p>Numbers and patterns matter, but need context. A dashboard cannot understand a student’s home responsibilities. A large language model cannot fully grasp classroom culture. A summary report cannot replace the experience of a teacher or coach who knows the learners behind the data. </p><p>A data-informed approach is more useful than a purely data-driven one. Data-driven decision-making often suggests that the numbers point directly to the answer, while data-informed decision-making treats data as one important source of evidence among several. Educators still need to ask what the information means, what it does not capture, and how local context should shape the response. That distinction matters even more now that generative AI can synthesize so much information so quickly.</p><p>AI is especially useful during the early stages of inquiry as it can help instructional leaders look across multiple sources of existing data and spot areas worth investigating. A coach might use AI to review comments from teacher surveys and identify recurring concerns about student engagement. A technology facilitator might use it to sort support tickets into categories and discover that a particular platform is creating repeated confusion. A school leader might compare patterns in assignment completion, attendance, and platform usage to identify students who may need  additional support.  </p><p>These are meaningful uses of AI because each helps to identify patterns at scale. It does not remove the need for human interpretation. </p><p>A spike in late-night platform activity might look like procrastination, yet it might also reflect sports schedules, work commitments, family care responsibilities, or uneven internet access at home. Low use of a digital tool might suggest weak implementation, or that the tool possibly does not align with the lesson goals, or that a teacher found a better non-digital strategy. </p><p>Limited revision activity in student writing might signal low engagement. It might also mean students are drafting in notebooks, using a different platform, or receiving verbal feedback during class. </p><p>The pattern is only the starting point. The judgment comes next. </p><h2 id="asking-the-right-questions">Asking the Right Questions</h2><p>Instructional coaches and technology facilitators are especially well-positioned to support leaders in this work as they often sit at the intersection of classroom practice, digital systems, and professional learning. They can help schools move beyond surface-level dashboards and ask better questions about the data they already have. They can also help teams resist the urge to treat AI output as final truth. </p><p>One of the most important roles these educators can play is framing the right inquiry question before any analysis begins. Instead of asking AI to find everything interesting in a large data set, schools should begin with questions tied to teaching and learning, such as:</p><ul><li>Are students using feedback to improve their work?</li><li>Are teachers using digital tools in ways that support differentiation?</li><li>Are families receiving communication in forms they can access and understand?</li><li>Are accessibility features reaching the students who need it the most?</li></ul><p>Clear questions produce more useful analysis, and human-centered ones produce more ethical analysis. Generative AI should serve as an assistant, not a decision-maker. It can surface possibilities, summarize evidence, and identify trends that deserve discussion. It cannot determine the right instructional response on its own. That work still belongs to educators who understand the curriculum, the learners, the community, and the goals of the school. </p><p>This is where leadership matters. School and district leaders need to create  expectations for responsible AI use in data analysis. Staff should know what kinds of data are appropriate to analyze with AI tools, what privacy protections must be in place, and how human review will remain part of the process. Teams should be encouraged to validate AI-generated findings against direct observation, classroom artifacts, and professional conversation. Trustworthy use of AI depends on thoughtful structures, not just powerful tools. </p><p>The schools that benefit most from AI will not be the ones that automate the most decisions, it will be the ones that use it to ask sharper questions, uncover overlooked signals, and support better conversations about teaching and learning. Those schools will use extant data more effectively without forgetting that education is a human enterprise. </p><p>Human judgment is not a barrier to innovation, but what makes innovation worth using in the first place.</p> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/technology/ai/human-judgment-still-matters-in-an-era-of-ai-powered-data-analysis</link>
                                                                            <description>
                            <![CDATA[ Human judgment is a critical factor in making data-informed learning decisions. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">zGFVM8tJPkcg44dcHeBS9m</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/Rwnw5h7Ge7QmxxG5irkh3e-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 25 Mar 2026 09:00:00 +0000</pubDate>                                                                                                                                <updated>Wed, 25 Mar 2026 09:05:10 +0000</updated>
                                                                                                                                            <category><![CDATA[AI]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Steve Baule ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ &lt;p&gt;Steve Baule served as a technology director, high school principal, and superintendent for 20+ years in K-12 education. He is currently the director of Winona State University’s online educational doctorate program in Minnesota.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/Rwnw5h7Ge7QmxxG5irkh3e-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[human judgment and ai]]></media:description>                                                            <media:text><![CDATA[human judgment and ai]]></media:text>
                                <media:title type="plain"><![CDATA[human judgment and ai]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/Rwnw5h7Ge7QmxxG5irkh3e-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Schools have no shortage of data. Learning management systems record access patterns, assignment submissions, quiz attempts, and student activity. Digital tools capture usage trends, while help desks collect reports about recurring technical problems. Surveys, attendance records, and assessment platforms add even more information. </p><p>Much of this information, which educators often describe as <a href="https://www.techlearning.com/technology/data/mining-dark-data-how-instructional-coaches-and-tech-facilitators-can-turn-hidden-signals-into-instructional-gains" target="_blank" rel="nofollow"><u><strong>dark or underused data</strong></u></a>, is unused or only partially examined, and may hold important clues about teaching, learning, and student support. However, the data itself has no value until it is engaged within an instructional or leadership context.  </p><p>Generative AI has increased interest in making better use of these large collections of information. School leaders, instructional coaches, and technology facilitators are beginning to ask whether AI can help process extant data more quickly and identify patterns that would otherwise remain buried. That interest is understandable as AI can review large volumes of text, sort information into categories, summarize findings, and highlight trends that deserve closer attention. </p><p>The real opportunity is not simply faster analysis, but smarter analysis guided by professional judgment. This is where educators need to be careful. AI can help schools become more data informed, but it can also tempt them into becoming overly dependent on automated conclusions. </p><p>Education has always required interpretation, context, and human understanding. That has not changed, and in fact, human judgment might be more important today than before the expansion of generative AI. </p><h2 id="contextualizing-data">Contextualizing Data</h2><p>Numbers and patterns matter, but need context. A dashboard cannot understand a student’s home responsibilities. A large language model cannot fully grasp classroom culture. A summary report cannot replace the experience of a teacher or coach who knows the learners behind the data. </p><p>A data-informed approach is more useful than a purely data-driven one. Data-driven decision-making often suggests that the numbers point directly to the answer, while data-informed decision-making treats data as one important source of evidence among several. Educators still need to ask what the information means, what it does not capture, and how local context should shape the response. That distinction matters even more now that generative AI can synthesize so much information so quickly.</p><p>AI is especially useful during the early stages of inquiry as it can help instructional leaders look across multiple sources of existing data and spot areas worth investigating. A coach might use AI to review comments from teacher surveys and identify recurring concerns about student engagement. A technology facilitator might use it to sort support tickets into categories and discover that a particular platform is creating repeated confusion. A school leader might compare patterns in assignment completion, attendance, and platform usage to identify students who may need  additional support.  </p><p>These are meaningful uses of AI because each helps to identify patterns at scale. It does not remove the need for human interpretation. </p><p>A spike in late-night platform activity might look like procrastination, yet it might also reflect sports schedules, work commitments, family care responsibilities, or uneven internet access at home. Low use of a digital tool might suggest weak implementation, or that the tool possibly does not align with the lesson goals, or that a teacher found a better non-digital strategy. </p><p>Limited revision activity in student writing might signal low engagement. It might also mean students are drafting in notebooks, using a different platform, or receiving verbal feedback during class. </p><p>The pattern is only the starting point. The judgment comes next. </p><h2 id="asking-the-right-questions">Asking the Right Questions</h2><p>Instructional coaches and technology facilitators are especially well-positioned to support leaders in this work as they often sit at the intersection of classroom practice, digital systems, and professional learning. They can help schools move beyond surface-level dashboards and ask better questions about the data they already have. They can also help teams resist the urge to treat AI output as final truth. </p><p>One of the most important roles these educators can play is framing the right inquiry question before any analysis begins. Instead of asking AI to find everything interesting in a large data set, schools should begin with questions tied to teaching and learning, such as:</p><ul><li>Are students using feedback to improve their work?</li><li>Are teachers using digital tools in ways that support differentiation?</li><li>Are families receiving communication in forms they can access and understand?</li><li>Are accessibility features reaching the students who need it the most?</li></ul><p>Clear questions produce more useful analysis, and human-centered ones produce more ethical analysis. Generative AI should serve as an assistant, not a decision-maker. It can surface possibilities, summarize evidence, and identify trends that deserve discussion. It cannot determine the right instructional response on its own. That work still belongs to educators who understand the curriculum, the learners, the community, and the goals of the school. </p><p>This is where leadership matters. School and district leaders need to create  expectations for responsible AI use in data analysis. Staff should know what kinds of data are appropriate to analyze with AI tools, what privacy protections must be in place, and how human review will remain part of the process. Teams should be encouraged to validate AI-generated findings against direct observation, classroom artifacts, and professional conversation. Trustworthy use of AI depends on thoughtful structures, not just powerful tools. </p><p>The schools that benefit most from AI will not be the ones that automate the most decisions, it will be the ones that use it to ask sharper questions, uncover overlooked signals, and support better conversations about teaching and learning. Those schools will use extant data more effectively without forgetting that education is a human enterprise. </p><p>Human judgment is not a barrier to innovation, but what makes innovation worth using in the first place.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Do Grades Make Sense In The AI Era?  ]]></title>
                                                                                                <dc:content><![CDATA[ <p>I’ve always been uncomfortable with the grading part of being a professor. As a student, I loved learning, particularly writing, but dreaded the judgment of an instructor and the harsh disapproval of their red pen. When I started teaching, grading was my least favorite part of the job. I’d obsess over minor discrepancies and second-guess myself constantly. Even when I felt I was completely fair in handing out a less-than-stellar grade, I worried about whether the student truly deserved a permanent mark on their record for something minor, such as forgetting to include a cover page. But I plugged along as a reluctant grader anyhow. </p><p>Then came the age of AI. </p><p>I am constantly seeing AI-generated papers, <a href="https://www.techlearning.com/technology/ai/ai-email-is-rampant-heres-what-im-doing-about-it" target="_blank"><u><strong>AI-generated emails</strong></u></a>, and even other AI forms of written communication from students. This has made grading, particularly grading written work, seem more unfair. </p><p>In other words, generative AI has poured gasoline and lit a match on top of an already flawed grading system. </p><p>While I understand that grades are still necessary and grade my classes in accordance with the institutional policies of the colleges I teach at, increasingly, I’m convinced that the widespread nature of AI provides more of an argument against grades in favor of some other model, such as standards-based grading or mastery learning. Here's why. </p><h2 id="1-ai-adds-to-the-randomness-of-paper-grading">1. AI Adds To the Randomness of Paper Grading </h2><p>Most educators, myself included, believe we grade papers fairly. Unfortunately, data does not really back this. In fact, much research that goes back to the early 1900s has found that when educators grade the same paper, there is huge variation in the scores given; for instance, one 2011 study asked 90 different high school teachers in the same school district <a href="https://openpublishing.library.umass.edu/pare/article/id/1436/" target="_blank"><u><strong>to grade the same paper</strong></u></a> according to the same rubric. Scores this identical paper received ranged between 50 and 96. </p><p>I’ve noticed similar variations myself when I’ve observed the teaching habits of other educators I’ve supervised. What earns a B in my class might earn an A or a C in a colleague's, or worse, a D. </p><p>AI further unbalances this already unfair system. It’s clear that when we assign take-home papers these days, we’re creating a moral conundrum. Some students will use AI and receive good grades, while others won’t and might receive a poor grade as a result. This is not what any educator I know wants, but it is the default system that has emerged for handling AI. </p><h2 id="2-ai-undercuts-motivation-argument-for-grades">2. AI Undercuts Motivation Argument for Grades</h2><p>One of the main arguments for grades is that without any, students won’t do any work. Again, studies don’t really confirm this. According to one review <a href="https://www.techlearning.com/news/a-new-book-argues-grades-are-failing-students-here-s-why" target="_blank"><u><strong>comparing grading to feedback without grades</strong></u></a>, students who received feedback without grades achieved more and were more motivated to learn. </p><p>That said, I’m willing to grant that fear of getting a bad grade does motivate some students. Even I admit that I would worry about getting quality work from my students without some aspect of the fear-based motivation that grades provide. </p><p>The problem is that AI has already undercut this argument. In many instances, students no longer fear grades. Instead of grades motivating students to write, grades are motivating students to use AI to do their work for them. </p><h2 id="3-ai-makes-grading-useless-as-a-ranking-system">3. AI Makes Grading Useless As A Ranking System</h2><p>Another rationale for grading is that it helps sort students into various abilities, both for employment and for the next level of education. I never loved this as motivation for grades. Helping companies decide who to hire may have its uses, but it’s not likely to show up as an answer if you ask educators why they got into teaching. </p><p>Regardless, given how widespread AI cheating is these days, I wouldn’t place as much weight on grades as I once did. What I'm seeing in the world of writing education is that more and more, grades are merely a measure of how effectively a student is using AI without getting caught. </p><h2 id="4-ai-makes-it-clear-teaching-to-the-grade-isn-t-best">4. AI Makes It Clear Teaching To the Grade Isn’t Best </h2><p>Almost all teachers I know rail against teaching to the test, but how different is that really from teaching to the grade? In fact, I believe that part of the reason students are turning to AI so frequently is that they’ve been taught implicitly that the grade, not their learning, is what matters. Therefore, when a tool comes along that can get that grade without work, there’s no reason not to use it. That is at least the way many of my undergraduate students seem to feel. </p><p>On the other hand, with my graduate students, AI use is nonexistent. That’s because they are in graduate school to learn to write, not just earn a grade. Of course, duplicating graduate student motivation for undergrads and K12 students isn’t easy. </p><p>I also know that eliminating grades overnight and switching to a mastery-learning method isn’t plausible. That doesn’t mean we shouldn’t strive toward creating a new motivation for students; we may not succeed in this process 100%, but we can do much more as a profession to move classroom motivation away from grade-based fear-mongering. If we don't, I think our students will keep turning to AI, no matter how hard we try to catch it, and take-home writing assignments will become a sad remnant of the past. </p> ]]></dc:content>
                                                                                                                                            <link>https://www.techlearning.com/technology/ai/do-grades-make-sense-in-the-ai-era</link>
                                                                            <description>
                            <![CDATA[ When it comes to writing assignments, AI has exacerbated many existing problems, argues one educator. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">D5GFtMMgoLpE64ZHcj7fbg</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/8csYzVDYYSXPMLafV5E6zG-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Mon, 23 Mar 2026 09:00:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[AI]]></category>
                                                    <category><![CDATA[Technology]]></category>
                                                                                                <author><![CDATA[ erik.ofgang@futurenet.com (Erik Ofgang) ]]></author>                    <dc:creator><![CDATA[ Erik Ofgang ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/4t5ro4CXB7QUaPA28UMYb9.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Erik Ofgang is Tech &amp; Learning contributor. A journalist, &lt;a href=&quot;https://www.penguinrandomhouse.com/books/557664/the-good-vices-by-dr-harry-ofgang-and-erik-ofgang/&quot; target=&quot;_blank&quot;&gt;&lt;u&gt;&lt;strong&gt;author&lt;/strong&gt;&lt;/u&gt;&lt;/a&gt; and educator, his work has appeared in The New York Times, The Smithsonian, Washington Post, The Atlantic, and Forbes.com. He currently teaches at Western Connecticut State University’s MFA program. While a staff writer at Connecticut Magazine he won a Society of Professional Journalism Award for his education reporting. He is interested in how humans learn and how technology can make that more effective. &lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/8csYzVDYYSXPMLafV5E6zG-1280-80.png">
                                                            <media:credit><![CDATA[Via Pixabay]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A chalkboard with the letters ABC on it. ]]></media:description>                                                            <media:text><![CDATA[A chalkboard with the letters ABC on it. ]]></media:text>
                                <media:title type="plain"><![CDATA[A chalkboard with the letters ABC on it. ]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/8csYzVDYYSXPMLafV5E6zG-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>I’ve always been uncomfortable with the grading part of being a professor. As a student, I loved learning, particularly writing, but dreaded the judgment of an instructor and the harsh disapproval of their red pen. When I started teaching, grading was my least favorite part of the job. I’d obsess over minor discrepancies and second-guess myself constantly. Even when I felt I was completely fair in handing out a less-than-stellar grade, I worried about whether the student truly deserved a permanent mark on their record for something minor, such as forgetting to include a cover page. But I plugged along as a reluctant grader anyhow. </p><p>Then came the age of AI. </p><p>I am constantly seeing AI-generated papers, <a href="https://www.techlearning.com/technology/ai/ai-email-is-rampant-heres-what-im-doing-about-it" target="_blank"><u><strong>AI-generated emails</strong></u></a>, and even other AI forms of written communication from students. This has made grading, particularly grading written work, seem more unfair. </p><p>In other words, generative AI has poured gasoline and lit a match on top of an already flawed grading system. </p><p>While I understand that grades are still necessary and grade my classes in accordance with the institutional policies of the colleges I teach at, increasingly, I’m convinced that the widespread nature of AI provides more of an argument against grades in favor of some other model, such as standards-based grading or mastery learning. Here's why. </p><h2 id="1-ai-adds-to-the-randomness-of-paper-grading">1. AI Adds To the Randomness of Paper Grading </h2><p>Most educators, myself included, believe we grade papers fairly. Unfortunately, data does not really back this. In fact, much research that goes back to the early 1900s has found that when educators grade the same paper, there is huge variation in the scores given; for instance, one 2011 study asked 90 different high school teachers in the same school district <a href="https://openpublishing.library.umass.edu/pare/article/id/1436/" target="_blank"><u><strong>to grade the same paper</strong></u></a> according to the same rubric. Scores this identical paper received ranged between 50 and 96. </p><p>I’ve noticed similar variations myself when I’ve observed the teaching habits of other educators I’ve supervised. What earns a B in my class might earn an A or a C in a colleague's, or worse, a D. </p><p>AI further unbalances this already unfair system. It’s clear that when we assign take-home papers these days, we’re creating a moral conundrum. Some students will use AI and receive good grades, while others won’t and might receive a poor grade as a result. This is not what any educator I know wants, but it is the default system that has emerged for handling AI. </p><h2 id="2-ai-undercuts-motivation-argument-for-grades">2. AI Undercuts Motivation Argument for Grades</h2><p>One of the main arguments for grades is that without any, students won’t do any work. Again, studies don’t really confirm this. According to one review <a href="https://www.techlearning.com/news/a-new-book-argues-grades-are-failing-students-here-s-why" target="_blank"><u><strong>comparing grading to feedback without grades</strong></u></a>, students who received feedback without grades achieved more and were more motivated to learn. </p><p>That said, I’m willing to grant that fear of getting a bad grade does motivate some students. Even I admit that I would worry about getting quality work from my students without some aspect of the fear-based motivation that grades provide. </p><p>The problem is that AI has already undercut this argument. In many instances, students no longer fear grades. Instead of grades motivating students to write, grades are motivating students to use AI to do their work for them. </p><h2 id="3-ai-makes-grading-useless-as-a-ranking-system">3. AI Makes Grading Useless As A Ranking System</h2><p>Another rationale for grading is that it helps sort students into various abilities, both for employment and for the next level of education. I never loved this as motivation for grades. Helping companies decide who to hire may have its uses, but it’s not likely to show up as an answer if you ask educators why they got into teaching. </p><p>Regardless, given how widespread AI cheating is these days, I wouldn’t place as much weight on grades as I once did. What I'm seeing in the world of writing education is that more and more, grades are merely a measure of how effectively a student is using AI without getting caught. </p><h2 id="4-ai-makes-it-clear-teaching-to-the-grade-isn-t-best">4. AI Makes It Clear Teaching To the Grade Isn’t Best </h2><p>Almost all teachers I know rail against teaching to the test, but how different is that really from teaching to the grade? In fact, I believe that part of the reason students are turning to AI so frequently is that they’ve been taught implicitly that the grade, not their learning, is what matters. Therefore, when a tool comes along that can get that grade without work, there’s no reason not to use it. That is at least the way many of my undergraduate students seem to feel. </p><p>On the other hand, with my graduate students, AI use is nonexistent. That’s because they are in graduate school to learn to write, not just earn a grade. Of course, duplicating graduate student motivation for undergrads and K12 students isn’t easy. </p><p>I also know that eliminating grades overnight and switching to a mastery-learning method isn’t plausible. That doesn’t mean we shouldn’t strive toward creating a new motivation for students; we may not succeed in this process 100%, but we can do much more as a profession to move classroom motivation away from grade-based fear-mongering. If we don't, I think our students will keep turning to AI, no matter how hard we try to catch it, and take-home writing assignments will become a sad remnant of the past. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
            </channel>
</rss>