Why I Started This Site
The Beginning Over the years of learning and working, I've written many notes across many tools and platforms — physical...
The Beginning Over the years of learning and working, I've written many notes across many tools and platforms — physical...
Overview From 2018 to 2025, the GPT series went from an obscure paper to a worldchanging product in seven years. Underst...
Why We Need Attention Before Transformer, the dominant approach to sequence processing was RNN and LSTM. They processed ...
What RAG Solves LLMs have two persistent problems: a knowledge cutoff training data only goes up to a certain date and h...
Why LoRA Full finetuning a 7B model requires 50+ GB of VRAM. LoRA reduces trainable parameters by 1000x through lowrank ...
What Is Prompt Engineering Prompt Engineering is the practice of designing input text to guide LLMs toward desired outpu...
What Is an AI Agent An AI Agent is an AI system that autonomously perceives its environment, makes plans, invokes tools,...
Why Inference Is Slow LLM inference is autoregressive — each token generation requires recomputing attention over the en...
Two Paths OpenAI and Anthropic represent the two core trajectories in the AI industry. OpenAI Anthropic Positioning Prod...
Open Source as the Key Variable The most noteworthy direction in China's LLM landscape isn't funding amounts but the est...
Apple's AI Philosophy At WWDC 2024, Apple unveiled its AI strategy. Unlike OpenAI or Google, Apple's positioning is clea...
The Current Gap On standard benchmarks like MMLU and HumanEval, opensource models are catching up fast. But in complex r...
Why LowCode Platforms Dify and FastGPT encapsulate RAG's complex tech stack, letting individual developers build a knowl...
LLM API pricing changes frequently. Prices in this article are reference values from July 2026. Always check each provid...
Core Capabilities GitHub Copilot goes beyond code completion — it understands context, generates functions, writes tests...
The Core: Streaming The key feature of an AI chat UI is streaming — showing text generation token by token. javascript a...
About the Book "Deep Learning" was published in 2016 and remains one of the most important AI textbooks today. Ten Key T...
The Course's Unique Value Andrew Ng's "AI For Everyone" is Coursera's most popular AI introductory course. It doesn't te...
Stanford CS229 is the classic ML course taught by Andrew Ng. Unlike the more handson CS231n, CS229 emphasizes mathematic...
The Core Argument Stanley's core thesis: truly breakthrough innovation rarely comes from goaldriven processes. It comes ...
The Real Meaning of "Open" Meta opensourcing Llama isn't charity — it's competitive strategy. More developers → more imp...
The AI in the Film Spike Jonze's 2013 film "Her" depicted an AI operating system named Samantha capable of forming emoti...
Tools Change Cognition Before Obsidian, my notes were linear — folders → subfolders → files. After Obsidian, knowledge b...