Skip to content

Commit 6dead5d

Browse files
committed
Release 2024
1 parent 8ad11fa commit 6dead5d

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

roadmap/2022/MLOpsRoadmap2022.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
<img src="images/mlops-horizontal-color.svg"/>
33

44
# MLOps Roadmap 2022
5+
6+
> **Warning**
7+
> This document is now outdated. Please see [the 2024 edition](../2024/MLOpsRoadmap2024.md)
58
69
## About this document
710

roadmap/2024/MLOpsRoadmap2024.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- cSpell:locale en-GB -->
22
<img src="images/mlops-horizontal-color.svg"/>
33

4-
# MLOps Roadmap 2024 - DRAFT
4+
# MLOps Roadmap 2024
55

66
## About this document
77

@@ -32,7 +32,7 @@ Kim Scofield, Space42 <[email protected]>
3232
<!--Amend list of contributors here-->
3333

3434

35-
*DRAFT VERSION*
35+
*Update publication - Nov 30th, 2024*
3636

3737
<br>
3838

@@ -771,9 +771,9 @@ There will need to be a significant shift towards improved process governance fo
771771

772772
The US government is currently in the final stage of preparing legislation which will require government contractors to provide a Software Bill of Materials (SBOM) as part of deliveries, for audit and compliance purposes. This introduces an urgent need to be able to include ML assets within the BOM for any given product.
773773

774-
A number of studies have been looking at the impact of AI code generation upon code quality metrics and the results are concerning. A study from [Bilkent University](https://arxiv.org/pdf/2304.10778) showed Copilot giving correct code less than 50% of the time and another study from [Stanford](https://arxiv.org/pdf/2211.03622) showed that developers wrote less secure code when using AI assistants, but tended to believe that their code was more secure. Findings from [GitClear](https://www.gitclear.com/coding_on_copilot_data_shows_ais_downward_pressure_on_code_quality) show a doubling of code churn in 2024 due to AI-generated code which has to be reverted or patched with two weeks of creation.
774+
A number of studies have been looking at the impact of AI code generation upon code quality metrics and the results are concerning. A study from [Bilkent University](https://arxiv.org/pdf/2304.10778) showed Copilot giving correct code less than 50% of the time and another study from [Stanford](https://arxiv.org/pdf/2211.03622) showed that developers wrote less secure code when using AI assistants, but tended to believe that their code was more secure. Findings from [GitClear](https://www.gitclear.com/coding_on_copilot_data_shows_ais_downward_pressure_on_code_quality) show a doubling of code churn in 2024 due to AI-generated code which has to be reverted or patched with two weeks of creation. This correlates with the data from the 2024 [DORA State of DevOps](https://dora.dev/research/2024/dora-report/) report, which indicates widespread adoption of AI for writing code and summarising data, but shows 39% of respondents having low trust in the quality of such generated code.
775775

776-
All of this speaks to an urgent need to improve governance over product delivery processes in order to maintain quality. Improved MLOps tooling and more widespread adoption of Continuous Delivery practices are essential factors in the safe delivery and sustainable ownership of ML-based products.
776+
All of this speaks to an urgent need to improve governance over product delivery processes in order to maintain quality. Better MLOps tooling and more widespread adoption of Continuous Delivery practices are essential factors in the safe delivery and sustainable ownership of ML-based products.
777777
<br>
778778

779779
# Glossary

0 commit comments

Comments
 (0)