<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:cc="http://cyber.law.harvard.edu/rss/creativeCommonsRssModule.html">
    <channel>
        <title><![CDATA[Stories by Learning Equality on Medium]]></title>
        <description><![CDATA[Stories by Learning Equality on Medium]]></description>
        <link>https://medium.com/@learning-equality?source=rss-b7e887a88a26------2</link>
        <image>
            <url>https://cdn-images-1.medium.com/fit/c/150/150/1*ffdx_QazweGxcAqo5FuS9A.png</url>
            <title>Stories by Learning Equality on Medium</title>
            <link>https://medium.com/@learning-equality?source=rss-b7e887a88a26------2</link>
        </image>
        <generator>Medium</generator>
        <lastBuildDate>Wed, 15 Apr 2026 09:28:24 GMT</lastBuildDate>
        <atom:link href="https://medium.com/@learning-equality/feed" rel="self" type="application/rss+xml"/>
        <webMaster><![CDATA[yourfriends@medium.com]]></webMaster>
        <atom:link href="http://medium.superfeedr.com" rel="hub"/>
        <item>
            <title><![CDATA[AI Powered Recommendations in Kolibri Studio: Looking Under the Hood]]></title>
            <link>https://blog.learningequality.org/ai-powered-recommendations-in-kolibri-studio-looking-under-the-hood-40d53684d481?source=rss-b7e887a88a26------2</link>
            <guid isPermaLink="false">https://medium.com/p/40d53684d481</guid>
            <category><![CDATA[software-development]]></category>
            <category><![CDATA[artificial-intelligence]]></category>
            <category><![CDATA[coding]]></category>
            <category><![CDATA[technology]]></category>
            <category><![CDATA[ai]]></category>
            <dc:creator><![CDATA[Learning Equality]]></dc:creator>
            <pubDate>Wed, 08 Apr 2026 00:00:12 GMT</pubDate>
            <atom:updated>2026-04-08T00:00:52.145Z</atom:updated>
            <cc:license>https://creativecommons.org/licenses/by-nc-sa/4.0/</cc:license>
            <content:encoded><![CDATA[<p><em>What does it actually take to build AI-powered recommendations for educators working offline, in 173 languages, across 195 countries? Learning Equality engineers Blaine Jester, Prathamesh Desai, and Samson Akol went and figured it out. In part 1 of this 2-part series, they open the hood on how ensemble models, distributed pipelines, and versioned architecture power curriculum alignment at scale in Kolibri Studio.</em></p><figure><img alt="A computer screen with code" src="https://cdn-images-1.medium.com/max/1024/1*ppXbcwwtxG28tZQs2wh0FA.jpeg" /></figure><p>Since 2018, Learning Equality has worked to simplify<a href="https://blog.learningequality.org/report-release-design-sprint-on-curriculum-alignment-in-crisis-contexts-57eb717b9e7e"> curriculum alignment</a> — a critical but complex process for educators. While Open Educational Resources (OERs) abound, organizing them to local standards remains a persistent challenge, especially in low-resource contexts where time, personnel, and tools are scarce. Our early efforts focused on<a href="https://blog.learningequality.org/https-learningequality-org-r-blog-digitizing-curriculum-standards-a8d3655d1216"> digitizing curriculum standards</a> into machine-readable formats, laying the groundwork for efficient discovery and adoption. More recently, we’ve taken a major step forward with the <a href="https://blog.learningequality.org/smarter-content-discovery-ai-powered-recommendations-now-in-kolibri-studio-6d7862d20e4d">release of AI powered recommendations in Kolibri Studio</a>, our online curricular tool for curating OERs for use <em>offline</em> in the Kolibri Learning Platform</p><p>This feature marks Phase 1 of our roadmap toward<a href="https://blog.learningequality.org/leveraging-transformative-ai-to-support-curriculum-alignment-c8588814bd9d"> semi-automated curriculum alignment</a>. Future phases will introduce curriculum parsing (Phase 2) and end-to-end channel generation (Phase 3), combining recommendations with structured curriculum data to create fully aligned learning pathways. But first, let’s explore the technical foundation powering these recommendations.</p><h3><strong>The Problem</strong></h3><p>Kolibri Studio bridges the gap between open content and local learning needs, enabling educators to curate materials from the <a href="https://www.mintlify.com/learningequality/kolibri/features/content-library">Kolibri Library</a> — a 700GB+ repository spanning over 173.000 resources in 120 languages, organized into “channels” or custom collections. Yet the Library’s scale presents a paradox: abundance complicates discovery.</p><p>For educators and curriculum specialists, aligning resources to local standards has traditionally been a manual, time-intensive process. The effort required scales with channel size: From hours for small collections to weeks for comprehensive curricula. In rural schools, refugee camps, and other under-resourced settings, this burden diverts limited time from teaching, planning, and learner support. While the Kolibri Library offers unparalleled breadth, its depth demands better tools to surface relevant content efficiently.</p><figure><img alt="Diagram of the alignment process: graphics that show the matching of content nodes to curricular standards." src="https://cdn-images-1.medium.com/max/960/1*IXHYVV7PQMRAwUkFXTSgZg.png" /><figcaption>A diagram of the alignment process</figcaption></figure><h3><strong>The Approach</strong></h3><p>Our AI powered recommendations feature directly addresses the core challenges of OER curation by reducing manual effort through context-aware suggestions, preserving educator agency with human-in-the-loop validation, and adopting an iterative development approach that incorporates real-world usage patterns. This balanced strategy ensures we deliver immediate value while building a foundation for continuous improvement based on actual educator needs and behaviors.</p><p>The project centers on three technical pillars:</p><ol><li><strong>Curriculum Automation API</strong>: A dedicated service to generate and serve recommendations.</li><li><strong>Studio Integration</strong>: Seamless highlighting of suggestions into the curation interface <em>(covered in Part 2)</em>.</li><li><strong>Feedback Loop</strong>: Systems to capture implicit and explicit user interactions <em>(also detailed in Part 2)</em>.</li></ol><figure><img alt="UI design mockups for integrating AI-powered recommendations into Kolibri Studio" src="https://cdn-images-1.medium.com/max/1024/1*0rRxKMT7a0Uae88WkZd3IQ.png" /><figcaption>UI design mockups for integrating AI-powered recommendations into Kolibri Studio</figcaption></figure><h3><strong>The Technical Implementation: From Competition to Production</strong></h3><h4><strong>Kaggle:</strong> helping us lay the foundation</h4><p>Our technical journey began not with architecture diagrams, but with a fundamental challenge: <em>Could machine learning automate the manual, resource-intensive process of curriculum alignment?</em> To answer this, we partnered with The Learning Agency Lab and UNHCR to host a<a href="https://www.kaggle.com/competitions/learning-equality-curriculum-recommendations"> Kaggle machine learning competition</a> focused on developing models that could predict how well educational content matched specific curriculum topics.</p><p>The competition surfaced a critical insight: an ensemble of specialized embedding models could effectively capture the nuanced relationships between diverse educational materials and curriculum standards. Using a dataset of 20 million+ content items and 10,000+ educator-curated folders spanning multiple languages and subjects (with particular emphasis on STEM), participants developed solutions that significantly outperformed manual alignment processes. <a href="https://www.youtube.com/watch?v=RSEzr_hONpI">The winning ensemble</a> became the scientific foundation for our recommendation system.</p><figure><img alt="The leaderboard from the the Kaggle competition" src="https://cdn-images-1.medium.com/max/822/1*ApyF4HZb4DYJKHLuvxO8zg.png" /><figcaption>The leaderboard from the the Kaggle competition</figcaption></figure><h4><strong>Transcription of multimedia</strong></h4><p>In moving toward a more comprehensive semi-automated curriculum alignment tool, we also identified the need for audio and video transcription. While a significant portion of the Kolibri Library’s audio and video materials already include captions, there still exist some without. In order to thoroughly align those multimedia resources, we needed a thorough human-in-the-loop transcription feature. During the 2023 Google Summer of Code (GSoC), we mentored a contributor who<a href="https://medium.com/learning-equality/ai-driven-caption-generation-in-kolibri-studio-8270c0c2554a"> prototyped a transcription editor</a> into Kolibri Studio using OpenAI’s Whisper. This GSoC project has provided us the necessary UI features to eventually integrate a full preprocessing pipeline for all multimedia OER materials.</p><h4><strong>From Research to Production</strong></h4><p>With a proven ensemble of models in hand, we faced our next challenge: building a production system capable of serving these recommendations at scale while maintaining the precision required for educational contexts. This meant addressing several key architectural dimensions:</p><ol><li><strong>Data Representation: Structuring Content for Semantic Matching</strong></li></ol><p>The competition demonstrated that semantic embeddings could effectively measure curriculum alignment, but we needed a robust pipeline to generate and serve these embeddings in real-time. We designed a standardized text processing approach that preserves both content and context.</p><p><strong>For OER Content:</strong></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*XZjZ1qhFdgZtYxH1QklLbg.png" /></figure><p><strong>For Destination Folders:</strong></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*ysY1Lv5nDHxvmd_QZTcFCA.png" /></figure><p>This structured format ensures consistent embedding generation while maintaining the hierarchical relationships that educators rely on when organizing curriculum materials.</p><p><strong>2. Database Architecture: Balancing Performance and Practicality</strong></p><p>Given our team’s familiarity with PostgreSQL, we initially considered pgvector for vector storage. However, to accelerate development and avoid database migration overhead during this critical phase, we opted for Google Cloud Firestore with its native vector support. This decision enabled us to:</p><ul><li>Deploy quickly using existing cloud infrastructure</li><li>Leverage serverless scaling to handle variable workloads</li><li>Maintain flexibility for future migration to pgvector as our needs evolve</li></ul><p>Each embedding is stored with a content hash, enabling efficient updates without redundant computations — a critical optimization given our 700GB+ library and the constant influx of new materials.</p><h4><strong>Distributed Pipelines with Ray</strong></h4><p>The ensemble’s computational demands and the scale of our content library required a distributed architecture. We implemented<a href="https://www.ray.io/"> Ray</a>, which provided the ideal balance of flexibility and performance, to power two distinct but complementary pipelines:</p><p><strong>Embed Pipeline</strong></p><ol><li><strong>Preprocessing:</strong> Extracts and cleans text from diverse OER formats (EPUBs, PDFs, HTML5, exercises, videos)</li><li><strong>Embedding Generation:</strong> Passes preprocessed text through our model ensemble</li><li><strong>Storage Action:</strong> Stores generated embeddings in Cloud Firestore with metadata hashes</li></ol><p><strong>Recommendations Pipeline</strong></p><ol><li><strong>Context Preprocessing:</strong> Creates a breadcrumb path from the current folder structure in Kolibri Studio</li><li><strong>Context Embedding:</strong> Generates embeddings for the folder context using the same ensemble</li><li><strong>Recommendation Action:</strong> Performs parallel KNN searches across all model embeddings and combines results using weighted averaging</li></ol><p>Both pipelines follow the same fundamental pattern of preprocessing → embedding → action, but operate on different inputs (content vs. context) and produce different outputs (stored embeddings vs. ranked recommendations). The parallel processing capabilities of Ray enable simultaneous queries across all models in our ensemble, while the hash-based storage system ensures we only recompute embeddings when source content changes.</p><figure><img alt="[A screenshot of the Ray Dashboard showing the running Actors]" src="https://cdn-images-1.medium.com/max/1024/1*HbhO1bGkiOFxxd5RauPs5g.png" /><figcaption>A screenshot of the Ray Dashboard showing the running Actors</figcaption></figure><h4><strong>Building for Evolution: Versioned Architecture</strong></h4><p>From the outset, we designed our architecture to evolve alongside our understanding of curriculum alignment. The pipeline’s modular construction — comprising distinct preprocessors, embedding models, and action handlers — naturally lent itself to versioning. Rather than treating this as an afterthought, we embraced it as a core capability, leveraging Ray’s distributed execution model to create what we call <strong>“presets”</strong>: complete, versioned configurations of our recommendation system.</p><p>This approach transforms the recommendation engine into a set of distributed building blocks that can be:</p><ul><li><strong>Composed flexibly</strong>: Mix and match components to test new approaches</li><li><strong>Deployed independently</strong>: Update individual elements without system-wide changes</li><li><strong>Scaled selectively</strong>: Allocate resources precisely where needed</li></ul><p>The result is an architecture that thrives on our continuous improvement upon it.</p><figure><img alt="[Diagram of the internal pipeline of the Curriculum Automation API]" src="https://cdn-images-1.medium.com/max/1024/1*uRf3KHewUBWhyQ-hdI__qg.png" /><figcaption>Diagram of the internal pipeline of the Curriculum Automation API</figcaption></figure><h4><strong>Orchestration: The Role of Agents</strong></h4><p>While our versioned, distributed building blocks provided the necessary flexibility, they introduced a new challenge: managing the complexity of multiple versions running concurrently. This is where our Agents come into play. Not to be confused with AI agents, these agents are orchestration components that serve as the control layer for our recommendation system.</p><p>Agents handle the operational complexity that arises from our modular architecture by:</p><ul><li><strong>Managing component lifecycles</strong>: Creating, reusing, and shutting down Ray Actors (workers) as needed for each preset</li><li><strong>Providing stable interfaces</strong>: Exposing consistent API contracts through proxies while internal implementations evolve</li><li><strong>Routing intelligently</strong>: Directing requests to appropriate versions based on configuration</li><li><strong>Ensuring resilience</strong>: Handling component failures and automatic recovery</li></ul><p>This orchestration layer allows our pipeline code to focus solely on recommendation logic, while Agents handle the distributed execution details. The result is a system that can:</p><ul><li>Deploy new API versions cleanly (e.g., /v2 with improved models)</li><li>Scale expensive components (like GPU workers) independently</li><li>Test new approaches without disrupting existing users</li><li>Roll back instantly if issues arise</li></ul><h3><strong>The Path to Offline</strong></h3><p>While the current system runs in Kolibri Studio, we’re actively working toward distilling the ensemble into a single, smaller model for offline use in the Kolibri Learning Platform. This will require significant real-world usage data, gathered from feedback on this recommendations system, to ensure the distilled model maintains the ensemble’s alignment quality.</p><h3><strong>Liked what you read? Stay tuned for more!</strong></h3><h4>In Part 2 of this series, we’ll cover:</h4><ul><li>Studio Integration: How recommendations appear in the UI.</li><li>The Feedback Loop: Implicit and explicit signals that refine the engine.</li><li>Pilot Impact: Early data on the usage of this feature.</li></ul><h3><strong>Get Involved</strong></h3><p><strong>Educators: </strong>Try the recommendations feature in Kolibri Studio and <a href="https://community.learningequality.org/c/feedback/26">share your feedback.</a></p><p><strong>Developers:</strong> <a href="https://github.com/learningequality">Stay tuned</a> for when we open source the Curriculum Automation API.</p><p><strong>Researchers:</strong> <a href="http://content@learningequality.org">Help us improve alignment</a> for underrepresented languages and subjects.</p><h3>You can also support our work by:</h3><ul><li><a href="https://learningequality.org/donate/"><strong>Donat</strong></a><strong>ing</strong>: No amount is too small. Every little bit can help us ensure underserved learners and educators are receiving the educational opportunities they deserve.</li><li>Engaging with us on<a href="https://x.com/learneq"> </a><a href="https://www.linkedin.com/company/foundation-for-learning-equality/">LinkedIn</a>, <a href="https://www.instagram.com/learningequality">Instagram</a>, <a href="https://youtube.com/learningequality">YouTube</a>, <a href="https://www.tiktok.com/@learningequality">Tik Tok</a>, and <a href="https://facebook.com/learningequality">Facebook</a>.</li><li>Staying in the loop by<a href="https://learningequality.org/r/newsletter"> subscribing for monthly updates</a>.</li></ul><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=40d53684d481" width="1" height="1" alt=""><hr><p><a href="https://blog.learningequality.org/ai-powered-recommendations-in-kolibri-studio-looking-under-the-hood-40d53684d481">AI Powered Recommendations in Kolibri Studio: Looking Under the Hood</a> was originally published in <a href="https://blog.learningequality.org">Learning Equality</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Smarter Content Discovery: AI Powered Recommendations Now in Kolibri Studio]]></title>
            <link>https://blog.learningequality.org/smarter-content-discovery-ai-powered-recommendations-now-in-kolibri-studio-6d7862d20e4d?source=rss-b7e887a88a26------2</link>
            <guid isPermaLink="false">https://medium.com/p/6d7862d20e4d</guid>
            <category><![CDATA[education]]></category>
            <category><![CDATA[artificial-intelligence]]></category>
            <category><![CDATA[kolibri]]></category>
            <category><![CDATA[ai]]></category>
            <category><![CDATA[technology]]></category>
            <dc:creator><![CDATA[Learning Equality]]></dc:creator>
            <pubDate>Mon, 09 Mar 2026 20:50:11 GMT</pubDate>
            <atom:updated>2026-03-09T20:51:41.275Z</atom:updated>
            <cc:license>https://creativecommons.org/licenses/by-nc-sa/4.0/</cc:license>
            <content:encoded><![CDATA[<p><em>With our latest Kolibri Studio release, we’re delighted to announce the first AI-powered feature in the Kolibri Ecosystem! For the first time, you’ll see recommendations for related and relevant content as you create and update your channels.</em></p><figure><img alt="A teacher stands up using Kolibri on a laptop on the desk in front of him." src="https://cdn-images-1.medium.com/max/1024/1*ZYtEjDfcipSFNiD4jEum6g.jpeg" /><figcaption>A teacher in Uganda working on Kolibri</figcaption></figure><p>Over the last number of years, we’ve collaborated with institutions, partners, researchers, community members, and the private sector to explore ways that AI could support teaching and learning by helping support tasks that are time-intensive. Let’s talk about how we’re doing it.</p><p>We know that AI can transform work that previously took months to something that can be finished in a few weeks, days or even hours. To optimize time-consuming, repetitive tasks, AI can be a powerful tool. One of the most time consuming tasks? Curriculum alignment.</p><p>Curriculum alignment is the process of organizing, adapting, and contextualizing resources to the standards and learning objectives of the national curriculum or textbook that is relevant to the learners and educators being served by a program — and is a critical ingredient in enabling discovery and use of these materials to support effective learning.</p><p>This release builds on <a href="https://blog.learningequality.org/leveraging-transformative-ai-to-support-curriculum-alignment-c8588814bd9d">years of foundational work by Learning Equality, Vodafone Foundation and UNHCR</a> to improve the process of bringing together relevant, supplemental content that can support teaching and learning.</p><p>It is an example of equitable AI use that focuses on teacher support, not replacement. By giving teachers their valuable time back, they can focus on what matters most: supporting learners.</p><h3>What’s new:</h3><p>All Kolibri Studio users will have access to recommendations when importing content from the Kolibri Library. While you can still use our general keyword search and browse favorite Channels in the main part of the page, on the side, you’ll now see a new view of recommended content.</p><figure><img alt="A screen shot of Kolibri Studio showing channels and the AI recommended content on the side bar." src="https://cdn-images-1.medium.com/max/1024/1*mmFyAHHijI7h2pJU5W6xqA.jpeg" /></figure><p>The recommendations are based on the information you add to your folders, including folder title, description and language. These details are crucial to help Kolibri Studio find content tailored to the topics you’re choosing materials for. So the more details you add to the description field or folder title to indicate level or focus area, such as “Primary 4” or “Advanced Biology” the better / more relevant your recommendation results will be!</p><figure><img alt="A screen shot of Kolibri Studio showing the modal with Channel Title and Description." src="https://cdn-images-1.medium.com/max/1024/1*Q4sfHuzk30YlDmxsqNU0_A.jpeg" /></figure><h3>Here’s how to use the new features:</h3><iframe src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FgtLc9qF2W_o%3Ffeature%3Doembed&amp;display_name=YouTube&amp;url=https%3A%2F%2Fwww.youtube.com%2Fshorts%2FgtLc9qF2W_o&amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FgtLc9qF2W_o%2Fhq2.jpg&amp;type=text%2Fhtml&amp;schema=youtube" width="640" height="480" frameborder="0" scrolling="no"><a href="https://medium.com/media/3814a79ea8794665f37916a43f782aba/href">https://medium.com/media/3814a79ea8794665f37916a43f782aba/href</a></iframe><h3>Key takeaways:</h3><ol><li><strong>Specific folder names help!</strong> Since the recommendation includes information with your folder title, as well as the parent folders, setting up a folder structure that contains relevant, specific information will help you get the best results.</li></ol><figure><img alt="A screen shot of Kolibri Studio showing how to import content that has been recommended by AI into your folder." src="https://cdn-images-1.medium.com/max/1024/1*Z43ox_Xt9sdJqaUeWvkfiw.gif" /></figure><p><strong>2. Import content on a per-folder basis for more specific results quickly</strong>. To save time, we recommend structuring your project first, especially if you’re working from a curriculum document or syllabus. Navigate into each folder separately, and you will see more context-specific recommendations for that specific topic or unit of materials.</p><figure><img alt="A screen shot of Kolibri Studio depicting how to see relevant content for each folder." src="https://cdn-images-1.medium.com/max/1024/1*PPKfjwHTWl0pt4cXjiRAVA.gif" /></figure><p><strong>3. Engaging with the feature improves it over time</strong>. We collect data from interactions — including whether you add a resource to your channel, ignore it, or say that it’s not relevant. Taking a few moments to give us this feedback will help us refine the feature and provide you with better recommendations in the future.</p><figure><img alt="A screen shot of Kolibri Studio showing where one can leave our team feedback if the recommendations aren’t relevant." src="https://cdn-images-1.medium.com/max/1024/1*uGtd3YEEjLhaRuoHzXJG9Q.gif" /></figure><h3>Why this is particularly important to us…</h3><p>Since its inception, Learning Equality has focused on making high-quality Open Educational Resources available offline, making sure they support the needs of national curricula. In low-resource contexts, this alignment is essential: it ensures that teachers and learners can discover and engage with content that is both relevant and accessible.</p><p>Learning Equality’s AI work is the result of cross-sector collaboration, with contributions from a number of key individuals and organizations who have worked with us for years, helping guide our thinking and processes. This includes early backing from Google.org for our collaboration with UNHCR and Vodafone Foundation to explore semi-automation of curriculum alignment; the educators in Kakuma refugee camp and the dozens of individuals who participated in our design sprints and hackathons; the team at Kaggle, who hosted the machine learning competition that helped develop the algorithms with support from Schmidt Futures, UNHCR, and The Learning Agency Lab, as well as participants and prize winners; the Endless Network and Patrick J. McGovern Foundation, whose support enabled the integration of search recommendations into Kolibri Studio.</p><p>Content recommendations in Kolibri Studio are just one component of how Learning Equality has been enabling learners to access relevant content through AI-driven processes.</p><h3>Tell us what you think!</h3><p>We couldn’t be more excited to put this work out into the world! We welcome <strong>all feedback </strong>about your experiences using our AI-generated recommendations feature. So drop us a note on socials or the <a href="https://community.learningequality.org/c/feedback/26">Community Forum</a> and let us know your thoughts!</p><p>— — — — — — — — — — — — — — — — — — — — — — — — — — — — — —</p><h3><strong>You can also support our work by:</strong></h3><ul><li><a href="https://learningequality.org/donate/"><strong>Donat</strong></a><strong>ing</strong>: No amount is too small. Every little bit can help us ensure underserved learners and educators are receiving the educational opportunities they deserve.</li><li>Engaging with us on<a href="https://x.com/learneq"> </a><a href="https://www.linkedin.com/company/foundation-for-learning-equality/">LinkedIn</a>, <a href="https://www.instagram.com/learningequality">Instagram</a>, <a href="https://youtube.com/learningequality">YouTube</a>, <a href="https://www.tiktok.com/@learningequality">Tik Tok</a>, and <a href="https://facebook.com/learningequality">Facebook</a>.</li><li>Staying in the loop with our work by<a href="https://learningequality.org/r/newsletter"> subscribing for monthly updates</a>.</li></ul><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=6d7862d20e4d" width="1" height="1" alt=""><hr><p><a href="https://blog.learningequality.org/smarter-content-discovery-ai-powered-recommendations-now-in-kolibri-studio-6d7862d20e4d">Smarter Content Discovery: AI Powered Recommendations Now in Kolibri Studio</a> was originally published in <a href="https://blog.learningequality.org">Learning Equality</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Is AI Fixing Education or Breaking What Matters Most?]]></title>
            <link>https://blog.learningequality.org/is-ai-fixing-education-or-breaking-what-matters-most-30aef0058120?source=rss-b7e887a88a26------2</link>
            <guid isPermaLink="false">https://medium.com/p/30aef0058120</guid>
            <category><![CDATA[technology]]></category>
            <category><![CDATA[ai]]></category>
            <category><![CDATA[learning]]></category>
            <category><![CDATA[artificial-intelligence]]></category>
            <category><![CDATA[education]]></category>
            <dc:creator><![CDATA[Learning Equality]]></dc:creator>
            <pubDate>Thu, 12 Feb 2026 20:59:57 GMT</pubDate>
            <atom:updated>2026-02-12T21:05:42.397Z</atom:updated>
            <cc:license>https://creativecommons.org/licenses/by-nc-sa/4.0/</cc:license>
            <content:encoded><![CDATA[<figure><img alt="A young learner stares sadly at a tablet holding the e-pen." src="https://cdn-images-1.medium.com/max/1024/1*0J9kl_BuhKuJN9GdDd6_jA.jpeg" /><figcaption>Photo credit: Ryan Delfin (via Pexels)</figcaption></figure><p>AI is entering classrooms faster than our ability to govern it, study it, or fully understand its consequences.</p><p>From elite, AI-driven private schools promising hyper-personalized learning, to chatbots quietly reshaping how students study, the narrative is often one of inevitability and scale. At the same time, much of the AI narrative assumes constant connectivity, strong governance, and well-resourced systems. Perhaps most dangerous of all, it also assumes that <a href="https://carlhendrick.substack.com/p/privileging-the-already-privileged?utm_campaign=post-expanded-share&amp;utm_medium=web&amp;triedRedirect=true">all children come equally equipped to succeed under minimally guided approaches to learning. They do not.</a></p><p>Real-world examples echo this: A <a href="https://restofworld.org/2025/colombia-meta-ai-education/?utm_source=Rest+of+World+Newsletter&amp;utm_campaign=53031b9797-row-newsletters-global_2026-01-30&amp;utm_medium=email&amp;utm_term=0_-53031b9797-446354598">Rest of the World report shows</a> that students leaning on AI tools have struggled academically, and <a href="https://restofworld.org/2025/south-korea-ai-textbook/?utm_source=Rest+of+World+Newsletter&amp;utm_campaign=53031b9797-row-newsletters-global_2026-01-30&amp;utm_medium=email&amp;utm_term=0_-53031b9797-446354598">governments have already paused or rolled back AI-led education initiatives</a> after errors and unintended harms surfaced.</p><p><a href="https://www.brookings.edu/articles/a-new-direction-for-students-in-an-ai-world-prosper-prepare-protect/?utm_source=chatgpt.com">Research from the Brookings Institution</a> has found that while overuse can weaken students’ social development, strain relationships with teachers, and introduce serious risks around safety and accuracy, thoughtfully designed AI tools can have the opposite effect, and be used to enrich learning when contextualized and applied as part of a pedagogically sound approach.</p><p>That is why, at <a href="http://learningequality.org">Learning Equality</a>, we approach AI from an equity and needs-driven lens. We leverage the technology in learning tools that are specifically designed with and for the communities we serve. All our AI work is grounded in meeting real underserved classroom needs, and developed to support teachers in myriad ways: From providing real-time coaching, to helping them find the most relevant resources for a given lesson, to generating formative assessments, our focus is on helping them save time, so they can continue to play the fundamental role of teaching.</p><p>In underserved communities, where infrastructure is uneven, teachers are central and learning is deeply social. From this vantage point, equity doesn’t come from replacing educators or automating childhood. It comes from creating opportunities for AI literacy over AI dependence, from access to tools that support teachers rather than sideline them, and from integrating technology into public systems instead of bypassing them.</p><figure><img alt="A classroom in India where teachers and learners happily engage in learning, aided by education technology." src="https://cdn-images-1.medium.com/max/1024/1*rjlaT8OOMcfyYQ7wyXgxvQ.jpeg" /><figcaption>Teachers doing what they do best — teach — with Learning Equality’s edtech tools at a school in India. (Photo credit: Thomas Van Den Driessche)</figcaption></figure><p>For funders, policymakers, and technologists, this is a pivotal moment. The question isn’t whether AI has a role in education, but how far, how fast, and under whose terms. If innovation prioritizes scale over care, and speed over evidence, we risk widening the very gaps we claim to close.</p><p>As AI reshapes learning, are we building systems that strengthen human connection, or quietly training the next generation to learn alone? The future of education should be shaped with humility, humanity, and those closest to the classroom at the center. And that’s how we’re approaching AI at LE.</p><p>We invite you to learn more about our work and welcome your insights as we continue to ensure AI is leveraged equitably and responsibly.</p><p>— — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — —</p><p><strong>You can support our work by:</strong></p><ul><li><a href="https://learningequality.org/donate/"><strong>Donat</strong></a><strong>ing</strong>: No amount is too small. Every little bit can help us ensure underserved learners and educators are receiving the educational opportunities they deserve.</li><li>Helping spread the word by engaging with us on<a href="https://x.com/learneq"> </a><a href="https://www.linkedin.com/company/foundation-for-learning-equality/">LinkedIn</a>, <a href="https://www.instagram.com/learningequality">Instagram</a>, <a href="https://youtube.com/learningequality">YouTube</a>, <a href="https://www.tiktok.com/@learningequality">Tik Tok</a>, and <a href="https://facebook.com/learningequality">Facebook</a>.</li><li>Staying in the loop with our work by<a href="https://learningequality.org/r/newsletter"> subscribing for monthly updates</a>.</li></ul><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=30aef0058120" width="1" height="1" alt=""><hr><p><a href="https://blog.learningequality.org/is-ai-fixing-education-or-breaking-what-matters-most-30aef0058120">Is AI Fixing Education or Breaking What Matters Most?</a> was originally published in <a href="https://blog.learningequality.org">Learning Equality</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Our Year in Review: 2025]]></title>
            <link>https://blog.learningequality.org/our-year-in-review-2025-82a4cac02a5b?source=rss-b7e887a88a26------2</link>
            <guid isPermaLink="false">https://medium.com/p/82a4cac02a5b</guid>
            <category><![CDATA[technology]]></category>
            <category><![CDATA[edtech]]></category>
            <category><![CDATA[education]]></category>
            <category><![CDATA[ai]]></category>
            <category><![CDATA[kolibri]]></category>
            <dc:creator><![CDATA[Learning Equality]]></dc:creator>
            <pubDate>Thu, 22 Jan 2026 12:17:18 GMT</pubDate>
            <atom:updated>2026-01-22T12:17:18.035Z</atom:updated>
            <cc:license>https://creativecommons.org/licenses/by-nc-sa/4.0/</cc:license>
            <content:encoded><![CDATA[<p><em>In 2025, the work asked more of everyone. And still, our community kept showing up: Building, teaching, adapting, and reaffirming that learning shouldn’t depend on a stable connection or a lucky geography. What follows is a look back at what we did, why we did it, with whom, and who for.</em></p><figure><img alt="A group of learners sit at a table looking at Kolibri in their tablets. They’re wearing headphones." src="https://cdn-images-1.medium.com/max/1024/0*jdfiW6xBd8gcWCP1.png" /><figcaption>Learners using Kolibri at a YIDA classroom in Uganda</figcaption></figure><h3>The Plan, the People, the Impact</h3><h4>1) Five Years, 25 Million: Game On</h4><p>In 2025, we launched a <a href="https://blog.learningequality.org/5-year-strategy-9bead6d9ff4a">five-year strategy</a> to reach <strong>25 million learners by 2030</strong>. We’re primarily doing that by doubling down on our approach of: <strong>expanding access to offline digital learning</strong>, <strong>deepening the quality and impact of teaching and learning</strong>, and <strong>strengthening local capacity</strong> so organizations can own, lead, and scale what works for them. Grounded in community needs and with 12+ years of close collaborations with implementing organizations worldwide, this plan puts student-centered learning and offline edtech in service of teachers, learners, and local communities: from access to agency.</p><h4>2) Welcoming new teammates</h4><p>This year we were thrilled to add two incredible people to our team to help advance our mission:</p><ul><li><strong>Susan Eyah</strong> — <strong>Learning &amp; Impact Manager (Nigeria)</strong>. Bringing deep experience leading MEL systems across humanitarian, education, and development programs (Mercy Corps, CARE International), Susan centers local ownership and evidence-based learning to elevate stories that move programs forward. She holds a Master’s in Information Management, and off the clock, enjoys curating epic Nigerian meals for family reunions.</li><li><strong>Kenneth Oroma</strong> — <strong>Program Specialist, Student-Centered Learning (Uganda)</strong>. A former Teach For Uganda Fellow and Distinguished Fellow Award recipient, Kenneth has taught across Primary 1–7 and holds a Master’s in International Education &amp; Development. He’s all in on unlocking every child’s potential,Man United-induced stress and all.</li></ul><h4>3) Open source helping open doors: Akshar Foundation (India)</h4><p>Akshar Foundation is reimagining education — and tackling child labor — through a “learning and earning” model that blends student-centered academics with hands-on projects, vocational skills, and community service. Their implementation of Kolibri notably also shows how our open-source tool can be adapted and built upon for different organizational needs. In Akshar’s case, they use Kolibri to engage students in digital literacy, help teachers deliver truly personalized learning, simplify progress tracking for administrators, and even power a digital banking tool that supports safe earned income. It’s a powerful example of how adaptable tech can fuel inclusive, holistic education, and help children become agents of change. <a href="https://www.youtube.com/shorts/ESGHUrgZiQY">Watch the video and <strong>learn more.</strong></a></p><figure><img alt="Learners sit at a table side by side studying together and smiling" src="https://cdn-images-1.medium.com/max/1024/0*Emq9LzlZArIllEI7.png" /><figcaption>Learners from the Akshar Foundation in India</figcaption></figure><h4>4) DIY in action: Bondémi (Guinea-Bissau)</h4><p>We love to learn about organic adoptions of Kolibri, which are made possible through our DIY Implementation model, supported by our comprehensive Edtech Toolkit. This year we had the pleasure of learning about <a href="https://www.linkedin.com/feed/update/urn:li:activity:7348697478151491584">Bondémi</a>, an organization serving learners across the social, public, and development sectors in Guinea-Bissau. Led by digital capacity specialist Bruna Lobo, and supported by AJEP-GB ONG, UNDP, UN Human Rights, and UNICEF (with UN Peacebuilding funding), Bondémi uses Kolibri to democratize access to training content designed for local needs. Kudos to Bruna and the team championing equitable, inclusive digital learning!</p><h4>5) Reshaping teaching and learning in rural Zambia: Impact Network together with PEAS (Zambia)</h4><p>Academics Edward Banda and Jacob Khodowe, working with Impact Network together with PEAS, shared how <a href="https://www.impactnetwork.org/latest-news/kolibri-transforms-classrooms-offline-but-fully-connected">Kolibri is reshaping teaching and learning across rural Zambia</a> — boosting student engagement with interactive content and making lesson planning easier for teachers. With Kolibri now in 40+ government schools in Zambia, we’re proud to see educators and administrators adopting our tools and turning disconnected classrooms into places where learning thrives.</p><h4>6) Equipping the next generation with the skills they need to thrive: Shoulder to Shoulder (Honduras)</h4><p>This year, we watched our friends and long-time collaborators, Shoulder to Shoulder, continue to thrive in Honduras, reaching 20,000+ students across 100+ schools. Over the years, they have helped learners from grades 1–12 build digital literacy, reading, and STEM skills ( — even robotics!) — by adapting Kolibri to best fit their needs. <a href="https://www.youtube.com/watch?v=b-unxbfDOy8">Their video captures the impact beautifully</a>.</p><h4>7) Scaling entrepreneurship to fight extreme poverty: Village Enterprise (Uganda)</h4><p>In 2025, <a href="https://villageenterprise.org/blog/sprint-speeding-up-the-fight-against-extreme-poverty/">Village Enterprise’s SPRINT program</a> showed how smart tooling can multiply impact, and we were honored that Kolibri played a role. By pairing Kolibri-based training with tools like WhatsApp and DreamSave, SPRINT’s product scaling officers supported 5–10× more entrepreneurs, starting and graduating up to 600 businesses a year per officer (vs. 60–70 with traditional mentoring). Inspiring innovation in the fight against extreme poverty.</p><figure><img alt="View of the corner of a room where women sit at desks looking at a projection of Kolibri materials on the wall." src="https://cdn-images-1.medium.com/max/1024/0*7wXoYM4cPg256qcX.jpeg" /><figcaption>A training session with Kolibri from Village Enterprise</figcaption></figure><h4>8) Hands Speak, Minds Grow: Family Educational Services Foundation (Pakistan)</h4><p>In Pakistan — where education is often under-resourced and marginalization compounds for children with disabilities, — Deaf Reach, a program of the Family Educational Services Foundation, (FESF), is using Kolibri to support accessible, visual, and language-rich learning for learners aged 5–16, many with little or no prior schooling. At the Deaf Reach School (DRS) Lahore campus, the team, who are also the — official creators of Pakistani Sign Language, (PSL) — integrates Kolibri for foundational support across an art room, computer lab, and adult skills programs. Deaf Reach aims to expand to 50 DRSsS soon, with 50–70 more planned. They’re showing how offline-first technology can bring — bringing accessible, community-led learning to scale.</p><h4>9) Radios, Routers and Reach: Elimu (Kenya)</h4><p>We loved learning about a community-led Kolibri training by our friends at Elimu in Kenya. As part of their Offline eLearning Solutions (OES) program, Elimu paired Kolibri with long-range routers and Wi-Fi radios to reach remote schools. Over two days, educators dove into learner basics and admin tools: planning lessons, creating quizzes, grouping students, and using our curricular tool, Kolibri Studio, to build custom channels. Next up, selected schools received Kolibri-loaded servers with locally curated government content, thanks to Elimu Development Projects — bringing powerful offline learning even closer to the classroom.</p><h4>10) Local Roots, Wider Reach: Blue Butterfly (Haiti)</h4><p>Our partner Blue Butterfly works to ensure that Haitian children receive a holistic education that equips them to thrive in the contemporary world. The uniqueness of their approach lies in using evidence-based innovations like Kolibri and adapting them to the specific needs of the remote communities they serve. This year, they expanded Kolibri’s reach to even more local organizations, scaling the work to include grades 6 to 9, so more teachers can benefit from locally created resources and Kolibri’s UI in Creole.</p><h3>AI that supports — not replaces — teachers</h3><figure><img alt="A graphic design of equitable AI in action with words and drawings." src="https://cdn-images-1.medium.com/max/1024/0*D6Fulnt6C8uCsoTK.jpeg" /></figure><h4>11) Offline, human-in-the-loop, equitable: our approach to AI</h4><p>In 2025, everyone talked about AI in education, but hardly anyone focused on those who are most disconnected. At Learning Equality, we did. And we asked ourselves: how could AI actually help teachers and children without the internet it typically runs on? With 2.6 billion people still offline, we doubled down on a needs-driven, offline-ready, human-in-the-loop approach, co-designing with educators to ensure that AI supports (not replaces) teachers.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*R2fQ8It_aDQ2__i1" /></figure><p>Practically, that means <strong>ensuring teachers have access to curriculum aligned lesson plans, digital resources, and assessments</strong> for quick pre/post tests. We also integrated AI literacy into Kolibri, so learners and educators could build AI skills safely and confidently. All based on the needs that we heard directly from our community, all intended to give teachers their time back. <a href="https://www.linkedin.com/feed/update/urn:li:activity:7396593079895379969">Check out for yourself!</a></p><h4>12) From Months to Days: Curriculum-Aligned Content, Faster</h4><p>In 2025 we continued to optimize our holistic semi-automated process that turns curricular documents into machine-readable taxonomies and recommends matching resources from a large OER library. <em>New for this year:</em> we advanced the process of AI digitization by working with The Curriculum Foundation to infer learning objectives from each section of the official South Sudanese STEM textbooks. In parallel, we’ve been applying our AI pipelines across the full Kolibri Library of 200K+ resources — transcribing captions, extracting structured metadata, and inferring learning objectives — to enable more detailed and precise curricular matching than any of our previous approaches. We’ve also been using this as an opportunity to generate synthetic datasets to feed into fine tuning the smaller LLMs that we’re working to integrate into Kolibri to support offline use cases.The result: teachers, students, and out-of-school youth in disconnected communities can access curriculum-aligned content faster.</p><h4>13) Less Time Preparing, More Time Teaching</h4><p>At UNESCO’s Digital Learning Week in Paris, our Co-Executive Director, Jamie Alexandre, joined Vodafone Foundation to share how <strong>AI-generated, teacher-co-designed lesson plans</strong> integrated with Kolibri supported refugee teachers in Egypt and South Sudan. The approach keeps resources curriculum-aligned and contextually relevant, reduces workload, and strengthens pedagogy, putting AI to work in service of teachers and expanding quality learning in crisis-affected communities. <a href="https://www.linkedin.com/feed/update/urn:li:activity:7369368691307655168">Learn more.</a></p><h4>14) Equitable AI in Action: UNGA, New York</h4><p>During this year’s United Nations General Assembly, we co-hosted a think-tank session called <strong>“Equitable AI in Action: A Collaborative Exchange for Low-Resource Contexts”</strong> with Associação Nova Escola, Rising Academies, and Luminos Fund at Education House (with support from Teach For All, HundrED, and Salzburg Global), sponsored by the Endless Foundation. At the event, nonprofit leaders, funders, practitioners, and educators gathered for lightning talks and roundtables to explore <strong>how AI can support teachers offline</strong> in low-resource contexts, while centering teacher agency. Three themes rang clear: <strong>keep equity and teacher agency at the center</strong>, <strong>share components and lessons to avoid duplication</strong>, and <strong>work together where approaches overlap</strong>. We’re deeply grateful to all who joined (including Hon. Conrad Sackey, Minister of Basic and Senior Secondary Education of Sierra Leone), and look forward to bringing insights into action in the new year.</p><h3>From Challenge to Change with Flying Colors: Standing with Refugee Learners and Educators</h3><figure><img alt="Shot of a classroom where learners wearing colorful uniforms stand up, arms raised in a V." src="https://cdn-images-1.medium.com/max/1024/0*exMDlfYAHcah6n2m.jpeg" /><figcaption>A Flying Colors classroom with YIDA in Uganda</figcaption></figure><h4>15) Flying Colors: Building Foundations, Shared Practice, and Community</h4><p>Our tech-enabled, project-based learning program for foundational and SEL skills building, Flying Colors, kept its momentum in Uganda with support from the Swarovski Foundation and our local partner, the refugee-led organization YIDA. Highlights from the year include a locally led, in-person Community of Practice in Palabek Refugee Settlement (with school visits and co-created classroom observation schedules) and a follow-up site visit, where members of our team had the chance to join YIDA in observing classrooms across refugee and host communities and meeting with teachers, school administrators, and government stakeholders to discuss scale, sustainability, and system strengthening. Shared meals (yes, the unforgettable goat roast) and a visit to a national park made the week as human as it was practical. All grounded in trust, shared practice, and community.</p><h4>16) PBL Curriculum &amp; Toolkit: open, practical, teacher-ready</h4><p>Building on the needs our Flying Colors implementers shared with us, we created <a href="https://blog.learningequality.org/pbl-fln-edtech-curriculum-d4809392c649">an openly licensed <strong>Project-Based Learning (PBL) Curriculum &amp; Toolkit</strong></a> in the Kolibri Library, aligned to the P3 Abridged Ugandan curriculum. It puts 21 weeks of lesson plans, embedded PBL structures (driving questions, rubrics, presentations), parent/caregiver sessions, adaptable M&amp;E tools, and locally relevant open resources (e.g., Ubongo Kids, African Storybook, Khan Academy) in one place. It also integrates Amal Alliance’s Colors of Kindness SEL activities and a full Training of Trainers pathway with CoP guidance and slide decks. Designed through participatory research with teachers and regional experts, it tackles real classroom constraints (mixed levels, limited time, scarce materials) so any educator can run PBL for foundational literacy and numeracy. No guesswork, no paywall.</p><h4>17) From displacement to impact: James Gihoma’s Story</h4><p>Refugee education has been core to Learning Equality’s work since its inception. On this year’s World Refugee Day, we honored the 122.1 million people displaced worldwide — 49 million of them children — by <a href="https://www.linkedin.com/feed/update/urn:li:activity:7341812111334850560">spotlighting <strong>James Gihoma</strong></a>, our partner and founder of the refugee-led organization <strong>YIDA Youth Initiative</strong>. By collaborating with UNHCR and Vodafone Foundation over the years, we’ve been able to advance our work developing human-in-the-loop, offline AI-powered tools<strong>,</strong> so that organizations like YIDA can ensure that even in crisis, children can learn, grow, and thrive. James’s story is one of resilience and community power, from displacement to impact.</p><h3>Advocacy &amp; Recognition: Momentum On The Global Stage</h3><figure><img alt="" src="https://cdn-images-1.medium.com/max/500/0*FcP8jl5ju7T9sbOo.png" /></figure><h4>18) Building awareness, community, and advocacy across the globe</h4><p>From Nairobi to Paris to Abu Dhabi, our team took the stage to share what equitable, student-centered learning can look like: rooted in a community-driven approach, powered by open, offline digital tools, and built with and for those we serve. Highlights included CIES 2025 (Chicago), World Schools Summit (Abu Dhabi), AI for Education Summit (Nairobi), mEducation Alliance Symposium (Washington, DC), EDTECHWEEK (New York), FiRe and ASU+GSV Summit (San Diego), the Google Summer of Code Mentor Summit (Germany), the Social Innovation Summit (San Francisco), and the International Fundraising Congress (Netherlands). Each one a chance to learn, connect, and move the field forward with equity at the center.</p><h4>19) Momentum, Validated</h4><p>In 2025, our work was recognized across the sector. We won the <a href="https://tools-competition.org/winner/kolibri-dataset/"><strong>Dataset Prize</strong></a> in the <strong>2025 Tools Competition</strong> (Renaissance Philanthropy) for a tool that uses anonymized Kolibri search queries to improve discovery while creating much-needed datasets from underrepresented communities for policy and education researchers. We were selected as one of <a href="http://le.fyi/JFFinnovators">11 Innovators to Watch</a> in <strong>Jobs for the Future’s Market Scan</strong> for transformative edtech in prison learning programs, recognizing Kolibri’s role in expanding opportunity for learners in U.S. correctional facilities, and we were also named a <a href="https://t4.education/edtech-finalists-winners/learning-equality/">Top 10 finalist</a> for the inaugural <strong>Global EdTech Prize</strong> (T4 Education, with Owl Ventures and Digital Promise). Lastly, we were honored to join the <a href="https://www.linkedin.com/posts/global-schools-forum_globalschoolsforum-education-community-activity-7387492581284315136-9GSW?utm_source=share&amp;utm_medium=member_desktop&amp;rcm=ACoAAAjrYlYBrU2jZrG8oaBGWrAMATWWtlLPNuM">Global Schools Forum</a>, a collaborative community of non-state organizations working to improve education at scale for children in low- and middle-income countries, and have Flying Colors be included in the <a href="https://hundred.org/en/innovations/flying-colors"><strong>HundrED 2025 Global Collection</strong></a>, with specific features as part of their “Child-Centered Learning” and “Wellbeing in Schools” spotlights. We are honored to share each of these with inspiring peers advancing technology in service of learners.</p><h3>Fly, Kolibri, Fly…</h3><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*bDMuS_PbO17YZ-Su.png" /></figure><h4>20) Soaring Higher</h4><p>Number of newly known Kolibri installations: Approx. 54,000 (the year hasn’t ended yet!)</p><p>Note that this number reflects only known Kolibri installations (which can serve one individual learner or support an entire school) that have gone online, whereas the majority of Kolibris never go online and are often downloaded once and installed onto many offline devices, which we can’t track. Still, it’s a joyful signal: Kolibri continues soaring to greater heights, opening the world of learning for even more teachers and students, everywhere.</p><h4>21) Streamlined for teachers</h4><p>This year, our product team gave teachers working with Kolibri a much more streamlined experience. Based on user feedback, <a href="https://blog.learningequality.org/kolibri-v0-18-the-coach-experience-refresh-06a9200396a4">the v0.18 family redesigned coach navigation with simplified tabs</a>: “Lessons,” “Quizzes,” and “Groups,” making it quicker and more intuitive to find and manage key teaching tools. Quiz creation also changed, giving educators greater customization and control by allowing them to handpick questions and choose when learners see their results. If that wasn’t enough, the release also improved content discovery with metadata filters for resource type, language, and learning level, and enhanced tagging, so it’s easier to find the right materials fast. In short: less time setting up, more time teaching!</p><h4>22) Shaping Kolibri Studio together</h4><p>Once more in 2025, our community came together to help shape a new generation of features in Kolibri Studio. Through quick feedback calls with our design team, creators and implementers showed us how they customize assessments, track learner progress, navigate the public library, and where there was friction. So we turned that insight into action with <strong>AI-powered search recommendations</strong> in Kolibri Studio. Paired with thorough metadata audits and updates, discovery of relevant content is getting sharper and Studio workflows becoming noticeably more efficient and intuitive. We’re excited to share it with you in the new year.</p><h3>Rolling the Credits: Heartfelt gratitude to our supporters</h3><figure><img alt="A group of learners in a huddle, looking down at the camera." src="https://cdn-images-1.medium.com/max/1024/0*K9SzWojtfO23IF6z.png" /><figcaption>Learners in Bangladesh</figcaption></figure><h4>23) Built with Community, Powered by Volunteers</h4><p>In 2025, our volunteer developer community donated time and talent to strengthen Kolibri and Kolibri Studio for teachers and learners around the world. On behalf of Learning Equality and everyone who relies on our tools, thank you for helping Kolibri fly farther!</p><p>With deep gratitude to:<br>Aadarsh Mahesh K, Abhishek Punhani, Abhishek Yadav, Adib Mubarak, Anas K., Anoushka Jha, Arunima Goel, Arunit Chakraborty, Chetan More, Dorna Raj Gyawali, Eddie Liu, Eshaan Aggarwal, Fidal Mathew, Garvit Singhal, Gautam Manchandani, Jason Altekruse, Jayesh Savaliya, Joseph Avila Alvarez, Karan Kumar Das, Kartikay Singh Pundir, Kshitij Thareja, Lokesh Varma, Mukul Rana, Nandini Saagar, Nihal Shinde, Prashant Thakur, Rafal Paradowski, Rishabh Jain, Ronak Raj, Sahil Sinha, Sanchit Maini, Shivam Daksh, Shobh Raj, Shruti Yadav, Sujai Kumar Gupta, Sukhvir Singh, Tushar Verma, Viraj Jaiswal, Vivek Pathak, Yash Kumar Singh, Yeshwanth Munagapati, and those we only know by their GitHub handles: @Divyanshi750, @kart-u, @malviya-rajveer, @vaibhav-if.</p><h4>24) Google Summer of Code: 5x5 in 2025</h4><p>For the 5th year in a row, we had the honor of being selected as a Google Summer of Code mentoring organization, with 5 projects, tackled by 5 brilliant individuals:</p><p><a href="https://www.linkedin.com/feed/update/urn:li:activity:7396261545057497088">Habiba Ayman</a>, <a href="https://www.linkedin.com/posts/foundation-for-learning-equality_html5-article-renderer-in-kolibri-activity-7404607072572481538-gIRl?utm_source=share&amp;utm_medium=member_desktop&amp;rcm=ACoAAAjrYlYBrU2jZrG8oaBGWrAMATWWtlLPNuM">Winny Chang</a>, <a href="https://www.linkedin.com/feed/update/urn:li:activity:7399099634561794048/">Shruti Yadav</a>, <a href="https://www.linkedin.com/posts/foundation-for-learning-equality_jakub-kom%C3%A1rek-google-summer-of-code-contributor-activity-7403882903362797568-b623?utm_source=share&amp;utm_medium=member_desktop&amp;rcm=ACoAAAjrYlYBrU2jZrG8oaBGWrAMATWWtlLPNuM">Jakub Komárek</a>, and <a href="https://www.linkedin.com/feed/update/urn:li:activity:7406481574394834944/">Dimitrios Mylonas</a>.</p><p>We thank each of them for their time and talent helping us enhance our tools so that learners and educators everywhere, regardless of connectivity, can enjoy a quality digital learning experience.</p><h4><strong>25) That Simple Equation: Intention + Commitment = Impact</strong></h4><p>We extend our heartfelt thanks to so many of our supporters including Woven Foundation, Patrick J. McGovern Foundation, Swarovski Foundation, Equinix Foundation, Vodafone Americas Foundation, Vodafone Foundation, Endless Foundation, Hewlett Foundation, Hewlett Packard Enterprise , Salesforce, Kung Guerra Foundation, and Fast Forward for their support in 2025. Collaborations like these remind us that everyone has a role to play, and when organizations show up with intention, their investment turns into impact.</p><p>— — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — —</p><p>Reading this back, the throughline is clear: when the tools are open, the design is grounded in needs, and the leadership is local, learning can travel — even when connectivity doesn’t.</p><p>This year was proof that progress isn’t a solo; it’s a chorus, built in classrooms, codebases, community gatherings, and long conversations about what equity in learning really looks like.</p><p>Thank you for being part of it. As we head into 2026, we’re carrying the same commitment forward: expanding access, deepening quality, and strengthening local capacity.</p><p>If you can, share this recap, spread the word about our work, or consider a gift to help us keep <strong>opening the world of learning for everyone, everywhere. 💛</strong></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=82a4cac02a5b" width="1" height="1" alt=""><hr><p><a href="https://blog.learningequality.org/our-year-in-review-2025-82a4cac02a5b">Our Year in Review: 2025</a> was originally published in <a href="https://blog.learningequality.org">Learning Equality</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[New Year, New Kolibri: v0.19!]]></title>
            <link>https://blog.learningequality.org/new-year-new-kolibri-v0-19-b79c9dd9db89?source=rss-b7e887a88a26------2</link>
            <guid isPermaLink="false">https://medium.com/p/b79c9dd9db89</guid>
            <category><![CDATA[edtech]]></category>
            <category><![CDATA[kolibri]]></category>
            <category><![CDATA[technology]]></category>
            <category><![CDATA[education]]></category>
            <category><![CDATA[user-experience]]></category>
            <dc:creator><![CDATA[Learning Equality]]></dc:creator>
            <pubDate>Mon, 12 Jan 2026 17:34:43 GMT</pubDate>
            <atom:updated>2026-01-12T17:34:43.513Z</atom:updated>
            <cc:license>https://creativecommons.org/licenses/by-nc-nd/4.0/</cc:license>
            <content:encoded><![CDATA[<p><em>Building on recent enhancements to the Learner and Coach experience, Kolibri v0.19 takes the next step forward by giving Admins faster, more efficient workflows.</em></p><figure><img alt="An illustration with colorful blobs, the kolibri logo and the text: Introducing Kolibri v0.19: The User Management Release." src="https://cdn-images-1.medium.com/max/1024/1*C0zJlXl552FKM4iVhilNCw.png" /></figure><p><a href="https://learningequality.org/kolibri/download/">Kolibri v0.19</a> makes user management easier for program administrators, from navigating the dashboard to creating accounts and managing users in bulk. By saving time on administrative work, administrators can focus on what matters most: supporting their teachers and learners.</p><h4>What’s changing:</h4><p>Based on feedback from our community and implementing partners, we’ve significantly improved how users can be managed. Our latest changes reduce the number of repetitive tasks required for class enrollment and unenrollment of learners, and general account management. This makes both setting up new programs and year-over-year user management simpler and more efficient.</p><p>Previously, many updates had to be made on a per-user basis, one account at a time. Administrators can now perform actions on multiple users at once, reducing the time needed to manage users at scale. Key workflows include:</p><ul><li>Bulk user selection and actions: Allows admins to select multiple users and apply actions to all of them at once, including enrollment, removal from classes, and deletion</li><li>Learner-only device management: Allows admins to remove learner-only devices users from a device and import them outside of the setup wizard workflow</li><li>Improved user creation workflow: Admins can now enroll a user in one or more classes during user account creation</li></ul><p>Here’s a sneak peek at Kolibri v0.19:</p><iframe src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FE7BZkTxseEI%3Ffeature%3Doembed&amp;display_name=YouTube&amp;url=https%3A%2F%2Fwww.youtube.com%2Fshorts%2FE7BZkTxseEI&amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FE7BZkTxseEI%2Fhq2.jpg&amp;type=text%2Fhtml&amp;schema=youtube" width="640" height="480" frameborder="0" scrolling="no"><a href="https://medium.com/media/02972bc38632e6967ed87af0f34045c1/href">https://medium.com/media/02972bc38632e6967ed87af0f34045c1/href</a></iframe><h4>But wait, there’s more!</h4><p>Need to enroll all learners the same year in separate classes for Math, Science, Reading, and History? Now, admins can also create copies of an existing class, to easily duplicate grouped learners and coaches in the same cohort. Make one class, copy and update the class name, and your setup is complete!</p><h4>What’s Next</h4><p>Looking ahead, our roadmap this year includes the much-anticipated launch of the Community Library, which will boast content locally created by our users, as well as content channels aligned to local curricula. We will also update the import and discoverability experience of channels (including Community Library channels!) in Kolibri, to help make it easier for administrators to set up Kolibri devices quickly and efficiently.</p><p>We will also be launching resource upload in lessons, allowing Kolibri Learning Platform users, for the first time, to import their own resources directly into the platform, without having to go through Kolibri Studio.</p><p>These updates add up to less setup and more learning: local channels at your fingertips, content that’s easier to find, and your own resources right inside lessons.</p><p>We’re excited to get to work… and even more excited to see what you do with it! As always, we invite you to join us in making education accessible to all. You can support our work by:</p><ul><li><a href="https://learningequality.org/donate/"><strong>Donat</strong></a><strong>ing</strong>: No amount is too small. Every little bit can help us ensure underserved learners and educators are receiving the educational opportunities they deserve.</li><li>Sharing your Kolibri story with us via the<a href="https://community.learningequality.org/"> Community Forum</a>.</li><li>Helping spread the word by engaging with #KolibriFly on<a href="https://x.com/learneq"> </a><a href="https://www.linkedin.com/company/foundation-for-learning-equality/">LinkedIn</a>, <a href="https://www.instagram.com/learningequality">Instagram</a>, <a href="https://bsky.app/profile/learningequality.bsky.social">Bluesky</a>, <a href="https://youtube.com/learningequality">YouTube</a>, <a href="https://www.tiktok.com/@learningequality">Tik Tok</a>, and <a href="https://facebook.com/learningequality">Facebook</a>.</li><li>Staying in the loop with our work by<a href="https://learningequality.org/r/newsletter"> subscribing for monthly updates</a>.</li></ul><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=b79c9dd9db89" width="1" height="1" alt=""><hr><p><a href="https://blog.learningequality.org/new-year-new-kolibri-v0-19-b79c9dd9db89">New Year, New Kolibri: v0.19!</a> was originally published in <a href="https://blog.learningequality.org">Learning Equality</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Less time preparing, more time teaching: How AI is helping refugee teachers]]></title>
            <link>https://blog.learningequality.org/less-time-preparing-more-time-teaching-how-ai-is-helping-refugee-teachers-79fdf844e07c?source=rss-b7e887a88a26------2</link>
            <guid isPermaLink="false">https://medium.com/p/79fdf844e07c</guid>
            <category><![CDATA[technology]]></category>
            <category><![CDATA[refugees]]></category>
            <category><![CDATA[education]]></category>
            <category><![CDATA[artificial-intelligence]]></category>
            <category><![CDATA[ai]]></category>
            <dc:creator><![CDATA[Learning Equality]]></dc:creator>
            <pubDate>Fri, 17 Oct 2025 18:28:45 GMT</pubDate>
            <atom:updated>2025-10-17T18:28:45.289Z</atom:updated>
            <cc:license>https://creativecommons.org/licenses/by-nc-sa/4.0/</cc:license>
            <content:encoded><![CDATA[<p><em>This blog post was co-authored by Vodafone Foundation and Learning Equality.</em></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*nmSoaFXfCyJOZpOU" /></figure><p>Today there are 12.4 million school-aged refugee children, of which 46% are missing out on an education. That’s over 5.7 million children not in school (<a href="https://www.unrefugees.org/news/five-takeaways-from-unhcrs-2025-education-report/"><em>source: UNHCR Education Report</em></a>). Those who do attend encounter teachers who often face overcrowded classrooms, multiple languages, scarce resources, and extremely limited preparation time.</p><p>It is in this context that Vodafone Foundation and Learning Equality are leveraging AI to strengthen pedagogical support for refugee teachers, complement teacher training and provide ready-to-use lesson plans with an aim of better equipping teachers in classrooms with limited resources.</p><p>We are building this into the Instant Network Schools (INS) program — a partnership between Vodafone Foundation and UNHCR, the UN Refugee Agency, that brings quality digital education to refugee-hosting schools. INS currently operates across six African countries. To date, we have reached more than 382,000 students and over 6,800 teachers, so there is potential for AI to have a huge impact on the quality of education in these communities.</p><p>We started our AI integration pilot in Egypt and South Sudan. This initiative builds on years of foundational work by Learning Equality, Vodafone Foundation and UNHCR to improve the process of bringing together relevant, supplemental content that can support teaching and learning.</p><p>Since its inception, Learning Equality has focused on making high-quality educational resources accessible offline and developing tools to align them with national curricula. In low-resource contexts, this alignment is essential: it ensures that teachers and learners can discover and engage with content that is both relevant and accessible.</p><p>Guided lesson plans are the natural next step — providing structured guidance and classroom activities alongside organizing these aligned resources into structured, pedagogically sound sequences that teachers can use directly in the classroom.</p><h4>Four lessons from our pilots in Egypt and South Sudan:</h4><p><strong>1. Teacher capacity is the most powerful lever for student learning</strong>.</p><p>Research shows that teacher knowledge can explain up to 37% of the variation in student achievement. Strengthening refugee teachers’ ability to engage learners in overcrowded classrooms is one of the most effective investments we can make.</p><p><strong>2. Guided lesson plans are an impactful entry point.</strong></p><p>Aligned to national curricula and integrated with life skills, these plans are built on active learning methods and come with ready-made resources, such as presentations, quizzes, and interactive activities. This saves teachers valuable preparation time while boosting their confidence and classroom engagement.</p><p>Just as importantly, the lesson plans provide a meaningful way for teachers to adopt technology-enabled, student-centered approaches. For many refugee teachers, who often have little access to training or ongoing professional development, this structured guidance acts as a bridge, helping them confidently deploy active pedagogy in their classrooms.</p><p><strong>3. Human-led inputs are critical to drive AI.</strong></p><p>In Egypt, over 780 lesson plans were researched, co-designed, and piloted with teachers, then refined into a standardized structure linked to the INS Teaching for Life framework.</p><p>In South Sudan, we followed another approach: documenting the human “thought process” behind lesson planning by capturing the sequencing of decisions, instructional approaches, and references used.</p><p>Both of these pilots are being evaluated by humans, and can inform future improvements in lesson plan design. This not only makes today’s lesson plans usable, but also creates structured inputs to inform how AI can replicate high-quality pedagogical decision-making at scale.</p><p><strong>4. AI is an enabler, not a replacement.</strong></p><p>As of now, AI supports transcription, translation, and structuring of content. Looking forward, it can accelerate lesson plan production across geographies. But human expertise in pedagogy and cultural context remains essential to ensure quality and relevance.</p><h4>Impact in the classroom</h4><p>Teachers themselves are already reaping the benefits of having contextually-specific lesson plans. As one INS teacher reflected in Egypt:</p><blockquote>“With the new guided lesson plans and digital resources, I can spend less time preparing and more time engaging my students. Even in a crowded classroom, I see more participation and excitement for learning.”</blockquote><p>By embedding active, student-centered methods into every plan, this approach is also helping teachers deploy new technology-enabled strategies that might otherwise remain out of reach. Teachers not only save time but also gain a practical pathway to more engaging and participatory classrooms.</p><h4>Looking ahead</h4><p>As AI evolves, these pilots demonstrate the potential of combining human expertise with AI efficiency to deliver lesson plans that are both scalable and context-appropriate. For teachers, this means more confidence and less preparation time. For students, it means more engaging lessons that build knowledge as well as critical life skills.</p><p>Vodafone Foundation and Learning Equality are committed to continuing to explore how AI can drive the creation of educator-support materials, including for use across more INS countries. Guided by a pedagogy-first approach and continuous teacher feedback, our goal is not to replace teachers but to empower them, and to bring out the best in every learner, even in the most challenging circumstances.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=79fdf844e07c" width="1" height="1" alt=""><hr><p><a href="https://blog.learningequality.org/less-time-preparing-more-time-teaching-how-ai-is-helping-refugee-teachers-79fdf844e07c">Less time preparing, more time teaching: How AI is helping refugee teachers</a> was originally published in <a href="https://blog.learningequality.org">Learning Equality</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[From Access to Agency: Embarking on a 5-Year Journey to Reach 25 Million Learners]]></title>
            <link>https://blog.learningequality.org/5-year-strategy-9bead6d9ff4a?source=rss-b7e887a88a26------2</link>
            <guid isPermaLink="false">https://medium.com/p/9bead6d9ff4a</guid>
            <category><![CDATA[edtech]]></category>
            <category><![CDATA[education]]></category>
            <category><![CDATA[technology]]></category>
            <category><![CDATA[nonprofit]]></category>
            <category><![CDATA[growth-strategy]]></category>
            <dc:creator><![CDATA[Learning Equality]]></dc:creator>
            <pubDate>Tue, 01 Jul 2025 00:15:54 GMT</pubDate>
            <atom:updated>2025-07-01T00:15:54.907Z</atom:updated>
            <cc:license>https://creativecommons.org/licenses/by-nc-sa/4.0/</cc:license>
            <content:encoded><![CDATA[<p><em>Back in 2013, while many believed universal internet access was just around the corner and that the digital learning revolution would soon reach everyone, everywhere, we made a bold decision: to focus on educational equity. Because inequity isn’t accidental; it’s designed. And it can be redesigned.</em></p><figure><img alt="A group of kids wearing colorful shirts, gather around a table, looking at and engaging with their tablets, learning." src="https://cdn-images-1.medium.com/max/1024/1*6kmvEVkfzardSauT4EgggA.jpeg" /><figcaption>Learners at the Kyaka-II Refugee settlement in Uganda</figcaption></figure><p>At Learning Equality, we serve those without access to quality education or reliable connectivity because traditional edtech often fails in these environments.</p><p>Today, our approach, products, and tools address multiple gaps:</p><ul><li>A global learning crisis where 70% of 10-year-olds cannot read and understand a simple text.</li><li>An implementation gap, where teachers are expected to lead digital instruction but aren’t given tools that reflect their needs or constraints.</li><li>A relevance gap, where educational content isn’t aligned to local curricula or delivered in local languages.</li><li>A systemic equity gap, where disconnected communities are excluded from innovations in teaching and learning.</li></ul><p>We develop open educational tools that foster agency for learners, teachers and organizations.</p><p><strong>Thanks to our solutions, over 13 million learners in underserved communities across 220+ countries and territories now have access to transformative digital tools. No connectivity required.</strong></p><figure><img alt="Overhead shot of a single learner engaging in learning on a tablet." src="https://cdn-images-1.medium.com/max/1024/1*u1xr1v-YVNJHlcCselxAtA.jpeg" /><figcaption>Learning at play at the Kyaka-II Refugee settlement in Uganda</figcaption></figure><p>We also recognize that technology alone isn’t a silver bullet, so we approach edtech differently: We design it for the contextual realities for when the Internet is limited or does not exist, leveraging it to foster student-centered learning practices.</p><h4><strong><em>Why student-centered learning?</em></strong></h4><p>Because in many underserved contexts, traditional approaches still hinge on teacher-led instruction with minimal student participation. A student-centered model empowers learners, giving them choice, voice, and deeper engagement in shaping their educational journey. This philosophy, paired with intentional offline-first edtech design, ensures that even in disconnected environments, every learner can be an active agent in their own growth, leading to better learning outcomes.</p><p>Beyond that, our focus is honed in on providing organizations — through direct assistance or our DIY model — with what they need to ensure that the future of learning doesn’t belong only to those already connected.</p><p>Over the past twelve years, we’ve seen what’s possible for learning when dedicated communities, educators, and organizations come together around a shared vision. From classrooms in rural villages to learning centers in refugee camps, we’ve witnessed offline-first technology unlock opportunities where few believed it could. This experience has laid a strong foundation, and now, we’re ready to build on it with even greater ambition and clarity.</p><h3>That’s why we’ve set ourselves an ambitious goal: <strong>Reach 25 million learners by 2030</strong>.</h3><figure><img alt="A group of 6 kids in a huddle looks down into the camera. They’re in green and red uniform." src="https://cdn-images-1.medium.com/max/1024/1*b_z-Gh1zmHJWvpna1L92-Q.png" /><figcaption>Learners at school in Bangladesh. Photo credit: Agami.</figcaption></figure><p>We’re going all in on realizing our vision of a world where every learner can thrive. Because in five years, learning will look completely different shaped by AI, and those who have power over information. And if we’re not intentional, the same students being left behind in today’s classrooms will be left out of tomorrow’s world.</p><blockquote>“Looking ahead, our strategy for the next five years is both a continuation and an evolution. We know that access alone isn’t enough and we’ve always focused on enabling student centered learning. And now we see an opportunity to deepen the quality of learning experiences and focus more on student centered learning and working more closely with organizations to drive local change but also accelerate learning outcomes at scale”.</blockquote><blockquote><em>— Navya Akkinepally, Co-Executive Director</em></blockquote><h3>Our 5-Year Strategy</h3><p>Our new strategic plan takes what we’ve learned over the years and doubles down on three fronts: <strong>expanding our reach, deepening our impact and the quality of learning and teaching we enable, and strengthening local capacity</strong> for the organizations and communities we serve. Here’s how we’re getting there:</p><p>We’ll continue doing what we do best:<strong> innovating with Kolibri — our open product ecosystem — to promote offline-first edtech and student-centered learning</strong>. As education evolves with new technologies, we’ll keep centering those furthest from opportunity, ensuring underserved learners and educators benefit directly from AI. We’ll focus on building digital skills and AI literacy in disconnected communities and invest in R&amp;D in emerging technologies. Our work will remain grounded in feedback from our user community, while we deepen collaboration with implementing partners to strengthen Kolibri, enhance organizational support, and drive meaningful learning outcomes. As part of this, we’re investing in rigorous education research by co-creating learning agendas that generate actionable evidence on what drives teacher practice change and student progress in low-resource settings, while contributing to the broader education research and policy landscape.</p><p>We will also continue to <strong>focus on building foundational and socio-emotional skills for young learners through tech-enabled project-based learning</strong>. This approach addresses the issue of learning poverty by helping children develop basic literacy and numeracy skills through play and problem-solving activities. We’ve seen, first-hand, that this method works, and we remain committed to deepening its impact on learners and educators globally.</p><p>We are going to accelerate our progress toward our product vision of aligning content to every country’s curriculum by <strong>supporting local content creation, developing tools to digitize and align standards, and integrating content recommendations into our offline product</strong>. This work leverages advances in GenAI and our machine learning algorithms to drive edtech adoption, making it easier for underserved communities to adopt tools that fit their unique educational goals.</p><p><strong>Lastly, we’re going to launch something new: a collective of organizations united by a shared mission of advancing student-centered learning through offline edtech</strong>. The Collective will promote collaboration, peer learning, and local ownership — essential for building strong partnerships and scaling sustainable adoption. By working together, members of the Collective will strengthen their ability to support educators, expand local content creation, and improve learning outcomes. They’ll also gain deeper insights into unique organizational needs and impact as they build a stronger evidence base to support broader adoption of offline-first edtech and student-centered learning practices.</p><p>This new initiative is also aligned with our <a href="http://le.fyi/Co-leadership">recent shift to a distributed leadership</a>, and our ongoing commitment towards a more community-proximate organizational model.</p><h3>With the word, our Co-Executive Directors</h3><p>On a candid chat, our Co-Executive Directors, Navya Akkinepally, Lauren Lichtman, and Jamie Alexandre share more about our 5-year Strategy: Why it matters, what it means for learners and partners around the world, and how we’re turning vision into action.</p><p><em>Watch the video below to hear their insights firsthand.</em></p><iframe src="https://cdn.embedly.com/widgets/media.html?url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dfaq0bRjejaI&amp;type=text%2Fhtml&amp;schema=google&amp;display_name=YouTube&amp;src=https%3A%2F%2Fwww.youtube.com%2Fembed%2Ffaq0bRjejaI" width="854" height="480" frameborder="0" scrolling="no"><a href="https://medium.com/media/58b59dd26232c39d2d8f14056b5f0400/href">https://medium.com/media/58b59dd26232c39d2d8f14056b5f0400/href</a></iframe><h3>How You Can Get Involved</h3><p>While this strategy lays the path forward — the real impact only happens when it’s put into practice. Everything we’ve achieved thus far has been shaped by the people who use our tools, adapt them, and bring them to life in their communities. That’s why we’re inviting you to join us in turning vision into reality.</p><p>Our journey forward depends on those who believe, like we do, that every learner deserves a seat at the learning table — no matter where they live or what resources they have.</p><p>We’re more excited than ever about what the future holds, and we invite you to join us in this journey:</p><ul><li><a href="https://learningequality.org/donate/"><strong>Donate</strong>!</a> No amount is too small. Every little bit can help us ensure underserved learners and educators are receiving the educational opportunities they deserve.</li><li>Let us know about other initiatives that we should be aware of as we embark on this new Collective by sending us an email at <a href="mailto:info@learningequality.org">info@learningequality.org</a>.</li><li>And if you’re already using Kolibri, share your story with us via the<a href="https://community.learningequality.org/"> Community Forum</a>.</li></ul><p>You can also watch #KolibriFly on<a href="https://x.com/learneq"> </a><a href="https://www.linkedin.com/company/foundation-for-learning-equality/">LinkedIn</a>, <a href="https://www.instagram.com/learningequality">Instagram</a>, <a href="https://bsky.app/profile/learningequality.bsky.social">Bluesky</a>, <a href="https://youtube.com/learningequality">YouTube</a>, <a href="https://www.tiktok.com/@learningequality">Tik Tok</a>, <a href="https://twitter.com/learneq">X</a>, and <a href="https://facebook.com/learningequality">Facebook</a>, and stay in the loop with our work by<a href="https://learningequality.org/r/newsletter"> subscribing for monthly updates here</a>.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=9bead6d9ff4a" width="1" height="1" alt=""><hr><p><a href="https://blog.learningequality.org/5-year-strategy-9bead6d9ff4a">From Access to Agency: Embarking on a 5-Year Journey to Reach 25 Million Learners</a> was originally published in <a href="https://blog.learningequality.org">Learning Equality</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Kolibri v0.18 — The Coach Experience Refresh]]></title>
            <link>https://blog.learningequality.org/kolibri-v0-18-the-coach-experience-refresh-06a9200396a4?source=rss-b7e887a88a26------2</link>
            <guid isPermaLink="false">https://medium.com/p/06a9200396a4</guid>
            <category><![CDATA[edtech]]></category>
            <category><![CDATA[ux-design]]></category>
            <category><![CDATA[kolibri]]></category>
            <category><![CDATA[education]]></category>
            <category><![CDATA[metadata]]></category>
            <dc:creator><![CDATA[Learning Equality]]></dc:creator>
            <pubDate>Tue, 27 May 2025 22:00:29 GMT</pubDate>
            <atom:updated>2025-09-01T22:10:15.281Z</atom:updated>
            <cc:license>https://creativecommons.org/licenses/by-nc-sa/4.0/</cc:license>
            <content:encoded><![CDATA[<h3>Kolibri v0.18 — The Coach Experience Refresh.</h3><h3>A Smoother Coach Experience, Built for Educators.</h3><figure><img alt="An colorful illustration of blobs and the Kolibri logo that reads: Kolibri v0.18, the Coach Experience Refresh" src="https://cdn-images-1.medium.com/max/1024/1*mePZXKiYFzqmlpCHCNLx4w.png" /></figure><h4>Fasten your seat belts, please: Kolibri v0.18 is taking off!</h4><p><a href="https://learningequality.org/kolibri/download/">This release</a> enhances the user experience in Coach, making it easier for educators to navigate the dashboard, plan lessons and assessments, and discover the most relevant resources at their fingertips through the use of metadata. It’s all about saving time and helping them focus on what matters most — teaching.</p><h3><strong>What’s changing:</strong></h3><p>Community, we heard you! Based on your feedback, we’ve simplified the navigation in Coach: The “Report” and “Plan” tabs have been removed, and replaced with “Lessons”, “Quizzes”, and “Groups” tabs. This way, coaches can get to specific activities or assignments more easily, with fewer clicks.</p><p>The quiz creation experience has also been enhanced: While quizzes can still be auto-generated with random questions from a pool of exercises, we’re upping the ante on customization. Now, coaches can also handpick the individual questions that best fit your and your learners’ needs.</p><h4>But wait, there’s more!</h4><p>Now, the coach user can also control when quiz reports are shown to learners. By default, reports will still be visible right after a learner submits the quiz, just like before. But if the coach would rather wait, they can hold off until they officially end the quiz to let those results be known. It’s up to them!</p><h3><strong>What’s brand new:</strong></h3><p>Building on the <a href="https://blog.learningequality.org/introducing-kolibri-studio-2024-the-bulk-editing-release-c92a1e2db447">latest update to Kolibri Studio, the Bulk Editing Release</a>, we’re thrilled to announce that coaches can now use filters when browsing resources and search results.</p><p>Using filters for <em>activity type</em> (video, audio, reading materials), and <em>language</em> — which are available across all materials in the Library — they can find the materials that really matter to them much faster!</p><p>Please note that some resources may have additional metadata such as <em>materials required, level (</em>primary, secondary, professional skills, etc.<em>) </em>and <em>category</em> (school subjects, vocational materials).</p><h3><strong>A ‘label’ of love</strong></h3><p>Given the size of the Kolibri Library, we’re still working on labelling every public channel in it. A community volunteer, Kaiti Kinshella, M.A.T, is helping us get there! We started with our most used channels (in no particular order, please see below), and are continuing to label them as we go.</p><figure><img alt="A list of all channels in the Kolibri Library that has been tagged with metadata: Similasyon Enteraktif PhET PhET simulations interactives PhET simulações interativas PhET — інтерактивне моделювання Project Based Learning with Kolibri Simulaciones interactivas PhET PhET Interactive Simulations Mô phỏng Tương tác PhET PhET Interaktiv Simulyatsiyalar PhET Symulacje interaktywne PhET 인터액티브 시뮬레이션 PhET ઇન્ટરેક્ટિવ સિમ્યુલેશન્સ PhET İnteraktiv Simulyasiyar How to get started with Kolibri Colors of Kin" src="https://cdn-images-1.medium.com/max/1024/1*GjoEI7mZuSE-cdvm_fqctQ.png" /></figure><p><strong>Please note:</strong> in order to see these channels with the metadata applied, you’ll need to <a href="https://kolibri.readthedocs.io/en/latest/manage/resources.html#update-channels">update your channels through the Device tab.</a></p><figure><img alt="A screenshot of Kolibri’s documentation on how to update channels" src="https://cdn-images-1.medium.com/max/1024/0*8Afhzf6enc-FPv-y" /><figcaption>Kolibri User Guide: <a href="https://kolibri.readthedocs.io">https://kolibri.readthedocs.io</a></figcaption></figure><h3><strong>Labels, your way</strong></h3><p>Want to label your own channels? You can! Use Kolibri Studio to add metadata and boost discoverability in your own content. Just remember to re-publish and <a href="https://kolibri.readthedocs.io/en/latest/manage/resources.html#update-channels">update through the Device</a> tab to see your changes.</p><p>Need help labelling? We’ve got you covered — <a href="https://docs.google.com/document/d/1iLBw4byssTFFbC_mtg9y0mUMG8Z7ajKNB2mKu3fnpLw/edit?tab=t.0">here’s some guidance on how to do it</a>.</p><p><strong>IMPORTANT:</strong> Please note that once you label your channels, you’ll need to re-publish them in order to see the applied metadata, as well as <a href="https://kolibri.readthedocs.io/en/latest/manage/resources.html#update-channels">update them through the Device tab</a>.</p><p>We hope these updates will help educators plan faster, find what they need quicker, and spend more time doing what they do best: teaching!</p><p>We’d also like to acknowledge Kaiti Kinshella, M.A.T, for contributing her time and skills to label the channels in our Library. Thank you, Kaiti, we appreciate you!</p><h3>Support Our Work!</h3><p>Here are the many ways you can support Learning Equality:</p><ul><li><a href="https://learningequality.org/donate/"><strong>Donate</strong>!</a> No amount is too small. Every little bit can help us ensure underserved learners and educators are receiving the educational opportunities they deserve.</li><li>Speak more than one language? Help us localize our tools! Email us at <a href="mailto:i18nteam@learningequality.org">i18nteam@learningequality.org</a> to learn how.</li><li>See a bug? Don’t hesitate to file an issue on<a href="https://github.com/learningequality/kolibri/issues"> GitHub</a> or send us feedback via the <a href="https://community.learningequality.org/">Community Forum</a>.</li><li>Ready to start using Kolibri?<a href="https://learningequality.org/download/"> Download the latest version here.</a></li><li>Already using Kolibri? Share your story with us via the<a href="https://community.learningequality.org/"> Community Forum</a> or send us an email at info@learningequality.org.</li></ul><p>You can also watch #KolibriFly on <a href="https://www.instagram.com/learningequality">Instagram</a>, <a href="https://www.linkedin.com/company/foundation-for-learning-equality/">LinkedIn</a>, <a href="https://bsky.app/profile/learningequality.bsky.social">and Bluesky,</a> and stay in the loop with our work by<a href="https://learningequality.org/r/newsletter"> subscribing for monthly updates here</a>.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=06a9200396a4" width="1" height="1" alt=""><hr><p><a href="https://blog.learningequality.org/kolibri-v0-18-the-coach-experience-refresh-06a9200396a4">Kolibri v0.18 — The Coach Experience Refresh</a> was originally published in <a href="https://blog.learningequality.org">Learning Equality</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Introducing Kolibri Studio 2024: The Bulk Editing Release]]></title>
            <link>https://blog.learningequality.org/introducing-kolibri-studio-2024-the-bulk-editing-release-c92a1e2db447?source=rss-b7e887a88a26------2</link>
            <guid isPermaLink="false">https://medium.com/p/c92a1e2db447</guid>
            <category><![CDATA[education]]></category>
            <category><![CDATA[technology]]></category>
            <category><![CDATA[bulk-editing]]></category>
            <category><![CDATA[resources-for-educators]]></category>
            <category><![CDATA[kolibri]]></category>
            <dc:creator><![CDATA[Learning Equality]]></dc:creator>
            <pubDate>Thu, 17 Oct 2024 20:28:24 GMT</pubDate>
            <atom:updated>2024-10-18T14:41:59.270Z</atom:updated>
            <cc:license>https://creativecommons.org/licenses/by-nc-sa/4.0/</cc:license>
            <content:encoded><![CDATA[<p><em>A big step for our team, a giant leap for our users. The new bulk edit feature allows curriculum specialists to save time, effort, and prevent errors. Our Senior Full Stack Engineer, </em><a href="https://www.linkedin.com/in/samson-akol-3a031a60/"><em>Samson Akol</em></a><em>, who managed this release and mentored the primary developer, </em><a href="https://www.linkedin.com/search/results/all/?fetchDeterministicClustersOnly=true&amp;heroEntityKey=urn%3Ali%3Afsd_profile%3AACoAAC0TiAcBgpkY90LN_8KI2pg71lZ8Q52ZBdE&amp;keywords=alex%20velez&amp;origin=RICH_QUERY_SUGGESTION&amp;position=0&amp;searchId=376defd9-a7f9-460d-8733-15a13ce3e6f5&amp;sid=.pV&amp;spellCorrectionEnabled=false"><em>Alex Velez</em></a><em>, explains more.</em></p><figure><img alt="An image depicting a person working on a laptop. Icons pop out of the screen to convey the idea of bulk editing resources." src="https://cdn-images-1.medium.com/max/1024/1*CkKjsWulo_gTdI32nvEN8A.png" /><figcaption>Image created in Canva</figcaption></figure><p>Imagine you’re a curriculum expert who has been tasked with updating the language field for thousands of resources. Typically, there are two ways to go about it:</p><p><em>Single edit</em><br>This approach requires editing each resource individually. A time-consuming and tedious process, especially when dealing with thousands of resources. Not only does this sound like a painful exercise, but it also increases the risk of errors due to the repetitive nature of the task.</p><p><em>Multiple edit</em><br>With this approach, you can select all the resources you want to update and apply the language change in one go. This is a far more efficient solution, saving both time and effort.</p><p>Up until now, Kolibri Studio users lacked the ability to edit channel resources in bulk. They were forced to rely on the main edit page, which could be quite time-consuming, especially when editing multiple resources. These pain points were raised by our community time and time again and in response, we undertook a series of design sessions, and have now implemented a solution we think will make this process more seamless and efficient.</p><h4><strong><em>Drum roll: </em></strong>Introducing Kolibri Studio’s new bulk edit feature!</h4><p>This feature allows users to quickly and easily update the metadata for one or more resources at once. Editable metadata includes language, category, levels, learning activities, source, audience, and requirements. With the enhanced command palette, users can now access bulk edit options effortlessly. What’s more, these options are also available through each resource’s menu. These improvements not only save valuable time but also reduce cognitive load by eliminating the need to navigate between pages when performing editing tasks.</p><p>Enough said — now, let’s dive into the bulk edit feature in more detail.</p><h4><strong>Improved command palette and quick edit menu options</strong></h4><p>The palette has been enhanced with a set of quick actions that allow you to edit specific resources without needing to navigate away from your current page. These options are also available in the menu for individual resources, ensuring easy access. They are:</p><ol><li><strong>Edit language</strong><br>A modal is presented to the user, allowing them to change the language of the selected resources to the desired language. To help quickly find the desired language, a filter has been added. Clicking ‘Save’ applies the change to all selected resources.</li></ol><figure><img alt="A screenshot of the new edit language modal as part of the Bulk Edit feature in Kolibri Studio." src="https://cdn-images-1.medium.com/max/1024/0*tSh9zz4fsKL9GUrI" /></figure><p><strong>2. Edit categories</strong><br>A modal is presented to the user, allowing them to change the categories of the selected resources to the desired ones. Similarly, to help quickly find the desired categories, a filter has been added. Clicking ‘Save’ applies the change to all selected resources.</p><figure><img alt="A screenshot of the new edit categories modal as part of the Bulk Edit feature in Kolibri Studio." src="https://cdn-images-1.medium.com/max/1024/0*u4O9SEJ_Uhvk54BF" /></figure><p><strong>3. Edit levels</strong><br>A modal is presented to the user, allowing them to change the levels of the selected resources to the desired ones. Clicking ‘Save’ applies the change to all selected resources.</p><figure><img alt="A screenshot of the new edit levels modal as part of the Bulk Edit feature in Kolibri Studio." src="https://cdn-images-1.medium.com/max/1024/0*sq0KUs2SLJ9KJ-nU" /></figure><p><strong>4. Edit learning activities</strong><br>A modal is presented to the user, allowing them to change the learning activities of the selected resources to the desired ones. Clicking ‘Save’ applies the change to all selected resources.</p><figure><img alt="A screenshot of the new edit learning activity modal as part of the Bulk Edit feature in Kolibri Studio." src="https://cdn-images-1.medium.com/max/1024/0*ZsBp0a7xwb5sf66-" /></figure><p><strong>5. Edit sources</strong><br>A modal is presented to the user, allowing them to change the source information of the selected resources to the desired one. Please note that source information cannot be changed for resources from public channels. Clicking ‘Save’ will apply the change to all selected resources.</p><figure><img alt="A screenshot of the new edit sources modal, as part of the Bulk Edit feature in Kolibri Studio." src="https://cdn-images-1.medium.com/max/1024/0*JmjxfLlvkhaU2pv0" /></figure><p><strong>6. Edit audience</strong><br>A modal is presented to the user, allowing them to change the audience of the selected resources to the desired one. Clicking ‘Save’ will apply the change to all selected resources.</p><figure><img alt="A screenshot of the new edit audiences modal, as part of the Bulk Edit feature in Kolibri Studio." src="https://cdn-images-1.medium.com/max/1024/0*nGwDm-O6zF8eol7H" /></figure><p><strong>7. Edit requirements</strong><br>A modal is presented to the user, allowing them to change the study requirements of the selected resources to the desired ones. Clicking ‘Save’ will apply the change to all selected resources.</p><figure><img alt="A screenshot of the new edit requirements modal, as part of the Bulk Edit feature in Kolibri Studio." src="https://cdn-images-1.medium.com/max/1024/0*Gcx_LA7te2WfczzR" /></figure><p>All of these options are accessible through the menu of an individual resource, as you can see below. Clicking on them will display the respective modal shown above.</p><figure><img alt="A screenshot of an individual resource edit menu, a part of the Bulk Edit feature in Kolibri Studio." src="https://cdn-images-1.medium.com/max/1024/0*I5-fdAJce1ssQ6lo" /></figure><p>The menu of an individual resource also includes an additional edit option, allowing users to modify the completion criteria of the resource.</p><figure><img alt="A screenshot of an individual resource edit menu, a part of the Bulk Edit feature in Kolibri Studio." src="https://cdn-images-1.medium.com/max/1024/0*DRdUSdpFyGUf8KlJ" /></figure><p>Clicking on ‘Edit Completion’ presents a modal that allows you to modify the completion criteria based on the type of resource. The screenshots below show examples of what you can expect:</p><ul><li><em>Video resources</em></li></ul><figure><img alt="A screenshot of the edit completion modal, highlighting video resources. A part of the Bulk Edit feature in Kolibri Studio." src="https://cdn-images-1.medium.com/max/1024/0*tU0p0gm2UehEW6Jz" /></figure><ul><li><em>HTML5 resources</em></li></ul><figure><img alt="A screenshot of the edit completion modal, highlighting HTML5 resources. A part of the Bulk Edit feature in Kolibri Studio." src="https://cdn-images-1.medium.com/max/1024/0*8kyJNeJNkOoL5Fqi" /></figure><ul><li><em>Exercises</em></li></ul><figure><img alt="A screenshot of the edit completion modal, highlighting exercises. A part of the Bulk Edit feature in Kolibri Studio." src="https://cdn-images-1.medium.com/max/1024/0*8fAwwS8Q8TjWTZ7O" /></figure><p><strong>Metadata inheritance </strong><br>Users are now prompted when moving resources between locations, if the metadata of the source does not match that of the destination. This allows them to either override the destination metadata or keep it intact. This typically happens when moving or copying resources from one location to another within a channel.</p><figure><img alt="A screenshot of the metadata bulk editing modal, a part of the Bulk Edit feature in Kolibri Studio." src="https://cdn-images-1.medium.com/max/1024/0*DviQmW-ugPS-VurY" /></figure><h4>Other enhancements and fixes</h4><p>This new Bulk Edit Release also includes exciting fixes and enhancements that improve the overall user experience in Kolibri Studio. Here are a few notable mentions:</p><ul><li>Pagination has been added to make browsing a channel easier. It is displayed when a channel has more than 25 resources.</li><li>The ‘Sort Alphabetically’ option has been introduced in the command palette to enhance sorting capabilities for users.</li><li>H5P interactive files can now be uploaded as resources.</li><li>The login password policy has been strengthened to enhance security.</li></ul><h4>Thanking our community</h4><p>So much work and effort went into accomplishing this release, it wouldn’t have been possible without the dedication and support of our amazing community of contributors. We would like to extend our sincere thanks to <a href="https://github.com/learningequality/studio/releases/tag/v2024.10.02">the contributors</a> who generously gave their time and technical expertise to enhance features and fix long-standing bugs — thank you! Special thanks to <a href="https://github.com/AlexVelezLl">Alex Velez</a> for implementing the bulk edit feature that we’re shining the spotlight on today.</p><p>Our hope is that Kolibri Studio v2024.10.02 improves your efficiency and saves you valuable time as you manage your channels.</p><p>Try it out and let us know what you think — your feedback is invaluable to improving Kolibri Studio.</p><p>See you next time.</p><p>— — — — — — — — — — — — — — — —</p><h3>Support Our Work!</h3><p>Here are the many ways you can support Learning Equality:</p><ul><li><a href="https://learningequality.org/donate/"><strong>Donate</strong>!</a> No amount is too small. Every little bit can help us ensure underserved learners and educators are receiving the educational opportunities they deserve.</li><li>Speak more than one language? Help us localize our tools! Email us at <a href="mailto:i18nteam@learningequality.org">i18nteam@learningequality.org</a> to learn how.</li><li>See a bug? Don’t hesitate to file an issue on<a href="https://github.com/learningequality/kolibri/issues"> GitHub</a> or send us feedback via the <a href="https://community.learningequality.org/">Community Forum</a>.</li><li>Ready to start using Kolibri?<a href="https://learningequality.org/download/"> Download the latest version here.</a></li><li>Already using Kolibri? Share your story with us via the<a href="https://community.learningequality.org/"> Community Forum</a> or send us an email at info@learningequality.org.</li></ul><p>You can also watch #KolibriFly on <a href="https://x.com/learneq">Twitter/X</a>,<a href="https://www.facebook.com/learningequality/"> Facebook</a>,<a href="https://www.instagram.com/learningequality"> Instagram</a>, and<a href="https://www.linkedin.com/company/foundation-for-learning-equality/"> LinkedIn</a>, and stay in the loop with our work by<a href="https://learningequality.org/r/newsletter"> subscribing for monthly updates here</a>.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=c92a1e2db447" width="1" height="1" alt=""><hr><p><a href="https://blog.learningequality.org/introducing-kolibri-studio-2024-the-bulk-editing-release-c92a1e2db447">Introducing Kolibri Studio 2024: The Bulk Editing Release</a> was originally published in <a href="https://blog.learningequality.org">Learning Equality</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Introducing Kolibri: The Android App Release]]></title>
            <link>https://blog.learningequality.org/kolibri-the-android-app-release-f699bdad92e3?source=rss-b7e887a88a26------2</link>
            <guid isPermaLink="false">https://medium.com/p/f699bdad92e3</guid>
            <category><![CDATA[edtech]]></category>
            <category><![CDATA[android-app-development]]></category>
            <category><![CDATA[learning]]></category>
            <category><![CDATA[education]]></category>
            <category><![CDATA[technology]]></category>
            <dc:creator><![CDATA[Learning Equality]]></dc:creator>
            <pubDate>Thu, 01 Aug 2024 10:28:20 GMT</pubDate>
            <atom:updated>2024-08-06T23:15:38.162Z</atom:updated>
            <cc:license>https://creativecommons.org/licenses/by-nc/4.0/</cc:license>
            <content:encoded><![CDATA[<figure><img alt="An illustration with colorful ‘blobs’ around the corners and in the middle, the Kolibri logo. It reads: Kolibri: the Android App Release." src="https://cdn-images-1.medium.com/max/1024/1*_F4LtutPI1MXhshvRkm_vg.png" /></figure><p><em>Drum roll, please… Kolibri: The Android App Release is here! This significant update — the last on our </em><a href="http://le.fyi/new-era"><em>‘new era’ series</em></a><em> — gives Kolibri a whole new look, some robust new features, and an Android App! Can we hear a woot, woot?</em></p><p>We couldn’t be more thrilled to announce this new version of Kolibri. Especially designed to give more autonomy to learners, coaches and administrators, this release brings some important new features to streamline learning, and improve resource discovery and management. Additionally, we are opening up our <a href="https://play.google.com/store/apps/details?id=org.learningequality.Kolibri">Kolibri Android App</a> for public testing, enabled by new resource syncing and independent learner workflows. Here’s a closer look at what’s new:</p><h3>A New Look!</h3><p>Kolibri’s look has been updated as part of the <a href="http://le.fyi/new-brand">recently announced Learning Equality’s brand refresh</a>. The new Kolibri brand brings a more vibrant color palette, a revamped logo, and fun graphic elements to make learning in Kolibri a more engaging experience. Our new brands can be experienced across all our product ecosystem and communication channels. We hope you like it!</p><figure><img alt="a screenshot of the Kolibri sign in page. An image in the background with a boy at his desk tapping on a tablet, and the sign in modal overlapped at the center." src="https://cdn-images-1.medium.com/max/1024/1*AyV4f1z_-TjuyxFI8btt5g.png" /></figure><h3><strong>Seamless Syncing and User Setup</strong></h3><h4><strong>Robust Syncing of User Data and Resources:</strong></h4><p>The Android App Release builds on earlier work to introduce a highly reliable system for syncing user data and resources. This ensures that learners can access their progress and materials across different devices without any hassle, fostering a more fluid learning experience.</p><iframe src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2Fl5bHgwEsTvM%3Ffeature%3Doembed&amp;display_name=YouTube&amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dl5bHgwEsTvM&amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2Fl5bHgwEsTvM%2Fhqdefault.jpg&amp;key=a19fcc184b9711e1b4764040d3dc5c07&amp;type=text%2Fhtml&amp;schema=youtube" width="854" height="480" frameborder="0" scrolling="no"><a href="https://medium.com/media/2a2873bc6eb4185741f693135b17d7af/href">https://medium.com/media/2a2873bc6eb4185741f693135b17d7af/href</a></iframe><h4><strong>Quick Learner / Independent Learner Setup:</strong></h4><p>Getting started on Kolibri is now easier than ever. Our new onboarding experience allows users to join a facility effortlessly or quickly set up as independent learners with our <a href="https://drive.google.com/file/d/1o5xeISZhFCD1KQ8K6iCvaelTRe9-w-LA/view?usp=drive_link">rapid “on my own setup” option</a>. This streamlined process means learners spend less time setting up and more time engaging with educational content.</p><iframe src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FQtmE_5ZQozQ%3Ffeature%3Doembed&amp;display_name=YouTube&amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DQtmE_5ZQozQ&amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FQtmE_5ZQozQ%2Fhqdefault.jpg&amp;key=a19fcc184b9711e1b4764040d3dc5c07&amp;type=text%2Fhtml&amp;schema=youtube" width="854" height="480" frameborder="0" scrolling="no"><a href="https://medium.com/media/fad8f055bb1f806edc891f48a53ed495/href">https://medium.com/media/fad8f055bb1f806edc891f48a53ed495/href</a></iframe><h4><strong>Data Transfer for Independent Learners:</strong></h4><p>Independent learners can now transfer their existing data and learning progress to a learning facility. This feature is particularly beneficial for learners who begin their journey independently and later join a structured learning environment, ensuring a smooth transition without losing their progress.</p><h3>Enhanced Resource Discovery</h3><h4><strong>Automatic Transfer of Assigned Resources:</strong></h4><p>Assigned lessons and quizzes are now automatically transferred to learner devices for when they are being taken away from the central server. This allows coaches to dynamically manage and distribute content without needing an administrator to import all materials beforehand, making the coaching / instruction process seamless, and optimizing the limited storage space on learner devices.</p><h4><strong>Browsing the Public Kolibri Library and Local Kolibri</strong> <strong>Libraries:</strong></h4><p>Both administrators and independent learners can now view other Kolibri libraries on their local network and browse resources without importing them. If connected to the internet, superadmins and independent learners can also access Learning Equality’s public Kolibri Library hosted on Kolibri Studio. This feature broadens the scope of accessible educational content and facilitates easy resource discovery.</p><h4><strong>Downloading Resources for Offline Access:</strong></h4><p>Learners can download resources from other Kolibri libraries to their device for offline viewing. This ensures that even when they are no longer on the same network, learners have continuous access to the materials they need.</p><h3>Administrator Support</h3><h4>PIN Protection for Learner Devices</h4><p>To prevent learners from inadvertently making changes, administrators can now add a PIN on learner-only devices. This allows administrators easy access to the Device page while keeping the device’s settings secure.</p><iframe src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FOtPLNbTNoWo%3Ffeature%3Doembed&amp;display_name=YouTube&amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DOtPLNbTNoWo&amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FOtPLNbTNoWo%2Fhqdefault.jpg&amp;key=a19fcc184b9711e1b4764040d3dc5c07&amp;type=text%2Fhtml&amp;schema=youtube" width="854" height="480" frameborder="0" scrolling="no"><a href="https://medium.com/media/e7106a9ecc41fc57db0e51d13de5ff3e/href">https://medium.com/media/e7106a9ecc41fc57db0e51d13de5ff3e/href</a></iframe><h4><strong>Scheduled Syncing and Log Management</strong></h4><p>Administrators can schedule the syncing of facility data to other Kolibri servers or Kolibri Data Portal, on a recurring basis at custom intervals. Additionally, when exporting log files, they can select the date range for the logs, providing more control and flexibility in managing data.</p><h3>Practice Quizzes: Preparing Learners for Success</h3><figure><img alt="A screenshot of a Kolibri practice quiz on a tablet" src="https://cdn-images-1.medium.com/max/276/1*BhdT9n-zl3875HROwA3rsw.jpeg" /><figcaption>A screenshot of a practice quiz on a tablet</figcaption></figure><h4>New Practice Quiz Feature</h4><p>This release introduces practice quizzes, enabling learners to prepare for assessments independently. Learners can take these quizzes multiple times, view their scores, and retry as needed. Practice quizzes are available as a resource through the Library or can be assigned as part of a lesson, ensuring that learners have ample opportunity to practice and improve before formal assessments.</p><h4><strong>New Quiz Features</strong></h4><p>Updates to our quizzes provide coaches more flexibility in creating quizzes by swapping out questions or removing questions to create the quiz they want. Coaches choose resources from which questions are selected. They can then review individual questions, and replace or remove individual questions, customising the quiz to learner needs. Coaches can also divide the quiz into sections of up to 25 questions each, allowing for longer quizzes.</p><h3><strong>The Kolibri Android App</strong></h3><iframe src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FaEj4-HxN0Ro%3Ffeature%3Doembed&amp;display_name=YouTube&amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DaEj4-HxN0Ro&amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FaEj4-HxN0Ro%2Fhqdefault.jpg&amp;key=a19fcc184b9711e1b4764040d3dc5c07&amp;type=text%2Fhtml&amp;schema=youtube" width="854" height="480" frameborder="0" scrolling="no"><a href="https://medium.com/media/6949c1b95f1ebfcf599f615158a9da9e/href">https://medium.com/media/6949c1b95f1ebfcf599f615158a9da9e/href</a></iframe><p>With this release, we are also excited to open up public testing for the much anticipated Kolibri Android App. The App is intricately integrated with our new resource syncing and independent learner workflows, offering a cohesive and enhanced mobile learning experience. This open test track serves to gather valuable feedback to help improve the product and ensure it meets needs. So we invite you to <a href="https://play.google.com/store/apps/details?id=org.learningequality.Kolibri">download the Kolibri Android App, explore its features, and share your inputs with us</a>. The results of this testing phase will inform the final iterations before we release the Kolibri Android App publicly on the Play Store.</p><h3><strong>Our Thanks</strong></h3><p>We’re fortunate for the ongoing support from our community towards the development of this functionality in terms of providing their knowledge, experiences, development skills, and financial support.</p><p>As always, we have immense gratitude for our <a href="https://github.com/learningequality/kolibri/releases/tag/v0.16.2">community contributors</a>, and for this particular release, we thank the support of Vodafone Foundation and Endless Network, who directly contributed to the development of some of the core functionality.</p><p><a href="https://learningequality.org/kolibri/download/">Kolibri: The Android App Release</a> is a significant step forward in making quality education more accessible and manageable for learners and facilitators in low-resource, low-connectivity environments. We are thrilled for you to experience our new brand and these new features and look forward to your feedback. Happy learning!</p><p>— — — — — — — — — — — — — — — — — — — — — — — — —</p><h3><strong>Join Us</strong></h3><p>There are many ways you can help make quality educational materials and digital tools accessible by everyone:</p><ul><li>If you speak more than one language and are interested in translating Kolibri into your language, email us at <a href="mailto:i18nteam@learningequality.org">i18nteam@learningequality.org</a>.</li><li>See a bug? Don’t hesitate to file an issue on <a href="https://github.com/learningequality/kolibri/issues">Github</a> or send us feedback via the <a href="https://community.learningequality.org/">Community Forum</a>.</li><li>Already using Kolibri? Share your story with us via the <a href="https://community.learningequality.org/">Community Forum</a> or send us an email at info@learningequality.org.</li></ul><p>You can also watch #KolibriFly on <a href="https://twitter.com/learneq">Twitter</a>, <a href="https://www.facebook.com/learningequality/">Facebook</a>, <a href="https://www.instagram.com/learningequality">Instagram</a>, <a href="https://www.youtube.com/@learningequality">YouTube</a>, <a href="https://www.tiktok.com/@learningequality">TikTok</a>, <a href="https://www.threads.net/@learningequality">Theads</a>, and <a href="https://www.linkedin.com/company/foundation-for-learning-equality/">LinkedIn</a>, and stay in the loop with Learning Equality by subscribing to our <a href="https://learningequality.org/r/newsletter">newsletter</a>.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=f699bdad92e3" width="1" height="1" alt=""><hr><p><a href="https://blog.learningequality.org/kolibri-the-android-app-release-f699bdad92e3">Introducing Kolibri: The Android App Release</a> was originally published in <a href="https://blog.learningequality.org">Learning Equality</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
    </channel>
</rss>