106 related articles

Moonshot AI open-sources FlashKDA, providing high-performance CUDA kernels for Kimi Delta Attention. Learn about its technical principles, performance gains, and value for long-context training and inference acceleration.

Moonshot AI open-sources FlashKDA, providing high-performance CUDA kernels for Kimi Delta Attention. Explore its technical principles, performance gains, and value for long-context training and inference.

Deep analysis of implicit feature inheritance in AI alignment: Anthropic's research reveals model behavior can propagate independently of semantics, fundamentally challenging traditional RLHF safety mechanisms.

A deep dive into Kimi Delta Attention (KDA): tracing the evolution from quadratic Softmax attention through linear attention, Delta rules, and gated decay mechanisms, with insights on associative memory and hardware optimization.

Deep dive into Kimi Delta Attention (KDA): from standard Softmax attention's quadratic bottleneck through linear attention, Delta Rule, and gated decay mechanisms — the complete evolution explained.

How to learn AI Agent development from scratch? This article outlines a clear 3-step path: Python crash course, LLM theory & practice, and LangChain framework project implementation.

Large models aren't search engines — they're more like super compressors. This article explains how LLMs compress data to learn semantic patterns, and explores the phenomenon of intelligent emergence.

LLMs aren't search engines — they're more like super compressors. This article explains how large models compress corpora to learn semantic patterns, and explores the principles and limitations of emergent intelligence.

A clear explanation of how AI large models work: from concept hierarchy and Transformer mechanics to probabilistic traits, helping test engineers grasp AI testing.

A thorough explanation of the essence of AI large language models: from conceptual hierarchy and Transformer mechanics to probabilistic nature, helping test engineers understand LLM strengths and weaknesses.

Want to break into AI from scratch? This article breaks down an efficient self-study roadmap: from Python, math, and machine learning basics to PyTorch, then to CV, NLP, and data mining—reaching entry-level career-switching intensity in 3 months.

Can beginners really earn over 10,000 yuan in their first month with AI coding gigs? This article breaks down the four-week AI coding learning path week by week and objectively assesses the real monetization barriers.

From word vectors and embeddings to RNNs, BERT, Transformers, and ChatGPT — a complete guide to the technical evolution of large language models and the AI 2.0 era.

A focused guide to the core interview topics for LLM application engineers, covering agent architecture, Multi-Agent, Langfuse evaluation & tracing, security, and RAG optimization.

A focused guide to core LLM application engineer interview topics, covering agent architecture, Multi-Agent, Langfuse evaluation, security, and RAG optimization.

From the autocomplete nature of LLMs, tokens, and context windows to RAG vector databases, the MCP protocol, and AI agent loop design — this article uses vivid analogies to unpack the reality of AI engineering.

Gaurav Sen reveals the fatal trap in AI learning: starting from ML fundamentals often leads to burnout. Learn the Onion Model approach—RAG, Agents first, Transformers next, math last.

How to evaluate AI/ML books rationally? Use these 5 dimensions—content depth, code quality, currency, community reputation, and companion resources—to choose wisely.

A self-taught developer with 2 years of Python experience implements Transformer from scratch using plain PyTorch, following the original 'Attention Is All You Need' paper with a two-phase approach: inference first, then full training.

Why do CNNs and RNNs fail on unordered matrix data? Learn about permutation invariance, Deep Sets, and Set Transformer to pick the right architecture for set-based classification.