Tagged articles

Spring AI

249 articles · Page 2 of 3
Java Architecture Diary
Java Architecture Diary
Apr 22, 2026 · Artificial Intelligence

Why OpenAI’s gpt-image-2 Turns Image Generation into a Practical Tool

OpenAI’s new gpt-image-2 model improves dense Chinese text rendering, follows detailed prompts more reliably, and offers precise edit capabilities, making it suitable for real‑world business graphics such as posters, banners, and dashboards, and the article shows how to integrate it with Spring AI in Java.

AI editingGPT Image 2OpenAI
0 likes · 7 min read
Why OpenAI’s gpt-image-2 Turns Image Generation into a Practical Tool
MeowKitty Programming
MeowKitty Programming
Apr 21, 2026 · Backend Development

2026 AI Priorities for Java Developers: Structured Output, RAG, and Observability

While many Java teams chase flashy AI demos and agents, the real 2026 focus has shifted to engineering concerns—ensuring model outputs reliably map to Java objects, integrating Retrieval‑Augmented Generation into robust data pipelines, and adding observability so AI services can be monitored and debugged like traditional back‑end components.

AILangChain4jRetrieval-Augmented Generation
0 likes · 7 min read
2026 AI Priorities for Java Developers: Structured Output, RAG, and Observability
MeowKitty Programming
MeowKitty Programming
Apr 20, 2026 · Backend Development

Why Java AI Is Moving Beyond Agents: Spring AI vs. LangChain4j Redefine Backend Development

The article explains that in 2026 Java AI development shifts from simple model SDKs and prompt engineering to engineered, production‑ready solutions, highlighting Spring AI’s new stable releases with dynamic structured output and LangChain4j’s mature integration options, and compares their suitability for Spring‑centric versus framework‑agnostic projects.

Java AILangChain4jRAG
0 likes · 7 min read
Why Java AI Is Moving Beyond Agents: Spring AI vs. LangChain4j Redefine Backend Development
Su San Talks Tech
Su San Talks Tech
Apr 20, 2026 · Artificial Intelligence

Master Spring AI: From Hello World to Advanced RAG, Tool Calling, and Agent Development

This step‑by‑step guide shows Java developers how to set up Spring AI, configure various model providers, build basic and streaming chat APIs, enable multi‑turn memory, implement RAG with vector stores, add tool‑calling and multimodal capabilities, integrate MCP, and create sophisticated agents, while comparing ChatModel and ChatClient and outlining strengths, weaknesses, and ideal use cases.

AI integrationChatClientRAG
0 likes · 17 min read
Master Spring AI: From Hello World to Advanced RAG, Tool Calling, and Agent Development
MeowKitty Programming
MeowKitty Programming
Apr 19, 2026 · Artificial Intelligence

Why Java Developers Can Now Treat AI as a Full Engineering Stack

The article explains how recent releases like Java 26 and Spring AI 2.0 have turned Java‑AI from a hobbyist demo into a mature, production‑ready engineering stack, outlining the practical steps Java teams should follow to integrate AI into existing systems.

AIAI EngineeringJava 26
0 likes · 8 min read
Why Java Developers Can Now Treat AI as a Full Engineering Stack
Coder Circle
Coder Circle
Apr 16, 2026 · Artificial Intelligence

Add Context Memory to Your AI in 5 Lines with Spring AI ChatMemory

The article demonstrates how to give a Spring Boot AI chatbot persistent context using Spring AI's ChatMemory, showing the problem of stateless requests, explaining the ChatMemory architecture, providing a five‑line code example, comparing storage options (InMemory, JDBC, Redis), and sharing practical tips and pitfalls.

AI conversationChatMemorySpring AI
0 likes · 7 min read
Add Context Memory to Your AI in 5 Lines with Spring AI ChatMemory
Coder Circle
Coder Circle
Apr 14, 2026 · Backend Development

Spring AI Hands‑On for Java Developers: Connecting ChatClient to the MiniMax LLM

This tutorial shows Java engineers how to set up a Spring Boot 4 project, configure Spring AI for the MiniMax large‑language model, call it via simple and streaming endpoints, use prompt templates with dynamic parameters, add metadata and advisors, and switch between different LLM providers with minimal code changes.

LLMMiniMaxSpring AI
0 likes · 8 min read
Spring AI Hands‑On for Java Developers: Connecting ChatClient to the MiniMax LLM
Code Ape Tech Column
Code Ape Tech Column
Apr 14, 2026 · Artificial Intelligence

6 Essential AI Agent Design Patterns Every Developer Should Master

This article explores six practical AI Agent design patterns—ReAct, Tool Use, Reflection, Planning, Multi‑Agent, and Human‑in‑the‑Loop—detailing their principles, Java Spring AI implementations, advantages, drawbacks, and suitable scenarios, and provides guidance on selecting and combining them for robust AI applications.

AIAgentDesign Patterns
0 likes · 19 min read
6 Essential AI Agent Design Patterns Every Developer Should Master
MeowKitty Programming
MeowKitty Programming
Apr 14, 2026 · Backend Development

Why Java + AI Will Become the Backend Breakthrough by 2026

With Spring AI 1.1, LangChain4j, and MCP Java SDK now offering mature, framework‑level AI capabilities, Java backend teams can move beyond ad‑hoc model calls to fully engineered AI integration—RAG, tool calling, and agents—making Java a viable, production‑ready AI stack for enterprises by 2026.

