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...
What Is Multimodal Multimodal models understand text, images, audio, and other input types simultaneously. GPT4V's relea...
Why Obsidian Obsidian is based on local Markdown files with bidirectional linking and knowledge graph support — naturall...
The Second Brain Concept Tiago Forte coined "Second Brain" — using external tools to extend human memory and thinking. O...
From Model Competition to Application The past two years were about "who built the strongest model." Now the narrative i...
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...
CUDA: The Deepest Moat NVIDIA's greatest advantage isn't hardware — it's the CUDA software ecosystem. Over 15 years of a...
What Is Ollama Ollama is a local LLM runtime developed by a San Francisco startup. It packages model downloading, quanti...
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...
Three Approaches Midjourney: Discord bot + web interface. Known for aesthetic quality and strong prompt comprehension. D...
Why Obsidian Obsidian is a local Markdownbased notetaking tool. Unlike Notion, your data lives entirely on your own hard...
Five AI Plugins Smart Connections. Automatically calculates semantic similarity between notes, suggesting related conten...
Paper Background In 2017, Vaswani et al. published a paper of just over 6,000 words that completely transformed NLP and ...
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 ...
What Is Hallucination Hallucination is when LLMs generate fabricated content not grounded in training data or context. I...
Two Camps Sam Altman believes AGI could arrive within 510 years. Yann LeCun argues autoregressive LLMs are not the path ...
What the Data Shows GitHub's research shows developers using Copilot complete tasks 55% faster on average. 85% report hi...
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...