1678 related articles

Deep dive into OpenAI Swarm multi-agent orchestration framework, explaining Function Call tool invocation and Handoff task transfer mechanisms with local deployment guide.

Deep dive into Hermes Agent's 7 core features including Kanban multi-tasking, /goal deep execution, and multi-agent architecture, compared with OpenCore's stability and performance issues.
Industry InsightsPractical strategies for AI product development: why not to train models from scratch, when to use APIs vs. fine-tuning, building product moats, and the full path from evaluation systems to commercialization.
TutorialsBuild a full-stack blog in 50 minutes using Cursor IDE's multi-Agent mode with Next.js, Clerk auth, and Supabase. Learn the 4-phase AI Agent workflow and key integration pitfalls.
TutorialsA deep dive into Agent Tuning principles and practices, covering why Agent training is needed, the evolution from Prompt to RAG to Agent, development workflows, and cost assessment for private deployment.
TutorialsComplete guide to deploying Hermes Agent locally on Windows, covering WSL2 setup, Git configuration, and DeepSeek model integration for a self-learning AI Agent.
TutorialsComplete guide to deploying Hermes Agent locally, covering WSL2 installation, Git setup, and DeepSeek model integration on Windows to build a self-learning open-source AI Agent.
Product ReviewsCursor 3.0 evolves from an AI coding assistant into an Agent fleet command center. Deep dive into multi-agent parallelism, Design Mode, and Best-of-N model comparison.
Product ReviewsCursor 3.0 evolves from an AI coding assistant into an Agent fleet command center. Explore multi-agent parallelism, Design Mode, and Best-of-N model comparison.
TutorialsDeep dive into the technical differences between traditional RAG and Agentic RAG, covering offline/online pipeline principles, tool-based autonomous decision mechanisms, and a LangGraph-based Agentic RAG implementation via the ChatBox open-source project.
Expert OpinionsWindsurf CEO Varun Mohan shares insights on AI coding IDE pivots, product methodology, async Agent challenges, and differentiation strategy vs Cursor. Speed is the only moat.
TutorialsTheCherno reboots his Game Engine series with AI-assisted development. This article covers his Hazel engine code review, architecture analysis, and key improvements for building a new engine from scratch.
TutorialsA Bilibili creator used Claude Code to build a complete movie data system in 30 minutes, covering scraping, database, Spring Boot backend, and Vue frontend with practical insights on anti-scraping and model selection.
TutorialsA hands-on guide to building a minimal Claude Code frontend from scratch, covering TypeScript+React+Ink stack, terminal UI rendering, project structure, and memory issue debugging.
TutorialsComplete guide to enterprise RAG projects covering principles, LangChain implementation, data processing, retrieval optimization, evaluation, and cloud deployment for AI knowledge base applications.
Deep DivesDeep dive into AI hallucination's three root causes: training objective flaws, exposure bias, and probabilistic generation. Covers classification and practical mitigation strategies including RAG.
TutorialsComplete practical guide to building AI Agent Frameworks with WindSurf, covering technology selection, component generation, code refactoring, debugging, and deployment tips.
Deep DivesAnalyzing the "worse is better" philosophy in large model architecture: why DeepSeek V4 dropped N-gram, why Transformer dominates AI, and three iron laws of simple, efficient model design.
Deep DivesComplete guide to the three core LLM training stages: pre-training, supervised fine-tuning (SFT), and preference alignment (DPO/PPO), covering LoRA, distillation, quantization, and pruning.
TutorialsDetailed breakdown of using Cursor editor and Claude to implement a complete Tetris game on an STC8H microcontroller with OLED display — zero code written, from hardware setup to iterative optimization.