2329 related articles
Tech FrontiersDeep dive into Moonshot AI's fully open-sourced Kimi K2.5: 1T parameter MoE architecture, Vision-to-Code capabilities, and 100-Agent parallel cluster system topping open-source benchmarks.
TutorialsComplete guide to enterprise RAG architecture covering data indexing, vectorization, and retrieval optimization. Practical insights on chunking strategies, hybrid retrieval, and hallucination control for production-grade LLM applications.
TutorialsA complete beginner's guide to LLM application development: learn the three key directions (API calling, RAG, Agent), master frameworks like LangChain, and follow a step-by-step learning path to become an AI application developer.
Product ReviewsReal-world test of Qwen 3.6 27B FP8 deployed on 4×3080Ti 16GB modded GPUs with OpenCode for system tool development. Covers hardware setup, inference speed, context management, and productivity gains.
TutorialsDecode LLM naming conventions, understand 32B parameters & AWQ/GGUF quantization formats, with 4-bit VRAM estimation formulas, MOE model pitfalls, and model selection by GPU tier.
Deep DivesA deep dive into RAG (Retrieval-Augmented Generation) technology, covering LLM hallucinations, data staleness, and limited expertise, plus RAG workflows, core components, and LangChain learning paths.
TutorialsA detailed guide to Python's three learning stages: syntax fundamentals, advanced concepts, and practical applications. Covers OOP, web scraping, data analysis, and automation with timeline planning.
TutorialsA systematic breakdown of seven core LLM learning modules covering environment setup, Prompt Engineering, RAG, Agents, dev frameworks, fine-tuning, and hands-on projects for developers.
TutorialsA detailed PyTorch beginner guide covering tensor operations, dynamic computational graphs, GPU acceleration, and building your first neural network with nn.Module, with learning path recommendations and code examples.
Product ReviewsIn-depth review of ByteDance's Trae Solo free AI coding tool, evaluating token quotas, 6-project concurrency, cross-platform sync, and model quality for domestic individual developers.
TutorialsComplete guide to deploying open-source LLMs locally with Ollama. Covers installation, model selection, VRAM requirements, and performance comparison of Llama 3 and Qwen models. Free, offline-capable AI.
TutorialsComplete guide to deploying Cloudflare AI Search managed RAG service, covering R2 data sources, AI Gateway, text chunking, Reranker, and semantic caching for production-grade intelligent search.
TutorialsLearn how to build AI apps with no-code platforms: visual UI building, LLM integration, data management, and payment monetization—no programming required.
Product ReviewsA practical case study of a wuxia swordswoman detailing the full AI-assisted game character design pipeline: concept art, hand repair, pose transfer, and asset splitting — a must-read for indie devs.
Product ReviewsIn-depth experience with Hlopix AI Free Canvas: covering one-click game UI generation, automatic sprite sheet slicing, poster and Logo design for a complete game art AI workflow for indie developers.
Product ReviewsIn-depth review of AWS's new Kiro AI IDE, covering Spec Mode, Agent Hooks, Steering, and a real WeChat mini program project comparing Kiro with Cursor.
TutorialsA complete walkthrough of building a game auto-farming script using template matching and behavior trees, covering asset capture, workflow design, and delay control.
ResearchDeep dive into how Cursor trained Composer 2 on Fireworks: async pipeline architecture, MoE numerical precision challenges, Router Replay, and global distributed GPU coordination.
Expert OpinionsAI coding agents excel at explaining why to do something but often fail to actually do it. This article analyzes LLM analysis paralysis and offers strategies for developers.
TutorialsIn-depth analysis of NVIDIA's new CUDA Tile programming model: how tile-based GPU kernel development integrates with C++, optimizes data locality, and accelerates Tensor Core computation for HPC, deep learning, and AI inference.