Local Practice with Ollama Open Source Large Model

Local Practice with Ollama Open Source Large Model

Introduction: This article will guide you on how to download and use Ollama, a powerful tool for interacting with open-source large language models (LLMs) on your local computer. Unlike closed-source large models like ChatGPT, Ollama offers good transparency and customization, making it a valuable resource for developers and AI enthusiasts. In this article, we will … Read more

Automating Programming in VsCode with Cline and Deepseek

Automating Programming in VsCode with Cline and Deepseek

Have you heard of the tool Cursor? It’s like a combination of AI and VsCode. By binding APIs from large models like ChatGPT and Claude, you can achieve conversational self-programming, allowing you to develop a software application with just a casual chat. However, Cursor is limited by foreign networks, making it inaccessible for users in … Read more

Developing a WeChat Mini Program Using Cline Plugin and Qwen 2.5 Model

Developing a WeChat Mini Program Using Cline Plugin and Qwen 2.5 Model

Children are about to have their winter break, which means the Spring Festival is not far away. In my hometown in Hubei, when I was a student, writing, pasting, and responding to Spring Festival couplets was a joyful activity for scholars every year as the festival approached. Now, although I am no longer a scholar, … Read more

Build a Powerful Free AI Editor with Cline and DeepSeek

Build a Powerful Free AI Editor with Cline and DeepSeek

If you often feel a panic of missing information, there’s always a fear of being left behind by the times, so embrace AI! Introduction to Cline Cline is an advanced AI assistant designed to assist with software development tasks. It provides support through the command line and editor, combining the coding capabilities of Claude 3.5 … Read more

Assisting Program Development with Cline

Assisting Program Development with Cline

Concept Overview Vscode is a code editor (IDE) developed by Microsoft. Cline is a plugin for Vscode that integrates AI models such as OpenAI, providing intelligent code generation. Official website: https://github.com/cline/cline LLama is a large language model developed by Meta. Installation The installation of Cline can be done by searching for the plugin in the … Read more

Agentic AI System Design: Part Three Agent Interactions

Agentic AI System Design: Part Three Agent Interactions

In the second part, we explored the principles of modular design. We discussed strategies for decomposing the Agent system by borrowing the bounded context concept from microservices to determine the scope of each sub-Agent. We also hinted that modularization introduces a need for a well-thought-out interaction model between agents and sub-Agents. Today, we will delve … Read more

Five Agentic AI Frameworks Changing the AI Landscape in 2025

Five Agentic AI Frameworks Changing the AI Landscape in 2025

Five Agentic AI Frameworks Changing the AI Landscape in 2025 📖 Reading Time: 10 minutes 🕙 Published on: 2025-01-12 “ Recent Hot Article: The Most Comprehensive Intuitive Explanation of Neural Network Mathematical Principles (Code and Formulas) Follow our column content on Zhihu and WeChat public accounts LLM Architecture Column Zhihu LLM Column Zhihu【Boqi】 Public Account【Boqi … Read more

Applications of Agentic AI in Customer Service

Applications of Agentic AI in Customer Service

Agentic AI is an artificial intelligence system that can act autonomously, make decisions, and take actions towards specific goals. The main model of “traditional” AI primarily reacts to direct commands. In contrast, Agentic AI has the capability to independently analyze situations, determine its responses, and evolve from feedback. It represents the next frontier of AI, … Read more

Comprehensive Analysis of Agentic AI Applications in Healthcare

Comprehensive Analysis of Agentic AI Applications in Healthcare

To analyze the application scenarios of a new technology in the industry, we must first look at its key capabilities, the pain points or critical needs it addresses within the industry, and whether it fundamentally differs from traditional methods. Agentic AI is a system driven by large language models (LLM) that can perform autonomous decision-making … Read more

The Rise of Agentic AI: CUA Model and Stargate Project

The Rise of Agentic AI: CUA Model and Stargate Project

Yesterday, OpenAI released what I believe is the most exciting product since ChatGPT – ChatGPT Operator. Since getting access to my account last night, I have been testing various tasks and quickly documenting some thoughts on this product in this article: Operator and CUA Model – The Dawn of Agentic AI EraIn the previous public … Read more