AILangChain4jMCP
0 likes · 7 min read
Why Java + AI Will Become the Backend Breakthrough by 2026
MeowKitty Programming
MeowKitty Programming
Apr 11, 2026 · Industry Insights

Java’s New Frontier: Master AI Agents, Not Just Code, as Oracle, Spring, JetBrains Bet

The article explains how Oracle, Spring, and JetBrains are collectively pushing Java toward an agent‑centric ecosystem, shifting the developer’s role from writing code to orchestrating AI agents, and outlines the specific capabilities, engineering practices, and risks Java engineers must adopt to stay competitive in the coming years.

AI agentsAgent EngineeringJetBrains
0 likes · 9 min read
Java’s New Frontier: Master AI Agents, Not Just Code, as Oracle, Spring, JetBrains Bet
Java Tech Enthusiast
Java Tech Enthusiast
Apr 11, 2026 · Artificial Intelligence

Spring AI Alibaba vs AgentScope-Java: Which AI Framework Fits Your Needs?

This article compares Spring AI Alibaba and AgentScope-Java, explaining their distinct design philosophies, workflow versus agentic paradigms, core capabilities, architecture layers, code examples, and practical selection guidance, while also discussing emerging fusion trends that combine the strengths of both frameworks.

AI developmentAgentScopeFramework Comparison
0 likes · 15 min read
Spring AI Alibaba vs AgentScope-Java: Which AI Framework Fits Your Needs?
MeowKitty Programming
MeowKitty Programming
Apr 11, 2026 · Industry Insights

Java Developers' Watershed: Coding Is Common, Orchestrating AI Agents Is Rare

The article argues that the real turning point for Java programmers is not the language's relevance but the shift from merely writing code to mastering AI agent orchestration, highlighting emerging Java 26 AI support, Spring AI advances, IDE integration, and the need for new engineering skills.

Software EngineeringSpring AIagent orchestration
0 likes · 11 min read
Java Developers' Watershed: Coding Is Common, Orchestrating AI Agents Is Rare
Ray's Galactic Tech
Ray's Galactic Tech
Apr 9, 2026 · Backend Development

From Demo to Production: Building a Secure, Scalable Text‑to‑SQL Service with Spring AI Alibaba

This article explains how to turn a simple Text‑to‑SQL demo into a production‑grade service by covering the underlying principles, layered architecture, risk‑control mechanisms, multi‑tenant security, high‑concurrency strategies, caching, observability, and deployment practices using Spring AI Alibaba.

Spring AIText-to-SQLobservability
0 likes · 40 min read
From Demo to Production: Building a Secure, Scalable Text‑to‑SQL Service with Spring AI Alibaba
Su San Talks Tech
Su San Talks Tech
Apr 9, 2026 · Artificial Intelligence

Spring AI Alibaba vs AgentScope-Java: Which AI Framework Wins for Java Developers?

This article compares Alibaba's Spring AI Alibaba and the AgentScope-Java framework, examining their design philosophies, workflow versus agentic paradigms, core capabilities, architecture, code styles, and suitable use cases, and offers guidance on selecting the right solution or combining both for optimal Java AI development.

AI FrameworkAgentScopeComparison
0 likes · 16 min read
Spring AI Alibaba vs AgentScope-Java: Which AI Framework Wins for Java Developers?
Ray's Galactic Tech
Ray's Galactic Tech
Apr 3, 2026 · Artificial Intelligence

Building a Production‑Ready High‑Concurrency Story Generation System with Spring AI Alibaba

This article explains how to design and implement a scalable multi‑agent architecture for AI‑driven story creation using Spring AI Alibaba, covering core design principles, engineering optimizations, orchestration, high‑concurrency handling, observability, and deployment best practices.

KubernetesMulti-Agent ArchitectureOrchestration
0 likes · 29 min read
Building a Production‑Ready High‑Concurrency Story Generation System with Spring AI Alibaba
Senior Xiao Ying
Senior Xiao Ying
Apr 3, 2026 · Artificial Intelligence

Spring AI 1.1 GA: Quick Start Guide for Building Java AI Applications

This article introduces Spring AI, explains its purpose as a standardized Java framework for AI integration, highlights the new Model Context Protocol and expanded model support in version 1.1 GA, and provides a step‑by‑step tutorial—including dependencies, configuration, and code examples—to help developers quickly build AI‑powered applications.

AI integrationChatClientModel Context Protocol
0 likes · 7 min read
Spring AI 1.1 GA: Quick Start Guide for Building Java AI Applications
LuTiao Programming
LuTiao Programming
Apr 3, 2026 · Artificial Intelligence

Beyond Simple API Calls: The 2026 Complete Guide to Java AI Frameworks

This article explains why enterprise‑grade AI development in Java goes far beyond calling a model, introduces the five major Java AI frameworks—Spring AI, LangChain4j, Spring AI Alibaba, AgentScope‑Java, and Semantic Kernel—compares their core features, provides concrete code samples, offers a selection matrix for different scenarios, and outlines future trends in AI system orchestration.

AI frameworksAgentScopeLangChain4j
0 likes · 7 min read
Beyond Simple API Calls: The 2026 Complete Guide to Java AI Frameworks
Ray's Galactic Tech
Ray's Galactic Tech
Mar 30, 2026 · Artificial Intelligence

From Demo to Production: Building an Enterprise‑Grade RAG System with Spring AI & PGVector

