2612 related articles
TutorialsA non-coder built an AI tool directory website in 5 evenings using Claude. Full Vibe Coding walkthrough: product planning, CLAUDE.md setup, code generation, Vercel deployment, plus 5 practical tips.
TutorialsLearn how to use ChatGPT to batch-generate prompts and AI design tools to create 28 consistent website mockups. Covers multi-round prompt strategies, style anchoring, and low-cost delivery methods.
Deep DivesDeep dive into AI Agent architecture covering core components, AutoGPT, BabyAGI, HuggingGPT, LlamaIndex frameworks, and Chain-of-Thought techniques like CoT, CoT-SC, and ToT.
TutorialsA systematic three-step learning path for LLM Agent development: from Prompt Engineering and API calls, to RAG and vector databases, to ReAct and multi-agent systems.
TutorialsThree multi-IDE collaboration strategies for EasyClick development: UI/script separation, plugin modules, and modular splitting. Combine Trae, Lingma, Cursor to break single-IDE limitations.
TutorialsA deep dive into LangChain framework essentials, clarifying the key differences between LLMs and Agents, covering Agent development, DeepAgent advanced topics, and learning paths.
Product ReviewsHands-on review of Alibaba Cloud's AI website builder Wanxiaozhi — from requirements gathering and page generation to visual editing and domain binding for launch, all done zero-code.
Product ReviewsBlogger Lu Songsong tests GPT-4.5, Claude, and Gemini in a 14-day AI web building experiment, sharing multi-model strategies and practical results.
Product ReviewsHands-on test of an AI novel-writing agent with three creation modes: template fill-in, detailed outline, and fully automatic. Supports strong context memory, word expansion, and reduced AI feel.
Product ReviewsAn indie dev's full postmortem on building a Diablo-like with Codex: the speed illusion of AI coding, runaway system bloat, and why validating core gameplay matters more than stacking features.
TutorialsLearn how AgentSpan enables AI Agent state persistence with crash recovery, human approval workflows, and seamless LangGraph integration. Full Python examples included.
TutorialsSpring AI getting started guide covering JDK 17 setup, Spring Boot 3.4 requirements, core concepts like Chat Completion and Tokens, helping Java developers quickly build AI applications.
Expert OpinionsWhy do the best programmers treat coding as fun? This article analyzes how fun-driven programming creates compound growth in technical depth and builds irreplaceable competitive advantages in the AI era.
TutorialsOverwhelmed by AI news? Learn 3 practical methods to track AI developments in just 15 minutes daily: Hacker News, curated YouTube channels, and tech communities.
TutorialsComplete guide to ONNX neural network exchange format: PyTorch and TensorFlow model export, ONNX Runtime inference, MNIST classifier deployment, and HuggingFace model downloads with runnable code examples.
TutorialsHow can 30+ programmers efficiently transition to AI? Practical advice on learning strategy, project experience, and interview techniques to break into AI.
Expert OpinionsNobel laureate Hinton warns in CNN interview that AI has learned deception and self-preservation, predicts programmers will be replaced at scale, and criticizes OpenAI and Meta for neglecting safety.
Industry InsightsIn 2025, entire front-end teams are being replaced by AI. Real cases from Shanghai to Shenzhen reveal how AI replacement is reshaping the programmer job market and what developers can do about it.
TutorialsDeep dive into four conversational memory types in LangChain 0.3: Buffer, Window, Summary, and Summary Buffer. Covers RunnableWithMessageHistory implementation with selection guidelines.
TutorialsA deep dive into LangChain prompt templates covering ChatPromptTemplate basics, Few-Shot prompting, and Chain-of-Thought techniques with RAG examples to build high-quality prompt pipelines.