#SpringAI!
Writing a book about Spring Boot 4 reinvigorated his love of coding. He's shipping a new Spring AI Agents MD starter to the community soon. #SpringBoot #SpringAI #Java
September 27, 2026 at 2:16 PM
Contextual Retrieval RAG: cómo Anthropic arregla el chunking

¿Tus chunks de RAG pierden contexto? Contextual retrieval RAG con Spring AI y Virtual Threads baja fallas de recuperación 49% sin fundir el presupuesto

#contextualretrieval #rag #anthropicclaude #springai #virtualthreadsjava
Contextual Retrieval RAG: cómo Anthropic arregla el chunking
Anthropic reduce 49% las fallas de recuperación en RAG con Contextual Retrieval. Un dev implementó la técnica en Java con Spring AI y Virtual Threads.
blog.donweb.com
September 26, 2026 at 12:47 PM
Spring AI 2.1.0-M1 is out 🍃

🧩 Message parts: ordered text, reasoning, tool calls & media
🤖 OpenAI Responses API: reasoning + tool calling on GPT-5.4+
📥 VectorStore.upsert() for pre-computed embeddings

Feedback welcome 👇
spring.io/blog/2026/09...

#SpringAI #Java
September 25, 2026 at 8:26 AM
What if you could run a Spring AI application without a Maven or Gradle project?
In this Spring AI Recipe, see how JBang turns a few Java files into a runnable Spring AI chat loop.

medium.com/@thetalkinga...

#SpringAI #Java #JBang #SpringBoot
September 24, 2026 at 4:01 PM
🚀 60 Minuten, keine Folien:

@thjanssen123.bsky.social baut auf der W-JAX live eine Anwendung mit #SpringAI – inklusive RAG, MCP, Guardrails und Tests.

📅 05.11. | 15:30 Uhr

🔗 https://f.mtr.cool/6zhnmxx8cb

#jaxcon
September 24, 2026 at 12:35 PM
Fact-checking an entire AI response can hide unsupported claims. What if you decompose the response and fact-check each claim individually?

medium.com/@thetalkinga...

#SpringAI #Java #AIEvaluation #FactChecking
September 21, 2026 at 4:03 PM
🤖 Mach Dein LLM anschlussfähig

Kai Tödter zeigt auf der #jaxcon, wie MCP mit Spring AI funktioniert:
🧩 MCP-Server & -Client
🔌 STDIO & REST
🔐 OAuth2-Security

📍 München | 📅 Mittwoch, 04.11. | ⌚ 18:15 Uhr

🔗 https://f.mtr.cool/sl3dhe74sz

#SpringAI #MCP #EnterpriseAI #SoftwareArchitecture #jaxcon
September 18, 2026 at 10:30 AM
Even when an LLM has all the facts it needs, it can still get them wrong. Let's explore FactCheckingEvaluator and discover why fact-checking AI responses isn't always as straightforward as it seems.

medium.com/@thetalkinga...

#SpringAI #Java #AIEvaluation #FactChecking
September 17, 2026 at 4:02 PM
🧠 Dein LLM verliert bei Rückfragen den Kontext?

@thjanssen123.bsky.social zeigt, wie #SpringAI 2.0 mit Chat Memory, Prompting und Structured Output robustere LLM-Anwendungen ermöglicht.

👉 Zum Artikel:
https://f.mtr.cool/tfrzoua4v5

#LLM #jaxcon
September 17, 2026 at 9:06 AM
Learn how to build an AI assistant for your career using Java, Spring AI, and MongoDB. A practical guide with real implementation details, written by Ricardo Mello.

Read more:
foojay.io/today/how-i-...

#Java #SpringAI #MongoDB #AI
How I Built an AI Assistant for My Career with Java, Spring AI, and MongoDB - foojay
How one developer built a personal AI assistant in Java using Spring AI, MongoDB Vector Search, conversation memory, and tool calling with Calendly.
foojay.io
September 16, 2026 at 7:42 AM
Securing an MCP server with an API key is easy, but sometimes you need something more robust. In this recipe, we’ll put OAuth 2.0 to work with Spring AI to secure an MCP server.

medium.com/@thetalkinga...

#SpringAI #MCP #OAuth2 #SpringSecurity #Java #AgenticAI
September 14, 2026 at 4:02 PM
Chat memory helps an AI remember what you've talked about. But the longer the conversation, the more context it has to carry around. What if it could remember the important stuff without remembering every word?

medium.com/@thetalkinga...

#SpringAI #Java #GenerativeAI #ChatMemory
September 10, 2026 at 4:04 PM
How local can a local LLM get? With ModelJars and Models, you can skip the model server entirely and run inference inside the same JVM as your Spring AI application.

See how in this Spring AI Recipe!

medium.com/@thetalkinga...

#SpringAI #Java #LocalLLM #GenerativeAI #ModelJars
September 7, 2026 at 4:02 PM
✍️ New blog post by Vadym Kazulkin

