{"id":15691,"date":"2025-12-20T17:00:00","date_gmt":"2025-12-20T16:00:00","guid":{"rendered":"https:\/\/holistic.news\/en\/?p=15691"},"modified":"2025-12-15T13:18:41","modified_gmt":"2025-12-15T12:18:41","slug":"ai-in-learning-process-tested-effort-matters-more","status":"publish","type":"post","link":"https:\/\/holistic.news\/en\/ai-in-learning-process-tested-effort-matters-more\/","title":{"rendered":"The AI Trap: Why ChatGPT Makes You Learn Less Than Google"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">AI Provides Us with Knowledge<\/h2>\n\n\n\n<p>Artificial intelligence has permanently entered our lives. Many of us use it to search for information\u2014from the simple to the complex. Although <strong>large language models excel at easy topics<\/strong>, they have a massive problem with more challenging ones. What problem? Researchers from the University of Pennsylvania in the USA answered this question.<\/p>\n\n\n\n<p>They conducted an <a href=\"https:\/\/oup.silverchair-cdn.com\/oup\/backfile\/Content_public\/Journal\/pnasnexus\/4\/10\/10.1093_pnasnexus_pgaf316\/1\/pgaf316_supplementary_data.pdf?Expires=1766054688&amp;Signature=Xqnv2Q42RUMys-17wZLGfTGKhagRvNecWWw-ddF%7EhNg3mAoMm1ZM78-4Smt7VMdTPH7o3vWWBPA%7Et-5SYa26yPR8%7E1WYsyJ7Q0FGgvubbfC776neCu-W7g4uocv8Yr70xDwGVecHCVEYp7nA8louP2qbTV0FCeho5rx9CWyG%7EJJf29NmkWhfuNMpWkrTSpC-8aiH-G4bAviyW3dgCw5eKHV81063yz6ebK9tueV18tjDGxY1ke05g9MRcKlJfThQTHTiNW9-eN6dUPFvxGasGkw-GxdNKfTDyVv8cJfXY6HI1TCmJHALTM4oam-H5vIVvSzmmvZC7vWZZ2R7XRky6A__&amp;Key-Pair-Id=APKAIE5G5CRDK6RD3PGA\" target=\"_blank\" rel=\"noreferrer noopener\">experiment<\/a> for this purpose. They involved over 10,000 individuals who were tasked with learning something new, such as how to establish a vegetable garden. Participants were randomly assigned to different methods of acquiring information: they either used ChatGPT or searched for data via the Google search engine. Afterwards, they were asked to share their knowledge by writing a guide for a friend.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">AI vs. Google \u2013 The Knowledge Showdown<\/h3>\n\n\n\n<p>After the task was completed, the participants who <a href=\"https:\/\/holistic.news\/en\/ai-influences-human-morality-max-planck-study\/\">used AI<\/a> themselves concluded that their knowledge of the given topic was <strong>smaller<\/strong>. They admitted that they put less effort not only into acquiring the information but also into preparing instructions for a friend. Their <strong>advice was less reliable and more generalized<\/strong>.<\/p>\n\n\n\n<p>This was not merely their subjective observation. <strong>Independent reviewers<\/strong>, who did not know where the authors of the notes obtained the necessary data, <strong>confirmed the thesis<\/strong> put forward by the subjects themselves.<\/p>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>When Should You Use AI?<\/title>\n    <style>\n        .ai-info-container * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .ai-info-container {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n            background: transparent;\n            padding: 20px;\n        }\n\n        .info-block {\n            background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);\n            border: 1px solid #e0e0e0;\n            border-radius: 12px;\n            padding: 32px;\n            max-width: 600px;\n            width: 100%;\n            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);\n            position: relative;\n            overflow: hidden;\n            margin: 0 auto;\n        }\n\n        .info-block::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 3px;\n            background: linear-gradient(90deg, #309b65 0%, #27c47f 50%, #1de8a0 100%);\n        }\n\n        .info-block .tag {\n            display: inline-block;\n            color: #ffffff;\n            background: #309b65;\n            font-size: 12px;\n            font-weight: 600;\n            letter-spacing: 1px;\n            text-transform: uppercase;\n            margin-bottom: 16px;\n            padding: 6px 12px;\n            border-radius: 4px;\n        }\n\n        .info-block h2 {\n            color: #1a1a1a;\n            font-size: 28px;\n            font-weight: 700;\n            line-height: 1.3;\n            margin-bottom: 20px;\n        }\n\n        .info-block .intro {\n            color: #4a4a4a;\n            font-size: 16px;\n            line-height: 1.6;\n            margin-bottom: 28px;\n        }\n\n        .info-block .use-cases {\n            list-style: none;\n        }\n\n        .info-block .use-case {\n            background: rgba(48, 155, 101, 0.08);\n            border-left: 3px solid #309b65;\n            padding: 16px 20px;\n            margin-bottom: 14px;\n            border-radius: 6px;\n            transition: all 0.3s ease;\n        }\n\n        .info-block .use-case:hover {\n            background: rgba(48, 155, 101, 0.15);\n            transform: translateX(4px);\n        }\n\n        .info-block .use-case-title {\n            color: #309b65;\n            font-weight: 600;\n            font-size: 15px;\n            margin-bottom: 6px;\n            display: flex;\n            align-items: center;\n        }\n\n        .info-block .use-case-title::before {\n            content: '\u2192';\n            margin-right: 10px;\n            font-weight: 700;\n        }\n\n        .info-block .use-case-desc {\n            color: #2a2a2a;\n            font-size: 14px;\n            line-height: 1.5;\n            padding-left: 24px;\n        }\n\n        .info-block .footer-note {\n            margin-top: 28px;\n            padding-top: 20px;\n            border-top: 1px solid #e0e0e0;\n            color: #666666;\n            font-size: 13px;\n            line-height: 1.5;\n            font-style: italic;\n        }\n\n        @media (max-width: 768px) {\n            .info-block {\n                padding: 24px;\n            }\n\n            .info-block h2 {\n                font-size: 24px;\n            }\n\n            .info-block .intro {\n                font-size: 15px;\n            }\n\n            .info-block .use-case {\n                padding: 14px 16px;\n            }\n\n            .info-block .use-case-title {\n                font-size: 14px;\n            }\n\n            .info-block .use-case-desc {\n                font-size: 13px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .ai-info-container {\n                padding: 12px;\n            }\n\n            .info-block {\n                padding: 20px;\n            }\n\n            .info-block h2 {\n                font-size: 22px;\n            }\n\n            .info-block .tag {\n                font-size: 11px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"ai-info-container\">\n        <div class=\"info-block\">\n        <span class=\"tag\">#AIfuture<\/span>\n        <h2>When Is the Best Time to Use AI?<\/h2>\n        <p class=\"intro\">\n            Artificial intelligence is a powerful tool, but it is not always the best choice. Discover the situations where AI truly shines:\n        <\/p>\n        \n        <ul class=\"use-cases\">\n            <li class=\"use-case\">\n                <div class=\"use-case-title\">Repetitive tasks<\/div>\n                <div class=\"use-case-desc\">\n                    Data sorting, report generation, or preparing standard documents\u2014AI excels at handling routine activities.\n                <\/div>\n            <\/li>\n            \n            <li class=\"use-case\">\n                <div class=\"use-case-title\">Analyzing large volumes of information<\/div>\n                <div class=\"use-case-desc\">\n                    When you need to process hundreds of pages of text or compare multiple sources, AI significantly speeds up the process and detects patterns.\n                <\/div>\n            <\/li>\n            \n            <li class=\"use-case\">\n                <div class=\"use-case-title\">Brainstorming and idea generation<\/div>\n                <div class=\"use-case-desc\">\n                    AI can be an excellent partner for generating ideas, alternative perspectives, and creative problem-solving approaches.\n                <\/div>\n            <\/li>\n            \n            <li class=\"use-case\">\n                <div class=\"use-case-title\">Learning and personal development<\/div>\n                <div class=\"use-case-desc\">\n                    Explaining complex concepts, answering questions, and adapting the learning pace to your individual needs.\n                <\/div>\n            <\/li>\n            \n            <li class=\"use-case\">\n                <div class=\"use-case-title\">First drafts and prototypes<\/div>\n                <div class=\"use-case-desc\">\n                    Quickly creating rough versions of texts, code, or concepts that you later refine with your own knowledge and experience.\n                <\/div>\n            <\/li>\n        <\/ul>\n        \n        <p class=\"footer-note\">\n            Remember: AI is a supporting tool, not a replacement for humans. The best results come from combining AI capabilities with your creativity, empathy, and critical thinking.\n        <\/p>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\n\n\n\n<h2 class=\"wp-block-heading\">Where AI Loses to Google: The AI in Learning Process<\/h2>\n\n\n\n<p>The majority of the people asked to read the instructions did not want to use the materials created with AI. Why? They deemed them less informative and not very helpful.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>&#8220;We found these differences to be robust across contexts. For example, one possible reason why LLM users wrote shorter and more generic advice is simply that the LLM results presented them with less diverse information than Google search results,&#8221; wrote Prof. Shiri Melumad, one of the study&#8217;s authors, in her article published on <em><a href=\"http:\/\/Theconversation.com\">theconversation.com<\/a><\/em>.<\/p>\n<\/blockquote>\n\n\n\n<h3 class=\"wp-block-heading\">How to Learn? It\u2019s Not About the Method<\/h3>\n\n\n\n<p>It might seem that the language model has shallower knowledge than Google, leading to the user having an incomplete overview and, therefore, limited knowledge. Nothing could be further from the truth. The reason why internet users retained less knowledge on the given subject is completely different.<\/p>\n\n\n\n<p>When researchers expanded the study and gave all volunteers the exact same information\u2014whether sourced from AI or Google\u2014the internet users who consulted the language model still <strong>learned less<\/strong>. It turns out that the <strong>effort we invest in learning is extremely crucial<\/strong> during the knowledge acquisition process.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Effort Is Key in the Learning Process<\/h2>\n\n\n\n<p>If we engage in finding information, analyze it, and extract what we deem essential, we will assimilate knowledge faster than if everything is simply handed to us &#8220;on a silver platter.&#8221;<\/p>\n\n\n\n<p>Nevertheless, the researchers have an important message for us.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">AI Does Not Harm Learning, But&#8230;<\/h3>\n\n\n\n<p>The test authors do not diminish the value of artificial intelligence, as they wrote in their article:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>&#8220;We do not believe that the solution is to avoid using LLMs, especially given the undeniable benefits they offer in many contexts.&#8221;<\/p>\n<\/blockquote>\n\n\n\n<p>On the contrary, <strong>experts encourage us to use language models more consciously<\/strong>. Users should know which areas artificial intelligence can actually be useful in, and when it is detrimental.<\/p>\n\n\n\n<p>The study\u2019s conclusion is simple. ChatGPT, Gemini, or Perplexity <strong>will help with learning, but only for short and simple topics<\/strong>. If you need to find out more and delve deeper into a subject, you must search for that knowledge yourself\u2014in other sources.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p><em>Read this article in Polish:<\/em> <a href=\"https:\/\/holistic.news\/korzystali-z-ai-by-sie-czegos-nauczyc-google-okazal-sie-tu-lepszy\/\">Korzystali z\u00a0AI, by\u00a0si\u0119 czego\u015b nauczy\u0107. Google okaza\u0142 si\u0119 tu\u00a0lepszy<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Learning through ChatGPT is convenient, fast, and easily accessible. However, it has one major flaw: it is highly ineffective. American scientists proved this after analyzing the way we acquire knowledge, showing the surprising downside of AI in learning process. The problem, however, lies not in the tool we use, but in ourselves.<\/p>\n","protected":false},"author":274,"featured_media":15692,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[435],"tags":[506,38,141,389,638],"class_list":["post-15691","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-science","tag-aifuture","tag-ai","tag-chatgpt","tag-google","tag-learning"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>AI in learning process tested. Effort matters more<\/title>\n<meta name=\"description\" content=\"Study shows why AI in learning process can reduce knowledge retention when learning lacks active effort and personal engagement.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/holistic.news\/en\/ai-in-learning-process-tested-effort-matters-more\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AI in learning process tested. Effort matters more\" \/>\n<meta property=\"og:description\" content=\"Study shows why AI in learning process can reduce knowledge retention when learning lacks active effort and personal engagement.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/holistic.news\/en\/ai-in-learning-process-tested-effort-matters-more\/\" \/>\n<meta property=\"og:site_name\" content=\"Holistic News\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/portalHolisticNews\/\" \/>\n<meta property=\"article:published_time\" content=\"2025-12-20T16:00:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/holistic.news\/en\/wp-content\/uploads\/2025\/12\/AI-in-learning-process-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1440\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Patrycja Krzeszowska\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@news_holistic\" \/>\n<meta name=\"twitter:site\" content=\"@news_holistic\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Patrycja Krzeszowska\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/holistic.news\/en\/ai-in-learning-process-tested-effort-matters-more\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/holistic.news\/en\/ai-in-learning-process-tested-effort-matters-more\/\"},\"author\":{\"name\":\"Patrycja Krzeszowska\",\"@id\":\"https:\/\/holistic.news\/en\/#\/schema\/person\/00d8484052b491e0dbe93d6ee7deef88\"},\"headline\":\"The AI Trap: Why ChatGPT Makes You Learn Less Than Google\",\"datePublished\":\"2025-12-20T16:00:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/holistic.news\/en\/ai-in-learning-process-tested-effort-matters-more\/\"},\"wordCount\":767,\"publisher\":{\"@id\":\"https:\/\/holistic.news\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/holistic.news\/en\/ai-in-learning-process-tested-effort-matters-more\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/holistic.news\/en\/wp-content\/uploads\/2025\/12\/AI-in-learning-process-scaled.jpg\",\"keywords\":[\"#AIfuture\",\"AI\",\"chatGPT\",\"google\",\"learning\"],\"articleSection\":[\"Science\"],\"inLanguage\":\"en-GB\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/holistic.news\/en\/ai-in-learning-process-tested-effort-matters-more\/\",\"url\":\"https:\/\/holistic.news\/en\/ai-in-learning-process-tested-effort-matters-more\/\",\"name\":\"AI in learning process tested. Effort matters more\",\"isPartOf\":{\"@id\":\"https:\/\/holistic.news\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/holistic.news\/en\/ai-in-learning-process-tested-effort-matters-more\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/holistic.news\/en\/ai-in-learning-process-tested-effort-matters-more\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/holistic.news\/en\/wp-content\/uploads\/2025\/12\/AI-in-learning-process-scaled.jpg\",\"datePublished\":\"2025-12-20T16:00:00+00:00\",\"description\":\"Study shows why AI in learning process can reduce knowledge retention when learning lacks active effort and personal engagement.\",\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/holistic.news\/en\/ai-in-learning-process-tested-effort-matters-more\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/holistic.news\/en\/ai-in-learning-process-tested-effort-matters-more\/#primaryimage\",\"url\":\"https:\/\/holistic.news\/en\/wp-content\/uploads\/2025\/12\/AI-in-learning-process-scaled.jpg\",\"contentUrl\":\"https:\/\/holistic.news\/en\/wp-content\/uploads\/2025\/12\/AI-in-learning-process-scaled.jpg\",\"width\":2560,\"height\":1440,\"caption\":\"Photo by Berke Citak \/ Unsplash.com\"},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/holistic.news\/en\/#website\",\"url\":\"https:\/\/holistic.news\/en\/\",\"name\":\"Holistic News | in English\",\"description\":\"Seeking Truth and Goodness\",\"publisher\":{\"@id\":\"https:\/\/holistic.news\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/holistic.news\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/holistic.news\/en\/#organization\",\"name\":\"Holistic News\",\"url\":\"https:\/\/holistic.news\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/holistic.news\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/holistic.news\/en\/wp-content\/uploads\/2023\/09\/logo.png\",\"contentUrl\":\"https:\/\/holistic.news\/en\/wp-content\/uploads\/2023\/09\/logo.png\",\"width\":269,\"height\":57,\"caption\":\"Holistic News\"},\"image\":{\"@id\":\"https:\/\/holistic.news\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/portalHolisticNews\/\",\"https:\/\/x.com\/news_holistic\",\"https:\/\/www.instagram.com\/holisticnews\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/holistic.news\/en\/#\/schema\/person\/00d8484052b491e0dbe93d6ee7deef88\",\"name\":\"Patrycja Krzeszowska\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/954576fcb927ceca5917fc166a557277180fc0026e437f214e94c9a465988b0c?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/954576fcb927ceca5917fc166a557277180fc0026e437f214e94c9a465988b0c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/954576fcb927ceca5917fc166a557277180fc0026e437f214e94c9a465988b0c?s=96&d=mm&r=g\",\"caption\":\"Patrycja Krzeszowska\"},\"description\":\"A graduate of journalism and social communication at the University of Rzesz\u00f3w. She has been working in the media since 2019. She has collaborated with newsrooms and copywriting agencies. She has a strong background in psychology, especially cognitive psychology. She is also interested in social issues. She specializes in scientific discoveries and research that have a direct impact on human life.\",\"url\":\"https:\/\/holistic.news\/en\/author\/patrycja-krzeszkowska\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"AI in learning process tested. Effort matters more","description":"Study shows why AI in learning process can reduce knowledge retention when learning lacks active effort and personal engagement.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/holistic.news\/en\/ai-in-learning-process-tested-effort-matters-more\/","og_locale":"en_GB","og_type":"article","og_title":"AI in learning process tested. Effort matters more","og_description":"Study shows why AI in learning process can reduce knowledge retention when learning lacks active effort and personal engagement.","og_url":"https:\/\/holistic.news\/en\/ai-in-learning-process-tested-effort-matters-more\/","og_site_name":"Holistic News","article_publisher":"https:\/\/www.facebook.com\/portalHolisticNews\/","article_published_time":"2025-12-20T16:00:00+00:00","og_image":[{"width":2560,"height":1440,"url":"https:\/\/holistic.news\/en\/wp-content\/uploads\/2025\/12\/AI-in-learning-process-scaled.jpg","type":"image\/jpeg"}],"author":"Patrycja Krzeszowska","twitter_card":"summary_large_image","twitter_creator":"@news_holistic","twitter_site":"@news_holistic","twitter_misc":{"Written by":"Patrycja Krzeszowska","Estimated reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/holistic.news\/en\/ai-in-learning-process-tested-effort-matters-more\/#article","isPartOf":{"@id":"https:\/\/holistic.news\/en\/ai-in-learning-process-tested-effort-matters-more\/"},"author":{"name":"Patrycja Krzeszowska","@id":"https:\/\/holistic.news\/en\/#\/schema\/person\/00d8484052b491e0dbe93d6ee7deef88"},"headline":"The AI Trap: Why ChatGPT Makes You Learn Less Than Google","datePublished":"2025-12-20T16:00:00+00:00","mainEntityOfPage":{"@id":"https:\/\/holistic.news\/en\/ai-in-learning-process-tested-effort-matters-more\/"},"wordCount":767,"publisher":{"@id":"https:\/\/holistic.news\/en\/#organization"},"image":{"@id":"https:\/\/holistic.news\/en\/ai-in-learning-process-tested-effort-matters-more\/#primaryimage"},"thumbnailUrl":"https:\/\/holistic.news\/en\/wp-content\/uploads\/2025\/12\/AI-in-learning-process-scaled.jpg","keywords":["#AIfuture","AI","chatGPT","google","learning"],"articleSection":["Science"],"inLanguage":"en-GB"},{"@type":"WebPage","@id":"https:\/\/holistic.news\/en\/ai-in-learning-process-tested-effort-matters-more\/","url":"https:\/\/holistic.news\/en\/ai-in-learning-process-tested-effort-matters-more\/","name":"AI in learning process tested. Effort matters more","isPartOf":{"@id":"https:\/\/holistic.news\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/holistic.news\/en\/ai-in-learning-process-tested-effort-matters-more\/#primaryimage"},"image":{"@id":"https:\/\/holistic.news\/en\/ai-in-learning-process-tested-effort-matters-more\/#primaryimage"},"thumbnailUrl":"https:\/\/holistic.news\/en\/wp-content\/uploads\/2025\/12\/AI-in-learning-process-scaled.jpg","datePublished":"2025-12-20T16:00:00+00:00","description":"Study shows why AI in learning process can reduce knowledge retention when learning lacks active effort and personal engagement.","inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/holistic.news\/en\/ai-in-learning-process-tested-effort-matters-more\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/holistic.news\/en\/ai-in-learning-process-tested-effort-matters-more\/#primaryimage","url":"https:\/\/holistic.news\/en\/wp-content\/uploads\/2025\/12\/AI-in-learning-process-scaled.jpg","contentUrl":"https:\/\/holistic.news\/en\/wp-content\/uploads\/2025\/12\/AI-in-learning-process-scaled.jpg","width":2560,"height":1440,"caption":"Photo by Berke Citak \/ Unsplash.com"},{"@type":"WebSite","@id":"https:\/\/holistic.news\/en\/#website","url":"https:\/\/holistic.news\/en\/","name":"Holistic News | in English","description":"Seeking Truth and Goodness","publisher":{"@id":"https:\/\/holistic.news\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/holistic.news\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/holistic.news\/en\/#organization","name":"Holistic News","url":"https:\/\/holistic.news\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/holistic.news\/en\/#\/schema\/logo\/image\/","url":"https:\/\/holistic.news\/en\/wp-content\/uploads\/2023\/09\/logo.png","contentUrl":"https:\/\/holistic.news\/en\/wp-content\/uploads\/2023\/09\/logo.png","width":269,"height":57,"caption":"Holistic News"},"image":{"@id":"https:\/\/holistic.news\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/portalHolisticNews\/","https:\/\/x.com\/news_holistic","https:\/\/www.instagram.com\/holisticnews\/"]},{"@type":"Person","@id":"https:\/\/holistic.news\/en\/#\/schema\/person\/00d8484052b491e0dbe93d6ee7deef88","name":"Patrycja Krzeszowska","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/954576fcb927ceca5917fc166a557277180fc0026e437f214e94c9a465988b0c?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/954576fcb927ceca5917fc166a557277180fc0026e437f214e94c9a465988b0c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/954576fcb927ceca5917fc166a557277180fc0026e437f214e94c9a465988b0c?s=96&d=mm&r=g","caption":"Patrycja Krzeszowska"},"description":"A graduate of journalism and social communication at the University of Rzesz\u00f3w. She has been working in the media since 2019. She has collaborated with newsrooms and copywriting agencies. She has a strong background in psychology, especially cognitive psychology. She is also interested in social issues. She specializes in scientific discoveries and research that have a direct impact on human life.","url":"https:\/\/holistic.news\/en\/author\/patrycja-krzeszkowska\/"}]}},"_links":{"self":[{"href":"https:\/\/holistic.news\/en\/wp-json\/wp\/v2\/posts\/15691","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/holistic.news\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/holistic.news\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/holistic.news\/en\/wp-json\/wp\/v2\/users\/274"}],"replies":[{"embeddable":true,"href":"https:\/\/holistic.news\/en\/wp-json\/wp\/v2\/comments?post=15691"}],"version-history":[{"count":1,"href":"https:\/\/holistic.news\/en\/wp-json\/wp\/v2\/posts\/15691\/revisions"}],"predecessor-version":[{"id":15693,"href":"https:\/\/holistic.news\/en\/wp-json\/wp\/v2\/posts\/15691\/revisions\/15693"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/holistic.news\/en\/wp-json\/wp\/v2\/media\/15692"}],"wp:attachment":[{"href":"https:\/\/holistic.news\/en\/wp-json\/wp\/v2\/media?parent=15691"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/holistic.news\/en\/wp-json\/wp\/v2\/categories?post=15691"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/holistic.news\/en\/wp-json\/wp\/v2\/tags?post=15691"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}