1364 related articles
Product ReviewsIn-depth review of GPT-4 Thinking's real-world performance in coding bug fixes, AI Agent research, and academic writing, compared with Gemini and Claude.
Tech FrontiersAnthropic's Claude Opus 4.5 beats all human candidates on internal engineering exam, sets SWE-Bench record at 80%. Deep dive into benchmarks, creative problem-solving, safety alignment, and enterprise applications.
Tech FrontiersHands-on review of Inception Labs' Mercury 2 diffusion model, benchmarked against Claude Haiku, Gemini Flash and more across code generation, structured reasoning, and long-range planning at 1000+ tokens/sec.
Tech FrontiersAndrew Ng partners with Replit on a Vibe Coding 101 course teaching how to build web apps with AI coding agents. Zero experience needed, hands-on in 3 minutes with SEO analyzer and voting app projects.
Product ReviewsA kid used DeepSeek AI to independently build a typing game in the terminal. From basic letter input to a full aerial combat game with power-ups across 5 versions, showcasing AI-assisted programming's educational value.
TutorialsLearn AI agent architecture (LLM + workflow + knowledge base), compare tools like Dify and LangChain, and use MCP Server to auto-generate test cases.
TutorialsBuild an AI Agent in 200 lines of Python from scratch. A deep dive into the five core modules: Prompt, Memory, Tool Use, RAG, and Skill, with progressive development workflow.
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.
TutorialsLearn to build AI Agent Skills for Claude Code: skill.md writing, script integration, image generation workflows, and reusable skill architecture from scratch.
TutorialsWhy does AI always give irrelevant answers? This article explains prompt engineering fundamentals from the probabilistic prediction principles of LLMs, teaching you how to communicate effectively with AI.
TutorialsA detailed breakdown of replicating the Manus AI agent platform for $30, covering Docker container integration, task orchestration, UI design, and the course-based monetization strategy.
TutorialsTwo non-programmers built a space shooter with Boss battles and weapon systems using only AI conversations — 12 iterations, 3,000 lines of code, fully documented.
Product ReviewsAnalysis of a creative coding game from Bilibili's AI game track: control a cat through levels by dragging visual modules. Covers loops, conditionals, sensors, tech trees, and resource management.
Product ReviewsReal-world test of Baidu Moda AI no-code platform: completed 3 systems in one week for 89 RMB, replacing 20-30K RMB in outsourced development costs.
TutorialsA detailed guide to Vibe Coding: comparing Cursor, Trae, Bolt.new and other AI programming tools, with practical tips for using natural language to drive AI code generation from scratch.
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.
Deep DivesAI coding tools shine on structured tasks but fail in production. Explore the three irreplaceable advantages human programmers hold and the future of human-AI collaboration.
Product ReviewsDeep dive into ByteDance's Claude Code Red Book covering environment setup, Prompt Engineering, multi-turn dialogue strategies, debugging, and refactoring techniques to maximize AI coding efficiency.
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.
TutorialsLearn how to use OpenAI Agents SDK's built-in tracing system for AI Agent observability, covering zero-config auto-tracing, custom trace contexts, and tool call monitoring.