This comprehensive guide explains how to design, implement, and operate a production‑ready Retrieval‑Augmented Generation (RAG) platform using Spring AI and PostgreSQL PGVector, covering architecture, indexing, hybrid retrieval, prompt engineering, scaling, security, observability, deployment, and common pitfalls for enterprise knowledge‑base applications.

Enterprise AIHybrid RetrievalRAG
0 likes · 42 min read
From Demo to Production: Building an Enterprise‑Grade RAG System with Spring AI & PGVector
Ray's Galactic Tech
Ray's Galactic Tech
Mar 27, 2026 · Artificial Intelligence

Choosing Between LangChain4j and Spring AI: Which Java AI Framework Wins in Production?

This article provides a deep, production‑grade comparison of LangChain4j and Spring AI, examining their architectural philosophies, engineering governance, high‑concurrency design, code examples, and real‑world scenarios to help Java teams decide which framework best fits their AI system boundaries, team capabilities, and long‑term evolution goals.

Enterprise integrationJava AILangChain4j
0 likes · 29 min read
Choosing Between LangChain4j and Spring AI: Which Java AI Framework Wins in Production?
Programmer XiaoFu
Programmer XiaoFu
Mar 27, 2026 · Artificial Intelligence

Top 5 Java AI Frameworks for Enterprise Applications

This article analyzes the emerging Java AI ecosystem, comparing Spring AI, LangChain4j, Spring AI Alibaba, AgentScope‑Java, and Microsoft Semantic Kernel, and provides guidance on selecting the right framework based on features such as RAG, agent support, observability, security sandbox, and cloud integration.

AI frameworksAgentScopeLangChain4j
0 likes · 19 min read
Top 5 Java AI Frameworks for Enterprise Applications
Code Ape Tech Column
Code Ape Tech Column
Mar 25, 2026 · Artificial Intelligence

Why Spring AI Alibaba Is the Game-Changer for Java AI Development

This article provides an in‑depth analysis of Spring AI Alibaba, comparing it with Spring AI, detailing its four‑layer architecture, GraphCore workflow engine, AgentFramework, enterprise‑grade MCP integration, code examples, pros and cons, suitable scenarios, and future roadmap for Java developers building AI applications.

AI FrameworkAgentGraph
0 likes · 16 min read
Why Spring AI Alibaba Is the Game-Changer for Java AI Development
Alibaba Cloud Developer
Alibaba Cloud Developer
Mar 20, 2026 · Artificial Intelligence

Mastering Multi‑Agent Patterns with AgentScope and Spring AI Alibaba

This article analyzes the evolution of enterprise AI from single‑model chat to scalable multi‑agent workflows, explains seven core multi‑agent patterns—including Pipeline, Routing, Skills, Subagents, Supervisor, Handoffs, and Custom Workflow—provides detailed implementation guidance with Java code, and shows how Spring AI Alibaba now natively supports AgentScope orchestration for robust, observable AI applications.

AI architectureAgentScopeSpring AI
0 likes · 23 min read
Mastering Multi‑Agent Patterns with AgentScope and Spring AI Alibaba
Java Architecture Diary
Java Architecture Diary
Mar 20, 2026 · Artificial Intelligence

Why AskUserQuestionTool Makes Java AI Ask Clarifying Questions First

The article explains how Spring AI's AskUserQuestionTool brings an interview‑style questioning model to Java, letting AI clarify ambiguous requirements before generating code, and provides step‑by‑step implementation details, code samples, and a walkthrough of the underlying tool architecture.

AI toolSpring AIaskuserquestiontool
0 likes · 8 min read
Why AskUserQuestionTool Makes Java AI Ask Clarifying Questions First
LuTiao Programming
LuTiao Programming
Mar 10, 2026 · Artificial Intelligence

Why Most Java Teams Miss the Quiet AI Revolution Brought by Spring AI

Spring AI eliminates SDK fragmentation, side‑car Python services, and operational complexity by providing a unified AI abstraction layer for Java, enabling seamless model switching, RAG, tool calling, and offering concrete performance data and best‑practice guidance for production use.

AI integrationChatClientRAG
0 likes · 12 min read
Why Most Java Teams Miss the Quiet AI Revolution Brought by Spring AI
Xike
Xike
Mar 7, 2026 · Artificial Intelligence

Spring AI Hands‑On Introduction: Build AI‑Powered Apps with the Spring Ecosystem

This guide walks you through setting up Spring AI, configuring OpenAI credentials, using ChatClient for basic and advanced interactions, enabling function calling, managing conversation memory, and building real‑world projects such as a smart customer‑service bot, document summarizer, and code assistant, while also comparing Spring AI with LangChain4j and addressing common setup issues.

ChatClientFunction CallingRAG
0 likes · 15 min read
Spring AI Hands‑On Introduction: Build AI‑Powered Apps with the Spring Ecosystem
SpringMeng
SpringMeng
Mar 7, 2026 · Artificial Intelligence

LangChain4j vs Spring AI: Which Java AI Framework Is Right for Your Project?

The article compares LangChain4j and Spring AI across design philosophy, core features, ecosystem integration, community maturity, and learning curve, providing concrete code examples, a feature‑richness matrix, and practical selection guidelines to help Java developers choose the most suitable AI framework for their needs.

