[{"data":1,"prerenderedAt":524},["ShallowReactive",2],{"/en-us/the-source/ai/how-agentic-ai-unlocks-platform-engineering-potential":3,"footer-en-us":52,"the-source-banner-en-us":386,"the-source-navigation-en-us":392,"article-site-categories-en-us":415,"the-source-newsletter-en-us":417,"how-agentic-ai-unlocks-platform-engineering-potential-article-hero-category-en-us":424,"how-agentic-ai-unlocks-platform-engineering-potential-the-source-source-cta-en-us":450,"how-agentic-ai-unlocks-platform-engineering-potential-article-hero-author-en-us":460,"how-agentic-ai-unlocks-platform-engineering-potential-category-en-us":484,"how-agentic-ai-unlocks-platform-engineering-potential-the-source-resources-en-us":497},{"id":4,"title":5,"body":6,"category":7,"config":8,"content":14,"description":6,"extension":44,"meta":45,"navigation":12,"path":46,"seo":47,"slug":48,"stem":49,"type":50,"__hash__":51},"theSource/en-us/the-source/ai/how-agentic-ai-unlocks-platform-engineering-potential.yml","How Agentic Ai Unlocks Platform Engineering Potential",null,"ai",{"layout":9,"template":10,"author":11,"featured":12,"sourceCTA":13},"the-source","TheSourceArticle","brian-wald",true,"source-lp-enterprise-guide-to-agentic-ai",{"title":15,"date":16,"description":17,"timeToRead":18,"heroImage":19,"keyTakeaways":20,"articleBody":24,"faq":25},"How agentic AI unlocks platform engineering potential","2025-05-12","Explore how agentic AI elevates platform engineering by automating complex workflows and scaling standardization.","6 min read","https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463908/zz7ifau6dya2fn2eyuij.png",[21,22,23],"Agentic AI systems go beyond code assistance, helping organizations overcome platform engineering challenges by automating complex workflows and scaling standardization efforts across development teams.","Technical leaders must consider interoperability, security governance, and workflow integration when implementing autonomous agents to ensure they work seamlessly within existing enterprise systems.","Organizations can leverage agentic systems to address “tech mandatory” initiatives like reducing technical debt and security vulnerabilities, where dense contexts have traditionally posed barriers to automation.","Many organizations have embraced artificial intelligence (AI) tools to boost developer productivity, typically in the form of code assistants that help individual developers write code faster. While these tools deliver welcome efficiency gains, they only scratch the surface of AI’s potential to transform your development organization.\n\nAt the same time, organizations are investing in platform engineering - building integrated toolchains, establishing workflows, and creating standardized processes for software development. However, platform engineering teams will inevitably run into issues with scale: traditional approaches to platform engineering are fundamentally limited by the capacity of human engineers to maintain the platform.\n\nThis is where [agentic AI](https://about.gitlab.com/the-source/ai/agentic-ai-unlocking-developer-potential-at-scale/) becomes a game-changer for your platform engineering investments.\n\n## Why your current platform engineering investment isn’t delivering its full potential\nImagine this: You’ve invested in a [platform engineering approach](https://about.gitlab.com/the-source/platform/driving-business-results-with-platform-engineering/) with tightly integrated tools and processes. However, you’re not yet seeing the expected return on this investment due to challenges such as:\n- Manual processes that can’t scale across the organization\n- Difficulty maintaining and updating platform components\n- Inconsistent adoption of standards across different teams\n- Valuable engineering time spent on routine maintenance instead of innovation\n\nThese challenges exist because traditional approaches to platform engineering are fundamentally limited by human capacity. No matter how well-designed your platform is, you need human engineers to implement, maintain, and scale it.\n\nCode development in enterprise software is also highly context-dependent. Languages can have vastly different performance challenges. Junior developers may not have enough context to write prompts effectively. Security and compliance policies may also create unknown restrictions. No single platform engineer can fully grasp every security, network, and application-layer concern across all these scenarios.\n\n## How agentic AI transforms platform engineering\nAgentic AI systems fundamentally change the equation. Unlike traditional AI assistants that respond only to direct prompts, AI agents have full context into a team’s software development infrastructure. They can initiate actions based on triggers and states, making them the perfect complement to platform engineering frameworks. These autonomous systems can work with minimal human intervention to automate repetitive tasks while still allowing for human oversight on more critical issues.\n\nAI agents can:\n- **Automatically identify and implement standardization opportunities** across your entire organization, ensuring consistency without manual intervention\n- **Maintain and update platform components** by monitoring for security vulnerabilities, performance issues, or outdated dependencies\n- **Create issue descriptions, reusable templates, and implementation plans** based on your existing codebase\n- **Support developers in generating and updating documentation**, including README files, code flow diagrams, and architecture documentation\n\n> Learn how [agentic AI built on top of a comprehensive DevSecOps platform](https://about.gitlab.com/blog/gitlab-duo-workflow-enterprise-visibility-and-control-for-agentic-ai/) can help development teams navigate everything from project bootstrapping and deployment to debugging and cross-team coordination.\n\n## What to keep in mind when implementing AI agents\nAsk yourself these questions when thinking about how to incorporate agentic AI into platform engineering workflows:\n\n### Interoperability, scalability, and reliability\n- How will AI agents communicate with other agents, including across third-party products?\n- How will agents self-correct when they produce unexpected or unwanted results?\n- Will the agents be capable of concurrency (working on multiple tasks at the same time)?\n\n### Security, governance, and observability\n- How will AI agents interact with existing network policies to define what they can and cannot access?\n- How will agents interact with multiple data sources?\n- Will the use of data by AI agents comply with existing data governance, security, and privacy policies?\n- How will agents’ telemetry data be collected, how will their performance be measured, and what will remediation look like when they behave incorrectly?\n\n### Developer workflows\n- How will developers adapt their processes to integrate with agent-based systems?\n- What human supervision mechanisms need to be in place for critical business processes?\n\n## Enabling team velocity with AI agents and platform engineering\nAs AI-powered agents mature, organizations can proactively use these tools to identify patterns, standardize practices, and share knowledge across different development teams without manual coordination.\n\nAfter participating in a recent early access program for [GitLab Duo with Amazon Q](https://about.gitlab.com/blog/gitlab-duo-with-amazon-q-agentic-ai-optimized-for-aws/) - an agentic AI solution for the entire software development lifecycle - Osmar Alonso, DevOps Engineer at Volkswagen Digital Solutions, shared how AI agents have transformative potential for development workflows. “Even in its early stages, we saw how the deeper integration with autonomous agents could streamline our process, from code commit to production,” said Alonso. “We're excited to see how this technology empowers our team to focus on innovation and accelerate our digital transformation.”\n\nAgentic systems show particular promise in “tech mandatory” budget areas that most teams are committed to today, such as reducing technical debt, fixing security vulnerabilities, refactoring automation or infrastructure, and re-platforming legacy apps. These areas are filled with context-rich data and pose barriers to automation that agentic AI can help remove.\n\nFor example, platform engineering teams often create templates to standardize and automate processes such as CI pipelines. This traditionally involves significant manual work to identify the right processes to target - those that are widely used, have repeatable steps, and will have the most significant impact across teams. Agentic AI reduces those manual steps.\n\nRather than relying on human effort to identify processes for standardization, an agentic system can identify all Java-based projects from the past year, analyze the build processes across each, and identify the best candidates for AI-based automation. The system can then create draft templates the team can customize and build on.\n\nAgentic AI is also poised to transform how developers access organizational knowledge and tools. Many companies have invested in internal developer portals (IDPs) as abstraction layers to provide insights and portfolio visibility. However, IDPs are generally static artifacts - someone needs to maintain them and notify developers when new versions of reusable components are available. It's possible that AI agents, as part of a DevSecOps platform, will make IDPs increasingly irrelevant by proactively analyzing context across multiple data sources and tools to provide real-time insights directly within the platform. Agents will also be able to pair with the generative AI capabilities within the platform to deliver personalized, contextual information - such as vulnerability explanations or code suggestions - to each developer based on their role, project, and needs.\n\nPlatform engineering has delivered significant value, but many organizations have hit a ceiling in realizing its full potential. Agentic AI plays a crucial role in upgrading platform engineering efforts by automating complex processes, applying contextual understanding at scale, and enabling true team velocity rather than just individual productivity.",[26,29,32,35,38,41],{"header":27,"content":28},"What is agentic AI, and how does it differ from traditional AI assistants?","Agentic AI refers to autonomous systems that can make decisions, initiate actions, and adapt to context with minimal human input. Unlike traditional AI assistants that respond to prompts, agentic AI agents operate proactively within development workflows, enhancing efficiency and scalability across engineering teams.",{"header":30,"content":31},"Why is agentic AI important for platform engineering?","Agentic AI enhances platform engineering by automating routine and complex tasks such as template creation, vulnerability monitoring, and standardization across teams. This allows organizations to scale their DevSecOps efforts while reducing manual workload and accelerating delivery cycles.",{"header":33,"content":34},"How can agentic AI support standardization across development teams?","Agentic AI can analyze organizational codebases, identify repeatable patterns, and automatically generate templates or process improvements. This helps enforce consistency in CI pipelines, security practices, and documentation without requiring manual coordination across teams.",{"header":36,"content":37},"What should platform teams consider when implementing AI agents?","Successful implementation of agentic AI depends on factors such as interoperability across tools, secure data access, compliance with governance policies, and visibility into agent behavior. Teams must also ensure human oversight is embedded into workflows for critical processes.",{"header":39,"content":40},"Can agentic AI help reduce technical debt?","Yes, agentic AI is particularly effective in “tech mandatory” areas like refactoring outdated code, identifying security vulnerabilities, and automating infrastructure updates. By handling these context-heavy tasks, AI agents free up teams to focus on innovation and strategic initiatives.",{"header":42,"content":43},"Will agentic AI replace internal developer portals (IDPs)?","Agentic AI has the potential to augment or even replace static IDPs by delivering real-time, personalized insights directly within a DevSecOps platform. These agents can proactively provide relevant code suggestions, vulnerability analysis, and workflow guidance based on developer context.","yml",{},"/en-us/the-source/ai/how-agentic-ai-unlocks-platform-engineering-potential",{"title":15,"description":17,"ogImage":19},"how-agentic-ai-unlocks-platform-engineering-potential","en-us/the-source/ai/how-agentic-ai-unlocks-platform-engineering-potential","article","ILjsLORdsm7OIIJFMvzczep38HgzwVMFR22FVNelU7Q",{"data":53},{"text":54,"source":55,"edit":61,"contribute":66,"config":71,"items":76,"minimal":375},"Git is a trademark of Software Freedom Conservancy and our use of 'GitLab' is under license",{"text":56,"config":57},"View page source",{"href":58,"dataGaName":59,"dataGaLocation":60},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":62,"config":63},"Edit this page",{"href":64,"dataGaName":65,"dataGaLocation":60},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":67,"config":68},"Please contribute",{"href":69,"dataGaName":70,"dataGaLocation":60},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":72,"facebook":73,"youtube":74,"linkedin":75},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[77,134,191,250,313],{"title":78,"links":79,"subMenu":95},"Pricing",[80,85,90],{"text":81,"config":82},"View plans",{"href":83,"dataGaName":84,"dataGaLocation":60},"/pricing/","view plans",{"text":86,"config":87},"Why Premium?",{"href":88,"dataGaName":89,"dataGaLocation":60},"/pricing/premium/","why premium",{"text":91,"config":92},"Why Ultimate?",{"href":93,"dataGaName":94,"dataGaLocation":60},"/pricing/ultimate/","why ultimate",[96],{"title":97,"links":98},"Contact Us",[99,104,109,114,119,124,129],{"text":100,"config":101},"Contact sales",{"href":102,"dataGaName":103,"dataGaLocation":60},"/sales/","sales",{"text":105,"config":106},"Support portal",{"href":107,"dataGaName":108,"dataGaLocation":60},"https://support.gitlab.com","support portal",{"text":110,"config":111},"Customer portal",{"href":112,"dataGaName":113,"dataGaLocation":60},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"text":115,"config":116},"Status",{"href":117,"dataGaName":118,"dataGaLocation":60},"https://status.gitlab.com/","status",{"text":120,"config":121},"Terms of use",{"href":122,"dataGaName":123,"dataGaLocation":60},"/terms/","terms of use",{"text":125,"config":126},"Privacy statement",{"href":127,"dataGaName":128,"dataGaLocation":60},"/privacy/","privacy statement",{"text":130,"config":131},"Cookie preferences",{"dataGaName":132,"dataGaLocation":60,"id":133,"isOneTrustButton":12},"cookie preferences","ot-sdk-btn",{"title":135,"links":136,"subMenu":147},"Product",[137,142],{"text":138,"config":139},"DevSecOps platform",{"href":140,"dataGaName":141,"dataGaLocation":60},"/platform/","devsecops platform",{"text":143,"config":144},"AI-Assisted Development",{"href":145,"dataGaName":146,"dataGaLocation":60},"/gitlab-duo/","ai-assisted development",[148],{"title":149,"links":150},"Topics",[151,156,161,166,171,176,181,186],{"text":152,"config":153},"CICD",{"href":154,"dataGaName":155,"dataGaLocation":60},"/topics/ci-cd/","cicd",{"text":157,"config":158},"GitOps",{"href":159,"dataGaName":160,"dataGaLocation":60},"/topics/gitops/","gitops",{"text":162,"config":163},"DevOps",{"href":164,"dataGaName":165,"dataGaLocation":60},"/topics/devops/","devops",{"text":167,"config":168},"Version Control",{"href":169,"dataGaName":170,"dataGaLocation":60},"/topics/version-control/","version control",{"text":172,"config":173},"DevSecOps",{"href":174,"dataGaName":175,"dataGaLocation":60},"/topics/devsecops/","devsecops",{"text":177,"config":178},"Cloud Native",{"href":179,"dataGaName":180,"dataGaLocation":60},"/topics/cloud-native/","cloud native",{"text":182,"config":183},"AI for Coding",{"href":184,"dataGaName":185,"dataGaLocation":60},"/topics/devops/ai-for-coding/","ai for coding",{"text":187,"config":188},"Agentic AI",{"href":189,"dataGaName":190,"dataGaLocation":60},"/topics/agentic-ai/","agentic ai",{"title":192,"links":193},"Solutions",[194,198,203,208,213,217,222,225,230,235,240,245],{"text":195,"config":196},"Application Security Testing",{"href":197,"dataGaName":195,"dataGaLocation":60},"/solutions/application-security-testing/",{"text":199,"config":200},"Automated software delivery",{"href":201,"dataGaName":202,"dataGaLocation":60},"/solutions/delivery-automation/","automated software delivery",{"text":204,"config":205},"Agile development",{"href":206,"dataGaName":207,"dataGaLocation":60},"/solutions/agile-delivery/","agile delivery",{"text":209,"config":210},"SCM",{"href":211,"dataGaName":212,"dataGaLocation":60},"/solutions/source-code-management/","source code management",{"text":152,"config":214},{"href":215,"dataGaName":216,"dataGaLocation":60},"/solutions/continuous-integration/","continuous integration & delivery",{"text":218,"config":219},"Value stream management",{"href":220,"dataGaName":221,"dataGaLocation":60},"/solutions/value-stream-management/","value stream management",{"text":157,"config":223},{"href":224,"dataGaName":160,"dataGaLocation":60},"/solutions/gitops/",{"text":226,"config":227},"Enterprise",{"href":228,"dataGaName":229,"dataGaLocation":60},"/enterprise/","enterprise",{"text":231,"config":232},"Small business",{"href":233,"dataGaName":234,"dataGaLocation":60},"/small-business/","small business",{"text":236,"config":237},"Public sector",{"href":238,"dataGaName":239,"dataGaLocation":60},"/solutions/public-sector/","public sector",{"text":241,"config":242},"Education",{"href":243,"dataGaName":244,"dataGaLocation":60},"/solutions/education/","education",{"text":246,"config":247},"Financial services",{"href":248,"dataGaName":249,"dataGaLocation":60},"/solutions/finance/","financial services",{"title":251,"links":252},"Resources",[253,258,263,268,273,278,283,288,293,298,303,308],{"text":254,"config":255},"Install",{"href":256,"dataGaName":257,"dataGaLocation":60},"/install/","install",{"text":259,"config":260},"Quick start guides",{"href":261,"dataGaName":262,"dataGaLocation":60},"/get-started/","quick setup checklists",{"text":264,"config":265},"Learn",{"href":266,"dataGaName":267,"dataGaLocation":60},"https://university.gitlab.com/","learn",{"text":269,"config":270},"Product documentation",{"href":271,"dataGaName":272,"dataGaLocation":60},"https://docs.gitlab.com/","docs",{"text":274,"config":275},"Blog",{"href":276,"dataGaName":277,"dataGaLocation":60},"/blog/","blog",{"text":279,"config":280},"Customer success stories",{"href":281,"dataGaName":282,"dataGaLocation":60},"/customers/","customer success stories",{"text":284,"config":285},"Remote",{"href":286,"dataGaName":287,"dataGaLocation":60},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":289,"config":290},"GitLab Services",{"href":291,"dataGaName":292,"dataGaLocation":60},"/services/","services",{"text":294,"config":295},"Community",{"href":296,"dataGaName":297,"dataGaLocation":60},"/community/","community",{"text":299,"config":300},"Forum",{"href":301,"dataGaName":302,"dataGaLocation":60},"https://forum.gitlab.com/","forum",{"text":304,"config":305},"Events",{"href":306,"dataGaName":307,"dataGaLocation":60},"/events/","events",{"text":309,"config":310},"Partners",{"href":311,"dataGaName":312,"dataGaLocation":60},"/partners/","partners",{"title":314,"links":315},"Company",[316,321,326,331,336,341,346,350,355,360,365,370],{"text":317,"config":318},"About",{"href":319,"dataGaName":320,"dataGaLocation":60},"/company/","company",{"text":322,"config":323},"Jobs",{"href":324,"dataGaName":325,"dataGaLocation":60},"/jobs/","jobs",{"text":327,"config":328},"Leadership",{"href":329,"dataGaName":330,"dataGaLocation":60},"/company/team/e-group/","leadership",{"text":332,"config":333},"Team",{"href":334,"dataGaName":335,"dataGaLocation":60},"/company/team/","team",{"text":337,"config":338},"Handbook",{"href":339,"dataGaName":340,"dataGaLocation":60},"https://handbook.gitlab.com/","handbook",{"text":342,"config":343},"Investor relations",{"href":344,"dataGaName":345,"dataGaLocation":60},"https://ir.gitlab.com/","investor relations",{"text":347,"config":348},"Sustainability",{"href":349,"dataGaName":347,"dataGaLocation":60},"/sustainability/",{"text":351,"config":352},"Diversity, inclusion and belonging (DIB)",{"href":353,"dataGaName":354,"dataGaLocation":60},"/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":356,"config":357},"Trust Center",{"href":358,"dataGaName":359,"dataGaLocation":60},"/security/","trust center",{"text":361,"config":362},"Newsletter",{"href":363,"dataGaName":364,"dataGaLocation":60},"/company/contact/#contact-forms","newsletter",{"text":366,"config":367},"Press",{"href":368,"dataGaName":369,"dataGaLocation":60},"/press/","press",{"text":371,"config":372},"Modern Slavery Transparency Statement",{"href":373,"dataGaName":374,"dataGaLocation":60},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":376},[377,380,383],{"text":378,"config":379},"Terms",{"href":122,"dataGaName":123,"dataGaLocation":60},{"text":381,"config":382},"Cookies",{"dataGaName":132,"dataGaLocation":60,"id":133,"isOneTrustButton":12},{"text":384,"config":385},"Privacy",{"href":127,"dataGaName":128,"dataGaLocation":60},{"visibility":12,"title":387,"button":388},"The Intelligent Software Development Era: How AI is reshaping DevSecOps teams",{"config":389,"text":391},{"href":390},"/developer-survey/","Get the research report",{"logo":393,"subscribeLink":398,"navItems":402},{"altText":394,"config":395},"the source logo",{"src":396,"href":397},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750191004/t7wz1klfb2kxkezksv9t.svg","/the-source/",{"text":399,"config":400},"Subscribe",{"href":401},"#subscribe",[403,407,411],{"text":404,"config":405},"Artificial Intelligence",{"href":406},"/the-source/ai/",{"text":408,"config":409},"Security & Compliance",{"href":410},"/the-source/security/",{"text":412,"config":413},"Platform & Infrastructure",{"href":414},"/the-source/platform/",{"categoryNames":416},{"ai":404,"platform":412,"security":408},{"title":418,"description":419,"submitMessage":420,"formData":421},"The Source Newsletter","Stay updated with insights for the future of software development.","You have successfully signed up for The Source’s newsletter.",{"config":422},{"formId":423,"formName":364,"hideRequiredLabel":12},1077,{"id":425,"title":426,"body":6,"category":6,"config":427,"content":428,"description":6,"extension":44,"meta":444,"navigation":12,"path":445,"seo":446,"slug":7,"stem":447,"testContent":6,"type":448,"__hash__":449},"pages/en-us/the-source/ai/index.yml","",{"layout":9},[429,436],{"componentName":430,"type":430,"componentContent":431},"TheSourceCategoryHero",{"title":404,"description":432,"image":433},"Explore expert insights on how AI is transforming software development, and how organizations can get the most out of their AI investments.",{"config":434},{"src":435},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463300/eoudcbj5aoucl0spsp0c.png",{"componentName":437,"type":437,"componentContent":438},"TheSourceCategoryMainSection",{"config":439},{"sourceCTAs":440},[441,442,443],"source-lp-how-to-get-started-using-ai-in-software-development","navigating-ai-maturity-in-devsecops","source-lp-ai-guide-for-enterprise-leaders-building-the-right-approach",{},"/en-us/the-source/ai",{"title":404,"description":432,"ogImage":435},"en-us/the-source/ai/index","category","wtQi5a4Yy8rZpv9pRFgz-LgiIdSY188tyR5WwsQyl-w",{"config":451,"title":452,"description":453,"link":454,"slug":459},{"slug":13},"The enterprise guide to agentic AI","Discover how agentic AI revolutionizes enterprise software development. Learn to achieve 10x productivity gains while reducing costs and security risks.",{"text":455,"config":456},"Read the guide",{"href":457,"dataGaLocation":458,"dataGaName":452},"/the-source/ai/transform-development-with-agentic-ai-the-enterprise-guide/","thesource","the-enterprise-guide-to-agentic-ai",{"id":461,"title":462,"body":6,"category":6,"config":463,"content":464,"description":6,"extension":44,"meta":478,"navigation":12,"path":479,"seo":480,"slug":11,"stem":481,"testContent":6,"type":482,"__hash__":483},"theSourceAuthors/en-us/the-source/authors/brian-wald.yml","Brian Wald",{"layout":9},[465,476],{"componentName":466,"type":466,"componentContent":467},"TheSourceAuthorHero",{"config":468,"name":462,"role":471,"bio":472,"headshot":473},{"gitlabHandle":469,"linkedInProfileUrl":470},"brianwald","https://www.linkedin.com/in/brianwald/","Head of Global Field CTO org","Brian Wald is Head of Global Field CTO org at GitLab. He leads a dynamic team of Field CTOs dedicated to transforming enterprise software development practices.",{"altText":462,"config":474},{"src":475},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463417/fugpbux9miqbdx3wewtu.jpg",{"componentName":477,"type":477},"TheSourceArticlesList",{},"/en-us/the-source/authors/brian-wald",{"title":462},"en-us/the-source/authors/brian-wald","author","xMN9kqHPA7rbb_OhNCWA9tUGAPLCh9L7auCkxTtS0zs",{"id":425,"title":426,"body":6,"category":6,"config":485,"content":486,"description":6,"extension":44,"meta":495,"navigation":12,"path":445,"seo":496,"slug":7,"stem":447,"testContent":6,"type":448,"__hash__":449},{"layout":9},[487,491],{"componentName":430,"type":430,"componentContent":488},{"title":404,"description":432,"image":489},{"config":490},{"src":435},{"componentName":437,"type":437,"componentContent":492},{"config":493},{"sourceCTAs":494},[441,442,443],{},{"title":404,"description":432,"ogImage":435},[498,507,515],{"config":499,"title":500,"description":501,"link":502},{"slug":442},"Navigating AI maturity in DevSecOps","Read our survey findings from more than 5,000 DevSecOps professionals worldwide for insights on how organizations are incorporating AI into the software development lifecycle.",{"text":503,"config":504},"Read the report",{"href":505,"dataGaName":506,"dataGaLocation":458},"/developer-survey/2024/ai/","Navigating AI Maturity in DevSecOps",{"config":508,"title":509,"description":510,"link":511},{"slug":443},"AI guide for enterprise leaders: Building the right approach","Download our guide for enterprise leaders to learn how to prepare your C-suite, executive leadership, and development teams for what AI can do today — and will do in the near future — to accelerate software development.",{"text":455,"config":512},{"href":513,"dataGaName":514,"dataGaLocation":458},"/the-source/ai/ai-guide-for-enterprise-leaders-building-the-right-approach/","AI Guide For Enterprise Leaders: Building the Right Approach",{"config":516,"title":517,"description":518,"link":519},{"slug":441},"How to get started using AI in software development","Learn how to strategically implement AI to boost efficiency, security, and reduce context switching. Empower every member of your team with AI capabilities.",{"text":520,"config":521},"Download the guide",{"href":522,"dataGaName":523,"dataGaLocation":458},"/the-source/ai/getting-started-with-ai-in-software-development-a-guide-for-leaders/","How to Get Started Using AI in Software Development",1772652087167]