44 related articles
Local Coding Agents in Practice: A Com…
An in-depth look at local coding agents—core concepts, advantages, and real challenges. Compare against Claude Code and learn to build a zero-subscription, private AI coding workflow with open-weight models.

In-depth hands-on review of Zhipu AI's flagship GLM-5.2: a 1M-token context window and API pricing just one-fifth of GPT/Claude. Covers website building, Chrome extensions, 3D game cloning, and agentic workflows.

Why can a mini PC with unified memory run a 70B model while an RTX 4090 can't? A deep dive into the VRAM wall and unified memory architecture for smarter local AI hardware choices.

RTX 4090 taking over 400 seconds to run Qwen3 27B inference? This article analyzes the core causes—VRAM overflow and CPU offloading drag—and offers targeted fixes.

A face-to-video workflow built on GGUF quantized models and ID LoRA runs on just an RTX 3060 with 6GB VRAM. This article breaks down its core principles, four-step process, and how it tackles facial consistency in AI video.

Samsung's chip division is set to earn more profit in one year than in its past 40 years combined, with quarterly profit surging 19x YoY, surpassing NVIDIA. AI data centers are seizing HBM and DRAM capacity, driving up DDR5 and SSD prices.

Want to become an Agent engineer? This article systematically covers three core skill tracks—LLM fundamentals, LangChain architecture development, and enterprise deployment—to help you avoid detours.

A systematic guide to the three cores of OpenAI LLM app development: GPT-4/GPT-3.5 model selection, token billing and cost-saving tips, and practical use of the Models, Completion, and Chat Completion APIs.

Hugging Face's open-source ml-intern autonomously reads papers, writes training scripts, and finetunes LLMs, deeply integrating the HF ecosystem and smolagents. Explore its features and impact on ML careers.

Build a fully private local AI system with Ollama + Hermes: zero cost, no rate limits, data stays local. Learn deployment steps, model selection tips, and private/cloud hybrid workflows.

AMD Ryzen AI Halo dev kit at $4,000 features 128GB unified memory and XDNA 2 NPU for local LLM inference. Deep dive into architecture, performance trade-offs, vs. Mac Studio, and software ecosystem challenges.

A detailed guide for Chinese developers on configuring the Codex CLI AI coding tool with GPT-5.5 via API proxies, covering setup steps, efficiency gains, and security risks.

DeepSeek R1 lacks Function Calling and JSON Output by default. Qwen3's programmable thinking modes make it the top open-source agent choice. Key LLM selection pitfalls and MCP protocol updates.

Redis creator runs 284B-parameter DeepSeek model on a MacBook Pro at 26 tokens/sec using a pure C engine, asymmetric quantization, and MoE architecture.

The core of enterprise AI isn't calling general models—it's building a self-reinforcing "model-harness-sandbox-eval" flywheel. This article analyzes the four components, tacit knowledge moats, and the "token value per watt" efficiency metric.

In-depth review of the ThundeRobot Hunter Blade S 2026 with i9-13900HX and RTX 5060 16GB. Analyzing CPU/GPU performance, AI capabilities, and value at ~6,671 RMB after subsidies.

A detailed guide to locally deploying Claude Code with three approaches (LM Studio, Ollama, vLLM), covering architecture, protocol translation, hardware selection, and model recommendations.

Complete guide to deploying Claude Code locally with Ollama, LM Studio, or vLLM. Covers architecture, protocol translation, hardware requirements, and model selection for zero-cost, private AI coding.
TutorialsComplete guide to privately deploying OpenAI's open-source GPT-OSS-20B: GPU selection (RTX 5090/V100/4070Ti), Linux deployment steps, API configuration, and real-world benchmarks with 120B hardware comparison.
TutorialsLearn how to build a local image generation MCP Server with one Prompt, letting Codex call Flux models for zero-token batch image generation and editing.