62 related articles

Meta releases Muse Glimmer, a 30B open-source multimodal model running on a single 24GB GPU. Tested at 233 tokens/sec with speculative decoding on RTX 5090, Apache 2.0 licensed with GGUF support.

A deep dive into the complete workflow of training a 1.3B parameter LLM from scratch, covering Transformer architecture design, data preparation, and distributed training optimization.

SELENE is an open-source AI learning resource built on Jupyter Notebooks, systematically covering ML, deep learning, Transformers, and LLMs with interactive code and math derivations for beginners.

Decoding signals like "frontiermogging" to analyze upcoming AI frontier model leaps, Agent automation deployment, and developer ecosystem expansion trends.

TokenTown is an open-source visualization project that intuitively presents the internal token prediction process of LLMs using a town metaphor. Learn its design philosophy and educational value.

Kimi K3 adopts new architecture with 2.5T parameters and 1M token context. MiniMax M3 Pro targets 2.7-3T. OpenAI surpasses 7M users, HY-OCR 1.5 achieves SOTA, Amap launches world model.

Claude Code isn't just a chat AI—it can directly read projects, modify code, and run commands. This article compares Claude Code with ordinary AI across five dimensions: interaction, context, execution, memory, and tool calling.

Claude Code isn't just a chat AI—it can directly read projects, modify code, and run commands. This article compares Claude Code with regular AI across five dimensions to help you decide if it's worth trying.

Context engineering is the core methodology for building efficient AI Agents, covering query enhancement, RAG retrieval, prompt design, memory management, and tool invocation. Master Write, Select, Compress, and Isolate to solve LLM hallucination at its root.

Alibaba's Qwen releases a 2.4T parameter MoE model claiming to be 'second only to Gemini 2.5.' We break down what's real—and what's just hype.

Hands-on with Alibaba Tongyi Qianwen's strongest Qwen3: a 2.4-trillion-parameter open weight model scoring 81.25% on KingBench, ranking second and beating Claude Opus 4.8 with perfect scores in game dev, math, and agent tasks.

From Qwen1 to Qwen3-2507: a complete breakdown of six generations of evolution over two years — GQA, MoE, GRPO, dynamic thinking, and the core shift from architecture to reasoning.

Zhipu AI's Z.ai founder teases a new GLM model just one month after GLM 5.2. We decode the announcement, explore likely upgrade directions, and analyze China's LLM iteration pace.

Bernini is a ComfyUI video super-resolution node package using Tile Split/Select/Merge to solve seams, drift, and VRAM overflow. Benchmarked at 325s for 39 frames at 1920×1080.

From Tokenization and Embedding to the Attention mechanism, this article systematically breaks down how Transformer works — and how ChatGPT turns input text into next-token probabilities.

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.

CodeWell open-sources a multi-model terminal coding agent, Kimi K3 launches with ultra-long context, MiniMax Code 2.0 rebuilds its Agent architecture, and Claude gets browser access. AI is accelerating from content generation to task execution.

Why do long AI conversations drain your credits so fast? This article explains LLM stateless architecture, Token billing mechanics, and practical tips like sliding windows and summary compression to cut API costs.

An ML engineer trained SmoLLM, a 109M-parameter LLaMA-style model from scratch for under $50. Full breakdown of architecture, training pitfalls, instruction tuning, and real-world performance.

A 15-year-old trained Tiny-MoE, a 200M-parameter MoE language model from scratch using free Kaggle GPUs, featuring MLA attention, RoPE+YaRN, and native PyTorch.