128 related articles

From Vibe Coding to AI Engineering, explore Claude Code vs Codex tool selection, real enterprise boundaries of AI programming, and how to build maintainable AI-assisted development workflows.
Pumpkin: A High-Performance Minecraft …
Pumpkin is an open-source Minecraft server rewritten from scratch in Rust. Learn how it eliminates Java GC pauses, reduces resource usage, and its current limitations.

From the autocomplete nature of LLMs, tokens, and context windows to RAG vector databases, the MCP protocol, and AI agent loop design — this article uses vivid analogies to unpack the reality of AI engineering.

A complete guide to building AI agents with DeepSeek R1: private knowledge bases using RAG, basic/advanced agent implementation, and Coze/Dify workflow tutorials.
Block Low-Rank Compression: A Guide to…
Learn how Block Low-Rank (BLR) decomposition compresses large model memory usage and accelerates GPU inference, including CUDA kernel optimization and combination with quantization and pruning.

A comprehensive guide to Coze by ByteDance: multi-agent collaboration, local tool integration, cross-platform sync, and credit system. Compare with Dify to get started fast.

Videos promoting 'Free GPT-5.6 SOL' are circulating on Bilibili. This article exposes the fictional product, fake benchmarks, and manipulation tactics behind this AI scam.

A deep dive into vLLM's five core features — KV cache management, continuous batching, and distributed inference — plus a full setup guide for deploying DeepSeek on a cloud server.
How Does AI Track Ancient Roman Thieve…
Google Antigravity's 'Predicting the Past' skill tracks Roman thefts, maps ancient cult diffusion across Europe, and reconstructs Greek oracle social networks — revealing AI's transformative potential for humanities research.
PlanWright: A Control Plane and Multi-…
PlanWright is a control plane for AI coding agents, drawing on Kubernetes orchestration principles to tackle multi-agent task assignment, state tracking, and collaboration conflicts.

OpenAI's GPT Live achieves true full-duplex real-time translation, with English output streaming before Chinese input finishes. We analyze the tech, its limits, and what it means for simultaneous interpreters.
Turning Papers into Interactive Course…
An indie developer turned the Flash Attention paper into a Brilliant-style interactive course using AI. A deep dive into how LLMs can fill long-tail learning gaps.
Using Claude for Constrained Optimizat…
How Claude and LLMs assist constrained optimization research — from problem modeling to solver integration. An honest look at AI's real capabilities and limits in automated science.

With AI tools everywhere, is it still worth hand-coding SVM, decision trees, and other ML algorithms? This article explores the real value of hand-coding, the limits of AI tools, and smarter learning strategies for beginners in the AI era.

Limited time but want to learn AI systematically? This guide maps out a practical learning path for working IT pros—from AI application engineering and prompt engineering to RAG and Agents.

An in-depth analysis of the AI-driven software testing paradigm: with Skill and CLI as the core hub, supporting both platformized management and digital employees, helping testing teams transform from script writers into capability builders.

Andrew Ng partners with JetBrains to launch a Spec-Driven Development course, teaching how to direct AI coding agents via spec files to boost intent fidelity and build maintainable production apps.

SGLang officially integrates DSpark, solving the core pain point of speculative decoding failure under high-concurrency batches via confidence-driven variable-length verification. Supports Qwen3 and DeepSeek-V4, hitting 383.7 tok/s on B300.

OpenAI's model completely solved all 5 problems in the AtCoder World Tour Finals Algorithm Contest, while no human competitor solved more than 3. A deep dive into this milestone: AI surpasses top programmers in both symbolic reasoning and heuristic optimization.

davila7/claude-code-templates is an open-source CLI tool built for Claude Code, supporting template-based configuration and usage monitoring, with nearly 30K GitHub stars. Learn its core features and how to get started.