833 related articles

Anthropic releases Claude Sonnet 5, its most agentic Sonnet model yet. With planning, browser/terminal tool use, and autonomous execution, it brings flagship Agent capabilities to mid-tier pricing.

Anthropic releases Claude Sonnet 5, its most agentic mid-tier model with planning, browser/terminal tool use, and autonomous execution—bringing flagship Agent capabilities at significantly lower cost.

Step-by-step guide to building a complete RAG pipeline with Ollama + LangChain + FAISS + Qwen 1.5B. Run document retrieval and intelligent Q&A locally without a GPU.

Gas Town is an open-source multi-agent workspace manager built in Go with 16,000+ GitHub Stars. This article analyzes its architecture, Go language advantages, and typical multi-agent collaboration scenarios.

In-depth analysis of OpenAI Codex's four usage forms, comparing Codex, Claude Code, and Cursor across price, stability, and frontend/backend fit to help developers choose the right AI programming tool.

Taste-Skill is a viral open-source JavaScript project with 56K+ GitHub Stars. It uses prompt engineering and anti-slop rules to help AI generate higher-quality, more distinctive content.

Learn how to write controllable, maintainable AI code using the Harness methodology with Claude Code. Covers SDD, Agent orchestration, and enterprise-grade AI programming practices.
The Anti-Slop Fiction Contest: How to …
A fiction contest challenging AI writing 'slop' sparks industry reflection. Learn what AI slop is, why it happens, and how prompt engineering can help AI write with genuine soul.

Vibe Coding, coined by ex-Tesla AI Director Karpathy, redefines AI programming. This article breaks down the LLM + Agent + Workflow three-layer architecture.

Independent developer Ahmad Awais found that open-source LLM failures stem from Tool Calling bugs, not model capability. A deterministic repair layer + repair hints can make DeepSeek outperform Claude Opus.

Light-Skills is an MIT-licensed open-source research AI with 28 interconnected Skills, 9 knowledge bases, 317 knowledge cards, and 49 scripts covering the full research workflow — with a hard rule against fabricating citations or data.

A complete MCP practical guide using the official Python SDK — covering environment setup, FastMCP server development, Inspector debugging, and multi-client integration with Cursor and Cline.

Needle is a 26M-parameter tool-calling model. Learn how to replace Gemini with Ollama for local training data generation and fine-tune on a single GPU, achieving 96.7% F1 — ideal for edge AI deployment.

LLMs struggle with knowledge accuracy, math, and external capabilities. This article explains three prompt engineering solutions — generated knowledge prompting, PAL/PoT, and tool use — to systematically strengthen LLM reliability and build better AI Agents.

Struggling to subscribe to ChatGPT Plus in China? This guide explains how third-party top-up services work, the real security and ban risks involved, and safer alternatives including official subscriptions, API access, and Chinese LLMs.

Deep dive into Tencent's Marvis AI agent: multi-agent architecture, intelligent file organization, document analysis, cross-device sync, and local privacy mode explained.

The Codex Orange Book is an open-source unofficial guide with 2.5K+ GitHub Stars, covering installation, plugins, MCP extensions, and hands-on projects to help beginners master AI programming tools.

Deep dive into LangChain's core Model and Agent concepts, covering unified model interfaces, agent tool calling, middleware mechanisms, and key principles for building LLM applications.

In-depth comparison of four AI agent memory layer solutions: Mem0's extract-retrieve approach, Zep's temporal knowledge graphs, Letta's self-editing memory, and Cloudflare Durable Objects as infrastructure primitives.

In AI-assisted coding, having AI borrow from open-source projects often leads to wholesale copying. This article uses the GapGun audio tool as a case study to show how to set borrowing boundaries and guide AI precisely.