Building AI Agents with Embabel, Spring AI and Amazon Bedrock AgentCore - Part 4 Upgrade sample application to Embabel 1.5

#java #springai #embabel #bedrockagentcore
Building AI Agents with Embabel, Spring AI and Amazon Bedrock AgentCore - Part 4 Upgrade sample application to Embabel 1.5
Upgrade sample application to Embabel 1.5 to support Spring Boot 4.x and Spring AI 2.x In...
dev.to
September 7, 2026 at 2:09 PM
Part 2 of our series on building an Agentic Warehouse Management System with Java and Spring AI is now live. Ricardo Mello shows you how to put the pieces together.

foojay.io/today/buildi...

#Java #SpringAI #AI
Building an Agentic Warehouse Management System — Part 2: Java and Spring AI
We will look at how the agent is built with Java and Spring AI, how its capabilities and boundaries are defined, how it is triggered by the WMS, and how the planner turns the agent’s goal into an exec...
foojay.io
September 4, 2026 at 12:16 PM
Make Your Spring AI Assistants Remember: Implement Chat Memory with the Oracle AI Database Dialect Abstraction rb.gy/oe7ako #Java #AgenticAI #AIAgentMemory #SpringAI #JavaOracleDB #SpringBoot #OracleAIDatabase26ai #OracleDatabase #OracleDevs #OracleCloud #Oracle
September 4, 2026 at 8:10 AM
Want to run Spring AI against a local LLM?
This recipe shows how to use open-weight models with LM Studio, Docker Model Runner, and Ollama, with surprisingly few changes to your app.

🔗 medium.com/@thetalkinga...

#SpringAI #Java #LocalLLM #GenAI
September 3, 2026 at 4:01 PM
Chat the way you like. 🌱 See how Spring AI’s defaultSystem() turns a generic model reply into “Hello, Spring Fan!” with one prompt resource.

Code: github.com/short-spring...

#SpringAI #Java
September 2, 2026 at 11:51 PM
I built github.com/dashaun/spri..., a zero-configuration #SpringBoot starter that brings AGENTS.md support to #SpringAI applications.
September 2, 2026 at 1:02 AM
As your AI application gains more tools, do you really need to send all of them to the LLM on every request?

In this Spring AI Recipe, I show how ToolSearchTool discovers the right tools on demand, keeping prompts lean as your toolbox grows.

medium.com/@thetalkinga...

#SpringAI #Java #AgenticAI
August 31, 2026 at 4:03 PM
Sick of bloated AI prompts that pile on random rules? @bytechef.bsky.social 's Agent Skills solve it: put know-how in a skill file, load it only when needed. Edit, reuse, update in one place; Simple, efficient.

blog.bytechef.io/blogs/bytech...

#automations #aiagents #ai #springai #bytechef
Agent Skills in ByteChef: Package Know-How Once, Give It to Every Agent
Spring AI just brought Anthropic-style Agent Skills to Java. ByteChef - built on Spring AI - ships them as a managed, no-code feature: built-in skills management, a visual editor, sandboxed script exe...
blog.bytechef.io
August 27, 2026 at 4:05 PM
Retrieval found the documents. But are they really the best documents to put in your prompt?

In this Spring AI Recipe, we apply reranking to ensure the most relevant context.

medium.com/@thetalkinga...

#SpringAI #Java #RAG #Reranking #GenerativeAI
August 27, 2026 at 4:02 PM
Make Your Spring AI Assistants Remember: Implement Chat Memory with the Oracle AI Database Dialect Abstraction rb.gy/oe7ako #Java #AgenticAI #AIAgentMemory #SpringAI #JavaOracleDB #SpringBoot #OracleAIDatabase26ai #OracleDatabase #OracleDevs @juarezjunior.bsky.social
Make Your Spring AI Assistants Remember: Implement Chat Memory with the Oracle AI Database Dialect…
by Juarez Junior
rb.gy
August 27, 2026 at 10:35 AM
"The exact same problems that made software unreliable for 40 years are still true for AI agents. Only the consequences are much bigger." Diagrid's CTO on why AI agent reliability, not model accuracy, is the real bottleneck right now:
coderlegion.com/25313/the-bu... #SpringAI #JavaDevelopment
The Bug That's Been Breaking Software for 40 Years Is Now Breaking Your AI Agents, Too
Picture a Java developer shipping an AI agent into production. The agent gets a prompt and starts working through a task, 50 steps, each one a call to a model like OpenAI or Anthropic, a database writ...
coderlegion.com
August 25, 2026 at 12:12 AM
Vector search understands what you mean. BM25 finds the exact terms you use. Why choose?

In this Spring AI Recipe, we combine them with hybrid search and Reciprocal Rank Fusion to get the best of both worlds.

medium.com/@thetalkinga...

#SpringAI #RAG #HybridSearch #BM25 #Java
August 24, 2026 at 4:01 PM