AI frameworksAgentComparison
0 likes · 15 min read
LangChain4j vs Spring AI: Which Java AI Framework Is Right for Your Project?
Ubiquitous Tech
Ubiquitous Tech
Feb 15, 2026 · Backend Development

How to Properly Retrieve HTTP Request Headers in a Spring AI MCP Server

This article explains why the previous custom WebMvcStreamableServerTransportProvider approach is fragile, introduces Spring AI's standard TransportContextExtractor, and provides step‑by‑step code and screenshots showing how to configure the extractor, capture ServerRequest, and read HTTP headers, URL, query parameters, and other request data in an MCP Server.

MCP ServerSpring AIhttp-headers
0 likes · 8 min read
How to Properly Retrieve HTTP Request Headers in a Spring AI MCP Server
LuTiao Programming
LuTiao Programming
Jan 28, 2026 · Artificial Intelligence

Double Your Java Productivity: 10 Must‑Use AI Tools for 2026

The article reviews ten essential AI tools for Java developers in 2026, explaining how they automate boilerplate code, improve code quality, detect security issues, and integrate with Spring Boot, while emphasizing that AI acts as an tireless junior engineer that boosts productivity without replacing core design work.

AI ToolsAmazon CodeWhispererGitHub Copilot
0 likes · 9 min read
Double Your Java Productivity: 10 Must‑Use AI Tools for 2026
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Jan 26, 2026 · Backend Development

How to Build and Use Spring AI Agent Skills in Spring Boot 3

This guide explains what Agent Skills are, shows their markdown‑based structure, and provides a step‑by‑step Spring Boot 3 example—including Maven dependencies, configuration, skill definition, controller registration, and troubleshooting—to enable modular AI capabilities in backend applications.

Spring AIagent-skillsbackend-development
0 likes · 10 min read
How to Build and Use Spring AI Agent Skills in Spring Boot 3
IT Services Circle
IT Services Circle
Jan 8, 2026 · Backend Development

How to Seamlessly Upgrade to Spring Boot 4.0: A Step‑by‑Step Guide

This guide walks you through upgrading a Spring Boot project from 3.x to 4.0, covering Gradle version bump, dependency version catalog updates, starter module changes, Jackson 3 migration, Redisson API adjustments, and verification steps, while highlighting common pitfalls and official upgrade paths.

JacksonMigrationSpring AI
0 likes · 13 min read
How to Seamlessly Upgrade to Spring Boot 4.0: A Step‑by‑Step Guide
Architect
Architect
Dec 31, 2025 · Artificial Intelligence

How Spring AI Implements the Model Context Protocol: A Deep Architecture Walkthrough

This article provides a detailed, source‑code‑level analysis of Spring AI’s Model Context Protocol (MCP) implementation, covering its layered architecture, core client‑server interaction steps, key components, runtime debugging with SSE, and practical code examples for building and testing MCP services in Java.

MCPModel Context ProtocolSpring AI
0 likes · 23 min read
How Spring AI Implements the Model Context Protocol: A Deep Architecture Walkthrough
LuTiao Programming
LuTiao Programming
Dec 28, 2025 · Artificial Intelligence

Stop Memorizing Docs: Build a Spring AI RAG System That Instantly Understands Business

This article walks through creating a Retrieval‑Augmented Generation (RAG) powered Q&A service in Java using Spring AI, covering the rationale for choosing Spring AI over LangChain, required environment, Maven setup, configuration, document ingestion, Advisor‑based query handling, testing, and practical limitations of RAG implementations.

AdvisorLangChainRAG
0 likes · 11 min read
Stop Memorizing Docs: Build a Spring AI RAG System That Instantly Understands Business
AI Architecture Hub
AI Architecture Hub
Dec 28, 2025 · Artificial Intelligence

Spring AI’s Model Context Protocol: Architecture, Code Walkthrough & Debugging

This article provides a comprehensive analysis of Spring AI’s Model Context Protocol (MCP), covering its layered client‑server architecture, core interaction sequences, key source‑code components, and step‑by‑step debugging of the SSE‑based initialization flow, enabling developers to integrate AI capabilities into Java applications with confidence.

AI integrationDebuggingMCP
0 likes · 20 min read
Spring AI’s Model Context Protocol: Architecture, Code Walkthrough & Debugging
Ubiquitous Tech
Ubiquitous Tech
Dec 23, 2025 · Artificial Intelligence

Building an MCP Server with Spring AI 1.1’s New Annotations

This article walks through creating a Spring AI 1.1 MCP Server using the new annotation‑based programming model, covering project setup, Maven dependencies, YAML configuration, replacing @Tool with @McpTool, exploring the new context parameters, and demonstrating dynamic schema support with concrete code examples and test results.

AI integrationMCPSpring AI
0 likes · 13 min read
Building an MCP Server with Spring AI 1.1’s New Annotations
Architect
Architect
Dec 14, 2025 · Artificial Intelligence

Mastering RAG with Spring AI: Build a Retrieval‑Augmented Generation System from Scratch

This article explains the background, principles, and step‑by‑step implementation of Retrieval‑Augmented Generation (RAG) using Spring AI, covering embedding models, vector databases, chunking strategies, indexing algorithms, similarity metrics, re‑ranking, prompt templates, and a complete Java code example.

EmbeddingRAGSpring AI
0 likes · 32 min read
Mastering RAG with Spring AI: Build a Retrieval‑Augmented Generation System from Scratch
Java Web Project
Java Web Project
Nov 27, 2025 · Artificial Intelligence

