Tencent Cloud Developer
Author

Tencent Cloud Developer

Official Tencent Cloud community account that brings together developers, shares practical tech insights, and fosters an influential tech exchange community.

1.5k
Articles
0
Likes
4.1k
Views
0
Comments
Recent Articles

Latest from Tencent Cloud Developer

100 recent articles max
Tencent Cloud Developer
Tencent Cloud Developer
Apr 3, 2026 · Artificial Intelligence

LLM Showdown in a Three‑Kingdoms Strategy Game: Tactics, Winners, and Surprising Insights

This article details a custom Three‑Kingdoms‑style strategy game used to benchmark nine flagship large language models, explains the game mechanics, evaluates each model's strategic decisions and diplomatic behavior, and reveals how Gemini 3.1 Pro clinched the championship with a clever "坚壁清野" tactic while also sharing the underlying engine architecture and development lessons.

Artificial IntelligenceGame DevelopmentLLM
0 likes · 29 min read
LLM Showdown in a Three‑Kingdoms Strategy Game: Tactics, Winners, and Surprising Insights
Tencent Cloud Developer
Tencent Cloud Developer
Apr 1, 2026 · Artificial Intelligence

Why Raw AI Models Fail and How Harness Turns Them Into Powerful Agents

The article explains the four fundamental shortcomings of raw large language models—no memory, no code execution, outdated knowledge, and no workspace—and shows how a six‑component Harness (file system, Bash + sandbox, AGENTS.md memory, web search + MCP, context engineering, and orchestration + hooks) systematically resolves each issue to make AI agents practical and reliable.

AIAgentEngineering
0 likes · 34 min read
Why Raw AI Models Fail and How Harness Turns Them Into Powerful Agents
Tencent Cloud Developer
Tencent Cloud Developer
Mar 24, 2026 · Artificial Intelligence

Why AI Coding Agents Miss the Mark—and How to Make Them Work

The article analyzes the hype around AI coding tools like OpenClaw, exposing false demands, the pitfalls of building agents before real needs, the quality gaps in AI‑generated code, and practical strategies such as spec‑first coding, bottleneck identification, and multi‑model orchestration to improve productivity.

AI codingLLM agentsSpec Coding
0 likes · 15 min read
Why AI Coding Agents Miss the Mark—and How to Make Them Work
Tencent Cloud Developer
Tencent Cloud Developer
Mar 17, 2026 · Artificial Intelligence

Why Anthropic Skips Function Calling: Inside the 5 Skill Execution Modes

This article dissects Anthropic's Skill framework, revealing how it drives AI agents through five distinct execution modes—pure prompt injection, script execution, library calls, progressive document loading, and workflow orchestration—while avoiding function‑calling registration and optimizing token usage.

AIAgentFunction Calling
0 likes · 32 min read
Why Anthropic Skips Function Calling: Inside the 5 Skill Execution Modes
Tencent Cloud Developer
Tencent Cloud Developer
Mar 5, 2026 · Artificial Intelligence

20 Cutting‑Edge RAG Optimization Techniques: From Semantic Chunking to Self‑RAG

This article systematically presents twenty practical RAG (Retrieval‑Augmented Generation) optimization methods—covering semantic chunking, chunk‑size evaluation, context‑enhanced retrieval, query transformation, re‑ranking, feedback loops, multimodal and graph RAG, hierarchical retrieval, HyDE, Self‑RAG and reinforcement‑learning‑enhanced RAG—each with clear Python code examples, advantages, limitations and ideal use‑cases.

AILLMRAG
0 likes · 57 min read
20 Cutting‑Edge RAG Optimization Techniques: From Semantic Chunking to Self‑RAG
Tencent Cloud Developer
Tencent Cloud Developer
Mar 4, 2026 · Artificial Intelligence

How OpenClaw Uses a Multi‑Layer Defense System to Prevent LLM Context Overflow

The article provides a detailed technical walkthrough of OpenClaw's three‑stage context‑management framework—including pre‑emptive pruning, LLM‑driven compaction, and overflow‑recovery truncation—showing how each layer protects long‑running AI agent sessions from exceeding token windows while preserving essential information.

Cache OptimizationContext ManagementLLM
0 likes · 27 min read
How OpenClaw Uses a Multi‑Layer Defense System to Prevent LLM Context Overflow