[{"data":1,"prerenderedAt":1014},["ShallowReactive",2],{"/ja-jp/the-source/ai/how-to-put-generative-ai-to-work-in-your-devsecops-environment/":3,"footer-ja-jp":36,"the-source-navigation-ja-jp":347,"the-source-newsletter-ja-jp":374,"how-to-put-generative-ai-to-work-in-your-devsecops-environment-article-hero-category-ja-jp":386,"how-to-put-generative-ai-to-work-in-your-devsecops-environment-the-source-gated-asset-ja-jp":408,"how-to-put-generative-ai-to-work-in-your-devsecops-environment-category-ja-jp":424,"how-to-put-generative-ai-to-work-in-your-devsecops-environment-the-source-resources-ja-jp":436,"how-to-put-generative-ai-to-work-in-your-devsecops-environment-article-hero-author-ja-jp":454},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"config":8,"seo":16,"content":20,"_id":30,"_type":31,"title":7,"_source":32,"_file":33,"_stem":34,"_extension":35},"/ja-jp/the-source/ai/how-to-put-generative-ai-to-work-in-your-devsecops-environment","ai",false,"",{"layout":9,"type":10,"template":11,"slug":12,"articleType":13,"category":5,"author":14,"featured":6,"gatedAsset":15},"the-source","article","TheSourceArticle","how-to-put-generative-ai-to-work-in-your-devsecops-environment","Regular","taylor-mccaslin","navigating-ai-maturity-in-devsecops",{"title":17,"description":18,"ogImage":19},"DevSecOps環境で生成AIを活用する方法","プラットフォーム全体に統合された人工知能が、組織とDevSecOpsチームに具体的なメリットをもたらす方法をご紹介します。","https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463955/b01uj40kjfhezhwiczhp.png",{"title":17,"date":21,"description":18,"timeToRead":22,"image":23,"keyTakeaways":25,"articleBody":29},"2024-03-07","7分で読めます ",{"config":24},{"src":19},[26,27,28],"AIの可能性をDevSecOpsで完全に活用するには、コード作成の段階だけでなく、ソフトウェア開発ライフサイクル全体にAIを組み込むことが不可欠です。","組織全体でAIツールを統合することで、複雑さ、運用リスク、コストを軽減し、効率化された安全な環境を実現します。","AIの有効性を評価するには、コード生成頻度などの従来のメトリクス以上のものが必要です。組織内で標準ワークフローを実装し、脆弱性の修正時間やコードレビュー効率などの包括的なメトリクスを収集します。","生成AIは、ソフトウェア開発やデリバリーにおける単純で時間のかかる側面を軽減し、結果としてDevSecOpsワークフローを加速させるイノベーションの新しい波をもたらしました。しかし、生成AIの可能性を最大限に実現するには、コード作成の段階だけでなく、あらゆる場所にテクノロジーを分散させる必要があります。\n\n[DevSeOpsの専門家5,000人以上を対象とした2024年の調査](https://about.gitlab.com/ja-jp/developer-survey/2024/ai)によると、コード作成はデベロッパーの時間の25%未満を占めています。最初のコミットから本番環境に至るまで、AIの恩恵を受けられる重要なタスクは他にもたくさんあります。\n\nAIを各段階に組み込むことで、ソフトウェアをアイデアからデリバリーまで管理し、より優れた、より安全なソフトウェアをより迅速に作成できます。たとえば、失敗したビルドを調べるという作業でも、AIを使用して何が問題だったのか、どのように修正すればよいのかを把握し改善できます。AIによってタスクがなくなるわけではありませんが、[タスクを完了するために必要なステップと時間を削減できます](https://about.gitlab.com/ja-jp/the-source/ai/how-ai-helps-devsecops-teams-improve-productivity/)。\n\n生成AIの影響を理解し、測定するために、DevSecOpsチームができることをご紹介します。\n\n## ワークフローの評価から始める\n\nAIの効果を完全に実現するには、ワークフローの見直しなど、いくつかの事前作業を行う必要があります。AIを使用するアプローチに一貫性を持たせ、AIがもたらす可能性のあるリスクを軽減するために[適切なガードレール](https://about.gitlab.com/blog/2023/04/24/velocity-with-guardrails-ai-automation/)を確保できるよう、構築できる理想的なワークフローを理解する必要があるでしょう。\n\nたとえば、チームが生成AIでコードを作成している場合、生成されたコードの一部にセキュリティの脆弱性が含まれている可能性があります。 そのため、[これらの脆弱性を検出するワークフロー](https://about.gitlab.com/the-source/ai/4-ways-ai-can-help-devops-teams-improve-security/)を作成し、本番環境に移行してしまう可能性を減らす必要があります。このワークフローを作成すれば、より一貫した方法で多くのAI機能を導入し、開発速度を向上させることができます。\n\nここでは、ワークフローを事前に評価することで、AIから得られるメリットをどのように改善できるかの例をご紹介します。AIは自動的にテストを構築できますが、コードがすでに作成された後にテストを構築することは望ましくありません。デベロッパーはQAチームの一員ではないため、テストするのは作成したものだけです。生成AIも同様に動作するため、AIが生成するテストのワークフローを早めに開始する必要があります。デベロッパーは問題の詳細を使用して、記述するコードのユニットテストを対話しながら生成できます。ワークフローを考慮すると、最初にテストを含むマージリクエストを作成し、次にブランチをプルして実装の作業を開始すると、コンテキストに適切なテストが含まれるようになるため、コード提案がより堅牢になり、コードを直接開始した場合よりも応答ヒット数が大幅に増加します。\n\nすべてのワークフローを一度に刷新することはできません。そのため、レガシーコードベースのモダナイズ、セキュリティ問題の増加への対応、削減し続ける予算とスタッフでの運用など、ソフトウェア開発とデリバリーの最大の課題に関連するワークフローに重点を置くようにしてください。\n\n## AIのガードレールを確立する\n\nまた、AIのガードレールを確実に導入する必要があります。AIのガードレールとは、AIがやり取りするデータに関するリスクを考慮し、そのリスクを軽減し、独自のコンプライアンスニーズを満たすための対策のことです。使用しているAIモデル、ベクターデータベースにアクセスしているかどうか、大規模な言語モデル(LLM)がどのようにトレーニングされているかを検討する必要があります。\n\nこれらの質問には、法務、コンプライアンス、DevSecOpsチームを結集して、AIプロバイダーに厳しい質問をする必要があります。[GitLab AI Transparency Center](https://about.gitlab.com/ai-transparency-center/)と[透明性を重視したAI戦略の構築に関するブログ記事](https://about.gitlab.com/blog/2023/11/13/seven-questions-to-ask-your-devops-provider/)から、有益な情報を確認できます。\n\nもう1つの重要なガードレールは、ソフトウェア開発ライフサイクル全体および組織全体で使用している個別のAIツールの数が適切になるよう管理することです。使用するツールが多ければ多いほど、複雑さが増し、運用上の問題、管理上の課題、セキュリティリスクが発生する可能性があります。また、ツールが多い場合、間接費が増加します。\n## AIの影響を測定する\n\n生産性やその他のキーメトリクスの変化を測定することは、[組織におけるAIの影響を真に理解する](https://about.gitlab.com/ja-jp/the-source/ai/4-steps-for-measuring-the-impact-of-ai/)ために不可欠です。通常、組織は、コードを本番環境に出荷する頻度、[4つのDORAメトリクス](https://docs.gitlab.com/ee/user/analytics/dora_metrics.html)、またはバグの修正にかかる時間の観点からAIがもたらす成果としてのアウトプットを評価します。しかし、それでは全体像を捉えることはできません。\n\nGitLabでは、グループやプロジェクトの階層構造内にワークフローの標準化を構築することでAIの影響を測定し、チームからビジネスユニットへのメトリクスをロールアップし、ユーザーインターフェース内で直接アウトプットを分析できるようにしています。\n\nこの構造の上にAIを実装すると、脆弱性の解決速度や、マージ リクエストに対する検証（レビュー担当者やテストが適正か）速度が向上し、結果としてコードレビュープロセスにかかる時間が短縮されます。依存関係を含むGitLab内の各ステージを確認することができ、開発チームがそれらのステージを完了するのにかかる差分も把握できます。ダッシュボードにはその速度の状況が表示され、そのデータに基づいて方向転換しやすくなります。たとえば、ソフトウェアを本番環境にリリースするかどうかを決定できます。\n\n### SDLC AIアシスタントの実用的な用途\n\nソフトウェア開発ライフサイクル全体で[GitLab Duo](https://about.gitlab.com/ja-jp/gitlab-duo/)のようなAIアシスタントを使用する実用的な方法をいくつかご紹介します。\n\n- **マージリクエストの説明を作成する：** マージリクエストの包括的な説明の作成を自動化し、MRの一連のコミットの要点を迅速かつ正確に把握します。また、記述されたコードとMRにリンクされた問題の意図に基づいて、不足しているタスクを明らかにすることもできます。\n\n- **自然言語でのコードの説明：** QAテスターは、コードの説明を使用して、コードを迅速かつ容易に理解できます。たとえば、MRにRustで記述されたコードと複雑なメソッドのセットがある場合、QAテスターはメソッドを強調表示し、変更が何をしようとしているかを自然言語で読み取ることができます。これにより、QAテスターは、あえて比喩的に言えば晴れた日だけでなく雨の日のシナリオもカバーする、はるかに優れたテストケースを作成することができます。\n\n- **パイプラインエラーの根本原因分析：** パイプラインが大きくなり、リファクタリングしようとすると、何かが壊れる恐れがあります。この場合、トラブルシューティングが困難になる可能性があります。特に、一連のbashスクリプトを実行している場合や、イメージ内の内部コマンドを活用してDockerイメージを実行している場合は要注意です。受信したエラーを生成AIで実行すると、考えられる根本原因と推奨される修正案が説明されます。それをコピーしてCIジョブに直接貼り付けることができます。\n- **脆弱性の修正：** セキュリティのシフトレフトの動きが急速に進む中、エンジニアリングチームは早急にセキュリティのエクスパートになる必要がありました。生成AIを使用すると、エンジニアはチャットにアクセスして、脆弱性が何であるか、それがコード内のどこにあるのかを特定し、さらには修正案を含むMRを自動で開くこともできます。これらはすべて開発ウィンドウ内にあるため、頭の切り替えはありません。\n\n## GitLab Duo：影響力のある生成AI機能のためのワンストップショップ\n\n当社は、強力な生成AIモデルとハイパークラウドベンダーの最先端技術を使用して、DevSecOpsプラットフォーム向けのAI機能の拡張ツールボックスであるGitLab Duoを構築しています。現在、[GitLab Duoには、コードアシスタントから会話チャットアシスタント、脆弱性の説明などの機能があり、機能により一般公開、ベータ版、Experiement版で提供されています](https://docs.gitlab.com/ee/user/ai_features.html)。GitLab Duoをソフトウェア開発ライフサイクル全体で一貫して使用すると、サイクルタイムを10倍高速化します。また、組織がより少ないコストでより多くの成果を上げられるようになり、従業員がより価値の高いタスクに時間を費やすことができます。\n\n「[Omdia Market Radar: AI支援ソフトウェア開発、2023～24年](https://learn.gitlab.com/devsecops-plat-ai/analyst-omdia-ai)」レポートでは、アナリスト企業が「エンタープライズグレードのアプリケーション開発に適している」と考える製品の1つとしてGitLab Duoが取り上げられ、「AI支援がSDLCパイプライン全体に統合されている」と評価されています。\n\nGitLab Duoの実際の機能についてはこちらの動画をご覧ください。\n\n\u003C!-- 空白行 -->\n\u003Cfigure class=\"video_container\">\n  \u003Ciframe src=\"https://www.youtube.com/embed/s19nBOA2k_Y?si=qEcsZbpMChynYlfn\" frameborder=\"0\" allowfullscreen=\"true\">\u003C/iframe>\n\u003C/figure>\n\u003C!-- 空白行 -->\n\n*監修：知念 梨果　[@rikachinen](https://gitlab.com/rikachinen)* \u003Cbr>\n*（GitLab合同会社 カスタマーサクセス本部 カスタマーサクセスエンジニア）*\n","content:ja-jp:the-source:ai:how-to-put-generative-ai-to-work-in-your-devsecops-environment:index.yml","yaml","content","ja-jp/the-source/ai/how-to-put-generative-ai-to-work-in-your-devsecops-environment/index.yml","ja-jp/the-source/ai/how-to-put-generative-ai-to-work-in-your-devsecops-environment/index","yml",{"_path":37,"_dir":38,"_draft":6,"_partial":6,"_locale":7,"data":39,"_id":343,"_type":31,"title":344,"_source":32,"_file":345,"_stem":346,"_extension":35},"/shared/ja-jp/main-footer","ja-jp",{"text":40,"source":41,"edit":47,"contribute":52,"config":57,"items":62,"minimal":335},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":42,"config":43},"ページのソースを表示",{"href":44,"dataGaName":45,"dataGaLocation":46},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":48,"config":49},"このページを編集",{"href":50,"dataGaName":51,"dataGaLocation":46},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":53,"config":54},"ご協力をお願いします",{"href":55,"dataGaName":56,"dataGaLocation":46},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":58,"facebook":59,"youtube":60,"linkedin":61},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[63,90,163,234,297],{"title":64,"links":65,"subMenu":71},"プラットフォーム",[66],{"text":67,"config":68},"DevSecOpsプラットフォーム",{"href":69,"dataGaName":70,"dataGaLocation":46},"/ja-jp/platform/","devsecops platform",[72],{"title":73,"links":74},"価格",[75,80,85],{"text":76,"config":77},"プランの表示",{"href":78,"dataGaName":79,"dataGaLocation":46},"/ja-jp/pricing/","view plans",{"text":81,"config":82},"Premiumを選ぶ理由",{"href":83,"dataGaName":84,"dataGaLocation":46},"/ja-jp/pricing/premium/","why premium",{"text":86,"config":87},"Ultimateを選ぶ理由",{"href":88,"dataGaName":89,"dataGaLocation":46},"/ja-jp/pricing/ultimate/","why ultimate",{"title":91,"links":92},"ソリューション",[93,98,103,108,113,118,123,128,133,138,143,148,153,158],{"text":94,"config":95},"デジタルトランスフォーメーション",{"href":96,"dataGaName":97,"dataGaLocation":46},"/solutions/digital-transformation/","digital transformation",{"text":99,"config":100},"セキュリティとコンプライアンス",{"href":101,"dataGaName":102,"dataGaLocation":46},"/ja-jp/solutions/security-compliance/","security & compliance",{"text":104,"config":105},"自動化されたソフトウェアデリバリー",{"href":106,"dataGaName":107,"dataGaLocation":46},"/ja-jp/solutions/delivery-automation/","automated software delivery",{"text":109,"config":110},"アジャイル開発",{"href":111,"dataGaName":112,"dataGaLocation":46},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":114,"config":115},"クラウドトランスフォーメーション",{"href":116,"dataGaName":117,"dataGaLocation":46},"/ja-jp/solutions/cloud-native/","cloud transformation",{"text":119,"config":120},"SCM",{"href":121,"dataGaName":122,"dataGaLocation":46},"/ja-jp/solutions/source-code-management/","source code management",{"text":124,"config":125},"CI/CD",{"href":126,"dataGaName":127,"dataGaLocation":46},"/ja-jp/solutions/continuous-integration/","continuous integration & delivery",{"text":129,"config":130},"バリューストリーム管理",{"href":131,"dataGaName":132,"dataGaLocation":46},"/ja-jp/solutions/value-stream-management/","value stream management",{"text":134,"config":135},"GitOps",{"href":136,"dataGaName":137,"dataGaLocation":46},"/ja-jp/solutions/gitops/","gitops",{"text":139,"config":140},"Enterprise",{"href":141,"dataGaName":142,"dataGaLocation":46},"/ja-jp/enterprise/","enterprise",{"text":144,"config":145},"スモールビジネス",{"href":146,"dataGaName":147,"dataGaLocation":46},"/ja-jp/small-business/","small business",{"text":149,"config":150},"公共機関",{"href":151,"dataGaName":152,"dataGaLocation":46},"/ja-jp/solutions/public-sector/","public sector",{"text":154,"config":155},"教育",{"href":156,"dataGaName":157,"dataGaLocation":46},"/ja-jp/solutions/education/","education",{"text":159,"config":160},"金融サービス",{"href":161,"dataGaName":162,"dataGaLocation":46},"/ja-jp/solutions/finance/","financial services",{"title":164,"links":165},"関連リソース",[166,171,176,181,186,191,195,199,204,209,214,219,224,229],{"text":167,"config":168},"インストール",{"href":169,"dataGaName":170,"dataGaLocation":46},"/ja-jp/install/","install",{"text":172,"config":173},"クイックスタートガイド",{"href":174,"dataGaName":175,"dataGaLocation":46},"/ja-jp/get-started/","quick setup checklists",{"text":177,"config":178},"学ぶ",{"href":179,"dataGaName":180,"dataGaLocation":46},"https://university.gitlab.com/","learn",{"text":182,"config":183},"製品ドキュメント",{"href":184,"dataGaName":185,"dataGaLocation":46},"https://docs.gitlab.com/","docs",{"text":187,"config":188},"ブログ",{"href":189,"dataGaName":190},"/ja-jp/blog/","blog",{"text":192,"config":193},"お客様の成功事例",{"href":194,"dataGaLocation":46},"/customers/",{"text":196,"config":197},"お客様成功事例",{"href":194,"dataGaName":198,"dataGaLocation":46},"customer success stories",{"text":200,"config":201},"リモート",{"href":202,"dataGaName":203,"dataGaLocation":46},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":205,"config":206},"GitLabサービス",{"href":207,"dataGaName":208,"dataGaLocation":46},"/services/","services",{"text":210,"config":211},"TeamOps",{"href":212,"dataGaName":213,"dataGaLocation":46},"/ja-jp/teamops/","teamops",{"text":215,"config":216},"コミュニティ",{"href":217,"dataGaName":218,"dataGaLocation":46},"/community/","community",{"text":220,"config":221},"フォーラム",{"href":222,"dataGaName":223,"dataGaLocation":46},"https://forum.gitlab.com/","forum",{"text":225,"config":226},"イベント",{"href":227,"dataGaName":228,"dataGaLocation":46},"/events/","events",{"text":230,"config":231},"パートナー",{"href":232,"dataGaName":233,"dataGaLocation":46},"/ja-jp/partners/","partners",{"title":235,"links":236},"Company",[237,242,247,252,257,262,267,272,277,282,287,292],{"text":238,"config":239},"GitLabについて",{"href":240,"dataGaName":241,"dataGaLocation":46},"/ja-jp/company/","company",{"text":243,"config":244},"採用情報",{"href":245,"dataGaName":246,"dataGaLocation":46},"/jobs/","jobs",{"text":248,"config":249},"経営陣",{"href":250,"dataGaName":251,"dataGaLocation":46},"/company/team/e-group/","leadership",{"text":253,"config":254},"チーム",{"href":255,"dataGaName":256,"dataGaLocation":46},"/company/team/","team",{"text":258,"config":259},"ハンドブック",{"href":260,"dataGaName":261,"dataGaLocation":46},"https://handbook.gitlab.com/","handbook",{"text":263,"config":264},"投資家向け情報",{"href":265,"dataGaName":266,"dataGaLocation":46},"https://ir.gitlab.com/","investor relations",{"text":268,"config":269},"環境、社会、ガバナンス（ESG）",{"href":270,"dataGaName":271,"dataGaLocation":46},"/ja-jp/environmental-social-governance/","environmental, social and governance",{"text":273,"config":274},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":275,"dataGaName":276,"dataGaLocation":46},"/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":278,"config":279},"トラストセンター",{"href":280,"dataGaName":281,"dataGaLocation":46},"/ja-jp/security/","trust center",{"text":283,"config":284},"ニュースレター",{"href":285,"dataGaName":286,"dataGaLocation":46},"/company/contact/","newsletter",{"text":288,"config":289},"プレス",{"href":290,"dataGaName":291,"dataGaLocation":46},"/press/","press",{"text":293,"config":294},"現代奴隷制の透明性に関する声明",{"href":295,"dataGaName":296,"dataGaLocation":46},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":298,"links":299},"お問い合わせ",[300,304,309,314,319,324,329],{"text":298,"config":301},{"href":302,"dataGaName":303,"dataGaLocation":46},"/ja-jp/sales/","sales",{"text":305,"config":306},"サポートを受ける",{"href":307,"dataGaName":308,"dataGaLocation":46},"/support/","get help",{"text":310,"config":311},"カスタマーポータル",{"href":312,"dataGaName":313,"dataGaLocation":46},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"text":315,"config":316},"ステータス",{"href":317,"dataGaName":318,"dataGaLocation":46},"https://status.gitlab.com/","status",{"text":320,"config":321},"利用規約",{"href":322,"dataGaName":323,"dataGaLocation":46},"/terms/","terms of use",{"text":325,"config":326},"プライバシーに関する声明",{"href":327,"dataGaLocation":46,"dataGaName":328},"/privacy/","privacy statement",{"text":330,"config":331},"Cookieの設定",{"dataGaName":332,"dataGaLocation":46,"id":333,"isOneTrustButton":334},"cookie preferences","ot-sdk-btn",true,{"items":336},[337,339,341],{"text":320,"config":338},{"href":322,"dataGaName":323,"dataGaLocation":46},{"text":325,"config":340},{"href":327,"dataGaName":328,"dataGaLocation":46},{"text":330,"config":342},{"dataGaName":332,"dataGaLocation":46,"id":333,"isOneTrustButton":334},"content:shared:ja-jp:main-footer.yml","Main Footer","shared/ja-jp/main-footer.yml","shared/ja-jp/main-footer",{"_path":348,"_dir":9,"_draft":6,"_partial":6,"_locale":7,"logo":349,"subscribeLink":354,"navItems":358,"_id":370,"_type":31,"title":371,"_source":32,"_file":372,"_stem":373,"_extension":35},"/shared/ja-jp/the-source/navigation",{"altText":350,"config":351},"the source logo",{"src":352,"href":353},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750191004/t7wz1klfb2kxkezksv9t.svg","/ja-jp/the-source/",{"text":355,"config":356},"Subscribe",{"href":357},"#subscribe",[359,363,366],{"text":360,"config":361},"人工知能",{"href":362},"/ja-jp/the-source/ai/",{"text":99,"config":364},{"href":365},"/ja-jp/the-source/security/",{"text":367,"config":368},"プラットフォームとインフラストラクチャ",{"href":369},"/ja-jp/the-source/platform/","content:shared:ja-jp:the-source:navigation.yml","Navigation","shared/ja-jp/the-source/navigation.yml","shared/ja-jp/the-source/navigation",{"_path":375,"_dir":9,"_draft":6,"_partial":6,"_locale":7,"title":376,"description":377,"submitMessage":378,"formData":379,"_id":383,"_type":31,"_source":32,"_file":384,"_stem":385,"_extension":35},"/shared/ja-jp/the-source/newsletter","The Sourceニュースレター","ソフトウェア開発の未来への洞察に関する最新情報を入手しましょう。","The Sourceのニュースレターへの登録が完了しました。",{"config":380},{"formId":381,"formName":382,"hideRequiredLabel":334},28467,"thesourcenewsletter","content:shared:ja-jp:the-source:newsletter.yml","shared/ja-jp/the-source/newsletter.yml","shared/ja-jp/the-source/newsletter",{"_path":387,"_dir":9,"_draft":6,"_partial":6,"_locale":7,"config":388,"seo":390,"content":392,"_id":405,"_type":31,"title":7,"_source":32,"_file":406,"_stem":407,"_extension":35},"/ja-jp/the-source/ai",{"layout":9,"type":389,"slug":5},"category",{"title":360,"description":391,"ogImage":7},"AIによってソフトウェア開発がどのように変わりつつあるか、また組織がAI投資を最大限に活用する方法について、専門家によるインサイトをご紹介します。",[393,399],{"componentName":394,"componentContent":395},"TheSourceCategoryHero",{"title":360,"description":391,"image":396},{"config":397},{"src":398},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463300/eoudcbj5aoucl0spsp0c.png",{"componentName":400,"componentContent":401},"TheSourceCategoryMainSection",{"config":402},{"gatedAssets":403},[404,15],"source-lp-how-to-get-started-using-ai-in-software-development","content:ja-jp:the-source:ai:index.yml","ja-jp/the-source/ai/index.yml","ja-jp/the-source/ai/index",{"_path":409,"_dir":410,"_draft":6,"_partial":6,"_locale":7,"config":411,"title":413,"description":414,"link":415,"_id":421,"_type":31,"_source":32,"_file":422,"_stem":423,"_extension":35},"/shared/ja-jp/the-source/gated-assets/navigating-ai-maturity-in-devsecops","gated-assets",{"id":15,"formId":412},1002,"DevSecOpsにおいてAIの活用を進める","組織がソフトウェア開発ライフサイクルにAIをどのように組み込んでいるかのインサイトについては、[世界中の5,000人を超えるDevSecOpsプロフェッショナルからの調査結果](https://about.gitlab.com/ja-jp/developer-survey/2024/ai/)をご覧ください。",{"text":416,"config":417},"レポートを読む",{"href":418,"dataGaName":419,"dataGaLocation":420},"https://about.gitlab.com/developer-survey/2024/ai/","Navigating AI Maturity in DevSecOps","thesource","content:shared:ja-jp:the-source:gated-assets:navigating-ai-maturity-in-devsecops.yml","shared/ja-jp/the-source/gated-assets/navigating-ai-maturity-in-devsecops.yml","shared/ja-jp/the-source/gated-assets/navigating-ai-maturity-in-devsecops",{"_path":387,"_dir":9,"_draft":6,"_partial":6,"_locale":7,"config":425,"seo":426,"content":427,"_id":405,"_type":31,"title":7,"_source":32,"_file":406,"_stem":407,"_extension":35},{"layout":9,"type":389,"slug":5},{"title":360,"description":391,"ogImage":7},[428,432],{"componentName":394,"componentContent":429},{"title":360,"description":391,"image":430},{"config":431},{"src":398},{"componentName":400,"componentContent":433},{"config":434},{"gatedAssets":435},[404,15],[437,441],{"_path":409,"_dir":410,"_draft":6,"_partial":6,"_locale":7,"config":438,"title":413,"description":414,"link":439,"_id":421,"_type":31,"_source":32,"_file":422,"_stem":423,"_extension":35},{"id":15,"formId":412},{"text":416,"config":440},{"href":418,"dataGaName":419,"dataGaLocation":420},{"_path":442,"_dir":410,"_draft":6,"_partial":6,"_locale":7,"config":443,"title":444,"description":445,"link":446,"_id":451,"_type":31,"_source":32,"_file":452,"_stem":453,"_extension":35},"/shared/ja-jp/the-source/gated-assets/source-lp-how-to-get-started-using-ai-in-software-development",{"id":404,"formId":412},"ソフトウェア開発でAIを使用する方法","安全なソフトウェアをより迅速に開発する上で、戦略的なAIのフレームワークの構築に役立つ具体的なヒントが満載のeBookをぜひご一読ください（英語版のみ）。",{"text":447,"config":448},"ebookを読む",{"href":449,"dataGaName":450,"dataGaLocation":420},"https://about.gitlab.com/the-source/ai/getting-started-with-ai-in-software-development-a-guide-for-leaders","How to Get Started Using AI in Software Development","content:shared:ja-jp:the-source:gated-assets:source-lp-how-to-get-started-using-ai-in-software-development.yml","shared/ja-jp/the-source/gated-assets/source-lp-how-to-get-started-using-ai-in-software-development.yml","shared/ja-jp/the-source/gated-assets/source-lp-how-to-get-started-using-ai-in-software-development",[455,478,495,512,529,550,570,587,605,625,643,664,681,699,717,735,754,772,791,812,833,850,867,885,903,922,939,957,974,993],{"_path":456,"_dir":457,"_draft":6,"_partial":6,"_locale":7,"config":458,"seo":461,"content":463,"_id":475,"_type":31,"title":462,"_source":32,"_file":476,"_stem":477,"_extension":35},"/ja-jp/the-source/authors/amanda-rueda","authors",{"layout":9,"type":459,"slug":460},"author","amanda-rueda",{"title":462},"Amanda Rueda",[464,473],{"componentName":465,"componentContent":466},"TheSourceAuthorHero",{"config":467,"name":462,"headshot":470},{"gitlabHandle":468,"linkedInProfileUrl":469},"amandarueda","https://www.linkedin.com/in/amandamrueda/",{"altText":462,"config":471},{"src":472},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463383/osecw1pzbxvb7fhqhiky.png",{"componentName":474},"TheSourceArticlesList","content:ja-jp:the-source:authors:amanda-rueda.yml","ja-jp/the-source/authors/amanda-rueda.yml","ja-jp/the-source/authors/amanda-rueda",{"_path":479,"_dir":457,"_draft":6,"_partial":6,"_locale":7,"config":480,"seo":482,"content":484,"_id":492,"_type":31,"title":483,"_source":32,"_file":493,"_stem":494,"_extension":35},"/ja-jp/the-source/authors/andre-michael-braun",{"layout":9,"type":459,"slug":481},"andre-michael-braun",{"title":483},"Andre Michael Braun",[485,491],{"componentName":465,"componentContent":486},{"config":487,"name":483,"headshot":488},{},{"altText":483,"config":489},{"src":490},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463336/yl27k7wdlnkzsizwknn1.jpg",{"componentName":474},"content:ja-jp:the-source:authors:andre-michael-braun.yml","ja-jp/the-source/authors/andre-michael-braun.yml","ja-jp/the-source/authors/andre-michael-braun",{"_path":496,"_dir":457,"_draft":6,"_partial":6,"_locale":7,"config":497,"seo":499,"content":501,"_id":509,"_type":31,"title":500,"_source":32,"_file":510,"_stem":511,"_extension":35},"/ja-jp/the-source/authors/andrew-haschka",{"layout":9,"type":459,"slug":498},"andrew-haschka",{"title":500},"Andrew Haschka",[502,508],{"componentName":465,"componentContent":503},{"config":504,"name":500,"headshot":505},{},{"altText":500,"config":506},{"src":507},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463349/z1qnc4uxmqgg3hnm3da4.png",{"componentName":474},"content:ja-jp:the-source:authors:andrew-haschka.yml","ja-jp/the-source/authors/andrew-haschka.yml","ja-jp/the-source/authors/andrew-haschka",{"_path":513,"_dir":457,"_draft":6,"_partial":6,"_locale":7,"config":514,"seo":516,"content":518,"_id":526,"_type":31,"title":517,"_source":32,"_file":527,"_stem":528,"_extension":35},"/ja-jp/the-source/authors/ayoub-fandi",{"layout":9,"type":459,"slug":515},"ayoub-fandi",{"title":517},"Ayoub Fandi",[519,525],{"componentName":465,"componentContent":520},{"config":521,"name":517,"headshot":522},{},{"altText":517,"config":523},{"src":524},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463329/wyp554loeyoibx3ozren.jpg",{"componentName":474},"content:ja-jp:the-source:authors:ayoub-fandi.yml","ja-jp/the-source/authors/ayoub-fandi.yml","ja-jp/the-source/authors/ayoub-fandi",{"_path":530,"_dir":457,"_draft":6,"_partial":6,"_locale":7,"config":531,"seo":533,"content":535,"_id":547,"_type":31,"title":534,"_source":32,"_file":548,"_stem":549,"_extension":35},"/ja-jp/the-source/authors/brian-wald",{"layout":9,"type":459,"slug":532},"brian-wald",{"title":534},"Brian Wald",[536,546],{"componentName":465,"componentContent":537},{"config":538,"name":534,"role":541,"bio":542,"headshot":543},{"gitlabHandle":539,"linkedInProfileUrl":540},"brianwald","https://www.linkedin.com/in/brianwald/","グローバルフィールドCTO組織主任","GitLabグローバルフィールドのCTO組織主任。エンタープライズソフトウェア開発プラクティスの変革に専念する、ダイナミックなフィールドCTOチームを統率しています。",{"altText":534,"config":544},{"src":545},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463417/fugpbux9miqbdx3wewtu.jpg",{"componentName":474},"content:ja-jp:the-source:authors:brian-wald.yml","ja-jp/the-source/authors/brian-wald.yml","ja-jp/the-source/authors/brian-wald",{"_path":551,"_dir":457,"_draft":6,"_partial":6,"_locale":7,"config":552,"seo":554,"content":556,"_id":567,"_type":31,"title":555,"_source":32,"_file":568,"_stem":569,"_extension":35},"/ja-jp/the-source/authors/bryan-ross",{"layout":9,"type":459,"slug":553},"bryan-ross",{"title":555},"Bryan Ross",[557,566],{"componentName":465,"componentContent":558},{"config":559,"name":555,"headshot":563},{"gitlabHandle":560,"twitterXProfileUrl":561,"linkedInProfileUrl":562},"bryanrossuk","https://twitter.com/bryanrossuk","https://www.linkedin.com/in/bryanross",{"altText":555,"config":564},{"src":565},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463324/mvdyvskii4hltdrgqxom.jpg",{"componentName":474},"content:ja-jp:the-source:authors:bryan-ross.yml","ja-jp/the-source/authors/bryan-ross.yml","ja-jp/the-source/authors/bryan-ross",{"_path":571,"_dir":457,"_draft":6,"_partial":6,"_locale":7,"config":572,"seo":574,"content":576,"_id":584,"_type":31,"title":575,"_source":32,"_file":585,"_stem":586,"_extension":35},"/ja-jp/the-source/authors/chandler-gibbons",{"layout":9,"type":459,"slug":573},"chandler-gibbons",{"title":575},"Chandler Gibbons",[577,583],{"componentName":465,"componentContent":578},{"config":579,"name":575,"headshot":580},{},{"altText":575,"config":581},{"src":582},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463362/o7g9fqtqtjvegfwniuxh.jpg",{"componentName":474},"content:ja-jp:the-source:authors:chandler-gibbons.yml","ja-jp/the-source/authors/chandler-gibbons.yml","ja-jp/the-source/authors/chandler-gibbons",{"_path":588,"_dir":457,"_draft":6,"_partial":6,"_locale":7,"config":589,"seo":591,"content":593,"_id":602,"_type":31,"title":592,"_source":32,"_file":603,"_stem":604,"_extension":35},"/ja-jp/the-source/authors/dave-steer",{"layout":9,"type":459,"slug":590},"dave-steer",{"title":592},"Dave Steer",[594,601],{"componentName":465,"componentContent":595},{"config":596,"name":592,"headshot":598},{"gitlabHandle":597},"dsteer",{"altText":592,"config":599},{"src":600},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463457/zbtapdkglu3yb9suaq7w.png",{"componentName":474},"content:ja-jp:the-source:authors:dave-steer.yml","ja-jp/the-source/authors/dave-steer.yml","ja-jp/the-source/authors/dave-steer",{"_path":606,"_dir":457,"_draft":6,"_partial":6,"_locale":7,"config":607,"seo":609,"content":611,"_id":621,"_type":31,"title":622,"_source":32,"_file":623,"_stem":624,"_extension":35},"/ja-jp/the-source/authors/ddesanto",{"layout":9,"type":459,"slug":608},"ddesanto",{"title":610},"David DeSanto",[612,620],{"componentName":465,"componentContent":613},{"config":614,"name":610,"headshot":617},{"gitlabHandle":615,"linkedInProfileUrl":616},"david","https://www.linkedin.com/in/ddesanto/",{"altText":610,"config":618},{"src":619},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463446/bgnljs84zcsxj0t6nvix.png",{"componentName":474},"content:ja-jp:the-source:authors:ddesanto.yml","Ddesanto","ja-jp/the-source/authors/ddesanto.yml","ja-jp/the-source/authors/ddesanto",{"_path":626,"_dir":457,"_draft":6,"_partial":6,"_locale":7,"config":627,"seo":629,"content":631,"_id":639,"_type":31,"title":640,"_source":32,"_file":641,"_stem":642,"_extension":35},"/ja-jp/the-source/authors/derek-debellis",{"layout":9,"type":459,"slug":628},"derek-debellis",{"title":630},"Derek DeBellis",[632,638],{"componentName":465,"componentContent":633},{"config":634,"name":630,"headshot":635},{},{"altText":630,"config":636},{"src":637},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463385/sbnjwfaguszi5g2smzr7.png",{"componentName":474},"content:ja-jp:the-source:authors:derek-debellis.yml","Derek Debellis","ja-jp/the-source/authors/derek-debellis.yml","ja-jp/the-source/authors/derek-debellis",{"_path":644,"_dir":457,"_draft":6,"_partial":6,"_locale":7,"config":645,"seo":647,"content":649,"_id":661,"_type":31,"title":648,"_source":32,"_file":662,"_stem":663,"_extension":35},"/ja-jp/the-source/authors/emilio-salvador",{"layout":9,"type":459,"slug":646},"emilio-salvador",{"title":648},"Emilio Salvador",[650,660],{"componentName":465,"componentContent":651},{"config":652,"name":648,"role":655,"bio":656,"headshot":657},{"gitlabHandle":653,"linkedInProfileUrl":654},"esalvadorp","https://www.linkedin.com/in/emiliosp/","戦略・デベロッパーリレーションズ部門バイスプレジデント","Emilio Salvadorは、GitLabの戦略・デベロッパーリレーションズ部門のバイスプレジデントです。技術部門の幹部社員として20年以上の経験を持つEmilioは、AmazonとMicrosoftでの勤務経験があり、最近ではGoogleのデベロッパーアドボカシーおよびエクスペリエンスチームの戦略と運営を統括しました。MIT大学スローン経営大学院でMBAを取得。",{"altText":648,"config":658},{"src":659},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463402/g0snp3uisjm4tj3pkqcw.jpg",{"componentName":474},"content:ja-jp:the-source:authors:emilio-salvador.yml","ja-jp/the-source/authors/emilio-salvador.yml","ja-jp/the-source/authors/emilio-salvador",{"_path":665,"_dir":457,"_draft":6,"_partial":6,"_locale":7,"config":666,"seo":668,"content":670,"_id":678,"_type":31,"title":669,"_source":32,"_file":679,"_stem":680,"_extension":35},"/ja-jp/the-source/authors/erika-feldman",{"layout":9,"type":459,"slug":667},"erika-feldman",{"title":669},"Erika Feldman",[671,677],{"componentName":465,"componentContent":672},{"config":673,"name":669,"headshot":674},{},{"altText":669,"config":675},{"src":676},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463354/d9quqvz7d2ayjwif7vdn.png",{"componentName":474},"content:ja-jp:the-source:authors:erika-feldman.yml","ja-jp/the-source/authors/erika-feldman.yml","ja-jp/the-source/authors/erika-feldman",{"_path":682,"_dir":457,"_draft":6,"_partial":6,"_locale":7,"config":683,"seo":685,"content":687,"_id":696,"_type":31,"title":686,"_source":32,"_file":697,"_stem":698,"_extension":35},"/ja-jp/the-source/authors/george-kichukov",{"layout":9,"type":459,"slug":684},"george-kichukov",{"title":686},"George Kichukov",[688,695],{"componentName":465,"componentContent":689},{"config":690,"name":686,"headshot":692},{"gitlabHandle":691},"gkichukov",{"altText":686,"config":693},{"src":694},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463366/dk2knfancgsxocjkmyoa.jpg",{"componentName":474},"content:ja-jp:the-source:authors:george-kichukov.yml","ja-jp/the-source/authors/george-kichukov.yml","ja-jp/the-source/authors/george-kichukov",{"_path":700,"_dir":457,"_draft":6,"_partial":6,"_locale":7,"config":701,"seo":703,"content":705,"_id":713,"_type":31,"title":714,"_source":32,"_file":715,"_stem":716,"_extension":35},"/ja-jp/the-source/authors/gitlab",{"layout":9,"type":459,"slug":702},"gitlab",{"title":704},"GitLab",[706,712],{"componentName":465,"componentContent":707},{"config":708,"name":704,"headshot":709},{},{"altText":704,"config":710},{"src":711},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463461/ts7io0hgpdyqylbzfire.png",{"componentName":474},"content:ja-jp:the-source:authors:gitlab.yml","Gitlab","ja-jp/the-source/authors/gitlab.yml","ja-jp/the-source/authors/gitlab",{"_path":718,"_dir":457,"_draft":6,"_partial":6,"_locale":7,"config":719,"seo":721,"content":723,"_id":732,"_type":31,"title":722,"_source":32,"_file":733,"_stem":734,"_extension":35},"/ja-jp/the-source/authors/grant-hickman",{"layout":9,"type":459,"slug":720},"grant-hickman",{"title":722},"Grant Hickman",[724,731],{"componentName":465,"componentContent":725},{"config":726,"name":722,"headshot":728},{"gitlabHandle":727},"g.hickman",{"altText":722,"config":729},{"src":730},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463463/f3uqwtugqotyhwutz5gu.png",{"componentName":474},"content:ja-jp:the-source:authors:grant-hickman.yml","ja-jp/the-source/authors/grant-hickman.yml","ja-jp/the-source/authors/grant-hickman",{"_path":736,"_dir":457,"_draft":6,"_partial":6,"_locale":7,"config":737,"seo":739,"content":741,"_id":751,"_type":31,"title":740,"_source":32,"_file":752,"_stem":753,"_extension":35},"/ja-jp/the-source/authors/haim-snir",{"layout":9,"type":459,"slug":738},"haim-snir",{"title":740},"Haim Snir",[742,750],{"componentName":465,"componentContent":743},{"config":744,"name":740,"headshot":747},{"gitlabHandle":745,"linkedInProfileUrl":746},"hsnir1","https://www.linkedin.com/in/haimsnir/",{"altText":740,"config":748},{"src":749},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463395/nubmshvaq8wpomopllni.png",{"componentName":474},"content:ja-jp:the-source:authors:haim-snir.yml","ja-jp/the-source/authors/haim-snir.yml","ja-jp/the-source/authors/haim-snir",{"_path":755,"_dir":457,"_draft":6,"_partial":6,"_locale":7,"config":756,"seo":758,"content":760,"_id":768,"_type":31,"title":769,"_source":32,"_file":770,"_stem":771,"_extension":35},"/ja-jp/the-source/authors/iganbaruch",{"layout":9,"type":459,"slug":757},"iganbaruch",{"title":759},"Itzik Gan Baruch",[761,767],{"componentName":465,"componentContent":762},{"config":763,"name":759,"headshot":764},{"gitlabHandle":757},{"altText":759,"config":765},{"src":766},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463443/vibb2fkc0ojni2d1eqde.png",{"componentName":474},"content:ja-jp:the-source:authors:iganbaruch.yml","Iganbaruch","ja-jp/the-source/authors/iganbaruch.yml","ja-jp/the-source/authors/iganbaruch",{"_path":773,"_dir":457,"_draft":6,"_partial":6,"_locale":7,"config":774,"seo":776,"content":778,"_id":787,"_type":31,"title":788,"_source":32,"_file":789,"_stem":790,"_extension":35},"/ja-jp/the-source/authors/jlongo",{"layout":9,"type":459,"slug":775},"jlongo",{"title":777},"Joseph Longo",[779,786],{"componentName":465,"componentContent":780},{"config":781,"name":777,"headshot":783},{"gitlabHandle":782},"jlongo_gitlab",{"altText":777,"config":784},{"src":785},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463434/uoxaknpmoposbbgzqji8.png",{"componentName":474},"content:ja-jp:the-source:authors:jlongo.yml","Jlongo","ja-jp/the-source/authors/jlongo.yml","ja-jp/the-source/authors/jlongo",{"_path":792,"_dir":457,"_draft":6,"_partial":6,"_locale":7,"config":793,"seo":795,"content":797,"_id":809,"_type":31,"title":796,"_source":32,"_file":810,"_stem":811,"_extension":35},"/ja-jp/the-source/authors/joel-krooswyk",{"layout":9,"type":459,"slug":794},"joel-krooswyk",{"title":796},"Joel Krooswyk",[798,808],{"componentName":465,"componentContent":799},{"config":800,"name":796,"role":803,"bio":804,"headshot":805},{"gitlabHandle":801,"linkedInProfileUrl":802},"jkrooswyk","https://www.linkedin.com/in/joelrkrooswyk/","連邦CTO","Joel KrooswykはGitLabの連邦CTOです。Joelは2017年からGitLabの成長に積極的に関わってきました。25年にわたるリーダーシップの経験は、米国の公共部門だけでなく、世界中の中小企業、中堅企業、大企業にも及んでいます。Joelは、政府の政策に関する深い専門知識と、テクノロジー、ソフトウェア開発、AI、サイバーセキュリティにおける豊富な経験を兼ね備えており、産業界や政府機関から、政策の解説や対応について頻繁に依頼を受けています。",{"altText":796,"config":806},{"src":807},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463423/mkmdhuxsjggfvokdmdv7.jpg",{"componentName":474},"content:ja-jp:the-source:authors:joel-krooswyk.yml","ja-jp/the-source/authors/joel-krooswyk.yml","ja-jp/the-source/authors/joel-krooswyk",{"_path":813,"_dir":457,"_draft":6,"_partial":6,"_locale":7,"config":814,"seo":816,"content":818,"_id":830,"_type":31,"title":817,"_source":32,"_file":831,"_stem":832,"_extension":35},"/ja-jp/the-source/authors/josh-lemos",{"layout":9,"type":459,"slug":815},"josh-lemos",{"title":817},"Josh Lemos",[819,829],{"componentName":465,"componentContent":820},{"config":821,"name":817,"role":824,"bio":825,"headshot":826},{"gitlabHandle":822,"linkedInProfileUrl":823},"joshlemos","https://www.linkedin.com/in/joshlemos/","最高情報セキュリティ責任者","Josh Lemosは20年にわたり情報セキュリティチームを率いてきた経験を生かし、GitLab Inc.の最高情報セキュリティ責任者を務めています。具体的には、情報資産とテクノロジーを適切に保護するための企業ビジョン、戦略、プログラムの確立および維持、Gitlab DevSecOpsプラットフォームの強化、そして顧客への最高水準のセキュリティ提供といった職務を担当しています。",{"altText":817,"config":827},{"src":828},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463405/f4rqtiecakrekvxfhqar.jpg",{"componentName":474},"content:ja-jp:the-source:authors:josh-lemos.yml","ja-jp/the-source/authors/josh-lemos.yml","ja-jp/the-source/authors/josh-lemos",{"_path":834,"_dir":457,"_draft":6,"_partial":6,"_locale":7,"config":835,"seo":837,"content":839,"_id":847,"_type":31,"title":838,"_source":32,"_file":848,"_stem":849,"_extension":35},"/ja-jp/the-source/authors/julie-griffin",{"layout":9,"type":459,"slug":836},"julie-griffin",{"title":838},"Julie Griffin",[840,846],{"componentName":465,"componentContent":841},{"config":842,"name":838,"headshot":843},{},{"altText":838,"config":844},{"src":845},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463371/hqkbr3uk8hw2de7tltn4.webp",{"componentName":474},"content:ja-jp:the-source:authors:julie-griffin.yml","ja-jp/the-source/authors/julie-griffin.yml","ja-jp/the-source/authors/julie-griffin",{"_path":851,"_dir":457,"_draft":6,"_partial":6,"_locale":7,"config":852,"seo":854,"content":856,"_id":864,"_type":31,"title":855,"_source":32,"_file":865,"_stem":866,"_extension":35},"/ja-jp/the-source/authors/kristina-weis",{"layout":9,"type":459,"slug":853},"kristina-weis",{"title":855},"Kristina Weis",[857,863],{"componentName":465,"componentContent":858},{"config":859,"name":855,"headshot":860},{},{"altText":855,"config":861},{"src":862},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463469/eoolq6n6bs0zb8gmf0js.webp",{"componentName":474},"content:ja-jp:the-source:authors:kristina-weis.yml","ja-jp/the-source/authors/kristina-weis.yml","ja-jp/the-source/authors/kristina-weis",{"_path":868,"_dir":457,"_draft":6,"_partial":6,"_locale":7,"config":869,"seo":871,"content":873,"_id":882,"_type":31,"title":872,"_source":32,"_file":883,"_stem":884,"_extension":35},"/ja-jp/the-source/authors/lee-faus",{"layout":9,"type":459,"slug":870},"lee-faus",{"title":872},"Lee Faus",[874,881],{"componentName":465,"componentContent":875},{"config":876,"name":872,"headshot":878},{"gitlabHandle":877},"lfaus",{"altText":872,"config":879},{"src":880},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463398/vivhlomglvnstamj54bo.jpg",{"componentName":474},"content:ja-jp:the-source:authors:lee-faus.yml","ja-jp/the-source/authors/lee-faus.yml","ja-jp/the-source/authors/lee-faus",{"_path":886,"_dir":457,"_draft":6,"_partial":6,"_locale":7,"config":887,"seo":889,"content":891,"_id":899,"_type":31,"title":900,"_source":32,"_file":901,"_stem":902,"_extension":35},"/ja-jp/the-source/authors/ncregan",{"layout":9,"type":459,"slug":888},"ncregan",{"title":890},"Niall Cregan",[892,898],{"componentName":465,"componentContent":893},{"config":894,"name":890,"headshot":895},{"gitlabHandle":888},{"altText":890,"config":896},{"src":897},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463431/yrtwodocb4cu3j7lkhyo.png",{"componentName":474},"content:ja-jp:the-source:authors:ncregan.yml","Ncregan","ja-jp/the-source/authors/ncregan.yml","ja-jp/the-source/authors/ncregan",{"_path":904,"_dir":457,"_draft":6,"_partial":6,"_locale":7,"config":905,"seo":907,"content":909,"_id":918,"_type":31,"title":919,"_source":32,"_file":920,"_stem":921,"_extension":35},"/ja-jp/the-source/authors/rschulman",{"layout":9,"type":459,"slug":906},"rschulman",{"title":908},"Robin Schulman",[910,917],{"componentName":465,"componentContent":911},{"config":912,"name":908,"headshot":914},{"gitlabHandle":913},"robin",{"altText":908,"config":915},{"src":916},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463437/u2xfbudw1f8hhnkrgaoy.webp",{"componentName":474},"content:ja-jp:the-source:authors:rschulman.yml","Rschulman","ja-jp/the-source/authors/rschulman.yml","ja-jp/the-source/authors/rschulman",{"_path":923,"_dir":457,"_draft":6,"_partial":6,"_locale":7,"config":924,"seo":926,"content":928,"_id":936,"_type":31,"title":927,"_source":32,"_file":937,"_stem":938,"_extension":35},"/ja-jp/the-source/authors/sabrina-farmer",{"layout":9,"type":459,"slug":925},"sabrina-farmer",{"title":927},"Sabrina Farmer",[929,935],{"componentName":465,"componentContent":930},{"config":931,"name":927,"headshot":932},{},{"altText":927,"config":933},{"src":934},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463377/udmzbjjr5xrcrffdlphx.webp",{"componentName":474},"content:ja-jp:the-source:authors:sabrina-farmer.yml","ja-jp/the-source/authors/sabrina-farmer.yml","ja-jp/the-source/authors/sabrina-farmer",{"_path":940,"_dir":457,"_draft":6,"_partial":6,"_locale":7,"config":941,"seo":943,"content":945,"_id":954,"_type":31,"title":944,"_source":32,"_file":955,"_stem":956,"_extension":35},"/ja-jp/the-source/authors/sandra-gittlen",{"layout":9,"type":459,"slug":942},"sandra-gittlen",{"title":944},"Sandra Gittlen",[946,953],{"componentName":465,"componentContent":947},{"config":948,"name":944,"headshot":950},{"gitlabHandle":949},"sgittlen",{"altText":944,"config":951},{"src":952},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463466/r7ckb9h2zr4c2rsz3zlm.png",{"componentName":474},"content:ja-jp:the-source:authors:sandra-gittlen.yml","ja-jp/the-source/authors/sandra-gittlen.yml","ja-jp/the-source/authors/sandra-gittlen",{"_path":958,"_dir":457,"_draft":6,"_partial":6,"_locale":7,"config":959,"seo":961,"content":963,"_id":971,"_type":31,"title":962,"_source":32,"_file":972,"_stem":973,"_extension":35},"/ja-jp/the-source/authors/sharon-gaudin",{"layout":9,"type":459,"slug":960},"sharon-gaudin",{"title":962},"Sharon Gaudin",[964,970],{"componentName":465,"componentContent":965},{"config":966,"name":962,"headshot":967},{},{"altText":962,"config":968},{"src":969},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463475/h6j4nnvykzyfzgvl7txb.webp",{"componentName":474},"content:ja-jp:the-source:authors:sharon-gaudin.yml","ja-jp/the-source/authors/sharon-gaudin.yml","ja-jp/the-source/authors/sharon-gaudin",{"_path":975,"_dir":457,"_draft":6,"_partial":6,"_locale":7,"config":976,"seo":978,"content":980,"_id":990,"_type":31,"title":979,"_source":32,"_file":991,"_stem":992,"_extension":35},"/ja-jp/the-source/authors/stephen-walters",{"layout":9,"type":459,"slug":977},"stephen-walters",{"title":979},"Stephen Walters",[981,989],{"componentName":465,"componentContent":982},{"config":983,"name":979,"headshot":986},{"gitlabHandle":984,"linkedInProfileUrl":985},"swalters1","https://www.linkedin.com/in/1stephenwalters/",{"altText":979,"config":987},{"src":988},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463392/g6ktk5qb4vcqc9wqjlf9.jpg",{"componentName":474},"content:ja-jp:the-source:authors:stephen-walters.yml","ja-jp/the-source/authors/stephen-walters.yml","ja-jp/the-source/authors/stephen-walters",{"_path":994,"_dir":457,"_draft":6,"_partial":6,"_locale":7,"config":995,"seo":996,"content":998,"_id":1010,"_type":31,"title":1011,"_source":32,"_file":1012,"_stem":1013,"_extension":35},"/ja-jp/the-source/authors/taylor-mccaslin",{"layout":9,"type":459,"slug":14},{"title":997},"Taylor McCaslin",[999,1009],{"componentName":465,"componentContent":1000},{"config":1001,"name":997,"role":1004,"bio":1005,"headshot":1006},{"gitlabHandle":1002,"linkedInProfileUrl":1003},"tmccaslin","https://www.linkedin.com/in/taylormccaslin/","グループマネージャー、製品 - データサイエンス","Taylor McCaslinは、GitLabのAI/ML担当プロダクトリーダーです。AI PoweredおよびModelOpsステージグループを管理するプロダクトマネージャーチームを率い、GitLabユーザーがDevOpsプログラムの一環としてデータサイエンスを活用できるようにするためのビジョンと方向性を示しています。GitLabに入社する前は、Indeed、Duo Security、WP Engineに勤務していました。",{"altText":997,"config":1007},{"src":1008},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463427/trfasilaeasosxfcxmsm.jpg",{"componentName":474},"content:ja-jp:the-source:authors:taylor-mccaslin.yml","Taylor Mccaslin","ja-jp/the-source/authors/taylor-mccaslin.yml","ja-jp/the-source/authors/taylor-mccaslin",1751548655285]