I always wanted to know what my #Embabel workflow looks like. That's why I created the embabel-workflow-visualizer.
https://github.com/patbaumgartner/embabel-workflow-visualizer
I always wanted to know what my #Embabel workflow looks like. That's why I created the embabel-workflow-visualizer.
https://github.com/patbaumgartner/embabel-workflow-visualizer
I just published a post on recent improvements to Embabel’s PromptRunner API.
Ahead of Embabel 1.0, we are making the API cleaner and more consistent.
#Embabel #Java #Kotlin #APIDesign
https://medium.com/embabel/recent-improvements-to-embabels-promptrunner-b1bb07190405
I just published my first post on Embabel’s Medium, about property filtering. This feature lets LLMs populate only approved fields, keeping hallucinations out of domain entities and enabling safe reuse in agent workflows.
https://medium.com/embabel/filtering-properties-in-embabel-27310aeaea92
Having fun at #WJAX. Enjoying lots of #SpringBoot #SpringAI and #Embabel discussions.
Join me for my sessions tomorrow and for my workshop on Friday! 🧑💻❤️🔥🦜
New blog post: What's in a parameter name?
Frameworks like Spring MVC and Embabel often rely on method parameter names as a way to implement Convention over Configuration. But in Java and Kotlin, those names are not always available.
I explain the details in this post: https://poutsma-principles.com/blog/2025/09/25/parameter-names/