Tagged articles
5 articles
Page 1 of 1
Fun with Large Models
Fun with Large Models
Apr 12, 2025 · Artificial Intelligence

Build a No‑Code Travel‑Planning AI Assistant with VS Code, Cline, and Gaode MCP Server

This guide walks through setting up VS Code, installing the Cline plugin, configuring a Gaode Map MCP Server API key, and using the DeepSeek model to generate a personalized park‑recommendation agent and a visual HTML page, while also explaining the stdio‑based communication between Cline and the MCP Server.

AI AgentClineDeepSeek
0 likes · 15 min read
Build a No‑Code Travel‑Planning AI Assistant with VS Code, Cline, and Gaode MCP Server
Sohu Tech Products
Sohu Tech Products
Apr 2, 2025 · Artificial Intelligence

Solving Context Window Limitations in AI Coding Agents with Memory Bank

The article proposes a two‑step approach—constraining each coding‑agent task to fit within the LLM’s context window and using a “Memory Bank” of structured project files to persist and share essential information across rounds—illustrated with Cline’s plan and execution modes to prevent information loss and repetitive bugs in large‑scale AI‑driven development.

AI coding agentClineContext management
0 likes · 9 min read
Solving Context Window Limitations in AI Coding Agents with Memory Bank
Infra Learning Club
Infra Learning Club
Mar 7, 2025 · Artificial Intelligence

5 Open-Source AI Code Editors That Can Replace Cursor

This article reviews GitHub Copilot and Cursor, outlines their strengths and shortcomings, and then presents five open‑source AI‑powered code editors—Roo‑Code, Cline, OpenHands, Bolt, and Aider—detailing their key features, model support, and practical usage notes.

AI code editorAiderBolt
0 likes · 7 min read
5 Open-Source AI Code Editors That Can Replace Cursor