351 related articles

Complete guide to Claude Code + Opus setup via CCSwitch for unified model management. Real-world case: payment system built in 4 hours with zero hand-written code, covering installation, Prompt engineering, and model selection.

A systematic guide to Claude Code covering environment deployment, domestic model integration, six core systems (memory, multi-Agent, etc.), a full-stack ChatBot project, and eight design patterns from 510K lines of open-source code.

A deep dive into ByteDance's Coze platform: zero-code AI agent development, China vs. international editions, use cases, and how non-technical users can quickly build AI applications.

PiDeck 0.5.0 completes the rebrand from PiDesktop, shipping 10 versions with ~100 changes in one week: design system overhaul, dark mode, LAN sharing, Git integration, and dual-layer proxy config.

Learn how to build a personal blog from scratch using Cursor AI — covering UI prototyping, full-stack code generation, database setup, and bug debugging with almost no hand-written code.

A detailed guide to downloading, installing, configuring, and using the Kuaima client for pay-per-use access to Cursor's premium AI models, with troubleshooting tips and security advice.

A deep dive into LangChain 0.3's module architecture, message abstraction, prompt templates, output parsers, LCEL chains, LangSmith tracing, and LangGraph for mastering LLM application development.

A complete guide to 5 local LLM deployment methods: LlamaCPP, Ollama, LM Studio, vLLM/SGLang, and MLX-LM — from personal dev to production environments.

Agent Skills splits AI capabilities into independent skill folders with on-demand loading and progressive disclosure, cutting token costs by 80% and reducing hallucinations for template-based output.

CC Park gives Claude Code a beautiful Web GUI you can access in your browser with one command, lowering the barrier to entry while preserving full coding power.

Real-world comparison of Fable 5 vs Opus 4.8 across three demanding projects: e-commerce site, 3D art museum, and an RTS game. Analyzing code quality, 3D rendering, and design aesthetics.

Hands-on test of Liquid AI's LFM2.5 local deployment: architecture breakdown, 16GB VRAM troubleshooting, and GraphRAG tool-calling benchmarks vs GPT-o3s.

AI model upgrades are hitting diminishing returns. The real differentiator is AI Agent platforms like Codex that restructure workflows — task orchestration, cross-device collaboration, and automation are what truly eliminate human overhead.

Deep dive into the AI agent engineering stack: from Cursor framework, model selection to context engineering and automated review loops — a complete workflow guide to achieving 100x development efficiency.

Hands-on test of Claude Fable 5 on 3D world generation, real repo bug fixing, and physics coupling simulation — all passed first try. Plus a hybrid cost-saving strategy with DeepSeek.

A detailed guide to AI-driven automated testing: from Python basics to PyTest, covering API automation, Playwright UI testing, and AI-assisted coding for beginners.

Deep dive into Harness AI Engineering Programming methodology, covering SDD, Skill development patterns, and core practices for enterprise-level AI-assisted development.

In-depth comparison of 8 mainstream AI coding tools including GitHub Copilot, Cursor, Windsurf, and Claude Code, ranked into 5 tiers with tips to avoid bad plugins.

A detailed guide to CrewAI multi-Agent collaboration covering core concepts, FastAPI service setup, and real-world comparisons of GPT-4o Mini, Qwen Max, and Llama 3.1.

Deep dive into how Skill and MCP work together in Agent engineering. Skill handles business logic; MCP provides standardized connections. Together they form the core of modern Agent architecture.