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