How Spring AI Alibaba Admin Overcomes Enterprise AI Agent Deployment Pain Points

Spring AI Alibaba Admin addresses three major engineering obstacles—inefficient prompt debugging, unreliable AI quality assessment, and opaque production operations—by providing a full AI agent lifecycle platform with versioned prompt management, dataset versioning, flexible evaluator configuration, experiment automation, and end‑to‑end observability.

AI AgentEnterprise AIPrompt Management
0 likes · 10 min read
How Spring AI Alibaba Admin Overcomes Enterprise AI Agent Deployment Pain Points
SpringMeng
SpringMeng
Nov 22, 2025 · Backend Development

Spring Boot 4 Launches with Jakarta EE 11, JSpecify Null‑Safety, and AI‑Ready Features

Spring Boot 4 arrives alongside Spring Framework 7, upgrading to Jakarta EE 11, JDK 25, JSpecify null‑safety, build‑time optimizations, a declarative HTTP client, full Jackson 3 support, native API versioning, built‑in resilience, OpenTelemetry integration, and a dual‑track Spring AI strategy.

Declarative HTTP ClientJSpecifyJakarta EE 11
0 likes · 8 min read
Spring Boot 4 Launches with Jakarta EE 11, JSpecify Null‑Safety, and AI‑Ready Features
JavaGuide
JavaGuide
Nov 19, 2025 · Artificial Intelligence

Spring AI 1.1 Released: Explosive New Features for Java AI Development

Spring AI 1.1.0 arrives with a major overhaul, adding out‑of‑the‑box Model Context Protocol support, five‑mode prompt caching that can cut LLM costs by up to 90%, reasoning APIs, recursive advisors, a broadened model ecosystem, enhanced vector‑store and chat‑memory options, and richer observability integrations.

AI integrationMCPPrompt Caching
0 likes · 9 min read
Spring AI 1.1 Released: Explosive New Features for Java AI Development
Architect's Tech Stack
Architect's Tech Stack
Nov 11, 2025 · Artificial Intelligence

Tackling AI Agent Development Pain Points with Spring AI Alibaba Admin

Spring AI Alibaba Admin is an Alibaba‑built platform that extends Spring AI to address three major engineering hurdles—inefficient prompt debugging, uncertain AI quality, and opaque production operations—by offering comprehensive prompt, dataset, evaluator, experiment, observability, and model‑configuration capabilities for enterprise AI agents.

AI AgentAlibabaPrompt Management
0 likes · 8 min read
Tackling AI Agent Development Pain Points with Spring AI Alibaba Admin
High Availability Architecture
High Availability Architecture
Oct 17, 2025 · Artificial Intelligence

Unlock Autonomous AI Agents with Spring AI Alibaba: Scheduling, Human‑in‑the‑Loop, and Real‑World Use Cases

This article explores how Spring AI Alibaba enables the development of autonomous AI agents that run on schedules, interact with humans when needed, and handle tasks such as periodic business automation, batch processing, emergency response, and long‑cycle data analysis, illustrated with Java code examples.

LLMSpring AIWorkflow
0 likes · 12 min read
Unlock Autonomous AI Agents with Spring AI Alibaba: Scheduling, Human‑in‑the‑Loop, and Real‑World Use Cases
JavaGuide
JavaGuide
Oct 17, 2025 · Artificial Intelligence

Alibaba Open‑Sources Spring AI Alibaba Admin: A Full‑Lifecycle AI Agent Platform

Spring AI Alibaba extends Spring AI with multi‑agent and enterprise features, but faces three engineering hurdles—inefficient prompt debugging, unguaranteed AI quality, and opaque operations—so Alibaba released Spring AI Alibaba Admin, offering prompt templating, dataset versioning, evaluator configuration, experiment management, and deep observability to streamline AI agent development and deployment.

AI AgentEvaluatorPrompt Management
0 likes · 8 min read
Alibaba Open‑Sources Spring AI Alibaba Admin: A Full‑Lifecycle AI Agent Platform
Alibaba Cloud Native
Alibaba Cloud Native
Oct 16, 2025 · Artificial Intelligence

How Spring AI Alibaba Admin Powers Data‑Centric AI Agent Development and Ops

This article outlines the industry shift toward large‑scale AI Agent deployment, identifies key engineering challenges such as prompt management, quality assessment, and observability, and presents Spring AI Alibaba Admin—a cloud‑native platform that offers prompt, dataset, evaluator, and tracing capabilities, complete with setup instructions and future roadmap.

AI AgentNacosPrompt Engineering
0 likes · 15 min read
How Spring AI Alibaba Admin Powers Data‑Centric AI Agent Development and Ops
Programmer DD
Programmer DD
Oct 10, 2025 · Artificial Intelligence

How to Build a Resilient Multi‑LLM Chatbot with Spring AI

This tutorial demonstrates how to integrate multiple large language models from different providers into a Spring Boot application using Spring AI, configure primary, secondary, and tertiary models, and implement a fallback mechanism with Spring Retry to ensure high availability of the chatbot.

LLMSpring AISpring Boot
0 likes · 12 min read
How to Build a Resilient Multi‑LLM Chatbot with Spring AI
Ubiquitous Tech
Ubiquitous Tech
Sep 9, 2025 · Artificial Intelligence

Integrating FastGPT Workflow with Spring AI MCP for Train Ticket AI Chatbot

