148 related articles

OpenAI releases GPT-5.6 with 80% price cuts on Luna models, overtaking DeepSeek on price-performance. Analysis of the tech logic, developer impact, and AI pricing trends.

Exploring why top AI startups shifted from open research to secrecy, analyzing how commercial competition and talent pressure drive this change, and its impact on academia, innovation, and open source.

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.

A comprehensive guide to preparing for NLP Research Scientist Intern roles, covering evaluation criteria, foundational knowledge, paper reading strategies, hands-on skills, and common pitfalls.

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.

Colibri uses MoE hot-cold separation and 4-bit quantization to run 744B-parameter models like GLM 5.2 on consumer hardware. Learn about its three-tier memory architecture and speculative decoding.

Moonshot AI releases Kimi K3 open-weight model with 2.8T parameters and 1M token context. Our deep dive covers coding, 3D dev, agent capabilities, and safety concerns.

AI research automation will look more like data cleaning than inventing the Transformer. Explore how automating 60%-80% of repetitive research work reshapes the AI research paradigm.

Why AI research automation looks more like data cleaning than inventing the Transformer. Exploring the value of automating 60%-80% of repetitive research work and how human-AI collaboration reshapes the research paradigm.

Moonshot AI launches Kimi K3 reasoning model with performance rivaling Claude and OpenAI's top models at one-third the price. The US-China AI gap narrows from 6-12 months to just 3 months.

Analysis of DeepSeek founder Liang Wenfeng's rare investor dialogue, exploring the company's vision-driven culture, strategic restraint toward AGI, and open-source philosophy in the US-China AI race.

OpenRouter data shows Chinese AI models now account for 58% of US AI consumption. Silicon Valley giants like DoorDash and Airbnb adopt Kimi, DeepSeek, and Qwen for their low cost and open-weight advantages.

OpenRouter data shows Chinese AI models now account for 58% of US AI consumption. Silicon Valley giants like DoorDash and Airbnb adopt Kimi, DeepSeek, and Qwen, leveraging low cost, high performance, and open weights.

NVIDIA CEO Jensen Huang says markets have twice misjudged the impact of DeepSeek and Kimi, arguing Chinese open-source models boost rather than reduce overall AI compute demand.

Deep dive into Moonshot AI's Kimi-K3 technical report, analyzing its long-context processing, MoE architecture, reasoning improvements, and its position in global AI competition.

Deep analysis of Moonshot AI's Kimi-K3 technical report covering long context processing, MoE architecture, reasoning capabilities, and China's position in the global AI competition.

Moonshot AI's Kimi-K3 model is set to launch on HuggingFace. A deep dive into its architecture, licensing, community reactions, and strategic implications for the global open-source AI landscape.

Detailed analysis of Kimi K3 quantization deployment options, comparing q4 vs q8 storage requirements, precision trade-offs, and hardware configurations for local self-hosting.

A detailed guide on efficiently implementing Softmax on FPGAs, comparing Taylor series and Padé approximation methods for accuracy and resource trade-offs, with Python simulation and range reduction techniques.
Dive into LLMs: A Complete Guide to th…
"Dive into LLMs" is a 44,830-star Chinese LLM tutorial on GitHub. Using Jupyter Notebooks, it covers Transformers, LoRA fine-tuning, RAG, and Prompt Engineering.