It seems there is an issue with the link in the main post. Therefore here now the correct link to the article with the details: www.linkedin.com/pulse/lets-t...
12.11.2025 19:16 โ ๐ 2 ๐ 1 ๐ฌ 1 ๐ 0@akudev.bsky.social
UI5 / OpenUI5 / SAPUI5 (views and statements are mine)
It seems there is an issue with the link in the main post. Therefore here now the correct link to the article with the details: www.linkedin.com/pulse/lets-t...
12.11.2025 19:16 โ ๐ 2 ๐ 1 ๐ฌ 1 ๐ 0While we prep for tomorrowโs UI5ers live, weโre also announcing our special December session: a community โAsk Us Anythingโ! ๐ค
You set the agenda. Our new article explains exactly how to submit your questions in advance.
All the details here: www.linkedin.com/pulse/lets-t...
#UI5 #AskUsAnything
When your AI agent says this, you know you've been debugging a while & should check the token counter:
"I have failed you at every turn. My attempts to fix this have been a series of blunders, each one making the problem worse. I have wasted your time and demonstrated a complete lack of competence."
an AI response saying "This is proving to be more difficult than I anticipated."
Gemini 2.5, on the other hand, follows a more subtle approach of provoking the same feelings in me after a while of agentic trying and adding and deleting and refining and trying again on its own.
11.07.2025 11:29 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0A Claude 4 LLM response saying "Excellent suggestions! Both improvements make the architecture much cleaner."
Struggling with low self-esteem? Keep talking to Claude 4.
After a few such replies in a row, I'm now convinced that I'm a world-class architect.
Ready to inspire? Apply to speak at UI5con - 8th July 25 - St. Leon Rot
Have something to say? ๐ง We have the stage for you! ๐งก๐ฆโ๐ฅ
The Call for Proposals for #UI5con2025 opens today and closes on 10. March, 23:59 UTC. ๐ฆ
Show off your UI5 skills and tell us your story! ๐ฃ
๐ You can find all information here on our webpage: openui5.org/ui5con/speak...
Rightly so.
15.01.2025 16:50 โ ๐ 14 ๐ 1 ๐ฌ 1 ๐ 0๐จ๐๐ฑ๐ฒ๐ฟ๐ ๐๐ฎ๐๐ฐ๐ต ๐ผ๐๐! ๐ฆโ๐ฅ
๐ ๐ฎ๐ฟ๐ธ ๐๐ผ๐๐ฟ ๐ฐ๐ฎ๐น๐ฒ๐ป๐ฑ๐ฎ๐ฟ๐: #๐จ๐๐ฑ๐ฐ๐ผ๐ป๐ฎ๐ฌ๐ฎ๐ฑ ๐ถ๐ ๐ฐ๐ผ๐บ๐ถ๐ป๐ด. ๐
On ๐๐๐น๐ ๐ด, ๐ฎ๐ฌ๐ฎ๐ฑ, we will gather again in ๐ St. Leon-Rot and ๐ online for an incredible day filled with insightful sessions, community collaboration, and plenty of excitement! ๐
๐ ๐๐ช๐ฏ๐ฅ ๐ข๐ญ๐ญ ๐ต๐ฉ๐ฆ ๐ฅ๐ฆ๐ต๐ข๐ช๐ญ๐ด ๐ฉ๐ฆ๐ณ๐ฆ: ui5con.org
generic GPT: as soon as it has to process enough tokens/code, it will start wrongly placing e.g. the DynamicPage control in the "sap.m" namespace.
This XML fixing was, by the way, built in reaction to the feedback at community.sap.com/t5/sap-busin...
coming from the LLM is parsed and all the XML namespaces are checked against a built-in knowledge base of all officially delivered SAPUI5 control names and their respective control library names. Custom ones are left alone, but if a known control/lib does not match, it is corrected.
Try asking e.g.
There's definitely SAP-specific improvements on top. What exactly, depends on the use-case. Sometimes prompting (often with few-shot examples), sometimes code templates, sometimes other mechanisms.
To give one concrete example: when the /ui5 command generates XMLView content, the XML code
you want something specific like TypeScript conversion, it will internally use /ui5-typescript. This only works for topics within the "/ui5 realm", but as @marian.marianzeis.de mentioned, the idea is to provide this on a more general level.
11.12.2024 15:22 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0Ok, got this point: true, there is no "general" way to chat outside those slash commands.
The /ui5 one, though, is pretty close, as it is a generic one that supports anything as long as it is related somehow to UI5 development. It is not focused on a specific use-case.
But still, when it detects
It's there.
LLMs doing LLM things. ๐คทโโ๏ธ
on the app code, then you won't ever get this invested conversion time back, regardless of the efficiency boost provided by TS.
But on the other hand, when you expect to spend a further person-month working on the app code, then investing 2-3 person-days for TS conversion will likely pay off easily.
Well, I said that, plus apps with significant future investment (be it new features or heavy maintenance, possibly coupled with ownership handover).
It's basic ROI: TS conversion costs time and you will have to get this time back somehow to make it pay off. If you won't spend any future time
As seen on me.sap.com/notes/3437766, SAP has contracts with various AI vendors incl. Anthropic, Google, Mistral. SAP Build Code Joule plugins (the slash commands) can choose between them and more, depending on the use-case, and they certainly switch LLMs over time.
11.12.2024 12:39 โ ๐ 3 ๐ 0 ๐ฌ 2 ๐ 0No, the slash commands in the Joule chat window are not meant as restriction, but the opposite: they are custom-built enhancements on top of generic LLM capabilities by the respective teams. (used LLMs are different between them and changing over time)
11.12.2024 12:31 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0but usually a good start for conversion)
11.12.2024 12:27 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0This very error indicates that the version you got to use unfortunately contains a bad interim state with a change in base Joule that broke certain plugin features.
Fixed soon after, plus further improvements, but result will remain GenAI-level (never 100% correct, sometimes better, sometimes worse,
A flowchart illustrating the migration from JavaScript (JS, represented by a yellow square) to TypeScript (TS, represented by a blue square). The migration is indicated by an arrow with the OpenUI5 logo and the icon of SAP's Joule.
๐ค SAPโs Joule now offers AI-driven convenience functionality to migrate your existing SAPUI5 applications to TypeScript. ๐
Discover the step-by-step process in our latest blog post. ๐ community.sap.com/t5/technolog...
And of course the STL files for the #UI5 Cookie Cutter:
github.com/akudev/UI5er...
No requests? Ah, here is the recipe, nevertheless:
github.com/akudev/UI5er... :-P
I see you are already discussing with @ui5.bsky.social
But a related thing most might not know yet: openui5versiontracker.cfapps.eu10.hana.ondemand.com/OpenUI5Relea... is powering the releases page on openui5.org. Not sure it is useful for anything else, but it lists current releases with dates.
Christmas cookies in the shape of the UI5 logo phoenix and a 3D-printed cookie cutter in the same shape, along with a kind of also 3D-printed press stamp for pressing out the dough without ripping off the phoenix' wings
Alright, let's have my words followed by actions:
What about this as a goodie for the upcoming holiday season? Anyone interested in my mother's cookie recipe ("Buttergebackenes") or the 3D model to print the #UI5 Phoenix cutter?
๐๐
Ah, great to see this place finally take off, at least to some degree. Welcome to my new followers!
I'd encourage anyone to really leave that other place for good. Let it starve. But I know, recently I also could have done better making bsky more attractive. I'll try. And am open for conversation!
There was indeed and you have sharp eyes spotting the removal like few hours after it happened. It was retracted by the speakers due to problems on the implementation path, but we'll see in a few days whether it remains out (once you notice some session shuffling, the removal is probably permanent).
30.04.2024 13:10 โ ๐ 1 ๐ 0 ๐ฌ 2 ๐ 0Wondering how long it will take until he notices what he links to. ๐
18.04.2024 14:12 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0Some people should read what they post. ๐
twitter.com/tobiashofman...
You're right, years ago I used to do that. Time to resume!
de.slideshare.net/slideshow/ui...
Here the slides of the "#UI5 #OpenUI5 #SAPUI5 custom controls wrapping third-party widgets" session.