This article demonstrates how to resolve AI hallucination in train‑ticket queries by cleaning data, building a Spring AI‑based Model Context Protocol (MCP) server with HTTP SSE in Java, exposing it as a tool, and seamlessly integrating the server into a FastGPT workflow to enable natural‑language train‑ticket assistance.

AI chatbotFastGPTHTTP SSE
0 likes · 26 min read
Integrating FastGPT Workflow with Spring AI MCP for Train Ticket AI Chatbot
phodal
phodal
Sep 8, 2025 · Artificial Intelligence

Enterprise AI Agents: Framework Evolution, Platform Trends, and Practical Guidance

The article examines how rapid advances in generative AI have transformed enterprise AI Agent development, comparing evolving frameworks like LangChain, Semantic Kernel, and Spring AI with emerging low‑code platforms such as Dify and Copilot Studio, and outlines architectural challenges, integration strategies, and best‑practice design principles for Java‑centric organizations.

Enterprise AIFrameworksLangChain
0 likes · 15 min read
Enterprise AI Agents: Framework Evolution, Platform Trends, and Practical Guidance
Senior Tony
Senior Tony
Sep 8, 2025 · Artificial Intelligence

Unlock Spring AI: Build Java Generative Apps with Model Switching, Memory, and Prompt Engineering

This article introduces Spring AI, explains its relationship to Spring Boot, outlines support for major AI model providers and capabilities, and provides step‑by‑step code examples for a chatbot, conversational memory, and prompt engineering, while highlighting version pitfalls and future extensions.

AI model integrationConversational MemorySpring AI
0 likes · 8 min read
Unlock Spring AI: Build Java Generative Apps with Model Switching, Memory, and Prompt Engineering
Architect
Architect
Sep 4, 2025 · Artificial Intelligence

Mastering Model Context Protocol (MCP) with Spring AI: From Theory to Hands‑On Implementation

This article explains the Model Context Protocol (MCP) introduced by Anthropic, compares it with Function Call, details its architecture and communication flow, and provides a step‑by‑step Spring AI guide—including server and client development, configuration, code examples, and testing—so developers can integrate AI models with back‑end services efficiently.

AI integrationMCPModel Context Protocol
0 likes · 23 min read
Mastering Model Context Protocol (MCP) with Spring AI: From Theory to Hands‑On Implementation
Coder Circle
Coder Circle
Sep 2, 2025 · Artificial Intelligence

Unlocking the New Era of AI Development: Exploring Spring AI Core Classes

This article walks through Spring AI’s three core classes—Message, Prompt, and ChatModel—explaining their roles, showing concrete code examples for constructing messages, building prompts, and invoking a large language model via a REST controller, and provides a complete demo repository.

ChatModelLLMMessage
0 likes · 3 min read
Unlocking the New Era of AI Development: Exploring Spring AI Core Classes
Alibaba Cloud Observability
Alibaba Cloud Observability
Aug 25, 2025 · Artificial Intelligence

From Code to AI Native Apps: The Evolution of Programming Paradigms

This article explores how programming paradigms have shifted from traditional languages to AI‑driven development, detailing AI Agent concepts, workflow versus agentic modes, single versus multi‑agent strategies, prompt versus context engineering, the reference architecture with Spring AI Alibaba, Nacos, Higress and RocketMQ, and the observability solutions built on OpenTelemetry and LoongSuite.

AIAI agentsNacos
0 likes · 20 min read
From Code to AI Native Apps: The Evolution of Programming Paradigms
21CTO
21CTO
Aug 13, 2025 · Artificial Intelligence

Spring AI 1.0.1 Released: Key Features, Enhancements, and Roadmap Highlights

Spring AI 1.0.1 has been officially released, introducing over 150 changes that improve stability, add new AI model provider capabilities, advanced features like vector store enhancements and MCP streaming, and outline upcoming roadmap priorities for developers and enterprises.

AI FrameworkSpring AIfeatures
0 likes · 3 min read
Spring AI 1.0.1 Released: Key Features, Enhancements, and Roadmap Highlights
Ubiquitous Tech
Ubiquitous Tech
Aug 9, 2025 · Backend Development

Build a Streamable HTTP MCP Server with Java’s New 0.11 SDK (Lesson 10)

The article explains how the Java MCP SDK 0.11 adds Streamable HTTP support, compares it with the traditional HTTP+SSE approach, and walks through adding Maven dependencies, configuring Spring AI, creating custom auto‑configuration classes, implementing a Weibo trending tool, and deploying a fully functional Streamable HTTP MCP server.

SDK 0.11ServerSpring AI
0 likes · 19 min read
Build a Streamable HTTP MCP Server with Java’s New 0.11 SDK (Lesson 10)
Alibaba Cloud Native
Alibaba Cloud Native
Jul 4, 2025 · Artificial Intelligence

Building Enterprise‑Grade AI Agents with JManus on Alibaba Cloud Serverless

This article explains how the open‑source JManus framework enables Java developers to create, configure, and deploy multi‑agent AI applications on Alibaba Cloud's Serverless SAE and Function Compute platforms, highlighting its OpenManus compatibility, MCP protocol support, PLAN‑ACT mode, high‑availability architecture, performance advantages over low‑code solutions, and step‑by‑step deployment instructions.

