166 related articles
Auto-Generating CRUD Code with Claude …
Learn how to auto-generate high-quality CRUD code using Claude Code with MCP and Skill files. Covers MySQL MCP setup, Skill file writing, TDD patterns, and pagination optimization.
7 Official Best Practices for Claude C…
Anthropic's official Claude Code best practices: 7 core tips covering self-review, plan mode, precise instructions, CLAUDE.md, reverse interviews, session cleanup, and multi-session parallelism.
Five AI Models Tested for Game Develop…
Testing DeepSeek R1, Claude Sonnet 3.7, ChatGPT o3 Mini, Grok 3, and Qwen for zero-experience Snake game development with custom ball-bouncing mechanics — a full comparison of AI coding ability.
Anthropic Engineer Shares Four Golden …
Anthropic's coding agent lead shares four core principles for Vibe Coding in production: be AI's product manager, use it at leaf nodes, focus on verifiability, and embrace exponential growth.
Windsurf AI Game Development Test: Wor…
Real-world test of Windsurf AI for 2D Super Mario game development: frequent timeouts, poor code quality, nearly an hour with persistent issues. Ranked last among DeepSeek, ChatGPT Codex, and GitHub Copilot.
Vibe Engineering in Practice: AI Evolv…
A deep dive into Vibe Engineering principles: context engineering, sub-agent collaboration, autonomous testing loops, plus OpenAI's case study of a 12-hour Kotlin-to-Rust rewrite.
Qoder's Context Engineering in Practic…
Deep analysis of Qoder's (Tongyi Lingma international edition) context engineering architecture, including its four-layer retrieval engine, memory engine, context caching, and core product design.
Building AI Agents with Node.js: Repla…
Learn how to refactor a Node.js AI Agent using Function Calls instead of prompt engineering. Covers tool definition via JSON Schema, the Agent Loop, and key implementation details from analyzing Claude Code.
Context Engineering in Practice with C…
Learn how to apply Context Engineering in CodeBuddy IDE using two custom rule files — a Requirements-to-TODO-LIST engine and a Project Execution engine — to generate complete apps with a single sentence.
Ruflo: A Multi-Agent Orchestration Sol…
Ruflo is an open-source multi-agent orchestration platform that upgrades single-threaded Claude Code into a distributed AI dev team with 100+ specialized Agents and a SANA self-learning engine.
Tech FrontiersClaude Opus 4.8 launches on Cosmos with multi-hour autonomous task execution, end-to-end ticket-to-PR workflows, and deep Linear/Sentry integration, marking a new era for AI coding assistants.
Claude Code vs Codex Deep Dive: A Prac…
A comprehensive comparison of Claude Code and OpenAI Codex covering architecture, use cases, and benchmarks to help you choose the right AI coding tool.
Cursor 3.0 Deep Dive: The AI Agent Com…
Cursor 3.0 abandons VS Code entirely, rewritten from scratch in Rust as an AI agent management platform. Deep dive into its three evolutions, Composer 2 controversy, parallel agent orchestration, and the paradigm shift from assisted to autonomous coding.
Deep Comparison of o1, o1 pro, and o3-…
Deep Research comparison of OpenAI o1, o1 pro, and o3-mini-high coding capabilities, covering code quality, optimization, error rates, and debugging with benchmarks and real-world cases.
ABCoder in Practice: A Demonstration o…
A practical comparison using Hertz framework SSE services shows how ABCoder uses MCP protocol to let AI models consult real source code, solving LLM code hallucination problems.
Context Engineering Replaces Prompt En…
Learn how Context Engineering replaces Prompt Engineering to boost Claude Code efficiency. Build complex multi-Agent projects with zero coding using structured context files.
Claude Code /loop Command Explained: U…
Deep dive into Claude Code's /loop command: how it works, usage methods, key limitations, and a side-by-side comparison with Scheduled Tasks and GitHub Actions.
Claude Code with MiniMax M2: Testing a…
Real-world testing of MiniMax M2 as Claude Code's backend model across three projects: framework migration, iOS development, and full-stack MVP — at just 8% of Claude's price.
AI Programming Spec Sheets: 30 Lines o…
Replace vague prompts with spec sheets—30 lines of config gets AI coding right the first time. Covers the six-element framework, three-tier boundaries, and three iron rules to eliminate rework.
OpenAI Codex Complete Guide: Four Tool…
Deep dive into OpenAI Codex's four core tools: IDE extension, CLI, Cloud service, and code review bot. Learn how they work together to build an efficient AI programming workflow from local coding to cloud automation.