86 related articles

Hands-on comparison of Claude Opus 4.8, GPT 5.5, MiniMax M3, DeepSeek V4 Pro, and Mimo 2.5 Pro across SVG drawing, 3D game generation, elevator scheduling, and real bug fixing.

A detailed guide to Cursor AI code editor's core features, pricing plans, Design Mode, and a hands-on demo building a personal homepage with structured prompts.

A deep dive into AI Agent principles, core architecture, and practical applications. Learn how Agents differ from LLMs and how to leverage Agent Skills to boost productivity.

Claude Code creator Boris Charney shares how AI programming has been solved: from 150 daily PRs to agent loops running 24/7, and why coding will become as universal as literacy.

Deep dive into global variable pool design for AI Agent development, covering three memory types, variable scoping, node execution architecture, and placeholder variable replacement workflows.

A designer tested using AI-assisted HTML coding in Cursor to create dynamic presentations, cutting 3 days of work to 1 hour. Covers animation, interaction design, and Cursor workflow.
TutorialsDeep dive into Matt Pocock's AI-assisted coding workflow: Grill Me consensus building, PRD generation, Tracer Bullet vertical slicing, AFK execution, and Deep Modules architecture design.
Deep DivesDeep dive into Karpathy's four AI coding rules: Think First, Keep It Simple, Surgical Changes, Goal-Driven. A 65-line Markdown file earned 16k GitHub Stars by solving AI coding's biggest pain points.
TutorialsDeep dive into Claude Code's source code startup and bootstrap flow, from CLI entry's on-demand loading design and REPL startup to sentiment analysis and the Agent Loop prelude.
TutorialsLearn 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.
TutorialsVibe Coding isn't just chatting with AI. Learn the Iterative Build Loop: Discuss, Document, Develop, Learn — with VS Code and Claude Code to build products from scratch.
TutorialsA systematic guide to LangChain's core features, covering LLM vs. Agent concepts, unified interface design, multi-provider support, environment setup, and hands-on code examples for AI app development.
TutorialsDeep dive into a multi-Agent automated coding framework using file state machines, scheduler orchestration, and multi-agent collaboration to achieve fully automated development from requirements to delivery in 3.5 hours with zero intervention.
Product ReviewsTracea is an open-source AI Agent observability platform offering end-to-end tracing, cost monitoring, automated RCA, and a team memory system. Self-hosted via Docker with data staying on-premise.
Industry InsightsDeep analysis of Claude Code's open-source architecture: dual-loop execution engine, seven-step tool security pipeline, token compression, multi-agent collaboration, and memory system for AI Agent development.
Deep DivesHow CLAUDE.md — a 14k-star GitHub file — uses four golden rules to cut Claude Code rework rates from 41% to 11%, based on Karpathy's analysis of AI coding failures.
Deep DivesDeep dive into Agent Loop, the core mechanism of AI Agents, based on ReAct architecture. Covers Tool Call ID handling, context management, assistant message feedback, with full Python code and common bug fixes.
Tech FrontiersOpenAI Codex CLI 0.128.0 introduces the /goal command, enabling autonomous looping until objectives are met or token budgets are exhausted. Analysis of its Ralph Loop implementation and safety controls.
TutorialsA systematic guide for Java developers entering AI Agent development, covering core concepts, Workflow vs. Agent architecture comparison, Spring AI Alibaba selection, and resume positioning strategies.
TutorialsOpenAI Codex CLI 0.128.0 adds the /goal command for auto-looping task execution until goals are met. Learn about Ralph Loop pattern, token budgets, and autonomous coding agents.