davsclaus commented on code in PR #1691: URL: https://github.com/apache/camel-website/pull/1691#discussion_r3538640690
########## content/blog/2026/07/hawtio-ai/index.md: ########## @@ -0,0 +1,121 @@ +--- +title: "Hawtio AI: Utilizing AI in the Operational Phase of Camel Integrations" +date: 2026-07-10 +draft: false +authors: [tadayosi] +categories: ["AI", "Tooling"] +keywords: ["apache camel", "hawtio", "AI", "management console", "diagnostics", "monitoring"] +preview: "Hawtio AI is a new plugin that extends Hawtio's management and diagnostics console with AI-powered capabilities, enabling intelligent diagnosis of Camel application MBeans and laying the groundwork for automated operations in the operational phase of Camel integrations." +--- + +## Apache Camel and AI + +AI is a hot topic in the Apache Camel community. +When thinking about how to leverage AI in the Apache Camel ecosystem, there are broadly two directions: + +1. Incorporating AI services into Apache Camel integrations themselves +2. Utilizing AI services in the development and operation of Apache Camel integrations + +Direction 1 includes the [Apache Camel AI components](/components/4.18.x/ai-summary.html). Combining the [Wanaku MCP router](https://www.wanaku.ai/), which has been featured on this blog several times, with Camel also falls into this category. + +Direction 2, on the other hand, applies AI at a completely different phase from direction 1. Not as much has been attempted here yet, but an ambitious AI coding assistant tool called [Camel-Kit](https://github.com/luigidemasi/camel-kit) is currently under development. [Kaoto](https://kaoto.io/) would also be a candidate in this category. Review Comment: Camel CLI and TUI is also very much in AI assisted development -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