Alibaba CloudJManusMCP
0 likes · 10 min read
Building Enterprise‑Grade AI Agents with JManus on Alibaba Cloud Serverless
Ubiquitous Tech
Ubiquitous Tech
Jul 3, 2025 · Backend Development

Understanding Spring AI MCP Client Startup Auto‑Configuration Flow

This article walks through the Spring AI MCP Client source code, showing how to set up a Java project, configure the MCP client, implement a demo controller, and dissect the auto‑configuration classes that assemble transport, client, and tool‑callback components during application startup.

MCP ClientOpenAISpring AI
0 likes · 16 min read
Understanding Spring AI MCP Client Startup Auto‑Configuration Flow
Sanyou's Java Diary
Sanyou's Java Diary
Jul 3, 2025 · Artificial Intelligence

How MCP Standardizes AI Tool Calls with JSON‑RPC and Spring AI

This article explains the MCP framework that standardizes AI tool invocation using JSON‑RPC, outlines its client‑server architecture, details communication methods such as STDIO, SSE and streamable HTTP, and provides a Spring AI demo showing tool registration, discovery, and execution.

AIFunction CallingJSON-RPC
0 likes · 14 min read
How MCP Standardizes AI Tool Calls with JSON‑RPC and Spring AI
Su San Talks Tech
Su San Talks Tech
Jun 26, 2025 · Artificial Intelligence

Master Spring AI Alibaba 1.0: Upgrade Guide, New Features & Real‑World Code

This article walks you through what Spring AI Alibaba 1.0 offers, highlights its major updates such as the Graph multi‑agent framework and ecosystem integrations, and provides a step‑by‑step upgrade path with Maven dependency changes, code fixes, and configuration adjustments for Java developers.

AI FrameworkGraphMCP
0 likes · 20 min read
Master Spring AI Alibaba 1.0: Upgrade Guide, New Features & Real‑World Code
Zhuanzhuan Tech
Zhuanzhuan Tech
Jun 25, 2025 · Artificial Intelligence

How MCP Simplifies AI Tool Integration with JSON‑RPC and Spring AI

This article explains the MCP framework’s architecture, execution flow, JSON‑RPC communication, and lifecycle, showing how it standardizes AI function calling and tool integration using Spring AI, with code examples and comparisons of communication methods.

AI tool integrationFunction CallingJSON-RPC
0 likes · 14 min read
How MCP Simplifies AI Tool Integration with JSON‑RPC and Spring AI
DeWu Technology
DeWu Technology
Jun 25, 2025 · Artificial Intelligence

Engineering Large Language Models with Spring AI: From Basics to RAG and Function Calls

This article walks through the fundamentals of large language models, their stateless and structured-output nature, explains how Spring‑AI provides a Java‑friendly API for model integration, covers RAG architecture, the MCP protocol, and demonstrates end‑to‑end code examples for building intelligent agents.

AI integrationFunction CallingLarge Language Models
0 likes · 15 min read
Engineering Large Language Models with Spring AI: From Basics to RAG and Function Calls
Java Architecture Diary
Java Architecture Diary
Jun 25, 2025 · Artificial Intelligence

Build a Text‑to‑SQL Chatbot with Spring AI and DeepSeek LLM

This tutorial walks through creating a natural‑language‑to‑SQL chatbot using Spring AI, configuring a MySQL school database with Flyway, defining system prompts for a DeepSeek LLM, implementing service beans and a REST API, and interacting with the bot via curl commands.

ChatbotDeepSeekLLM
0 likes · 15 min read
Build a Text‑to‑SQL Chatbot with Spring AI and DeepSeek LLM
Alibaba Cloud Developer
Alibaba Cloud Developer
Jun 4, 2025 · Artificial Intelligence

Bridge Java and Python AI: Integrate MCP with Spring AI for Seamless Tool Calls

This article walks through how Java developers can connect to Python‑based AI services using the Model Context Protocol (MCP), compares STDIO and SSE transports, explains why Spring AI’s MCP support is limited, and shows a complete implementation with the raw MCP Java SDK and OpenAI client to invoke tools like Blender from Java code.

AI integrationMCPSSE
0 likes · 50 min read
Bridge Java and Python AI: Integrate MCP with Spring AI for Seamless Tool Calls
Coder Circle
Coder Circle
May 28, 2025 · Artificial Intelligence

Core AI Concepts Every Spring AI Developer Should Know

This article explains fundamental AI concepts—including models, prompts, prompt templates, embeddings, tokens, structured output, data integration, RAG, and tool calling—and shows how Spring AI simplifies their use for Java developers building intelligent applications.

AI modelsPrompt EngineeringRAG
0 likes · 13 min read
Core AI Concepts Every Spring AI Developer Should Know
Alibaba Cloud Developer
Alibaba Cloud Developer
May 27, 2025 · Artificial Intelligence

How to Build AI-Powered Java Apps with Spring AI and DeepSeek

This guide walks Java developers through integrating Spring AI with large‑model services such as DeepSeek, covering setup, API key configuration, code examples for synchronous and streaming calls, reactive implementation, monitoring with Actuator, and compatibility with OpenAI‑style APIs.

AI integrationDeepSeekMonitoring
0 likes · 9 min read
How to Build AI-Powered Java Apps with Spring AI and DeepSeek
Big Data Technology & Architecture
Big Data Technology & Architecture
May 26, 2025 · Artificial Intelligence

Spring AI 1.0 Released: Maven Dependency, Comparison with LangChain4j, and Future Trends

