Ubiquitous Tech
Author

Ubiquitous Tech

A ubiquitous public account for pirate enthusiasts, regularly sharing curated experiences, tech learning, and growth insights. Currently publishing articles on AI RAG customer service, AI MCP technology, and open-source design. Personal free Knowledge Planet: Awakening New World Programmer.

137
Articles
0
Likes
336
Views
0
Comments
Recent Articles

Latest from Ubiquitous Tech

100 recent articles max
Ubiquitous Tech
Ubiquitous Tech
Apr 30, 2025 · Artificial Intelligence

Building a Train Ticket Query MCP Server with Qwen3: A Practical Guide

This article walks through creating a TypeScript‑based train‑ticket MCP Server that leverages the Qwen‑3 14B model and Model Context Protocol, detailing setup, configuration, the provided query and time tools, example interactions, and links to the open‑source repositories.

AI Tool CallingMCP serverModel Context Protocol
0 likes · 10 min read
Building a Train Ticket Query MCP Server with Qwen3: A Practical Guide
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 SSEJavaMCP
0 likes · 18 min read
Building a Maoyan Movie MCP Server with Spring AI 1.0.0-M7
Ubiquitous Tech
Ubiquitous Tech
Apr 8, 2025 · Artificial Intelligence

How AI Takes Shortcuts: Core Skills of Large-Model Autonomous Decision-Making via Tool Calls

The article explains how large language models extend their capabilities by using tool calls—detailing the need for external APIs, the three‑stage workflow, request/response formats, autonomous routing, parameter generation, error handling, and the relationship between Function Calling and Tool Use.

AI Autonomous DecisionFunction CallingJSON API
0 likes · 12 min read
How AI Takes Shortcuts: Core Skills of Large-Model Autonomous Decision-Making via Tool Calls
Ubiquitous Tech
Ubiquitous Tech
Mar 28, 2025 · Artificial Intelligence

Building a RAG‑Powered AI Customer Service for Tongcheng Travel FAQs with FastGPT

The article walks through creating a Retrieval‑Augmented Generation (RAG) based AI chatbot for Tongcheng Travel by preparing FAQ data, formatting it with L1/L2/Q/A tags, importing it into FastGPT knowledge bases, configuring a workflow with intent classification and prompt engineering, and validating the system with multiple test cases.

AI chatbotFastGPTRAG
0 likes · 15 min read
Building a RAG‑Powered AI Customer Service for Tongcheng Travel FAQs with FastGPT
Ubiquitous Tech
Ubiquitous Tech
Feb 16, 2025 · Artificial Intelligence

How to Implement AI-Powered Code Review for GitLab Merge Request Changes

This tutorial shows how to modify a GitLab CI pipeline to fetch changed files via the Merge Request API, extract the diff with jq, build a JSON request for the glm‑4‑flash model, and use AI to review code changes, including prompt engineering and result interpretation.

AI Code ReviewCI/CDGitLab
0 likes · 11 min read
How to Implement AI-Powered Code Review for GitLab Merge Request Changes
Ubiquitous Tech
Ubiquitous Tech
Feb 12, 2025 · Artificial Intelligence

How DeepSeek Enhances Workplace Tasks: Prompt Strategies and Real‑World Scenarios

The article explains DeepSeek’s three core modes—V3, R1, and web‑search—details prompt‑engineering techniques for each mode, and demonstrates practical workplace applications such as data visualization, PPT generation, and new‑media copy creation, showing how tailored prompts can boost efficiency.

AI ProductivityDeepSeekPrompt Engineering
0 likes · 8 min read
How DeepSeek Enhances Workplace Tasks: Prompt Strategies and Real‑World Scenarios
Ubiquitous Tech
Ubiquitous Tech
Feb 7, 2025 · Artificial Intelligence

How to Build an AI Customer Service Bot Using FastGPT Knowledge Base (Part 1)

This article walks through the entire process of setting up an AI-powered customer service chatbot with FastGPT, covering the installation of Docker containers, configuring model keys, creating a knowledge base from Q&A pairs, indexing with RAG, building a simple application, testing queries, and publishing the bot for use.

AI chatbotDockerFastGPT
0 likes · 15 min read
How to Build an AI Customer Service Bot Using FastGPT Knowledge Base (Part 1)