Skip to content

Commit 9455b2c

Browse files
authored
Merge pull request #53 from savitharaghunathan/add_kai_rel_blog
📖 adding kai 0.1.0 release blog Merging. Blog should publish once publish date arrives - Jonathan Recinos
2 parents 4899349 + 9c2afba commit 9455b2c

File tree

2 files changed

+65
-0
lines changed

2 files changed

+65
-0
lines changed
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
---
2+
author: SavithaRaghunathan, JonathanRecinos
3+
date: 2025-04-01
4+
description: >-
5+
After months of ideas, development, and feedback from early users and contributors, we're excited to share the first official release of Konveyor AI 0.1.0. Please download it and try it out in your local environment. Report your issues and feature requests, and contribute fixes and documentation if you can!
6+
featured: true
7+
image: header.png
8+
tags:
9+
- Konveyor
10+
- Kai
11+
- GenAI
12+
- AppModernization
13+
title: "Konveyor AI 0.1.0 is here!"
14+
---
15+
16+
**Author**: [Savitha Raghunathan](https://github.com/savitharaghunathan), [Jonathan Recinos](https://github.com/JonathanR19)
17+
18+
After months of ideas, development, and feedback from early users and contributors, we're excited to share the first official release of **[Konveyor AI 0.1.0](https://github.com/konveyor/editor-extensions/releases/tag/v0.1.0)**.
19+
20+
This release is a significant step forward for the Konveyor project, and for anyone working through the complex journey of application modernization. It marks the beginning of **developer-focused, AI-assisted modernization** built with community input and open collaboration.
21+
22+
## What is Konveyor AI?
23+
24+
**Konveyor AI (Kai)** provides real-time insights to help developers and migrators identify and refactor deprecated or outdated code. As a developer modernizes an application with Kai, they'll see detailed issues and their location, solutions with the reasoning for it, and code suggestions that can be automatically implemented.
25+
26+
Built on top of the Konveyor ecosystem, Kai brings:
27+
28+
- **Static code analysis**:
29+
Identifies potential issues when migrating to new technologies (e.g., updating Java frameworks, containerizing an application).
30+
31+
- **Extensible migration paths**:
32+
Includes 2,400 predefined community contributed rules for different migration paths. Users can create their own custom rules for unique scenarios.
33+
34+
- **VS Code extension**:
35+
Suggested code changes show up within the IDE.
36+
37+
- **Model-agnostic AI**:
38+
Users are not locked into a specific LLM, enabling flexibility in AI-driven modernization.
39+
40+
- **Agentic AI for intelligent responses**:
41+
Delivers more meaningful, sanitized suggestions, validating Maven compilations and dependency resolutions.
42+
43+
- **Varying levels of AI assistance**:
44+
Users can choose the level of issue complexity that Kai solves.
45+
46+
Kai can assist you with migrating from legacy Java, upgrading to Spring Boot 3, or prepping for a cloud native deployment. You can also [build custom rulesets](https://github.com/konveyor/analyzer-lsp/blob/main/docs/rules.md) when needed.
47+
48+
## Try it out!
49+
50+
The 0.1.0 release is available [here](https://github.com/konveyor/editor-extensions/releases/download/v0.1.0/konveyor-v0.1.0.vsix)!
51+
52+
You can take Kai for a spin using [step-by-step guided scenarios](https://github.com/konveyor/kai/tree/main/docs/scenarios).
53+
54+
If you are interested in learning how Kai works, here are some links to the technical blogs,
55+
56+
- [**Kai - Generative AI Applied to Application Modernization**](https://www.cncf.io/blog/2024/11/22/konveyor-ai-supporting-application-modernization/)
57+
- [**Incident Storage in Kai - A Deep Dive**](https://konveyor.io/blog/2023/one-year-cncf-sandbox-konveyor-reflective-journey/)
58+
- [**Konveyor AI: Supporting Application Modernization**](https://www.cncf.io/blog/2024/11/22/konveyor-ai-supporting-application-modernization/)
59+
60+
61+
The Konveyor project maintainers would like to thank the community for their continued support, feedback, and encouragement. Huge shoutout to the contributors ([IDE extension](https://github.com/konveyor/editor-extensions/graphs/contributors), [backend](https://github.com/konveyor/kai/graphs/contributors)) who made this release possible. Thank you!
62+
63+
If you’re interested in application modernization, AI-driven developer tools, or want to contribute to something exciting and community-led, [come join us](https://github.com/konveyor/community/blob/main/README.md)!
64+
65+
Looking forward to your [feedback, ideas, and collaboration](https://github.com/konveyor/kai/issues/new) as we grow Kai together!

0 commit comments

Comments
 (0)