Tech Ocean
Author

Tech Ocean

Focused on AI programming, sharing ready-to-use development efficiency solutions.

140
Articles
0
Likes
1
Views
0
Comments
Recent Articles

Latest from Tech Ocean

100 recent articles max
Tech Ocean
Tech Ocean
Jun 21, 2026 · Artificial Intelligence

Why Jack‑of‑All Agents Fail – Router Delegation and Subagents in AgentScope Java

The article explains AgentScope 2.0’s “agent‑as‑tool” philosophy, showing how a Router agent can dynamically delegate tasks to specialist ReActAgents via @Tool methods, and how HarnessAgent’s Subagent feature enables long‑running, user‑direct interactions, with concrete Java code illustrating both patterns.

AgentScopeMulti-AgentReActAgent
0 likes · 7 min read
Why Jack‑of‑All Agents Fail – Router Delegation and Subagents in AgentScope Java
Tech Ocean
Tech Ocean
Jun 21, 2026 · Artificial Intelligence

How Harness Engineering Turns an Agent from Running to Staying Stable

This article explains how HarnessAgent extends a ReActAgent with engineering features such as middleware hooks, workspace sandboxing, context compression, and model fault‑tolerance to make AI agents reliable for long‑running production deployments.

AI agentsAgentScopeHarnessAgent
0 likes · 9 min read
How Harness Engineering Turns an Agent from Running to Staying Stable
Tech Ocean
Tech Ocean
Jun 18, 2026 · Artificial Intelligence

Why ReActAgent Beats a Single LLM Call: Reasoning + Acting Loop Explained

The article breaks down the ReAct reasoning‑acting loop that powers AgentScope's ReActAgent, details its builder parameters, and compares the synchronous call() method with the streaming stream() approach, showing when each should be used for backend processing or interactive UI.

AI agentsAgentScopeLLM
0 likes · 8 min read
Why ReActAgent Beats a Single LLM Call: Reasoning + Acting Loop Explained
Tech Ocean
Tech Ocean
Jun 18, 2026 · Artificial Intelligence

Master AgentScope Java’s 5 Core Blocks: Message, Agent, Model, Memory, Tool

This article breaks down AgentScope Java's five fundamental components—Message, Agent, Model, Memory, and Tool—explaining their roles, structures, code examples, provider switching, tool definition, and state management, while highlighting concurrency pitfalls and persistence options.

AgentAgentScopeLLM
0 likes · 8 min read
Master AgentScope Java’s 5 Core Blocks: Message, Agent, Model, Memory, Tool
Tech Ocean
Tech Ocean
Jun 17, 2026 · Artificial Intelligence

Run Your First Java AI Agent in 5 Minutes with AgentScope

This article walks Java developers through setting up AgentScope Java 2.0, explains the core ReActAgent and HarnessAgent classes, shows how to configure a DashScope model key, and provides a complete Maven project and code example that streams a typed‑out response from the AI agent.

AI AgentAgentScopeDashScope
0 likes · 11 min read
Run Your First Java AI Agent in 5 Minutes with AgentScope
Tech Ocean
Tech Ocean
Jun 16, 2026 · Artificial Intelligence

Claude Code Command Cheat Sheet: Terminal, Slash, and Shortcut Keys All in One

This guide explains the two command systems of Claude Code—terminal‑based "claude" commands and in‑chat "/" commands—lists the most frequently used terminal and slash commands, introduces three handy input prefixes, and provides a quick reference of essential shortcut keys.

AI toolCLI commandsClaude Code
0 likes · 7 min read
Claude Code Command Cheat Sheet: Terminal, Slash, and Shortcut Keys All in One
Tech Ocean
Tech Ocean
Jun 11, 2026 · Artificial Intelligence

Why Harness Agent Makes Java a First-Class Choice for Enterprise AI

The article examines how the newly released Harness Agent in AgentScope Java V2 provides native, production‑grade AI agent capabilities—such as workspace‑driven development, dual‑layer memory, multi‑tenant isolation, secure tool calls, and integrated PageIndex retrieval—addressing Python’s limitations and positioning Java as the optimal platform for stable, large‑scale enterprise AI deployments.

AI agentsAgentScopeEnterprise AI
0 likes · 9 min read
Why Harness Agent Makes Java a First-Class Choice for Enterprise AI
Tech Ocean
Tech Ocean
Jun 10, 2026 · Artificial Intelligence

5 Agent Orchestration Patterns to Elevate Spring AI from Single‑Turn Q&A to Multi‑Step Decision Making

The article explains five concrete agent‑orchestration patterns—Chain, Routing, Parallelization, Orchestrator‑Workers, and Evaluator‑Optimizer—showing how to combine Spring AI's ChatClient with simple Java control flow to transform single‑turn interactions into controlled, multi‑step decision workflows, complete with code examples and guidance on when to use each pattern.

Artificial Intelligenceagent-orchestrationbackend
0 likes · 8 min read
5 Agent Orchestration Patterns to Elevate Spring AI from Single‑Turn Q&A to Multi‑Step Decision Making
Tech Ocean
Tech Ocean
Jun 10, 2026 · Artificial Intelligence

Building a Production‑Ready AI Customer Service Bot: 6 Deployment Checkpoints with Spring AI

The article explains why Spring AI lacks a dedicated Agent framework, then walks through six concrete orchestration patterns—Chain, Routing, Parallelization, Orchestrator‑Workers, Evaluator‑Optimizer, and a selection guide—showing Java code, reasoning, and trade‑offs for building a multi‑step, production‑grade customer‑service chatbot.

agent orchestrationchain workflowcustomer service bot
0 likes · 8 min read
Building a Production‑Ready AI Customer Service Bot: 6 Deployment Checkpoints with Spring AI
Tech Ocean
Tech Ocean
Jun 10, 2026 · Artificial Intelligence

Spring AI Day 14: Full Knowledge Map and Interview Checklist

This article presents a panoramic knowledge map of Spring AI 2.0, outlines core components, dependency configurations, key APIs for chat, RAG and tool integration, and provides a concise interview Q&A guide to help developers verify their mastery of the framework.

AI ApplicationAdvisorChatClient
0 likes · 9 min read
Spring AI Day 14: Full Knowledge Map and Interview Checklist