ShiZhen AI
ShiZhen AI
Jan 13, 2026 · Artificial Intelligence

Can a 30B Open‑Source Model Match Closed‑Source Giants? MiroThinker 1.5 Review

MiroThinker 1.5 adopts a "scientist" mode with Interactive Scaling, runs a hypothesis‑evidence loop, scores 56.1 on the BrowseComp benchmark—close to Gemini DeepSearch’s 59.2—while supporting up to 400 tool calls, 256K context, and delivers detailed research reports, all as an open‑source project on GitHub.

MiroThinkerbenchmarkinteractive scaling
0 likes · 8 min read
Can a 30B Open‑Source Model Match Closed‑Source Giants? MiroThinker 1.5 Review
Alibaba Cloud Developer
Alibaba Cloud Developer
Sep 9, 2025 · Artificial Intelligence

Tackling Real‑World Challenges in Multi‑Agent React: From ToolCalls to Context Compression

This article analyzes production‑grade issues of a multi‑agent React framework—such as long ToolCall latency, context bloat, missing intermediate states, loop control, and supervision gaps—and presents concrete XML‑based tool‑call prompts, context‑compression techniques, summary tools, and a plug‑and‑play MCP supervisor that together improve performance, reliability, and user‑facing output quality.

AI PlanningContext CompressionReAct pattern
0 likes · 16 min read
Tackling Real‑World Challenges in Multi‑Agent React: From ToolCalls to Context Compression
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 integrationJavaMCP
0 likes · 50 min read
Bridge Java and Python AI: Integrate MCP with Spring AI for Seamless Tool Calls