[{"data":1,"prerenderedAt":1015},["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-banner-ja-jp":345,"the-source-navigation-ja-jp":357,"the-source-newsletter-ja-jp":384,"article-site-categories-ja-jp":396,"how-to-put-generative-ai-to-work-in-your-devsecops-environment-article-hero-category-ja-jp":398,"how-to-put-generative-ai-to-work-in-your-devsecops-environment-the-source-gated-asset-ja-jp":420,"how-to-put-generative-ai-to-work-in-your-devsecops-environment-category-ja-jp":436,"how-to-put-generative-ai-to-work-in-your-devsecops-environment-the-source-resources-ja-jp":448,"how-to-put-generative-ai-to-work-in-your-devsecops-environment-article-hero-author-ja-jp":466},{"_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/ja-jp/the-source/ai/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/ja-jp/the-source/ai/building-a-transparency-first-ai-strategy-7-questions-to-ask-your-devops/)から、有益な情報を確認できます。\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":341,"_type":29,"title":342,"_source":30,"_file":343,"_stem":344,"_extension":33},"/shared/ja-jp/main-footer","ja-jp",{"text":38,"source":39,"edit":45,"contribute":50,"config":55,"items":60,"minimal":333},"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,295],{"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/topics/digital-transformation/","digital transformation",{"text":97,"config":98},"セキュリティとコンプライアンス",{"href":99,"dataGaName":100,"dataGaLocation":44},"/solutions/application-security-testing/","Application security testing",{"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,270,275,280,285,290],{"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},"Sustainability",{"href":269,"dataGaName":267,"dataGaLocation":44},"/sustainability/",{"text":271,"config":272},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":273,"dataGaName":274,"dataGaLocation":44},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":276,"config":277},"トラストセンター",{"href":278,"dataGaName":279,"dataGaLocation":44},"/ja-jp/security/","trust center",{"text":281,"config":282},"ニュースレター",{"href":283,"dataGaName":284,"dataGaLocation":44},"/company/contact/","newsletter",{"text":286,"config":287},"プレス",{"href":288,"dataGaName":289,"dataGaLocation":44},"/press/","press",{"text":291,"config":292},"現代奴隷制の透明性に関する声明",{"href":293,"dataGaName":294,"dataGaLocation":44},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":296,"links":297},"お問い合わせ",[298,302,307,312,317,322,327],{"text":296,"config":299},{"href":300,"dataGaName":301,"dataGaLocation":44},"/ja-jp/sales/","sales",{"text":303,"config":304},"サポートを受ける",{"href":305,"dataGaName":306,"dataGaLocation":44},"/support/","get help",{"text":308,"config":309},"カスタマーポータル",{"href":310,"dataGaName":311,"dataGaLocation":44},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"text":313,"config":314},"ステータス",{"href":315,"dataGaName":316,"dataGaLocation":44},"https://status.gitlab.com/","status",{"text":318,"config":319},"利用規約",{"href":320,"dataGaName":321,"dataGaLocation":44},"/terms/","terms of use",{"text":323,"config":324},"プライバシーに関する声明",{"href":325,"dataGaName":326,"dataGaLocation":44},"/ja-jp/privacy/","privacy statement",{"text":328,"config":329},"Cookieの設定",{"dataGaName":330,"dataGaLocation":44,"id":331,"isOneTrustButton":332},"cookie preferences","ot-sdk-btn",true,{"items":334},[335,337,339],{"text":318,"config":336},{"href":320,"dataGaName":321,"dataGaLocation":44},{"text":323,"config":338},{"href":325,"dataGaName":326,"dataGaLocation":44},{"text":328,"config":340},{"dataGaName":330,"dataGaLocation":44,"id":331,"isOneTrustButton":332},"content:shared:ja-jp:main-footer.yml","Main Footer","shared/ja-jp/main-footer.yml","shared/ja-jp/main-footer",{"_path":346,"_dir":347,"_draft":6,"_partial":6,"_locale":7,"id":348,"visibility":332,"title":349,"button":350,"_id":354,"_type":29,"_source":30,"_file":355,"_stem":356,"_extension":33},"/shared/ja-jp/the-source/banner/the-economics-of-software-innovation-2025-08-18","banner","The Economics of Software Innovation","The Economics of Software Innovation—AI’s $750 Billion Opportunity",{"config":351,"text":353},{"href":352},"https://about.gitlab.com/software-innovation-report/","Get the research report","content:shared:ja-jp:the-source:banner:the-economics-of-software-innovation-2025-08-18.yml","shared/ja-jp/the-source/banner/the-economics-of-software-innovation-2025-08-18.yml","shared/ja-jp/the-source/banner/the-economics-of-software-innovation-2025-08-18",{"_path":358,"_dir":9,"_draft":6,"_partial":6,"_locale":7,"logo":359,"subscribeLink":364,"navItems":368,"_id":380,"_type":29,"title":381,"_source":30,"_file":382,"_stem":383,"_extension":33},"/shared/ja-jp/the-source/navigation",{"altText":360,"config":361},"the source logo",{"src":362,"href":363},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1750191004/t7wz1klfb2kxkezksv9t.svg","/ja-jp/the-source/",{"text":365,"config":366},"購読する",{"href":367},"#subscribe",[369,373,376],{"text":370,"config":371},"人工知能",{"href":372},"/ja-jp/the-source/ai/",{"text":97,"config":374},{"href":375},"/ja-jp/the-source/security/",{"text":377,"config":378},"プラットフォームとインフラストラクチャ",{"href":379},"/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":385,"_dir":9,"_draft":6,"_partial":6,"_locale":7,"title":386,"description":387,"submitMessage":388,"formData":389,"_id":393,"_type":29,"_source":30,"_file":394,"_stem":395,"_extension":33},"/shared/ja-jp/the-source/newsletter","The Sourceニュースレター","ソフトウェア開発の未来への洞察に関する最新情報を入手しましょう。","The Sourceのニュースレターへの登録が完了しました。",{"config":390},{"formId":391,"formName":392,"hideRequiredLabel":332},28467,"thesourcenewsletter","content:shared:ja-jp:the-source:newsletter.yml","shared/ja-jp/the-source/newsletter.yml","shared/ja-jp/the-source/newsletter",{"categoryNames":397},{"ai":370,"platform":377,"security":97},{"_path":399,"_dir":9,"_draft":6,"_partial":6,"_locale":7,"config":400,"seo":401,"content":403,"type":416,"slug":5,"_id":417,"_type":29,"title":7,"_source":30,"_file":418,"_stem":419,"_extension":33},"/ja-jp/the-source/ai",{"layout":9},{"title":370,"description":402,"ogImage":7},"AIによってソフトウェア開発がどのように変わりつつあるか、また組織がAI投資を最大限に活用する方法について、専門家によるインサイトをご紹介します。",[404,410],{"componentName":405,"componentContent":406},"TheSourceCategoryHero",{"title":370,"description":402,"image":407},{"config":408},{"src":409},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463300/eoudcbj5aoucl0spsp0c.png",{"componentName":411,"componentContent":412},"TheSourceCategoryMainSection",{"config":413},{"gatedAssets":414},[415,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":421,"_dir":422,"_draft":6,"_partial":6,"_locale":7,"config":423,"title":425,"description":426,"link":427,"_id":433,"_type":29,"_source":30,"_file":434,"_stem":435,"_extension":33},"/shared/ja-jp/the-source/gated-assets/navigating-ai-maturity-in-devsecops","gated-assets",{"id":13,"formId":424},1002,"DevSecOpsにおいてAIの活用を進める","組織がソフトウェア開発ライフサイクルにAIをどのように組み込んでいるかのインサイトについては、[世界中の5,000人を超えるDevSecOpsプロフェッショナルからの調査結果](https://about.gitlab.com/ja-jp/developer-survey/2024/ai/)をご覧ください。",{"text":428,"config":429},"レポートを読む",{"href":430,"dataGaName":431,"dataGaLocation":432},"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":399,"_dir":9,"_draft":6,"_partial":6,"_locale":7,"config":437,"seo":438,"content":439,"type":416,"slug":5,"_id":417,"_type":29,"title":7,"_source":30,"_file":418,"_stem":419,"_extension":33},{"layout":9},{"title":370,"description":402,"ogImage":7},[440,444],{"componentName":405,"componentContent":441},{"title":370,"description":402,"image":442},{"config":443},{"src":409},{"componentName":411,"componentContent":445},{"config":446},{"gatedAssets":447},[415,13],[449,453],{"_path":421,"_dir":422,"_draft":6,"_partial":6,"_locale":7,"config":450,"title":425,"description":426,"link":451,"_id":433,"_type":29,"_source":30,"_file":434,"_stem":435,"_extension":33},{"id":13,"formId":424},{"text":428,"config":452},{"href":430,"dataGaName":431,"dataGaLocation":432},{"_path":454,"_dir":422,"_draft":6,"_partial":6,"_locale":7,"config":455,"title":456,"description":457,"link":458,"_id":463,"_type":29,"_source":30,"_file":464,"_stem":465,"_extension":33},"/shared/ja-jp/the-source/gated-assets/source-lp-how-to-get-started-using-ai-in-software-development",{"id":415,"formId":424},"ソフトウェア開発でAIを使用する方法","安全なソフトウェアをより迅速に開発する上で、戦略的なAIのフレームワークの構築に役立つ具体的なヒントが満載のeBookをぜひご一読ください（英語版のみ）。",{"text":459,"config":460},"ebookを読む",{"href":461,"dataGaName":462,"dataGaLocation":432},"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",[467,490,506,522,538,559,579,595,613,633,650,671,687,705,722,740,759,777,796,817,838,854,870,888,906,925,941,959,975,994],{"_path":468,"_dir":469,"_draft":6,"_partial":6,"_locale":7,"config":470,"seo":471,"content":473,"type":485,"slug":486,"_id":487,"_type":29,"title":472,"_source":30,"_file":488,"_stem":489,"_extension":33},"/ja-jp/the-source/authors/amanda-rueda","authors",{"layout":9},{"title":472},"Amanda Rueda",[474,483],{"componentName":475,"componentContent":476},"TheSourceAuthorHero",{"config":477,"name":472,"headshot":480},{"gitlabHandle":478,"linkedInProfileUrl":479},"amandarueda","https://www.linkedin.com/in/amandamrueda/",{"altText":472,"config":481},{"src":482},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463383/osecw1pzbxvb7fhqhiky.png",{"componentName":484},"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":491,"_dir":469,"_draft":6,"_partial":6,"_locale":7,"config":492,"seo":493,"content":495,"type":485,"slug":502,"_id":503,"_type":29,"title":494,"_source":30,"_file":504,"_stem":505,"_extension":33},"/ja-jp/the-source/authors/andre-michael-braun",{"layout":9},{"title":494},"Andre Michael Braun",[496,501],{"componentName":475,"componentContent":497},{"name":494,"headshot":498},{"altText":494,"config":499},{"src":500},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463336/yl27k7wdlnkzsizwknn1.jpg",{"componentName":484},"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":507,"_dir":469,"_draft":6,"_partial":6,"_locale":7,"config":508,"seo":509,"content":511,"type":485,"slug":518,"_id":519,"_type":29,"title":510,"_source":30,"_file":520,"_stem":521,"_extension":33},"/ja-jp/the-source/authors/andrew-haschka",{"layout":9},{"title":510},"Andrew Haschka",[512,517],{"componentName":475,"componentContent":513},{"name":510,"headshot":514},{"altText":510,"config":515},{"src":516},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463349/z1qnc4uxmqgg3hnm3da4.png",{"componentName":484},"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":523,"_dir":469,"_draft":6,"_partial":6,"_locale":7,"config":524,"seo":525,"content":527,"type":485,"slug":534,"_id":535,"_type":29,"title":526,"_source":30,"_file":536,"_stem":537,"_extension":33},"/ja-jp/the-source/authors/ayoub-fandi",{"layout":9},{"title":526},"Ayoub Fandi",[528,533],{"componentName":475,"componentContent":529},{"name":526,"headshot":530},{"altText":526,"config":531},{"src":532},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463329/wyp554loeyoibx3ozren.jpg",{"componentName":484},"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":539,"_dir":469,"_draft":6,"_partial":6,"_locale":7,"config":540,"seo":541,"content":543,"type":485,"slug":555,"_id":556,"_type":29,"title":542,"_source":30,"_file":557,"_stem":558,"_extension":33},"/ja-jp/the-source/authors/brian-wald",{"layout":9},{"title":542},"Brian Wald",[544,554],{"componentName":475,"componentContent":545},{"config":546,"name":542,"role":549,"bio":550,"headshot":551},{"gitlabHandle":547,"linkedInProfileUrl":548},"brianwald","https://www.linkedin.com/in/brianwald/","グローバルフィールドCTO組織主任","GitLabグローバルフィールドのCTO組織主任。エンタープライズソフトウェア開発プラクティスの変革に専念する、ダイナミックなフィールドCTOチームを統率しています。",{"altText":542,"config":552},{"src":553},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463417/fugpbux9miqbdx3wewtu.jpg",{"componentName":484},"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":560,"_dir":469,"_draft":6,"_partial":6,"_locale":7,"config":561,"seo":562,"content":564,"type":485,"slug":575,"_id":576,"_type":29,"title":563,"_source":30,"_file":577,"_stem":578,"_extension":33},"/ja-jp/the-source/authors/bryan-ross",{"layout":9},{"title":563},"Bryan Ross",[565,574],{"componentName":475,"componentContent":566},{"config":567,"name":563,"headshot":571},{"gitlabHandle":568,"twitterXProfileUrl":569,"linkedInProfileUrl":570},"bryanrossuk","https://twitter.com/bryanrossuk","https://www.linkedin.com/in/bryanross",{"altText":563,"config":572},{"src":573},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463324/mvdyvskii4hltdrgqxom.jpg",{"componentName":484},"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":580,"_dir":469,"_draft":6,"_partial":6,"_locale":7,"config":581,"seo":582,"content":584,"type":485,"slug":591,"_id":592,"_type":29,"title":583,"_source":30,"_file":593,"_stem":594,"_extension":33},"/ja-jp/the-source/authors/chandler-gibbons",{"layout":9},{"title":583},"Chandler Gibbons",[585,590],{"componentName":475,"componentContent":586},{"name":583,"headshot":587},{"altText":583,"config":588},{"src":589},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463362/o7g9fqtqtjvegfwniuxh.jpg",{"componentName":484},"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":596,"_dir":469,"_draft":6,"_partial":6,"_locale":7,"config":597,"seo":598,"content":600,"type":485,"slug":609,"_id":610,"_type":29,"title":599,"_source":30,"_file":611,"_stem":612,"_extension":33},"/ja-jp/the-source/authors/dave-steer",{"layout":9},{"title":599},"Dave Steer",[601,608],{"componentName":475,"componentContent":602},{"config":603,"name":599,"headshot":605},{"gitlabHandle":604},"dsteer",{"altText":599,"config":606},{"src":607},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463457/zbtapdkglu3yb9suaq7w.png",{"componentName":484},"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":614,"_dir":469,"_draft":6,"_partial":6,"_locale":7,"config":615,"seo":616,"content":618,"type":485,"slug":628,"_id":629,"_type":29,"title":630,"_source":30,"_file":631,"_stem":632,"_extension":33},"/ja-jp/the-source/authors/ddesanto",{"layout":9},{"title":617},"David DeSanto",[619,627],{"componentName":475,"componentContent":620},{"config":621,"name":617,"headshot":624},{"gitlabHandle":622,"linkedInProfileUrl":623},"david","https://www.linkedin.com/in/ddesanto/",{"altText":617,"config":625},{"src":626},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463446/bgnljs84zcsxj0t6nvix.png",{"componentName":484},"ddesanto","content:ja-jp:the-source:authors:ddesanto.yml","Ddesanto","ja-jp/the-source/authors/ddesanto.yml","ja-jp/the-source/authors/ddesanto",{"_path":634,"_dir":469,"_draft":6,"_partial":6,"_locale":7,"config":635,"seo":636,"content":638,"type":485,"slug":645,"_id":646,"_type":29,"title":647,"_source":30,"_file":648,"_stem":649,"_extension":33},"/ja-jp/the-source/authors/derek-debellis",{"layout":9},{"title":637},"Derek DeBellis",[639,644],{"componentName":475,"componentContent":640},{"name":637,"headshot":641},{"altText":637,"config":642},{"src":643},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463385/sbnjwfaguszi5g2smzr7.png",{"componentName":484},"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":651,"_dir":469,"_draft":6,"_partial":6,"_locale":7,"config":652,"seo":653,"content":655,"type":485,"slug":667,"_id":668,"_type":29,"title":654,"_source":30,"_file":669,"_stem":670,"_extension":33},"/ja-jp/the-source/authors/emilio-salvador",{"layout":9},{"title":654},"Emilio Salvador",[656,666],{"componentName":475,"componentContent":657},{"config":658,"name":654,"role":661,"bio":662,"headshot":663},{"gitlabHandle":659,"linkedInProfileUrl":660},"esalvadorp","https://www.linkedin.com/in/emiliosp/","戦略・デベロッパーリレーションズ部門バイスプレジデント","Emilio Salvadorは、GitLabの戦略・デベロッパーリレーションズ部門のバイスプレジデントです。技術部門の幹部社員として20年以上の経験を持つEmilioは、AmazonとMicrosoftでの勤務経験があり、最近ではGoogleのデベロッパーアドボカシーおよびエクスペリエンスチームの戦略と運営を統括しました。MIT大学スローン経営大学院でMBAを取得。",{"altText":654,"config":664},{"src":665},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463402/g0snp3uisjm4tj3pkqcw.jpg",{"componentName":484},"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":672,"_dir":469,"_draft":6,"_partial":6,"_locale":7,"config":673,"seo":674,"content":676,"type":485,"slug":683,"_id":684,"_type":29,"title":675,"_source":30,"_file":685,"_stem":686,"_extension":33},"/ja-jp/the-source/authors/erika-feldman",{"layout":9},{"title":675},"Erika Feldman",[677,682],{"componentName":475,"componentContent":678},{"name":675,"headshot":679},{"altText":675,"config":680},{"src":681},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463354/d9quqvz7d2ayjwif7vdn.png",{"componentName":484},"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":688,"_dir":469,"_draft":6,"_partial":6,"_locale":7,"config":689,"seo":690,"content":692,"type":485,"slug":701,"_id":702,"_type":29,"title":691,"_source":30,"_file":703,"_stem":704,"_extension":33},"/ja-jp/the-source/authors/george-kichukov",{"layout":9},{"title":691},"George Kichukov",[693,700],{"componentName":475,"componentContent":694},{"config":695,"name":691,"headshot":697},{"gitlabHandle":696},"gkichukov",{"altText":691,"config":698},{"src":699},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463366/dk2knfancgsxocjkmyoa.jpg",{"componentName":484},"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":706,"_dir":469,"_draft":6,"_partial":6,"_locale":7,"config":707,"seo":708,"content":710,"type":485,"slug":717,"_id":718,"_type":29,"title":719,"_source":30,"_file":720,"_stem":721,"_extension":33},"/ja-jp/the-source/authors/gitlab",{"layout":9},{"title":709},"GitLab",[711,716],{"componentName":475,"componentContent":712},{"name":709,"headshot":713},{"altText":709,"config":714},{"src":715},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463461/ts7io0hgpdyqylbzfire.png",{"componentName":484},"gitlab","content:ja-jp:the-source:authors:gitlab.yml","Gitlab","ja-jp/the-source/authors/gitlab.yml","ja-jp/the-source/authors/gitlab",{"_path":723,"_dir":469,"_draft":6,"_partial":6,"_locale":7,"config":724,"seo":725,"content":727,"type":485,"slug":736,"_id":737,"_type":29,"title":726,"_source":30,"_file":738,"_stem":739,"_extension":33},"/ja-jp/the-source/authors/grant-hickman",{"layout":9},{"title":726},"Grant Hickman",[728,735],{"componentName":475,"componentContent":729},{"config":730,"name":726,"headshot":732},{"gitlabHandle":731},"g.hickman",{"altText":726,"config":733},{"src":734},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463463/f3uqwtugqotyhwutz5gu.png",{"componentName":484},"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":741,"_dir":469,"_draft":6,"_partial":6,"_locale":7,"config":742,"seo":743,"content":745,"type":485,"slug":755,"_id":756,"_type":29,"title":744,"_source":30,"_file":757,"_stem":758,"_extension":33},"/ja-jp/the-source/authors/haim-snir",{"layout":9},{"title":744},"Haim Snir",[746,754],{"componentName":475,"componentContent":747},{"config":748,"name":744,"headshot":751},{"gitlabHandle":749,"linkedInProfileUrl":750},"hsnir1","https://www.linkedin.com/in/haimsnir/",{"altText":744,"config":752},{"src":753},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463395/nubmshvaq8wpomopllni.png",{"componentName":484},"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":760,"_dir":469,"_draft":6,"_partial":6,"_locale":7,"config":761,"seo":762,"content":764,"type":485,"slug":768,"_id":773,"_type":29,"title":774,"_source":30,"_file":775,"_stem":776,"_extension":33},"/ja-jp/the-source/authors/iganbaruch",{"layout":9},{"title":763},"Itzik Gan Baruch",[765,772],{"componentName":475,"componentContent":766},{"config":767,"name":763,"headshot":769},{"gitlabHandle":768},"iganbaruch",{"altText":763,"config":770},{"src":771},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463443/vibb2fkc0ojni2d1eqde.png",{"componentName":484},"content:ja-jp:the-source:authors:iganbaruch.yml","Iganbaruch","ja-jp/the-source/authors/iganbaruch.yml","ja-jp/the-source/authors/iganbaruch",{"_path":778,"_dir":469,"_draft":6,"_partial":6,"_locale":7,"config":779,"seo":780,"content":782,"type":485,"slug":791,"_id":792,"_type":29,"title":793,"_source":30,"_file":794,"_stem":795,"_extension":33},"/ja-jp/the-source/authors/jlongo",{"layout":9},{"title":781},"Joseph Longo",[783,790],{"componentName":475,"componentContent":784},{"config":785,"name":781,"headshot":787},{"gitlabHandle":786},"jlongo_gitlab",{"altText":781,"config":788},{"src":789},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463434/uoxaknpmoposbbgzqji8.png",{"componentName":484},"jlongo","content:ja-jp:the-source:authors:jlongo.yml","Jlongo","ja-jp/the-source/authors/jlongo.yml","ja-jp/the-source/authors/jlongo",{"_path":797,"_dir":469,"_draft":6,"_partial":6,"_locale":7,"config":798,"seo":799,"content":801,"type":485,"slug":813,"_id":814,"_type":29,"title":800,"_source":30,"_file":815,"_stem":816,"_extension":33},"/ja-jp/the-source/authors/joel-krooswyk",{"layout":9},{"title":800},"Joel Krooswyk",[802,812],{"componentName":475,"componentContent":803},{"config":804,"name":800,"role":807,"bio":808,"headshot":809},{"gitlabHandle":805,"linkedInProfileUrl":806},"jkrooswyk","https://www.linkedin.com/in/joelrkrooswyk/","連邦CTO","Joel KrooswykはGitLabの連邦CTOです。Joelは2017年からGitLabの成長に積極的に関わってきました。25年にわたるリーダーシップの経験は、米国の公共部門だけでなく、世界中の中小企業、中堅企業、大企業にも及んでいます。Joelは、政府の政策に関する深い専門知識と、テクノロジー、ソフトウェア開発、AI、サイバーセキュリティにおける豊富な経験を兼ね備えており、産業界や政府機関から、政策の解説や対応について頻繁に依頼を受けています。",{"altText":800,"config":810},{"src":811},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463423/mkmdhuxsjggfvokdmdv7.jpg",{"componentName":484},"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":818,"_dir":469,"_draft":6,"_partial":6,"_locale":7,"config":819,"seo":820,"content":822,"type":485,"slug":834,"_id":835,"_type":29,"title":821,"_source":30,"_file":836,"_stem":837,"_extension":33},"/ja-jp/the-source/authors/josh-lemos",{"layout":9},{"title":821},"Josh Lemos",[823,833],{"componentName":475,"componentContent":824},{"config":825,"name":821,"role":828,"bio":829,"headshot":830},{"gitlabHandle":826,"linkedInProfileUrl":827},"joshlemos","https://www.linkedin.com/in/joshlemos/","最高情報セキュリティ責任者","Josh Lemosは20年にわたり情報セキュリティチームを率いてきた経験を生かし、GitLab Inc.の最高情報セキュリティ責任者を務めています。具体的には、情報資産とテクノロジーを適切に保護するための企業ビジョン、戦略、プログラムの確立および維持、Gitlab DevSecOpsプラットフォームの強化、そして顧客への最高水準のセキュリティ提供といった職務を担当しています。",{"altText":821,"config":831},{"src":832},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463405/f4rqtiecakrekvxfhqar.jpg",{"componentName":484},"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":839,"_dir":469,"_draft":6,"_partial":6,"_locale":7,"config":840,"seo":841,"content":843,"type":485,"slug":850,"_id":851,"_type":29,"title":842,"_source":30,"_file":852,"_stem":853,"_extension":33},"/ja-jp/the-source/authors/julie-griffin",{"layout":9},{"title":842},"Julie Griffin",[844,849],{"componentName":475,"componentContent":845},{"name":842,"headshot":846},{"altText":842,"config":847},{"src":848},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463371/hqkbr3uk8hw2de7tltn4.webp",{"componentName":484},"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":855,"_dir":469,"_draft":6,"_partial":6,"_locale":7,"config":856,"seo":857,"content":859,"type":485,"slug":866,"_id":867,"_type":29,"title":858,"_source":30,"_file":868,"_stem":869,"_extension":33},"/ja-jp/the-source/authors/kristina-weis",{"layout":9},{"title":858},"Kristina Weis",[860,865],{"componentName":475,"componentContent":861},{"name":858,"headshot":862},{"altText":858,"config":863},{"src":864},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463469/eoolq6n6bs0zb8gmf0js.webp",{"componentName":484},"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":871,"_dir":469,"_draft":6,"_partial":6,"_locale":7,"config":872,"seo":873,"content":875,"type":485,"slug":884,"_id":885,"_type":29,"title":874,"_source":30,"_file":886,"_stem":887,"_extension":33},"/ja-jp/the-source/authors/lee-faus",{"layout":9},{"title":874},"Lee Faus",[876,883],{"componentName":475,"componentContent":877},{"config":878,"name":874,"headshot":880},{"gitlabHandle":879},"lfaus",{"altText":874,"config":881},{"src":882},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463398/vivhlomglvnstamj54bo.jpg",{"componentName":484},"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":889,"_dir":469,"_draft":6,"_partial":6,"_locale":7,"config":890,"seo":891,"content":893,"type":485,"slug":897,"_id":902,"_type":29,"title":903,"_source":30,"_file":904,"_stem":905,"_extension":33},"/ja-jp/the-source/authors/ncregan",{"layout":9},{"title":892},"Niall Cregan",[894,901],{"componentName":475,"componentContent":895},{"config":896,"name":892,"headshot":898},{"gitlabHandle":897},"ncregan",{"altText":892,"config":899},{"src":900},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463431/yrtwodocb4cu3j7lkhyo.png",{"componentName":484},"content:ja-jp:the-source:authors:ncregan.yml","Ncregan","ja-jp/the-source/authors/ncregan.yml","ja-jp/the-source/authors/ncregan",{"_path":907,"_dir":469,"_draft":6,"_partial":6,"_locale":7,"config":908,"seo":909,"content":911,"type":485,"slug":920,"_id":921,"_type":29,"title":922,"_source":30,"_file":923,"_stem":924,"_extension":33},"/ja-jp/the-source/authors/rschulman",{"layout":9},{"title":910},"Robin Schulman",[912,919],{"componentName":475,"componentContent":913},{"config":914,"name":910,"headshot":916},{"gitlabHandle":915},"robin",{"altText":910,"config":917},{"src":918},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463437/u2xfbudw1f8hhnkrgaoy.webp",{"componentName":484},"rschulman","content:ja-jp:the-source:authors:rschulman.yml","Rschulman","ja-jp/the-source/authors/rschulman.yml","ja-jp/the-source/authors/rschulman",{"_path":926,"_dir":469,"_draft":6,"_partial":6,"_locale":7,"config":927,"seo":928,"content":930,"type":485,"slug":937,"_id":938,"_type":29,"title":929,"_source":30,"_file":939,"_stem":940,"_extension":33},"/ja-jp/the-source/authors/sabrina-farmer",{"layout":9},{"title":929},"Sabrina Farmer",[931,936],{"componentName":475,"componentContent":932},{"name":929,"headshot":933},{"altText":929,"config":934},{"src":935},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463377/udmzbjjr5xrcrffdlphx.webp",{"componentName":484},"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":942,"_dir":469,"_draft":6,"_partial":6,"_locale":7,"config":943,"seo":944,"content":946,"type":485,"slug":955,"_id":956,"_type":29,"title":945,"_source":30,"_file":957,"_stem":958,"_extension":33},"/ja-jp/the-source/authors/sandra-gittlen",{"layout":9},{"title":945},"Sandra Gittlen",[947,954],{"componentName":475,"componentContent":948},{"config":949,"name":945,"headshot":951},{"gitlabHandle":950},"sgittlen",{"altText":945,"config":952},{"src":953},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463466/r7ckb9h2zr4c2rsz3zlm.png",{"componentName":484},"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":960,"_dir":469,"_draft":6,"_partial":6,"_locale":7,"config":961,"seo":962,"content":964,"type":485,"slug":971,"_id":972,"_type":29,"title":963,"_source":30,"_file":973,"_stem":974,"_extension":33},"/ja-jp/the-source/authors/sharon-gaudin",{"layout":9},{"title":963},"Sharon Gaudin",[965,970],{"componentName":475,"componentContent":966},{"name":963,"headshot":967},{"altText":963,"config":968},{"src":969},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463475/h6j4nnvykzyfzgvl7txb.webp",{"componentName":484},"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":976,"_dir":469,"_draft":6,"_partial":6,"_locale":7,"config":977,"seo":978,"content":980,"type":485,"slug":990,"_id":991,"_type":29,"title":979,"_source":30,"_file":992,"_stem":993,"_extension":33},"/ja-jp/the-source/authors/stephen-walters",{"layout":9},{"title":979},"Stephen Walters",[981,989],{"componentName":475,"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":484},"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":995,"_dir":469,"_draft":6,"_partial":6,"_locale":7,"config":996,"seo":997,"content":999,"type":485,"slug":12,"_id":1011,"_type":29,"title":1012,"_source":30,"_file":1013,"_stem":1014,"_extension":33},"/ja-jp/the-source/authors/taylor-mccaslin",{"layout":9},{"title":998},"Taylor McCaslin",[1000,1010],{"componentName":475,"componentContent":1001},{"config":1002,"name":998,"role":1005,"bio":1006,"headshot":1007},{"gitlabHandle":1003,"linkedInProfileUrl":1004},"tmccaslin","https://www.linkedin.com/in/taylormccaslin/","グループマネージャー、製品 - データサイエンス","Taylor McCaslinは、GitLabのAI/ML担当プロダクトリーダーです。AI PoweredおよびModelOpsステージグループを管理するプロダクトマネージャーチームを率い、GitLabユーザーがDevOpsプログラムの一環としてデータサイエンスを活用できるようにするためのビジョンと方向性を示しています。GitLabに入社する前は、Indeed、Duo Security、WP Engineに勤務していました。",{"altText":998,"config":1008},{"src":1009},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1751463427/trfasilaeasosxfcxmsm.jpg",{"componentName":484},"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",1755644154884]