[{"data":1,"prerenderedAt":1098},["ShallowReactive",2],{"/blog/gitlab-engineer-how-i-improved-my-onboarding-experience-with-ai":3,"navigation-en-us":318,"banner-en-us":741,"footer-en-us":751,"blog-post-authors-en-us-Konstantin Greif":996,"blog-related-posts-en-us-gitlab-engineer-how-i-improved-my-onboarding-experience-with-ai":1011,"blog-promotions-en-us":1036,"next-steps-en-us":1088},{"id":4,"title":5,"authors":6,"body":8,"category":297,"date":298,"description":299,"extension":300,"externalUrl":301,"faq":301,"featured":302,"heroImage":303,"meta":304,"navigation":302,"path":305,"seo":306,"slug":309,"stem":310,"tags":311,"template":316,"updatedDate":301,"__hash__":317},"blogPosts/en-us/blog/gitlab-engineer-how-i-improved-my-onboarding-experience-with-ai.md","GitLab engineer: How I improved my onboarding experience with AI",[7],"Konstantin Greif",{"type":9,"value":10,"toc":283},"minimark",[11,22,31,36,45,50,65,74,77,83,86,88,109,112,114,119,123,132,135,137,142,146,155,157,162,166,175,214,218,239,243,246,256,260],[12,13,14,15,21],"p",{},"Starting a new job is exciting, and overwhelming. New teammates, new tools, and, in GitLab’s case, a lot of documentation. Six weeks ago, I joined GitLab’s Growth team as a fullstack engineer. Anyone who has gone through ",[16,17,20],"a",{"href":18,"rel":19},"https://about.gitlab.com/the-source/platform/how-to-accelerate-developer-onboarding-and-why-it-matters/",[],"onboarding at GitLab"," knows it’s transparent, extensive, and thorough.",[12,23,24,25,30],{},"GitLab's onboarding process includes a lot of docs, videos, and trainings that will bring you up to speed. Also, in line with GitLab's values, my team encouraged me to start contributing right away. I quickly realized that onboarding here is both diligent and intense. Luckily, I had a secret helper: ",[16,26,29],{"href":27,"rel":28},"https://about.gitlab.com/gitlab-duo-agent-platform/",[],"GitLab Duo",".",[32,33,35],"h2",{"id":34},"my-main-use-cases","My main use cases",[12,37,38,39,44],{},"I’ve found GitLab Duo's AI assistance, available throughout the software development lifecycle, useful in three key areas: exploration, reviewing, and debugging. With GitLab Duo, I was able to get my first tiny MR deployed to production in the first week and actively contribute to ",[16,40,43],{"href":41,"rel":42},"https://docs.gitlab.com/releases/18/gitlab-18-5-released/#pick-up-where-you-left-off-on-the-new-personal-homepage",[],"the personal homepage"," in GitLab 18.5 in the weeks after.",[46,47,49],"h3",{"id":48},"exploration","Exploration",[12,51,52,53,58,59,64],{},"Early in onboarding, I often remembered reading something but couldn’t recall where. GitLab has a ",[16,54,57],{"href":55,"rel":56},"https://handbook.gitlab.com/",[],"public-facing handbook",", an internal handbook, and ",[16,60,63],{"href":61,"rel":62},"https://docs.gitlab.com/",[],"GitLab Docs",". It can be difficult to search across all of them efficiently.",[12,66,67,68,73],{},"GitLab Duo simplifies this task: I can describe what I’m looking for in natural language via ",[16,69,72],{"href":70,"rel":71},"https://docs.gitlab.com/user/gitlab_duo_chat/",[],"GitLab Duo Chat"," and search across all resources at once.",[12,75,76],{},"Example prompt:",[78,79,80],"blockquote",{},[12,81,82],{},"I remember reading about how RSpec tests are done at GitLab. Can you find relevant documentation across the Handbook, the internal handbook and the GitLab Docs?",[12,84,85],{},"Before starting work on an issue, I use GitLab Duo to identify edge cases and hidden dependencies. GitLab Duo will relate the requirements of the issue against the whole GitLab codebase, assess similar features, and prepare all the findings. Based on its output I am able to refine the issue with my product manager and designer, and make sure my implementation covers all edge cases or define future iterations.",[12,87,76],{},[78,89,90,93],{},[12,91,92],{},"Analyze this issue in the context of its epic and identify:",[94,95,96,100,103,106],"ul",{},[97,98,99],"li",{},"Implementation questions to ask PM/design before coding",[97,101,102],{},"Edge cases not covered in requirements",[97,104,105],{},"Cross-feature dependencies that might be affected",[97,107,108],{},"Missing acceptance criteria",[12,110,111],{},"I also check that my planned solution follows GitLab best practices and common patterns.",[12,113,76],{},[78,115,116],{},[12,117,118],{},"I want to implement XZY behavior — how is this usually done at GitLab, and what other options do I have?",[46,120,122],{"id":121},"reviewing","Reviewing",[12,124,125,126,131],{},"I always ",[16,127,130],{"href":128,"rel":129},"https://docs.gitlab.com/user/project/merge_requests/duo_in_merge_requests/#have-gitlab-duo-review-your-code",[],"let GitLab Duo review my merge requests"," before assigning human reviewers. It often catches small mistakes, suggests improvements, and highlights edge cases I missed. This shortens the review cycle and helps my teammates focus on more complex and bigger-picture feedback.",[12,133,134],{},"Since I’m still new to GitLab’s codebase and coding practices, some review comments are hard to interpret. In those cases, GitLab Duo helps me understand what a reviewer means and how it relates to my code.",[12,136,76],{},[78,138,139],{},[12,140,141],{},"I don’t understand the comment on this MR about following the user instead of testing component internals, what does it mean and how does it relate to my implementation?",[46,143,145],{"id":144},"debugging","Debugging",[12,147,148,149,154],{},"Sometimes pipeline tests on my merge requests failed unexpectedly. If I can’t tell whether my changes are the cause, GitLab Duo helps me investigate and fix the failures. Using ",[16,150,153],{"href":151,"rel":152},"https://docs.gitlab.com/user/gitlab_duo_chat/agentic_chat/",[],"GitLab Duo Agentic Chat",", Duo can apply changes to debug the failing job.",[12,156,76],{},[78,158,159],{},[12,160,161],{},"The pipeline job “rspec system pg16 12/32” is failing, but I don’t know whether that relates to my changes. Can you check, if my changes are causing the pipeline failure and, if so, guide me through the steps of fixing it.",[32,163,165],{"id":164},"how-duo-aligns-with-gitlabs-values","How Duo aligns with GitLab’s values",[12,167,168,169,174],{},"Using GitLab Duo doesn’t just help me, it also supports ",[16,170,173],{"href":171,"rel":172},"https://handbook.gitlab.com/handbook/values/",[],"GitLab’s CREDIT values",":",[94,176,177,184,190,196,202,208],{},[97,178,179,183],{},[180,181,182],"strong",{},"Collaboration:"," I ask teammates fewer basic questions. And when I do ask questions, they’re more thoughtful and informed. This respects their time.",[97,185,186,189],{},[180,187,188],{},"Results for customers:"," By identifying edge cases early and improving code quality, GitLab Duo helps me deliver better outcomes for customers.",[97,191,192,195],{},[180,193,194],{},"Efficiency:"," Streamlined preparation, faster reviews, and improved debugging make me more efficient.",[97,197,198,201],{},[180,199,200],{},"Diversity, inclusion & belonging:"," AI guidance might mitigate misunderstandings and different barriers to entry based on differing backgrounds and abilities.",[97,203,204,207],{},[180,205,206],{},"Iteration:"," The ability to try ideas faster and identify potential improvements, enables faster iteration.",[97,209,210,213],{},[180,211,212],{},"Transparency:"," GitLab Duo makes the already transparent documentation at GitLab more accessible.",[32,215,217],{"id":216},"staying-cautious-with-ai","Staying cautious with AI",[12,219,220,221,226,227,232,233,238],{},"It never has been as easy and difficult to be competent as in the days of AI. It can be a powerful tool, but AI does get things wrong. Therefore, I avoid ",[16,222,225],{"href":223,"rel":224},"https://link.springer.com/article/10.1007/s00146-025-02422-7",[],"automation bias"," by always validating AI's outputs. If I don’t understand the output, I don’t use it.\nI’m also cautious of over-reliance. Studies suggest that heavy AI use can lead to ",[16,228,231],{"href":229,"rel":230},"https://www.mdpi.com/2075-4698/15/1/6",[],"cognitive offloading"," and worse outcomes in the long run. One study shows that users of AI ",[16,234,237],{"href":235,"rel":236},"https://arxiv.org/abs/2404.19699?utm_source=chatgpt.com",[],"perform worse in exams",". To avoid negatively affecting my skills, I use AI as a discussion partner rather than just implementing the code it generates.",[32,240,242],{"id":241},"summary","Summary",[12,244,245],{},"Onboarding is always a stressful time, but using GitLab Duo made mine smoother and less overwhelming. I learned more about GitLab’s codebase, culture, and best practices than I could have managed on my own.",[78,247,248],{},[12,249,250,251,255],{},"Want to make GitLab Duo part of your onboarding experience? Sign up for ",[16,252,254],{"href":27,"rel":253},[],"a free trial"," today.",[32,257,259],{"id":258},"resources","Resources",[94,261,262,269,276],{},[97,263,264],{},[16,265,268],{"href":266,"rel":267},"https://docs.gitlab.com/user/get_started/getting_started_gitlab_duo/",[],"Getting started with GitLab Duo",[97,270,271],{},[16,272,275],{"href":273,"rel":274},"https://about.gitlab.com/blog/get-started-with-gitlab-duo-agentic-chat-in-the-web-ui/",[],"Get started with GitLab Duo Agentic Chat in the web UI",[97,277,278],{},[16,279,282],{"href":280,"rel":281},"https://about.gitlab.com/blog/10-best-practices-for-using-ai-powered-gitlab-duo-chat/",[],"10 best practices for using AI-powered GitLab Duo Chat",{"title":284,"searchDepth":285,"depth":285,"links":286},"",2,[287,293,294,295,296],{"id":34,"depth":285,"text":35,"children":288},[289,291,292],{"id":48,"depth":290,"text":49},3,{"id":121,"depth":290,"text":122},{"id":144,"depth":290,"text":145},{"id":164,"depth":285,"text":165},{"id":216,"depth":285,"text":217},{"id":241,"depth":285,"text":242},{"id":258,"depth":285,"text":259},"ai","2025-11-17","Learn how GitLab Duo accelerated onboarding for a new engineering team member by helping to explore docs, review code, and debug issues efficiently.\n","md",null,true,"https://res.cloudinary.com/about-gitlab-com/image/upload/v1756989645/fojzxakmfdea6jfqjkrl.png",{},"/en-us/blog/gitlab-engineer-how-i-improved-my-onboarding-experience-with-ai",{"config":307,"title":5,"description":299},{"noIndex":308},false,"gitlab-engineer-how-i-improved-my-onboarding-experience-with-ai","en-us/blog/gitlab-engineer-how-i-improved-my-onboarding-experience-with-ai",[312,313,314,315],"AI","product","community","inside GitLab","BlogPost","FczL0xJsWmENXCxbO-4xsZIrUCRO057ESd8Ig1wOi-8",{"logo":319,"freeTrial":324,"sales":329,"login":334,"items":339,"search":661,"minimal":692,"duo":711,"switchNav":720,"pricingDeployment":731},{"config":320},{"href":321,"dataGaName":322,"dataGaLocation":323},"/","gitlab logo","header",{"text":325,"config":326},"Get free trial",{"href":327,"dataGaName":328,"dataGaLocation":323},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":330,"config":331},"Request a demo",{"href":332,"dataGaName":333,"dataGaLocation":323},"/sales/?contact-topic=request-demo","sales",{"text":335,"config":336},"Sign in",{"href":337,"dataGaName":338,"dataGaLocation":323},"https://gitlab.com/users/sign_in/","sign in",[340,369,469,474,584,639],{"text":341,"config":342,"menu":344},"Platform",{"dataNavLevelOne":343},"platform",{"type":345,"columns":346},"cards",[347,353,361],{"title":341,"description":348,"link":349},"The intelligent orchestration platform for DevSecOps",{"text":350,"config":351},"Explore our Platform",{"href":352,"dataGaName":343,"dataGaLocation":323},"/platform/",{"title":354,"description":355,"link":356},"GitLab Duo Agent Platform","Agentic AI for the entire software lifecycle",{"text":357,"config":358},"Meet GitLab Duo",{"href":359,"dataGaName":360,"dataGaLocation":323},"/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":362,"description":363,"link":364},"Why GitLab","See the top reasons enterprises choose GitLab",{"text":365,"config":366},"Learn more",{"href":367,"dataGaName":368,"dataGaLocation":323},"/why-gitlab/","why gitlab",{"text":370,"left":302,"config":371,"menu":373},"Product",{"dataNavLevelOne":372},"solutions",{"type":374,"link":375,"columns":379,"feature":448},"lists",{"text":376,"config":377},"View all Solutions",{"href":378,"dataGaName":372,"dataGaLocation":323},"/solutions/",[380,404,427],{"title":381,"description":382,"link":383,"items":388},"Automation","CI/CD and automation to accelerate deployment",{"config":384},{"icon":385,"href":386,"dataGaName":387,"dataGaLocation":323},"AutomatedCodeAlt","/solutions/delivery-automation/","automated software delivery",[389,393,396,400],{"text":390,"config":391},"CI/CD",{"href":392,"dataGaLocation":323,"dataGaName":390},"/solutions/continuous-integration/",{"text":354,"config":394},{"href":359,"dataGaLocation":323,"dataGaName":395},"gitlab duo agent platform - product menu",{"text":397,"config":398},"Source Code Management",{"href":399,"dataGaLocation":323,"dataGaName":397},"/solutions/source-code-management/",{"text":401,"config":402},"Automated Software Delivery",{"href":386,"dataGaLocation":323,"dataGaName":403},"Automated software delivery",{"title":405,"description":406,"link":407,"items":412},"Security","Deliver code faster without compromising security",{"config":408},{"href":409,"dataGaName":410,"dataGaLocation":323,"icon":411},"/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[413,417,422],{"text":414,"config":415},"Application Security Testing",{"href":409,"dataGaName":416,"dataGaLocation":323},"Application security testing",{"text":418,"config":419},"Software Supply Chain Security",{"href":420,"dataGaLocation":323,"dataGaName":421},"/solutions/supply-chain/","Software supply chain security",{"text":423,"config":424},"Software Compliance",{"href":425,"dataGaName":426,"dataGaLocation":323},"/solutions/software-compliance/","software compliance",{"title":428,"link":429,"items":434},"Measurement",{"config":430},{"icon":431,"href":432,"dataGaName":433,"dataGaLocation":323},"DigitalTransformation","/solutions/visibility-measurement/","visibility and measurement",[435,439,443],{"text":436,"config":437},"Visibility & Measurement",{"href":432,"dataGaLocation":323,"dataGaName":438},"Visibility and Measurement",{"text":440,"config":441},"Value Stream Management",{"href":442,"dataGaLocation":323,"dataGaName":440},"/solutions/value-stream-management/",{"text":444,"config":445},"Analytics & Insights",{"href":446,"dataGaLocation":323,"dataGaName":447},"/solutions/analytics-and-insights/","Analytics and insights",{"title":449,"type":374,"items":450},"GitLab for",[451,457,463],{"text":452,"config":453},"Enterprise",{"icon":454,"href":455,"dataGaLocation":323,"dataGaName":456},"Building","/enterprise/","enterprise",{"text":458,"config":459},"Small Business",{"icon":460,"href":461,"dataGaLocation":323,"dataGaName":462},"Work","/small-business/","small business",{"text":464,"config":465},"Public Sector",{"icon":466,"href":467,"dataGaLocation":323,"dataGaName":468},"Organization","/solutions/public-sector/","public sector",{"text":470,"config":471},"Pricing",{"href":472,"dataGaName":473,"dataGaLocation":323,"dataNavLevelOne":473},"/pricing/","pricing",{"text":259,"config":475,"menu":476},{"dataNavLevelOne":258},{"type":374,"link":477,"columns":481,"feature":573},{"text":478,"config":479},"View all resources",{"href":480,"dataGaName":258,"dataGaLocation":323},"/resources/",[482,514,541],{"title":483,"items":484},"Getting started",[485,490,495,500,504,509],{"text":486,"config":487},"Install",{"href":488,"dataGaName":489,"dataGaLocation":323},"/install/","install",{"text":491,"config":492},"Quick start guides",{"href":493,"dataGaName":494,"dataGaLocation":323},"/get-started/","quick setup checklists",{"text":496,"config":497},"Learn",{"href":498,"dataGaLocation":323,"dataGaName":499},"https://university.gitlab.com/","learn",{"text":501,"config":502},"Product documentation",{"href":61,"dataGaName":503,"dataGaLocation":323},"product documentation",{"text":505,"config":506},"Best practice videos",{"href":507,"dataGaName":508,"dataGaLocation":323},"/getting-started-videos/","best practice videos",{"text":510,"config":511},"Integrations",{"href":512,"dataGaName":513,"dataGaLocation":323},"/integrations/","integrations",{"title":515,"items":516},"Discover",[517,522,527,532,536],{"text":518,"config":519},"Customer success stories",{"href":520,"dataGaName":521,"dataGaLocation":323},"/customers/","customer success stories",{"text":523,"config":524},"Blog",{"href":525,"dataGaName":526,"dataGaLocation":323},"/blog/","blog",{"text":528,"config":529},"Demo Hub",{"href":530,"dataGaName":531,"dataGaLocation":323},"/demo-hub/","demo hub",{"text":533,"config":534},"The Source",{"href":535,"dataGaName":526,"dataGaLocation":323},"/the-source/",{"text":537,"config":538},"Remote",{"href":539,"dataGaName":540,"dataGaLocation":323},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":542,"items":543},"Connect",[544,549,554,558,563,568],{"text":545,"config":546},"GitLab Services",{"href":547,"dataGaName":548,"dataGaLocation":323},"/services/","services",{"text":550,"config":551},"Contribute",{"href":552,"dataGaName":553,"dataGaLocation":323},"https://contributors.gitlab.com","contribute",{"text":555,"config":556},"Community",{"href":557,"dataGaName":314,"dataGaLocation":323},"/community/",{"text":559,"config":560},"Forum",{"href":561,"dataGaName":562,"dataGaLocation":323},"https://forum.gitlab.com/","forum",{"text":564,"config":565},"Events",{"href":566,"dataGaName":567,"dataGaLocation":323},"/events/","events",{"text":569,"config":570},"Partners",{"href":571,"dataGaName":572,"dataGaLocation":323},"/partners/","partners",{"config":574,"title":577,"text":578,"link":579},{"background":575,"textColor":576},"url('https://res.cloudinary.com/about-gitlab-com/image/upload/v1777322348/qpq8yrgn8knii57omj0c.png')","#000","What’s new in GitLab","Stay updated with our latest features and improvements.",{"text":580,"config":581},"Read the latest",{"href":582,"dataGaName":583,"dataGaLocation":323},"/whats-new/","whats new",{"text":585,"config":586,"menu":588},"Company",{"dataNavLevelOne":587},"company",{"type":374,"columns":589},[590],{"items":591},[592,597,603,605,610,614,619,624,629,634],{"text":593,"config":594},"About",{"href":595,"dataGaName":596,"dataGaLocation":323},"/company/","about",{"text":598,"config":599,"footerGa":602},"Jobs",{"href":600,"dataGaName":601,"dataGaLocation":323},"/jobs/","jobs",{"dataGaName":601},{"text":564,"config":604},{"href":566,"dataGaName":567,"dataGaLocation":323},{"text":606,"config":607},"Leadership",{"href":608,"dataGaName":609,"dataGaLocation":323},"/company/team/e-group/","leadership",{"text":611,"config":612},"Handbook",{"href":55,"dataGaName":613,"dataGaLocation":323},"handbook",{"text":615,"config":616},"Investor relations",{"href":617,"dataGaName":618,"dataGaLocation":323},"https://ir.gitlab.com/overview/default.aspx","investor relations",{"text":620,"config":621},"Trust Center",{"href":622,"dataGaName":623,"dataGaLocation":323},"/security/","trust center",{"text":625,"config":626},"AI Transparency Center",{"href":627,"dataGaName":628,"dataGaLocation":323},"/ai-transparency-center/","ai transparency center",{"text":630,"config":631},"Newsletter",{"href":632,"dataGaName":633,"dataGaLocation":323},"/company/contact/#contact-forms","newsletter",{"text":635,"config":636},"Press",{"href":637,"dataGaName":638,"dataGaLocation":323},"/press/","press",{"text":640,"config":641,"menu":642},"Contact us",{"dataNavLevelOne":587},{"type":374,"columns":643},[644],{"items":645},[646,651,656],{"text":647,"config":648},"Talk to sales",{"href":649,"dataGaName":650,"dataGaLocation":323},"/sales/","talk to sales",{"text":652,"config":653},"Support portal",{"href":654,"dataGaName":655,"dataGaLocation":323},"https://support.gitlab.com/hc/en-us","support portal",{"text":657,"config":658},"Customer portal",{"href":659,"dataGaName":660,"dataGaLocation":323},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":662,"login":663,"suggestions":670},"Close",{"text":664,"link":665},"To search repositories and projects, login to",{"text":666,"config":667},"gitlab.com",{"href":337,"dataGaName":668,"dataGaLocation":669},"search login","search",{"text":671,"default":672},"Suggestions",[673,675,679,681,685,689],{"text":354,"config":674},{"href":359,"dataGaName":354,"dataGaLocation":669},{"text":676,"config":677},"Code Suggestions (AI)",{"href":678,"dataGaName":676,"dataGaLocation":669},"/solutions/code-suggestions/",{"text":390,"config":680},{"href":392,"dataGaName":390,"dataGaLocation":669},{"text":682,"config":683},"GitLab on AWS",{"href":684,"dataGaName":682,"dataGaLocation":669},"/partners/technology-partners/aws/",{"text":686,"config":687},"GitLab on Google Cloud",{"href":688,"dataGaName":686,"dataGaLocation":669},"/partners/technology-partners/google-cloud-platform/",{"text":690,"config":691},"Why GitLab?",{"href":367,"dataGaName":690,"dataGaLocation":669},{"freeTrial":693,"mobileIcon":698,"desktopIcon":703,"secondaryButton":706},{"text":694,"config":695},"Start free trial",{"href":696,"dataGaName":328,"dataGaLocation":697},"https://gitlab.com/-/trials/new/","nav",{"altText":699,"config":700},"Gitlab Icon",{"src":701,"dataGaName":702,"dataGaLocation":697},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":699,"config":704},{"src":705,"dataGaName":702,"dataGaLocation":697},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":707,"config":708},"Get Started",{"href":709,"dataGaName":710,"dataGaLocation":697},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/get-started/","get started",{"freeTrial":712,"mobileIcon":716,"desktopIcon":718},{"text":713,"config":714},"Learn more about GitLab Duo",{"href":359,"dataGaName":715,"dataGaLocation":697},"gitlab duo",{"altText":699,"config":717},{"src":701,"dataGaName":702,"dataGaLocation":697},{"altText":699,"config":719},{"src":705,"dataGaName":702,"dataGaLocation":697},{"button":721,"mobileIcon":726,"desktopIcon":728},{"text":722,"config":723},"/switch",{"href":724,"dataGaName":725,"dataGaLocation":697},"#contact","switch",{"altText":699,"config":727},{"src":701,"dataGaName":702,"dataGaLocation":697},{"altText":699,"config":729},{"src":730,"dataGaName":702,"dataGaLocation":697},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":732,"mobileIcon":737,"desktopIcon":739},{"text":733,"config":734},"Back to pricing",{"href":472,"dataGaName":735,"dataGaLocation":697,"icon":736},"back to pricing","GoBack",{"altText":699,"config":738},{"src":701,"dataGaName":702,"dataGaLocation":697},{"altText":699,"config":740},{"src":705,"dataGaName":702,"dataGaLocation":697},{"title":742,"titleMobile":743,"button":744,"config":749},"Duo Agent Platform delivers 400% ROI, per new Forrester Consulting study.","400% ROI: Forrester TEI for GitLab Duo",{"text":365,"config":745},{"href":746,"dataGaName":747,"dataGaLocation":748},"https://about.gitlab.com/blog/gitlab-duo-agent-platform-delivers-400-percent-roi/","forrester-tei-dap-banner","global-banner",{"layout":750,"disabled":308},"release",{"data":752},{"text":753,"source":754,"edit":760,"contribute":765,"config":770,"items":775,"minimal":985},"Git is a trademark of Software Freedom Conservancy and our use of 'GitLab' is under license",{"text":755,"config":756},"View page source",{"href":757,"dataGaName":758,"dataGaLocation":759},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":761,"config":762},"Edit this page",{"href":763,"dataGaName":764,"dataGaLocation":759},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":766,"config":767},"Please contribute",{"href":768,"dataGaName":769,"dataGaLocation":759},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":771,"facebook":772,"youtube":773,"linkedin":774},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[776,823,877,921,953],{"title":470,"links":777,"subMenu":792},[778,782,787],{"text":779,"config":780},"View plans",{"href":472,"dataGaName":781,"dataGaLocation":759},"view plans",{"text":783,"config":784},"Why Premium?",{"href":785,"dataGaName":786,"dataGaLocation":759},"/pricing/premium/","why premium",{"text":788,"config":789},"Why Ultimate?",{"href":790,"dataGaName":791,"dataGaLocation":759},"/pricing/ultimate/","why ultimate",[793],{"title":794,"links":795},"Contact Us",[796,799,801,803,808,813,818],{"text":797,"config":798},"Contact sales",{"href":649,"dataGaName":333,"dataGaLocation":759},{"text":652,"config":800},{"href":654,"dataGaName":655,"dataGaLocation":759},{"text":657,"config":802},{"href":659,"dataGaName":660,"dataGaLocation":759},{"text":804,"config":805},"Status",{"href":806,"dataGaName":807,"dataGaLocation":759},"https://status.gitlab.com/","status",{"text":809,"config":810},"Terms of use",{"href":811,"dataGaName":812,"dataGaLocation":759},"/terms/","terms of use",{"text":814,"config":815},"Privacy statement",{"href":816,"dataGaName":817,"dataGaLocation":759},"/privacy/","privacy statement",{"text":819,"config":820},"Cookie preferences",{"dataGaName":821,"dataGaLocation":759,"id":822,"isOneTrustButton":302},"cookie preferences","ot-sdk-btn",{"title":370,"links":824,"subMenu":833},[825,829],{"text":826,"config":827},"DevSecOps platform",{"href":352,"dataGaName":828,"dataGaLocation":759},"devsecops platform",{"text":830,"config":831},"AI-Assisted Development",{"href":359,"dataGaName":832,"dataGaLocation":759},"ai-assisted development",[834],{"title":835,"links":836},"Topics",[837,842,847,852,857,862,867,872],{"text":838,"config":839},"CICD",{"href":840,"dataGaName":841,"dataGaLocation":759},"/topics/ci-cd/","cicd",{"text":843,"config":844},"GitOps",{"href":845,"dataGaName":846,"dataGaLocation":759},"/topics/gitops/","gitops",{"text":848,"config":849},"DevOps",{"href":850,"dataGaName":851,"dataGaLocation":759},"/topics/devops/","devops",{"text":853,"config":854},"Version Control",{"href":855,"dataGaName":856,"dataGaLocation":759},"/topics/version-control/","version control",{"text":858,"config":859},"DevSecOps",{"href":860,"dataGaName":861,"dataGaLocation":759},"/topics/devsecops/","devsecops",{"text":863,"config":864},"Cloud Native",{"href":865,"dataGaName":866,"dataGaLocation":759},"/topics/cloud-native/","cloud native",{"text":868,"config":869},"AI for Coding",{"href":870,"dataGaName":871,"dataGaLocation":759},"/topics/devops/ai-for-coding/","ai for coding",{"text":873,"config":874},"Agentic AI",{"href":875,"dataGaName":876,"dataGaLocation":759},"/topics/agentic-ai/","agentic ai",{"title":878,"links":879},"Solutions",[880,882,884,889,893,896,900,903,905,908,911,916],{"text":414,"config":881},{"href":409,"dataGaName":414,"dataGaLocation":759},{"text":403,"config":883},{"href":386,"dataGaName":387,"dataGaLocation":759},{"text":885,"config":886},"Agile development",{"href":887,"dataGaName":888,"dataGaLocation":759},"/solutions/agile-delivery/","agile delivery",{"text":890,"config":891},"SCM",{"href":399,"dataGaName":892,"dataGaLocation":759},"source code management",{"text":838,"config":894},{"href":392,"dataGaName":895,"dataGaLocation":759},"continuous integration & delivery",{"text":897,"config":898},"Value stream management",{"href":442,"dataGaName":899,"dataGaLocation":759},"value stream management",{"text":843,"config":901},{"href":902,"dataGaName":846,"dataGaLocation":759},"/solutions/gitops/",{"text":452,"config":904},{"href":455,"dataGaName":456,"dataGaLocation":759},{"text":906,"config":907},"Small business",{"href":461,"dataGaName":462,"dataGaLocation":759},{"text":909,"config":910},"Public sector",{"href":467,"dataGaName":468,"dataGaLocation":759},{"text":912,"config":913},"Education",{"href":914,"dataGaName":915,"dataGaLocation":759},"/solutions/education/","education",{"text":917,"config":918},"Financial services",{"href":919,"dataGaName":920,"dataGaLocation":759},"/solutions/finance/","financial services",{"title":259,"links":922},[923,925,927,929,932,934,937,939,941,943,945,947,949,951],{"text":486,"config":924},{"href":488,"dataGaName":489,"dataGaLocation":759},{"text":491,"config":926},{"href":493,"dataGaName":494,"dataGaLocation":759},{"text":496,"config":928},{"href":498,"dataGaName":499,"dataGaLocation":759},{"text":501,"config":930},{"href":61,"dataGaName":931,"dataGaLocation":759},"docs",{"text":523,"config":933},{"href":525,"dataGaName":526,"dataGaLocation":759},{"text":935,"config":936},"What's new",{"href":582,"dataGaName":583,"dataGaLocation":759},{"text":518,"config":938},{"href":520,"dataGaName":521,"dataGaLocation":759},{"text":537,"config":940},{"href":539,"dataGaName":540,"dataGaLocation":759},{"text":545,"config":942},{"href":547,"dataGaName":548,"dataGaLocation":759},{"text":550,"config":944},{"href":552,"dataGaName":553,"dataGaLocation":759},{"text":555,"config":946},{"href":557,"dataGaName":314,"dataGaLocation":759},{"text":559,"config":948},{"href":561,"dataGaName":562,"dataGaLocation":759},{"text":564,"config":950},{"href":566,"dataGaName":567,"dataGaLocation":759},{"text":569,"config":952},{"href":571,"dataGaName":572,"dataGaLocation":759},{"title":585,"links":954},[955,957,959,961,963,965,969,974,976,978,980],{"text":593,"config":956},{"href":595,"dataGaName":587,"dataGaLocation":759},{"text":598,"config":958},{"href":600,"dataGaName":601,"dataGaLocation":759},{"text":606,"config":960},{"href":608,"dataGaName":609,"dataGaLocation":759},{"text":611,"config":962},{"href":55,"dataGaName":613,"dataGaLocation":759},{"text":615,"config":964},{"href":617,"dataGaName":618,"dataGaLocation":759},{"text":966,"config":967},"Sustainability",{"href":968,"dataGaName":966,"dataGaLocation":759},"/sustainability/",{"text":970,"config":971},"Diversity, inclusion and belonging (DIB)",{"href":972,"dataGaName":973,"dataGaLocation":759},"/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":620,"config":975},{"href":622,"dataGaName":623,"dataGaLocation":759},{"text":630,"config":977},{"href":632,"dataGaName":633,"dataGaLocation":759},{"text":635,"config":979},{"href":637,"dataGaName":638,"dataGaLocation":759},{"text":981,"config":982},"Modern Slavery Transparency Statement",{"href":983,"dataGaName":984,"dataGaLocation":759},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":986},[987,990,993],{"text":988,"config":989},"Terms",{"href":811,"dataGaName":812,"dataGaLocation":759},{"text":991,"config":992},"Cookies",{"dataGaName":821,"dataGaLocation":759,"id":822,"isOneTrustButton":302},{"text":994,"config":995},"Privacy",{"href":816,"dataGaName":817,"dataGaLocation":759},[997],{"id":998,"title":7,"body":301,"config":999,"content":1002,"description":301,"extension":1005,"meta":1006,"navigation":302,"path":1007,"seo":1008,"stem":1009,"__hash__":1010},"blogAuthors/en-us/blog/authors/konstantin-greif.yml",{"template":1000,"gitlabHandle":1001},"BlogAuthor","kgreif",{"name":7,"config":1003,"role":284},{"headshot":1004},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1763217928/iaxcxl0znu097pukw13u.png","yml",{},"/en-us/blog/authors/konstantin-greif",{},"en-us/blog/authors/konstantin-greif","ZudHDv2Rc_AE9J5pt6MijdheQDAjx7yWlw78arCwCiY",[1012,1020,1028],{"title":1013,"description":1014,"heroImage":1015,"category":297,"date":1016,"authors":1017,"slug":1019,"externalUrl":301},"How I built a demo generator with GitLab Duo Agent Platform","Demos haven't always looked like this. Looking back over my career, here's how they have evolved. Follow the tutorial to build your own demo and agent.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1765809212/noh0mdfn9o94ry9ykura.png","2026-08-13",[1018],"Itzik Gan Baruch","agentic-click-through-demo",{"title":1021,"description":1022,"heroImage":1023,"category":297,"date":1024,"authors":1025,"slug":1027,"externalUrl":301},"How to govern agentic AI, MCPs, and AI code assistants","AI agents can write, push, and deploy without human review at each step. Learn a practical framework for controlling access, permissions, and audit trails.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1785337625/ifzlc2hyzaxhzmjgyymh.png","2026-07-31",[1026],"Julie Griffin","govern-agentic-ai-mcps-code-assistants",{"title":1029,"description":1030,"heroImage":1031,"category":297,"date":1032,"authors":1033,"slug":1035,"externalUrl":301},"Claude Opus 5 on GitLab: Reasoning built for the hard tasks","Anthropic’s Claude Opus 5 is now available on GitLab Duo Agent Platform, delivering deeper reasoning without sacrificing speed.","https://res.cloudinary.com/about-gitlab-com/image/upload/v1750099203/Blog/Hero%20Images/Blog/Hero%20Images/blog-image-template-1800x945%20%2820%29_2bJGC5ZP3WheoqzlLT05C5_1750099203484.png","2026-07-27",[1034],"Brittany Lutz","claude-opus-5-on-gitlab-duo-agent-platform",{"promotions":1037},[1038,1051,1062,1074],{"id":1039,"categories":1040,"header":1041,"text":1042,"button":1043,"image":1048},"ai-modernization",[297],"Is AI achieving its promise at scale?","Quiz will take 5 minutes or less",{"text":1044,"config":1045},"Get your AI maturity score",{"href":1046,"dataGaName":1047,"dataGaLocation":526},"/assessments/ai-modernization-assessment/","modernization assessment",{"config":1049},{"src":1050},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/qix0m7kwnd8x2fh1zq49.png",{"id":1052,"categories":1053,"header":1054,"text":1042,"button":1055,"image":1059},"devops-modernization",[313,861],"Are you just managing tools or shipping innovation?",{"text":1056,"config":1057},"Get your DevOps maturity score",{"href":1058,"dataGaName":1047,"dataGaLocation":526},"/assessments/devops-modernization-assessment/",{"config":1060},{"src":1061},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138785/eg818fmakweyuznttgid.png",{"id":1063,"categories":1064,"header":1066,"text":1042,"button":1067,"image":1071},"security-modernization",[1065],"security","Are you trading speed for security?",{"text":1068,"config":1069},"Get your security maturity score",{"href":1070,"dataGaName":1047,"dataGaLocation":526},"/assessments/security-modernization-assessment/",{"config":1072},{"src":1073},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1772138786/p4pbqd9nnjejg5ds6mdk.png",{"id":1075,"paths":1076,"header":1079,"text":1080,"button":1081,"image":1086},"github-azure-migration",[1077,1078],"migration-from-azure-devops-to-gitlab","integrating-azure-devops-scm-and-gitlab","Is your team ready for GitHub's Azure move?","GitHub is already rebuilding around Azure. Find out what it means for you.",{"text":1082,"config":1083},"See how GitLab compares to GitHub",{"href":1084,"dataGaName":1085,"dataGaLocation":526},"/compare/gitlab-vs-github/github-azure-migration/","github azure migration",{"config":1087},{"src":1061},{"header":1089,"blurb":1090,"button":1091,"secondaryButton":1096},"Start building faster today","See what your team can do with the intelligent orchestration platform for DevSecOps.\n",{"text":1092,"config":1093},"Get your free trial",{"href":1094,"dataGaName":328,"dataGaLocation":1095},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":797,"config":1097},{"href":649,"dataGaName":333,"dataGaLocation":1095},1786803760490]