Background

Activities

Hybrid AI for Human-Centric Personalization (HyPer) Workshop

The HyPer workshop explores how hybrid AI, integrating neural architectures, symbolic representations, and cognitive frameworks, can enhance personalized and explainable user experiences. Among the organizers are Elisabeth Lex and Kevin Innerebner, providing a venue for researchers and practitioners to discuss advancements, challenges, and applications of hybrid AI in bridging explainability, cognitive modeling, and automated user adaptation.

Poster Presentation at the BilAI Industry Day and AVL Research Networking Day

Posters were presented at the BilAI Industry Day (03.10.2025) [] and the AVL Research Networking Day (14.10.2025), showcasing our ongoing research on adapting LLMs to low-resource programming languages:

Local Coding LLMs excel in high-resource settings, where programming languages are highly documented and widely used. However, these coding LLMs are limited in low-resource and proprietary programming language settings. We explore how to best adapt LLMs to such programming languages by introducing a two-step pipeline which excels in environments where resources are low, as well as where there are no testing or execution environments.

Preview of the PDF

Preview of the PDF

Open Source

Eclipse GLSP

“GLSP is an extensible open source framework to build custom diagram editors in the web/cloud. These editors can be deployed stand-alone or integrated into a web-based IDE such as Eclipse Theia or VS Code. GLSP defines a language server protocol (LSP) for diagrams and integrates well with your existing tool chain and business logic.”

In HybridAIR we are using Eclipse GLSP for implementing domain-specific, interactive diagram editors ranging from interactive visualization of inferred statemachines from textually specified rules to editable statemachine editors that are connected to proprietary data sources. These editors are integrated in a traditional Eclipse IDE but are also available in a cloud IDE based on Eclipse Theia.

Eclipse Theia

“Eclipse Theia is an extensible platform to develop multi-language Cloud & Desktop IDEs with state-of-the-art web technologies.”

HybridAIR requires flexibly mixing textual and graphical languages to provide the most benefits for domain engineers. This flexibility doesn’t end at the model representation, but also includes the IDE platform with which domain engineers interact with those model representations – in a rich-client application based on Eclipse or in a browser with a cloud IDE, such as Eclipse Theia.