#embabel search results
Agentic design patterns with Embabel and @ApacheGroovy #groovylang #embabel #ai #agentic /cc: @springrod groovy.apache.org/blog/embabel-a…
The Embabel travel planner now on latest Embabel API and Spring Boot 3.5.4. See how easy it is to create real world agents on the JVM. github.com/embabel/tripper Blog on design learnings: medium.com/@springrod/bui… @starbuxman @gsaab #embabel @java @springboot @springcentral #genai
New blog comparing common LangGraph (Python) patterns with the Embabel Java equivalents. TL;DR Python, and LangGraph, doesn't compare at all well. medium.com/@springrod/bui… @java #embabel @springcentral @SpringAICentral @gsaab @starbuxman @JamesWard @LangGraph
Another great blog from Russ Miles, who’s doing some very interesting writing on Gen AI. #embabel #genai engineeringagents.substack.com/p/agent-design…
A start machine is the most obvious way to orchestrate agentic workflows. Yet there is a better way. Embabel's GOAP planning makes the LangGraph state machine look clunky and error prone. @java @LangChainAI #embabel @springboot medium.com/@springrod/bui…
Rod Johnson, creator of Spring, returns with Embabel, a Kotlin-based agent framework for the JVM. - hackernoon.com/spring-creator… #ai #embabel
I was playing with #Embabel framework and being a fanboy of Quentin Tarantino I could immediately spot LLMs hallucinations 😄 In the Pulp Fiction movie "Jules Winnfield", "Butch Coolidge", "Marsellus Wallace" characters are so good and rememberable that LLMs consider them as…
We've done a lot of work polishing Embabel's API & adding and improving Java examples Our example repo now has more Java examples. Agents look great in modern Java The JVM FTW. Two great language choices github.com/embabel/embabe… #embabel @java #AgenticAI @gsaab @springboot
Don't talk English to your LLM. Structure, structure, structure! medium.com/@springrod/don… @java @springboot @springcentral #genai #embabel
"We are now using Embabel in a global deployment with one of the world's largest banks" Private LLM Agents on the JVM : Lessons from GOAP with Embabel. Recent talk in Berlin by Pierre Davies and Sasha Saw of Incept5: @kotlin #genai #embabel @jtdavies youtube.com/watch?v=AFS3aY…
youtube.com
YouTube
Private LLM Agents on the JVM : Lessons from GOAP with Embabel
Second blog showing how AI agent examples from popular Python frameworks can be rewritten in Java to be better, using Embabel. Today: Pydantic AI. medium.com/@springrod/bui… #embabel @java @PydanticAi @rseroter @gsaab @springboot @starbuxman @SpringAICentral @JamesWard
Exploring AI with Groovy™ using Ollama4j, LangChain4J, Spring AI, & Embabel: groovy.apache.org/blog/groovy-ai @therealdanvega @springrod @langchain4j @ApacheGroovy @ollama #groovylang #ai #embabel #springai #holidaytips
New blog on Java vs Python for Gen AI, taking another @crewAIInc sample and showing a superior reimplementation with Embabel. medium.com/@springrod/bui… @springboot @SpringAICentral @gsaab #embabel @java #genai
Excellent piece by Russ Miles about the importance of domain modelling in building agents: The Corpse, the Agent, the Map engineeringagents.substack.com/p/domain-drive… #genai #ddd #embabel @SpringAICentral
Awesome to see great content coming out of the Embabel community: SivaLabs - Building AI Agents using Java and Embabel youtube.com/watch?v=lqQ_NL… @springboot @java #embabel #genai @sivalabs
youtube.com
YouTube
Building AI Agents using Java and Embabel
The first of a series of blogs showing how AI agent examples from popular Python frameworks can be rewritten in Java to be far better, using Embabel. Today's target: CrewAI. medium.com/@springrod/you… #embabel @java @crewAIInc @rseroter @gsaab @starbuxman @JamesWard @springboot
RedMonk analyst James Governor on Java in the age of AI agents. redmonk.com/jgovernor/java… @java @springboot @springcentral #genai #embabel
I’m about to start a blog series taking nontrivial Python examples from Crew AI and other frameworks and demonstrating how they can be far better when rewritten in Java using Embabel @java @springboot #embabel
"If you have zero Python enterprise applications in production, that remains the right number." medium.com/@springrod/pro… < ooh, 🔥 take from @springrod! He makes a case for building on the JVM instead.
Agentic design patterns with Embabel and @ApacheGroovy #groovylang #embabel #ai #agentic /cc: @springrod groovy.apache.org/blog/embabel-a…
A start machine is the most obvious way to orchestrate agentic workflows. Yet there is a better way. Embabel's GOAP planning makes the LangGraph state machine look clunky and error prone. @java @LangChainAI #embabel @springboot medium.com/@springrod/bui…
New blog comparing common LangGraph (Python) patterns with the Embabel Java equivalents. TL;DR Python, and LangGraph, doesn't compare at all well. medium.com/@springrod/bui… @java #embabel @springcentral @SpringAICentral @gsaab @starbuxman @JamesWard @LangGraph
Don't talk English to your LLM. Structure, structure, structure! medium.com/@springrod/don… @java @springboot @springcentral #genai #embabel
RedMonk analyst James Governor on Java in the age of AI agents. redmonk.com/jgovernor/java… @java @springboot @springcentral #genai #embabel
Rod Johnson, creator of Spring, returns with Embabel, a Kotlin-based agent framework for the JVM. - hackernoon.com/spring-creator… #ai #embabel
🚀 BLOG | Les agents IA débarquent sur Java/Kotlin ! Comparatif #LangChain4j, #SpringAI, #Embabel & #Koog : la JVM est production-ready pour l'agentic AI. Type safety, perf et intégration métier native 💪 👉 blog.liksi.io/2025/10/10/lag… #AI #Java #Kotlin #blog #agenticai
Another great blog from Russ Miles, who’s doing some very interesting writing on Gen AI. #embabel #genai engineeringagents.substack.com/p/agent-design…
Exploring AI with Groovy™ using Ollama4j, LangChain4J, Spring AI, & Embabel: groovy.apache.org/blog/groovy-ai @therealdanvega @springrod @langchain4j @ApacheGroovy @ollama #groovylang #ai #embabel #springai #holidaytips
Excellent piece by Russ Miles about the importance of domain modelling in building agents: The Corpse, the Agent, the Map engineeringagents.substack.com/p/domain-drive… #genai #ddd #embabel @SpringAICentral
Found on YouTube: Embabel and Agentic AI on the JVM #docker #ai #embabel youtube.com/watch?v=JiS9Y5…
youtube.com
YouTube
Embabel and Agentic AI on the JVM #docker #ai #embabel
New blog on Java vs Python for Gen AI, taking another @crewAIInc sample and showing a superior reimplementation with Embabel. medium.com/@springrod/bui… @springboot @SpringAICentral @gsaab #embabel @java #genai
"We are now using Embabel in a global deployment with one of the world's largest banks" Private LLM Agents on the JVM : Lessons from GOAP with Embabel. Recent talk in Berlin by Pierre Davies and Sasha Saw of Incept5: @kotlin #genai #embabel @jtdavies youtube.com/watch?v=AFS3aY…
youtube.com
YouTube
Private LLM Agents on the JVM : Lessons from GOAP with Embabel
If you are curious to know how to use OpenAI Compatible models such as OpenRouter, Gemini, etc with #Embabel Agent Framework, take a look at this sample application. github.com/sivaprasadredd… #Java #AI #GenAI #AiAgents Cc @springrod
Awesome to see great content coming out of the Embabel community: SivaLabs - Building AI Agents using Java and Embabel youtube.com/watch?v=lqQ_NL… @springboot @java #embabel #genai @sivalabs
youtube.com
YouTube
Building AI Agents using Java and Embabel
I was playing with #Embabel framework and being a fanboy of Quentin Tarantino I could immediately spot LLMs hallucinations 😄 In the Pulp Fiction movie "Jules Winnfield", "Butch Coolidge", "Marsellus Wallace" characters are so good and rememberable that LLMs consider them as…
@springrod It’s great to see more and more people showing interest in exploring and building advanced agentic frameworks on the JVM ecosystem. #embabel
We're thinking of including a "create an agent" capability in the #embabel java-agent-template so you can describe what you want and it generates code, informed by latest API and docs. Of course the agent would be an Embabel example itself. @springboot @java #genai @sivalabs
68 vote · Final results
Something to keep an eye on if you are into building agents using #SpringBoot, #SpringAI and #Embabel.
We're thinking of including a "create an agent" capability in the #embabel java-agent-template so you can describe what you want and it adds it, informed by latest API and docs. Of course you can use Claude Code or the like, but there's an advantage in specific context.
Agentic design patterns with Embabel and @ApacheGroovy #groovylang #embabel #ai #agentic /cc: @springrod groovy.apache.org/blog/embabel-a…
I was playing with #Embabel framework and being a fanboy of Quentin Tarantino I could immediately spot LLMs hallucinations 😄 In the Pulp Fiction movie "Jules Winnfield", "Butch Coolidge", "Marsellus Wallace" characters are so good and rememberable that LLMs consider them as…
The Embabel travel planner now on latest Embabel API and Spring Boot 3.5.4. See how easy it is to create real world agents on the JVM. github.com/embabel/tripper Blog on design learnings: medium.com/@springrod/bui… @starbuxman @gsaab #embabel @java @springboot @springcentral #genai
We've done a lot of work polishing Embabel's API & adding and improving Java examples Our example repo now has more Java examples. Agents look great in modern Java The JVM FTW. Two great language choices github.com/embabel/embabe… #embabel @java #AgenticAI @gsaab @springboot
Exploring AI with Groovy™ using Ollama4j, LangChain4J, Spring AI, & Embabel: groovy.apache.org/blog/groovy-ai @therealdanvega @springrod @langchain4j @ApacheGroovy @ollama #groovylang #ai #embabel #springai #holidaytips
#Java meets AI agents with Embabel, an open-source framework for building safe, adaptive, goal-driven systems at enterprise scale. #AIagents #Embabel #OpenSourceAI #SpringAI #EnterpriseAI #AIinJava #AutonomousAgents #DevTools #AIFramework #Artificialintelligence
Something went wrong.
Something went wrong.
United States Trends
- 1. Penn State 18.8K posts
- 2. Mendoza 16.2K posts
- 3. Gus Johnson 4,138 posts
- 4. #iufb 3,250 posts
- 5. Omar Cooper 5,598 posts
- 6. Sunderland 143K posts
- 7. $SSHIB 1,637 posts
- 8. Jim Knowles N/A
- 9. James Franklin 6,321 posts
- 10. Texas Tech 12.2K posts
- 11. Sayin 63.6K posts
- 12. Happy Valley 1,460 posts
- 13. Arsenal 243K posts
- 14. WHAT A CATCH 10K posts
- 15. Jeremiah Smith 2,358 posts
- 16. Charlie Becker N/A
- 17. St. John 7,875 posts
- 18. CATCH OF THE YEAR 3,344 posts
- 19. #GoDawgs 4,510 posts
- 20. #WeAre 1,097 posts