The article announces the Spring AI 1.0 release, provides the Maven BOM dependency, compares Spring AI with LangChain4j for Java AI development, and outlines upcoming integration, performance, and observability improvements for both frameworks amid rapid large‑model advancements.

Artificial IntelligenceLangChain4jMaven
0 likes · 4 min read
Spring AI 1.0 Released: Maven Dependency, Comparison with LangChain4j, and Future Trends
Java Architecture Diary
Java Architecture Diary
May 26, 2025 · Artificial Intelligence

How to Build Enterprise‑Ready AI Monitoring with Spring AI and Micrometer

This article explains why observability is essential for Spring AI applications, outlines common cost‑control and performance challenges, and provides a step‑by‑step guide—including Maven setup, client configuration, service implementation, metric exposure, Zipkin tracing, and architecture insights—to create a fully observable, enterprise‑grade AI translation service.

MonitoringSpring AImicrometer
0 likes · 12 min read
How to Build Enterprise‑Ready AI Monitoring with Spring AI and Micrometer
Programmer DD
Programmer DD
May 21, 2025 · Artificial Intelligence

What’s New in Spring AI 1.0 GA? A Deep Dive into Java AI Features

Spring AI 1.0 GA introduces a comprehensive suite of AI capabilities for Java developers, including a ChatClient supporting 20 models, vector‑store integrations, RAG pipelines, advanced chat memory, @Tool function calling, model evaluation, observability, Model Context Protocol, and autonomous agents, with examples for major cloud providers.

AI modelsMCPRAG
0 likes · 6 min read
What’s New in Spring AI 1.0 GA? A Deep Dive into Java AI Features
Java Architecture Diary
Java Architecture Diary
May 21, 2025 · Artificial Intelligence

Spring AI 1.0 Launch: Production‑Ready Java AI Framework Unveiled

Spring AI 1.0, the first production‑grade Java AI framework, introduces ready‑to‑use APIs, seamless model integration, enterprise‑level RAG engine, smart tool calling, and three development modes, empowering developers to rapidly build, customize, and fully control AI applications with major model providers like OpenAI, Anthropic, DeepSeek.

AI FrameworkDeepSeekJava AI
0 likes · 13 min read
Spring AI 1.0 Launch: Production‑Ready Java AI Framework Unveiled
Alibaba Cloud Developer
Alibaba Cloud Developer
May 21, 2025 · Artificial Intelligence

How to Seamlessly Integrate MCP Protocol with Spring AI for Powerful LLM Tool Calls

This article explains the challenges of integrating diverse tools without MCP, then demonstrates step‑by‑step how to configure Spring‑AI and the native MCP SDK to call LLMs, register tools, handle SSE and stdio services, and troubleshoot common issues, providing code snippets and best‑practice recommendations.

AI tool integrationLLMMCP
0 likes · 16 min read
How to Seamlessly Integrate MCP Protocol with Spring AI for Powerful LLM Tool Calls
DeWu Technology
DeWu Technology
May 7, 2025 · Backend Development

Building and Using a Model Context Protocol (MCP) Server with Spring AI

The article explains Anthropic’s Model Context Protocol, outlines its architecture, and provides a step‑by‑step guide to creating a Spring AI‑based MCP server in Java—including adding the starter, defining @Tool‑annotated services, packaging the jar, configuring the Cline plugin, and demonstrating advanced tools such as Elasticsearch queries.

AI integrationMCPModel Context Protocol
0 likes · 10 min read
Building and Using a Model Context Protocol (MCP) Server with Spring AI
Big Data Technology & Architecture
Big Data Technology & Architecture
Apr 25, 2025 · Artificial Intelligence

Introducing Spring AI: A Java Framework for Building Generative AI Applications

This article introduces Spring AI, a Java‑based AI framework inspired by LangChain, explains its core capabilities such as model management, inference, extension and Spring ecosystem integration, and provides step‑by‑step installation, configuration, sample code, and guidance for creating MCP services.

AI FrameworkMCPModel Management
0 likes · 6 min read
Introducing Spring AI: A Java Framework for Building Generative AI Applications
Ubiquitous Tech
Ubiquitous Tech
Apr 19, 2025 · Backend Development

Building a Maoyan Movie MCP Server with Spring AI 1.0.0-M7

This article explains the Model Context Protocol (MCP), why it simplifies AI tool integration, and provides a step‑by‑step guide to create a Spring AI 1.0.0‑M7 Maven project, configure the MCP server with HTTP SSE, implement weather and Maoyan movie services, run the server, and test it with the MCP Inspector and Cherry Studio client.

HTTP SSEMCPMaoyan
0 likes · 18 min read
Building a Maoyan Movie MCP Server with Spring AI 1.0.0-M7
Java Architecture Diary
Java Architecture Diary
Apr 16, 2025 · Artificial Intelligence

Mastering Prompt Engineering with Spring AI: Patterns and Practical Java Examples

An in‑depth guide shows how to configure Spring AI for various LLM providers, tune model parameters such as temperature and max tokens, and apply a range of prompt‑engineering patterns—including zero‑shot, few‑shot, chain‑of‑thought, self‑consistency, role‑based and automatic prompting—using concise Java code examples.

ChatOptionsLLMSpring AI
0 likes · 18 min read
Mastering Prompt Engineering with Spring AI: Patterns and Practical Java Examples