{"id":2053,"date":"2025-10-22T18:32:03","date_gmt":"2025-10-22T18:32:03","guid":{"rendered":"https:\/\/blog.growthnation.ai\/?page_id=2053"},"modified":"2026-02-23T11:08:10","modified_gmt":"2026-02-23T11:08:10","slug":"insights","status":"publish","type":"page","link":"https:\/\/growthnation.ai\/insights\/","title":{"rendered":"Insights"},"content":{"rendered":"<span class=\"span-reading-time rt-reading-time\" style=\"display: block;\"><span class=\"rt-label rt-prefix\">Reading Time: <\/span> <span class=\"rt-time\"> 12<\/span> <span class=\"rt-label rt-postfix\">minutes<\/span><\/span>\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2053\" class=\"elementor elementor-2053\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d1b4ffa e-flex e-con-boxed e-con e-parent\" data-id=\"d1b4ffa\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-12afb50 elementor-widget elementor-widget-shortcode\" data-id=\"12afb50\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    \n    <style>\n    \/* Blog Listing Page - Scoped Styles *\/\n    .blog-listing * {\n        box-sizing: border-box;\n    }\n    \n    .blog-listing img {\n        display: block;\n        max-width: 100%;\n\t\tmax-height: 100%;\n        width: 100%;\n\t\theight: 100%;\n    }\n    \n    .blog-listing .u-gradient-text {\n        background: linear-gradient(to bottom right, #402C5C, #4F4281, #875DC2);\n        background-clip: text;\n        -webkit-background-clip: text;\n        -webkit-text-fill-color: transparent;\n        color: transparent;\n    }\n    \n    .blog-listing__page {\n        padding: 36px 24px 100px;\n        max-width: 1280px;\n        margin: 0 auto;\n    }\n    \n    @media (min-width: 768px) {\n        .blog-listing__page {\n            padding: 64px 32px 100px;\n        }\n    }\n    \n    .blog-listing__header {\n        margin-bottom: 80px;\n    }\n    \n    h1.blog-listing__header-title {\n        font-family: \"PP Mori Semibold\", sans-serif;\n        font-size: 2.25rem;\n        line-height: 1.25;\n        margin: 0 0 20px;\n    }\n    \n    .blog-listing__filters {\n        display: flex;\n        gap: 10px;\n        flex-wrap: wrap;\n    }\n    \n    @media (min-width: 768px) {        \n        h1.blog-listing__header-title {\n            font-size: 3rem;\n        }\n    }\n    \n    .blog-listing__filter-btn {\n        display: inline-block;\n        padding: 8px 16px;\n        font-size: 14px;\n        line-height: 20px;\n        color: #8D72CD;\n        border: 1px solid #8D72CD;\n        border-radius: 9999px;\n        white-space: nowrap;\n        transition: background-color 0.2s, color 0.2s;\n    }\n    \n    .blog-listing__filter-btn:hover {\n        background-color: #8D72CD;\n        color: #fff;\n    }\n    \n    .blog-listing__featured {\n        margin-bottom: 80px;\n    }\n    \n    .blog-listing__featured-grid {\n        display: grid;\n        grid-template-columns: 1fr;\n        gap: 3rem;\n    }\n    \n    .blog-listing__featured-main {\n        grid-column: 1;\n    }\n    \n    .blog-listing__featured-sidebar {\n        grid-column: 1;\n        display: flex;\n        flex-direction: column;\n        gap: 2rem;\n    }\n    \n    h2.blog-listing__featured-sidebar-header {\n        font-family: \"PP Mori Semibold\", sans-serif;\n        font-size: 1.125rem;\n        line-height: 1.25;\n        margin: 0;\n    }\n    \n    .blog-listing__featured-list {\n        display: flex;\n        flex-direction: column;\n        gap: 2rem;\n    }\n    \n    @media (min-width: 768px) {\n        .blog-listing__featured {\n            margin-bottom: 100px;\n        }\n        \n        h2.blog-listing__featured-sidebar-header {\n            font-size: 1.5rem;\n        }\n    }\n    \n    @media (min-width: 1024px) {\n        .blog-listing__featured-grid {\n            grid-template-columns: repeat(5, 1fr);\n        }\n        \n        .blog-listing__featured-main {\n            grid-column: span 3;\n        }\n        \n        .blog-listing__featured-sidebar {\n            grid-column: span 2;\n        }\n    }\n    \n    .blog-listing__article {\n        display: flex;\n        flex-direction: column;\n    }\n    \n    .blog-listing__article-image-wrapper {\n        position: relative;\n        width: 100%;\n        aspect-ratio: 4 \/ 3;\n        overflow: hidden;\n        border-radius: 8px;\n        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);\n        background-color: #F5F5FE;\n        margin-bottom: 12px;\n    }\n    \n    .blog-listing__article-image {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        object-position: center;\n        transition: transform 0.3s ease;\n    }\n    \n    .blog-listing__article-image-wrapper:hover .blog-listing__article-image {\n        transform: scale(1.05);\n    }\n    \n    .blog-listing__article-image-placeholder {\n        width: 100%;\n        height: 100%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        background: linear-gradient(135deg, #F5F5FE 0%, #E8E8F8 100%);\n        color: #8D72CD;\n        font-size: 0.875rem;\n    }\n    \n    .blog-listing__article-category {\n        display: inline-block;\n        margin-bottom: 4px;\n        font-size: 14px;\n        line-height: 20px;\n        font-weight: 500;\n        color: #8D72CD;\n        transition: text-decoration 0.2s;\n    }\n    \n    .blog-listing__article-category:hover {\n        text-decoration: underline;\n    }\n    \n    h3.blog-listing__article-title {\n        font-family: \"PP Mori Semibold\", sans-serif;\n        font-size: 1.25rem;\n        line-height: 1.75rem;\n        font-weight: 400;\n        margin: 0 0 8px;\n        transition: opacity 0.3s ease;\n    }\n    \n    .blog-listing__article-title-link:hover .blog-listing__article-title {\n        opacity: 0.7;\n    }\n    \n    h2.blog-listing__article-title--large {\n        font-family: \"PP Mori Semibold\", sans-serif;\n        font-size: 1.875rem;\n        line-height: 1.4;\n    }\n    \n    .blog-listing__article-excerpt {\n        margin-bottom: 8px;\n        color: #4B5563;\n        font-size: 1rem;\n        line-height: 1.6;\n    }\n    \n    .blog-listing__article-excerpt p {\n        margin: 0;\n    }\n    \n    .blog-listing__article-date {\n        font-size: 14px;\n        line-height: 20px;\n        color: #9CA3AF;\n    }\n    \n    @media (min-width: 768px) {\n        h2.blog-listing__article-title--large {\n            font-size: 2.5rem;\n            line-height: 1.3;\n\t\t}\n    }\n    \n    \/* Article variant: Horizontal (for featured sidebar) *\/\n    .blog-listing__article--horizontal {\n        display: grid;\n        grid-template-columns: 1fr 2fr;\n        grid-template-rows: auto auto auto;\n        gap: 0 1.5rem;\n    }\n    \n    .blog-listing__article--horizontal .blog-listing__article-image-wrapper {\n        grid-column: 1;\n        grid-row: 1 \/ 4;\n        margin-bottom: 0;\n    }\n    \n    .blog-listing__article--horizontal .blog-listing__article-category {\n        grid-column: 2;\n        grid-row: 1;\n    }\n    \n    .blog-listing__article--horizontal .blog-listing__article-title-link {\n        grid-column: 2;\n        grid-row: 2;\n    }\n    \n    .blog-listing__article--horizontal .blog-listing__article-date {\n        grid-column: 2;\n        grid-row: 3;\n        align-self: end;\n    }\n    \n    .blog-listing__article--horizontal .blog-listing__article-excerpt {\n        display: none;\n    }\n    \n    .blog-listing__category-section {\n        margin-bottom: 80px;\n    }\n    \n    .blog-listing__category-section:last-child {\n        margin-bottom: 0;\n    }\n    \n    .blog-listing__category-header {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        margin-bottom: 20px;\n    }\n    \n    h2.blog-listing__category-title {\n        font-family: \"PP Mori Semibold\", sans-serif;\n        font-size: 1.125rem;\n        line-height: 1.25;\n        margin: 0;\n    }\n    \n    .blog-listing__category-link {\n        display: flex;\n        align-items: center;\n        gap: 10px;\n        color: #8D72CD;\n        font-size: 14px;\n        transition: opacity 0.2s;\n    }\n    \n    .blog-listing__category-link:hover {\n        opacity: 0.7;\n    }\n    \n    .blog-listing__category-icon {\n        width: 20px;\n        height: 20px;\n        flex-shrink: 0;\n    }\n    \n    .blog-listing__category-grid {\n        display: grid;\n        gap: 3rem;\n    }\n    \n    @media (min-width: 768px) {\n        .blog-listing__category-section {\n            margin-bottom: 100px;\n        }\n        \n        h2.blog-listing__category-title {\n            font-size: 1.5rem;\n        }\n        \n        .blog-listing__category-grid {\n            grid-template-columns: repeat(2, 1fr);\n        }\n    }\n    \n    @media (min-width: 1024px) {\n        .blog-listing__category-grid {\n            grid-template-columns: repeat(3, 1fr);\n        }\n    }\n    <\/style>\n\n    <div class=\"blog-listing\">\n        <div class=\"blog-listing__page\">\n            <!-- Header -->\n            <header class=\"blog-listing__header\">\n                <h1 class=\"blog-listing__header-title u-gradient-text\">GrowthNation Insights<\/h1>\n                <div class=\"blog-listing__filters\">\n                                            <a href=\"https:\/\/growthnation.ai\/insights\/category\/thoughts\/\" \n                           class=\"blog-listing__filter-btn\">\n                            Thoughts                        <\/a>\n                                    <\/div>\n            <\/header>\n            \n            <!-- Featured Section -->\n                        <section class=\"blog-listing__featured\">\n                <div class=\"blog-listing__featured-grid\">\n                    <!-- Main Featured Article (Most Recent) -->\n                                        <article class=\"blog-listing__featured-main\">\n                        <div class=\"blog-listing__article\">\n                            <a href=\"https:\/\/growthnation.ai\/insights\/capturing-institutional-knowledge\/\" class=\"blog-listing__article-image-wrapper\">\n                                                                    <img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"451\" src=\"https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/capturing-institutional-knowledge-featured.webp?fit=800%2C451&amp;ssl=1\" class=\"blog-listing__article-image not-transparent wp-post-image\" alt=\"Capturing Institutional Knowledge: Why Writing It Down Is Not Enough\" srcset=\"https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/capturing-institutional-knowledge-featured.webp?w=1671&amp;ssl=1 1671w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/capturing-institutional-knowledge-featured.webp?resize=300%2C169&amp;ssl=1 300w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/capturing-institutional-knowledge-featured.webp?resize=1024%2C577&amp;ssl=1 1024w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/capturing-institutional-knowledge-featured.webp?resize=768%2C432&amp;ssl=1 768w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/capturing-institutional-knowledge-featured.webp?resize=1536%2C865&amp;ssl=1 1536w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/capturing-institutional-knowledge-featured.webp?w=1600&amp;ssl=1 1600w\" sizes=\"(max-width: 800px) 100vw, 800px\" data-has-transparency=\"false\" data-dominant-color=\"0a1347\" style=\"--dominant-color: #0a1347;\" \/>                                                            <\/a>\n                                                            <a href=\"https:\/\/growthnation.ai\/insights\/category\/thoughts\/\" \n                                   class=\"blog-listing__article-category\">\n                                    Thoughts                                <\/a>\n                                                        <a href=\"https:\/\/growthnation.ai\/insights\/capturing-institutional-knowledge\/\" class=\"blog-listing__article-title-link\">\n                                <h2 class=\"blog-listing__article-title blog-listing__article-title--large u-gradient-text\">\n                                    Capturing Institutional Knowledge: Why Writing It Down Is Not Enough                                <\/h2>\n                            <\/a>\n                            <div class=\"blog-listing__article-excerpt\">\n                                <p>Quick Answer: Capturing institutional knowledge is the process of drawing out the know-how that lives in employees&#8217; heads, such as how work really gets done, the workarounds and the reasons behind past decisions, and turning it into something the organisation keeps. Documentation alone rarely works, because most of this knowledge is tacit and the documents [&hellip;]<\/p>\n                            <\/div>\n                            <time class=\"blog-listing__article-date\" datetime=\"2026-09-19\">\n                                September 19, 2026                            <\/time>\n                        <\/div>\n                    <\/article>\n                    \n                    <!-- Featured Sidebar (Next 4 Articles) -->\n                                        <aside class=\"blog-listing__featured-sidebar\">\n                        <h2 class=\"blog-listing__featured-sidebar-header u-gradient-text\">Featured Articles<\/h2>\n                        \n                        <div class=\"blog-listing__featured-list\">\n                                                                                            <article class=\"blog-listing__article blog-listing__article--horizontal\">\n                                    <a href=\"https:\/\/growthnation.ai\/insights\/ai-agent-security\/\" class=\"blog-listing__article-image-wrapper\">\n                                                                                    <img decoding=\"async\" width=\"300\" height=\"169\" src=\"https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/ai-agent-security-featured.webp?fit=300%2C169&amp;ssl=1\" class=\"blog-listing__article-image not-transparent wp-post-image\" alt=\"AI Agent Security: What Every Business Leader Needs to Know\" srcset=\"https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/ai-agent-security-featured.webp?w=1672&amp;ssl=1 1672w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/ai-agent-security-featured.webp?resize=300%2C169&amp;ssl=1 300w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/ai-agent-security-featured.webp?resize=1024%2C576&amp;ssl=1 1024w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/ai-agent-security-featured.webp?resize=768%2C432&amp;ssl=1 768w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/ai-agent-security-featured.webp?resize=1536%2C864&amp;ssl=1 1536w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/ai-agent-security-featured.webp?w=1600&amp;ssl=1 1600w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-has-transparency=\"false\" data-dominant-color=\"0a1342\" style=\"--dominant-color: #0a1342;\" \/>                                                                            <\/a>\n                                                                            <a href=\"https:\/\/growthnation.ai\/insights\/category\/thoughts\/\" \n                                           class=\"blog-listing__article-category\">\n                                            Thoughts                                        <\/a>\n                                                                        <a href=\"https:\/\/growthnation.ai\/insights\/ai-agent-security\/\" class=\"blog-listing__article-title-link\">\n                                        <h3 class=\"blog-listing__article-title u-gradient-text\">\n                                            AI Agent Security: What Every Business Leader Needs to Know                                        <\/h3>\n                                    <\/a>\n                                    <time class=\"blog-listing__article-date\" datetime=\"2026-09-17\">\n                                        September 17, 2026                                    <\/time>\n                                <\/article>\n                                                                                            <article class=\"blog-listing__article blog-listing__article--horizontal\">\n                                    <a href=\"https:\/\/growthnation.ai\/insights\/who-owns-ai-agents-built-by-employees\/\" class=\"blog-listing__article-image-wrapper\">\n                                                                                    <img decoding=\"async\" width=\"300\" height=\"169\" src=\"https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/who-owns-ai-agents-built-by-employees-featured.webp?fit=300%2C169&amp;ssl=1\" class=\"blog-listing__article-image not-transparent wp-post-image\" alt=\"Who Owns AI Agents Built by Employees?\" srcset=\"https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/who-owns-ai-agents-built-by-employees-featured.webp?w=1672&amp;ssl=1 1672w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/who-owns-ai-agents-built-by-employees-featured.webp?resize=300%2C169&amp;ssl=1 300w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/who-owns-ai-agents-built-by-employees-featured.webp?resize=1024%2C576&amp;ssl=1 1024w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/who-owns-ai-agents-built-by-employees-featured.webp?resize=768%2C432&amp;ssl=1 768w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/who-owns-ai-agents-built-by-employees-featured.webp?resize=1536%2C864&amp;ssl=1 1536w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/who-owns-ai-agents-built-by-employees-featured.webp?w=1600&amp;ssl=1 1600w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-has-transparency=\"false\" data-dominant-color=\"0c1349\" style=\"--dominant-color: #0c1349;\" \/>                                                                            <\/a>\n                                                                            <a href=\"https:\/\/growthnation.ai\/insights\/category\/thoughts\/\" \n                                           class=\"blog-listing__article-category\">\n                                            Thoughts                                        <\/a>\n                                                                        <a href=\"https:\/\/growthnation.ai\/insights\/who-owns-ai-agents-built-by-employees\/\" class=\"blog-listing__article-title-link\">\n                                        <h3 class=\"blog-listing__article-title u-gradient-text\">\n                                            Who Owns AI Agents Built by Employees?                                        <\/h3>\n                                    <\/a>\n                                    <time class=\"blog-listing__article-date\" datetime=\"2026-09-15\">\n                                        September 15, 2026                                    <\/time>\n                                <\/article>\n                                                                                            <article class=\"blog-listing__article blog-listing__article--horizontal\">\n                                    <a href=\"https:\/\/growthnation.ai\/insights\/enterprise-ai-agents\/\" class=\"blog-listing__article-image-wrapper\">\n                                                                                    <img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"169\" src=\"https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/enterprise-ai-agents-featured.webp?fit=300%2C169&amp;ssl=1\" class=\"blog-listing__article-image not-transparent wp-post-image\" alt=\"Enterprise AI Agents: What They Are and What It Actually Takes to Scale Them\" srcset=\"https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/enterprise-ai-agents-featured.webp?w=1671&amp;ssl=1 1671w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/enterprise-ai-agents-featured.webp?resize=300%2C169&amp;ssl=1 300w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/enterprise-ai-agents-featured.webp?resize=1024%2C577&amp;ssl=1 1024w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/enterprise-ai-agents-featured.webp?resize=768%2C432&amp;ssl=1 768w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/enterprise-ai-agents-featured.webp?resize=1536%2C865&amp;ssl=1 1536w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/enterprise-ai-agents-featured.webp?w=1600&amp;ssl=1 1600w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-has-transparency=\"false\" data-dominant-color=\"0a133d\" style=\"--dominant-color: #0a133d;\" \/>                                                                            <\/a>\n                                                                            <a href=\"https:\/\/growthnation.ai\/insights\/category\/thoughts\/\" \n                                           class=\"blog-listing__article-category\">\n                                            Thoughts                                        <\/a>\n                                                                        <a href=\"https:\/\/growthnation.ai\/insights\/enterprise-ai-agents\/\" class=\"blog-listing__article-title-link\">\n                                        <h3 class=\"blog-listing__article-title u-gradient-text\">\n                                            Enterprise AI Agents: What They Are and What It Actually Takes to Scale Them                                        <\/h3>\n                                    <\/a>\n                                    <time class=\"blog-listing__article-date\" datetime=\"2026-09-13\">\n                                        September 13, 2026                                    <\/time>\n                                <\/article>\n                                                                                            <article class=\"blog-listing__article blog-listing__article--horizontal\">\n                                    <a href=\"https:\/\/growthnation.ai\/insights\/how-to-measure-ai-roi\/\" class=\"blog-listing__article-image-wrapper\">\n                                                                                    <img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"169\" src=\"https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/how-to-measure-ai-roi-featured.webp?fit=300%2C169&amp;ssl=1\" class=\"blog-listing__article-image not-transparent wp-post-image\" alt=\"How to Measure AI ROI: A Practical Guide for Business Leaders\" srcset=\"https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/how-to-measure-ai-roi-featured.webp?w=1672&amp;ssl=1 1672w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/how-to-measure-ai-roi-featured.webp?resize=300%2C169&amp;ssl=1 300w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/how-to-measure-ai-roi-featured.webp?resize=1024%2C576&amp;ssl=1 1024w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/how-to-measure-ai-roi-featured.webp?resize=768%2C432&amp;ssl=1 768w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/how-to-measure-ai-roi-featured.webp?resize=1536%2C864&amp;ssl=1 1536w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/how-to-measure-ai-roi-featured.webp?w=1600&amp;ssl=1 1600w\" sizes=\"(max-width: 300px) 100vw, 300px\" data-has-transparency=\"false\" data-dominant-color=\"0b134b\" style=\"--dominant-color: #0b134b;\" \/>                                                                            <\/a>\n                                                                            <a href=\"https:\/\/growthnation.ai\/insights\/category\/thoughts\/\" \n                                           class=\"blog-listing__article-category\">\n                                            Thoughts                                        <\/a>\n                                                                        <a href=\"https:\/\/growthnation.ai\/insights\/how-to-measure-ai-roi\/\" class=\"blog-listing__article-title-link\">\n                                        <h3 class=\"blog-listing__article-title u-gradient-text\">\n                                            How to Measure AI ROI: A Practical Guide for Business Leaders                                        <\/h3>\n                                    <\/a>\n                                    <time class=\"blog-listing__article-date\" datetime=\"2026-09-11\">\n                                        September 11, 2026                                    <\/time>\n                                <\/article>\n                                                    <\/div>\n                    <\/aside>\n                                    <\/div>\n            <\/section>\n                        \n            <!-- Category Sections -->\n            <div>\n                                                        \n                                        <section class=\"blog-listing__category-section\">\n                        <header class=\"blog-listing__category-header\">\n                            <h2 class=\"blog-listing__category-title u-gradient-text\">\n                                Thoughts                            <\/h2>\n                            <a href=\"https:\/\/growthnation.ai\/insights\/category\/thoughts\/\" \n                               class=\"blog-listing__category-link\">\n                                <span>View all Thoughts<\/span>\n                                <svg class=\"blog-listing__category-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 20 20\" fill=\"none\">\n                                    <path d=\"M11.1465 4.64648C11.3417 4.45127 11.6582 4.45136 11.8535 4.64648L16.8535 9.64649L16.916 9.72267C16.9703 9.80418 17 9.90061 17 10C17 10.1326 16.9473 10.2598 16.8535 10.3535L11.8535 15.3535C11.6583 15.5486 11.3417 15.5487 11.1465 15.3535C10.9513 15.1583 10.9514 14.8418 11.1465 14.6465L15.293 10.5H3.5C3.2239 10.5 3.00006 10.2761 3 10C3 9.72387 3.22386 9.50001 3.5 9.50001H15.293L11.1465 5.35352C10.9514 5.15826 10.9513 4.8417 11.1465 4.64648Z\" fill=\"currentColor\"\/>\n                                <\/svg>\n                            <\/a>\n                        <\/header>\n                        \n                        <div class=\"blog-listing__category-grid\">\n                                                            <article class=\"blog-listing__article\">\n                                    <a href=\"https:\/\/growthnation.ai\/insights\/capturing-institutional-knowledge\/\" class=\"blog-listing__article-image-wrapper\">\n                                                                                    <img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"451\" src=\"https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/capturing-institutional-knowledge-featured.webp?fit=800%2C451&amp;ssl=1\" class=\"blog-listing__article-image not-transparent wp-post-image\" alt=\"Capturing Institutional Knowledge: Why Writing It Down Is Not Enough\" srcset=\"https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/capturing-institutional-knowledge-featured.webp?w=1671&amp;ssl=1 1671w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/capturing-institutional-knowledge-featured.webp?resize=300%2C169&amp;ssl=1 300w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/capturing-institutional-knowledge-featured.webp?resize=1024%2C577&amp;ssl=1 1024w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/capturing-institutional-knowledge-featured.webp?resize=768%2C432&amp;ssl=1 768w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/capturing-institutional-knowledge-featured.webp?resize=1536%2C865&amp;ssl=1 1536w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/capturing-institutional-knowledge-featured.webp?w=1600&amp;ssl=1 1600w\" sizes=\"(max-width: 800px) 100vw, 800px\" data-has-transparency=\"false\" data-dominant-color=\"0a1347\" style=\"--dominant-color: #0a1347;\" \/>                                                                            <\/a>\n                                    <a href=\"https:\/\/growthnation.ai\/insights\/category\/thoughts\/\" \n                                       class=\"blog-listing__article-category\">\n                                        Thoughts                                    <\/a>\n                                    <a href=\"https:\/\/growthnation.ai\/insights\/capturing-institutional-knowledge\/\" class=\"blog-listing__article-title-link\">\n                                        <h3 class=\"blog-listing__article-title u-gradient-text\">\n                                            Capturing Institutional Knowledge: Why Writing It Down Is Not Enough                                        <\/h3>\n                                    <\/a>\n                                    <div class=\"blog-listing__article-excerpt\">\n                                        <p>Quick Answer: Capturing institutional knowledge is the process of drawing out the know-how that lives in employees&#8217; heads, such as how work really gets done, the workarounds and the reasons behind past decisions, and turning it into something the organisation keeps. Documentation alone rarely works, because most of this knowledge is tacit and the documents [&hellip;]<\/p>\n                                    <\/div>\n                                    <time class=\"blog-listing__article-date\" datetime=\"2026-09-19\">\n                                        September 19, 2026                                    <\/time>\n                                <\/article>\n                                                            <article class=\"blog-listing__article\">\n                                    <a href=\"https:\/\/growthnation.ai\/insights\/ai-agent-security\/\" class=\"blog-listing__article-image-wrapper\">\n                                                                                    <img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"450\" src=\"https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/ai-agent-security-featured.webp?fit=800%2C450&amp;ssl=1\" class=\"blog-listing__article-image not-transparent wp-post-image\" alt=\"AI Agent Security: What Every Business Leader Needs to Know\" srcset=\"https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/ai-agent-security-featured.webp?w=1672&amp;ssl=1 1672w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/ai-agent-security-featured.webp?resize=300%2C169&amp;ssl=1 300w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/ai-agent-security-featured.webp?resize=1024%2C576&amp;ssl=1 1024w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/ai-agent-security-featured.webp?resize=768%2C432&amp;ssl=1 768w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/ai-agent-security-featured.webp?resize=1536%2C864&amp;ssl=1 1536w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/ai-agent-security-featured.webp?w=1600&amp;ssl=1 1600w\" sizes=\"(max-width: 800px) 100vw, 800px\" data-has-transparency=\"false\" data-dominant-color=\"0a1342\" style=\"--dominant-color: #0a1342;\" \/>                                                                            <\/a>\n                                    <a href=\"https:\/\/growthnation.ai\/insights\/category\/thoughts\/\" \n                                       class=\"blog-listing__article-category\">\n                                        Thoughts                                    <\/a>\n                                    <a href=\"https:\/\/growthnation.ai\/insights\/ai-agent-security\/\" class=\"blog-listing__article-title-link\">\n                                        <h3 class=\"blog-listing__article-title u-gradient-text\">\n                                            AI Agent Security: What Every Business Leader Needs to Know                                        <\/h3>\n                                    <\/a>\n                                    <div class=\"blog-listing__article-excerpt\">\n                                        <p>Quick Answer: AI agent security is the set of practices that stop autonomous AI agents from leaking data, acting outside their intended scope, or being manipulated into harmful actions. Because an agent can read, decide and act without a human checking every step, the exposure is different from ordinary software security. It belongs at the [&hellip;]<\/p>\n                                    <\/div>\n                                    <time class=\"blog-listing__article-date\" datetime=\"2026-09-17\">\n                                        September 17, 2026                                    <\/time>\n                                <\/article>\n                                                            <article class=\"blog-listing__article\">\n                                    <a href=\"https:\/\/growthnation.ai\/insights\/who-owns-ai-agents-built-by-employees\/\" class=\"blog-listing__article-image-wrapper\">\n                                                                                    <img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"450\" src=\"https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/who-owns-ai-agents-built-by-employees-featured.webp?fit=800%2C450&amp;ssl=1\" class=\"blog-listing__article-image not-transparent wp-post-image\" alt=\"Who Owns AI Agents Built by Employees?\" srcset=\"https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/who-owns-ai-agents-built-by-employees-featured.webp?w=1672&amp;ssl=1 1672w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/who-owns-ai-agents-built-by-employees-featured.webp?resize=300%2C169&amp;ssl=1 300w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/who-owns-ai-agents-built-by-employees-featured.webp?resize=1024%2C576&amp;ssl=1 1024w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/who-owns-ai-agents-built-by-employees-featured.webp?resize=768%2C432&amp;ssl=1 768w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/who-owns-ai-agents-built-by-employees-featured.webp?resize=1536%2C864&amp;ssl=1 1536w, https:\/\/i0.wp.com\/growthnation.ai\/insights\/wp-content\/uploads\/2026\/09\/who-owns-ai-agents-built-by-employees-featured.webp?w=1600&amp;ssl=1 1600w\" sizes=\"(max-width: 800px) 100vw, 800px\" data-has-transparency=\"false\" data-dominant-color=\"0c1349\" style=\"--dominant-color: #0c1349;\" \/>                                                                            <\/a>\n                                    <a href=\"https:\/\/growthnation.ai\/insights\/category\/thoughts\/\" \n                                       class=\"blog-listing__article-category\">\n                                        Thoughts                                    <\/a>\n                                    <a href=\"https:\/\/growthnation.ai\/insights\/who-owns-ai-agents-built-by-employees\/\" class=\"blog-listing__article-title-link\">\n                                        <h3 class=\"blog-listing__article-title u-gradient-text\">\n                                            Who Owns AI Agents Built by Employees?                                        <\/h3>\n                                    <\/a>\n                                    <div class=\"blog-listing__article-excerpt\">\n                                        <p>Quick Answer: Under the default rule in both the UK and the US, an employer owns the work an employee creates in the course of their job. But that rule assumes a copyright exists to hand over in the first place, and where an AI agent is built mostly by prompting a model with little [&hellip;]<\/p>\n                                    <\/div>\n                                    <time class=\"blog-listing__article-date\" datetime=\"2026-09-15\">\n                                        September 15, 2026                                    <\/time>\n                                <\/article>\n                                                    <\/div>\n                    <\/section>\n                                                <\/div>\n        <\/div>\n    <\/div>\n    \n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"content-type":"","footnotes":""},"class_list":["post-2053","page","type-page","status-publish","hentry"],"aioseo_notices":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/growthnation.ai\/insights\/wp-json\/wp\/v2\/pages\/2053","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/growthnation.ai\/insights\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/growthnation.ai\/insights\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/growthnation.ai\/insights\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/growthnation.ai\/insights\/wp-json\/wp\/v2\/comments?post=2053"}],"version-history":[{"count":46,"href":"https:\/\/growthnation.ai\/insights\/wp-json\/wp\/v2\/pages\/2053\/revisions"}],"predecessor-version":[{"id":3999,"href":"https:\/\/growthnation.ai\/insights\/wp-json\/wp\/v2\/pages\/2053\/revisions\/3999"}],"wp:attachment":[{"href":"https:\/\/growthnation.ai\/insights\/wp-json\/wp\/v2\/media?parent=2053"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}