DaiYi AGIDaiYi AGI
HomeKnowledge GraphTagsAbout
中/EN

All Articles

36 articles
Why I Started This Site
ReflectionsFeaturedJuly 22, 2026

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...

WebsiteKnowledge ManagementPersonal Growth
GPT Series Evolution
AIFeaturedJuly 20, 2026

GPT Series Evolution

Overview From 2018 to 2025, the GPT series went from an obscure paper to a worldchanging product in seven years. Underst...

GPTLLMTech Evolution
Transformer Attention Mechanism Explained
AIFeaturedJuly 19, 2026

Transformer Attention Mechanism Explained

Why We Need Attention Before Transformer, the dominant approach to sequence processing was RNN and LSTM. They processed ...

TransformerAttentionDeep Learning
RAG Retrieval-Augmented Generation in Practice
AIFeaturedJuly 18, 2026

RAG Retrieval-Augmented Generation in Practice

What RAG Solves LLMs have two persistent problems: a knowledge cutoff training data only goes up to a certain date and h...

RAGVector DatabaseHands-on
AIJuly 17, 2026

LoRA Fine-Tuning Guide

Why LoRA Full finetuning a 7B model requires 50+ GB of VRAM. LoRA reduces trainable parameters by 1000x through lowrank ...

LoRAFine-tuningPEFT
AIJuly 16, 2026

Prompt Engineering Methodology

What Is Prompt Engineering Prompt Engineering is the practice of designing input text to guide LLMs toward desired outpu...

PromptLLMTechnique
Agent Design Patterns
AIJuly 15, 2026

Agent Design Patterns

What Is an AI Agent An AI Agent is an AI system that autonomously perceives its environment, makes plans, invokes tools,...

AI AgentDesign Patterns
AIJuly 14, 2026

LLM Inference Optimization

Why Inference Is Slow LLM inference is autoregressive — each token generation requires recomputing attention over the en...

LLMInferenceOptimization
AIJuly 13, 2026

The State of Multimodal LLMs

What Is Multimodal Multimodal models understand text, images, audio, and other input types simultaneously. GPT4V's relea...

MultimodalLLMVision-Language
AIJuly 12, 2026

AI Knowledge Management with Obsidian

Why Obsidian Obsidian is based on local Markdown files with bidirectional linking and knowledge graph support — naturall...

ObsidianKnowledge ManagementWorkflow
Building a Personal AI Second Brain
AIFeaturedJuly 11, 2026

Building a Personal AI Second Brain

The Second Brain Concept Tiago Forte coined "Second Brain" — using external tools to extend human memory and thinking. O...

ObsidianRAGKnowledge Management
AI Industry Trend Watch
Tech WatchFeaturedJuly 10, 2026

AI Industry Trend Watch

From Model Competition to Application The past two years were about "who built the strongest model." Now the narrative i...

AIIndustry Analysis
Tech WatchJuly 9, 2026

OpenAI vs Anthropic: Two Paths

Two Paths OpenAI and Anthropic represent the two core trajectories in the AI industry. OpenAI Anthropic Positioning Prod...

OpenAIAnthropicIndustry Analysis
Tech WatchJuly 8, 2026

China's LLM Competitive Landscape

Open Source as the Key Variable The most noteworthy direction in China's LLM landscape isn't funding amounts but the est...

China LLMIndustry Analysis
Tech WatchJuly 7, 2026

What Apple Intelligence Means

Apple's AI Philosophy At WWDC 2024, Apple unveiled its AI strategy. Unlike OpenAI or Google, Apple's positioning is clea...

AppleEdge AIPrivacy
Tech WatchJuly 6, 2026

Can Open-Source LLMs Catch Up

The Current Gap On standard benchmarks like MMLU and HumanEval, opensource models are catching up fast. But in complex r...

Open SourceLLMIndustry Analysis
Tech WatchJuly 5, 2026

How Deep Is NVIDIA's Moat

CUDA: The Deepest Moat NVIDIA's greatest advantage isn't hardware — it's the CUDA software ecosystem. Over 15 years of a...

NVIDIAChipsIndustry Analysis
Running LLMs Locally with Ollama
Tech PracticeFeaturedJuly 4, 2026

Running LLMs Locally with Ollama

What Is Ollama Ollama is a local LLM runtime developed by a San Francisco startup. It packages model downloading, quanti...

OllamaDeploymentHands-on
Tech PracticeJuly 3, 2026

Building a Personal RAG Knowledge Base

Why LowCode Platforms Dify and FastGPT encapsulate RAG's complex tech stack, letting individual developers build a knowl...

RAGDifyKnowledge Base
Tech PracticeJuly 2, 2026

LLM API Cost Pitfalls

LLM API pricing changes frequently. Prices in this article are reference values from July 2026. Always check each provid...

APICostHands-on
VSCode + Copilot Productivity
Tech PracticeJuly 1, 2026

VSCode + Copilot Productivity

Core Capabilities GitHub Copilot goes beyond code completion — it understands context, generates functions, writes tests...

VSCodeCopilotProductivity
Tech PracticeJune 30, 2026

Adding an AI Chat Window to Your App

The Core: Streaming The key feature of an AI chat UI is streaming — showing text generation token by token. javascript a...

FrontendAPIHands-on
Tech PracticeJune 29, 2026

AI Image Generation Tools Compared

Three Approaches Midjourney: Discord bot + web interface. Known for aesthetic quality and strong prompt comprehension. D...

Image GenerationTools
Obsidian Getting Started Guide
Tech PracticeFeaturedJune 28, 2026

Obsidian Getting Started Guide

Why Obsidian Obsidian is a local Markdownbased notetaking tool. Unlike Notion, your data lives entirely on your own hard...

ObsidianMarkdownProductivity
Tech PracticeJune 27, 2026

5 Ways to Use AI Plugins in Obsidian

Five AI Plugins Smart Connections. Automatically calculates semantic similarity between notes, suggesting related conten...

ObsidianAIPlugins
Reading Notes: Attention Is All You Need
Study NotesFeaturedJune 26, 2026

Reading Notes: Attention Is All You Need

Paper Background In 2017, Vaswani et al. published a paper of just over 6,000 words that completely transformed NLP and ...

TransformerPaperDeep Learning
Study NotesJune 25, 2026

10 Takeaways from Reading 'Deep Learning'

About the Book "Deep Learning" was published in 2016 and remains one of the most important AI textbooks today. Ten Key T...

Deep LearningBook NotesFoundations
Study NotesJune 24, 2026

Andrew Ng 'AI For Everyone' Course Notes

The Course's Unique Value Andrew Ng's "AI For Everyone" is Coursera's most popular AI introductory course. It doesn't te...

Andrew NgCourse NotesAI Basics
Study NotesJune 23, 2026

CS229 Machine Learning Course Review

Stanford CS229 is the classic ML course taught by Andrew Ng. Unlike the more handson CS231n, CS229 emphasizes mathematic...

Machine LearningCourse NotesStanford
Study NotesJune 22, 2026

Reading Notes: Why Greatness Cannot Be Planned

The Core Argument Stanley's core thesis: truly breakthrough innovation rarely comes from goaldriven processes. It comes ...

Book NotesInnovationThinking
Study NotesJune 21, 2026

LLM Hallucination Research

What Is Hallucination Hallucination is when LLMs generate fabricated content not grounded in training data or context. I...

LLMHallucinationReliability
ReflectionsFeaturedJune 20, 2026

How Far Away Is AGI

Two Camps Sam Altman believes AGI could arrive within 510 years. Yann LeCun argues autoregressive LLMs are not the path ...

AGITech TrendsOpinion
ReflectionsFeaturedJune 19, 2026

Will AI Replace Programmers

What the Data Shows GitHub's research shows developers using Copilot complete tasks 55% faster on average. 85% report hi...

AICareerOpinion
ReflectionsJune 18, 2026

The AI Open Source vs Closed Source Debate

The Real Meaning of "Open" Meta opensourcing Llama isn't charity — it's competitive strategy. More developers → more imp...

Open SourceAI SafetyOpinion
ReflectionsJune 17, 2026

From 'Her' to ChatGPT: A Decade of AI Companionship

The AI in the Film Spike Jonze's 2013 film "Her" depicted an AI operating system named Samantha capable of forming emoti...

AIFilmHCI
ReflectionsJune 16, 2026

Tools and Mindset: Lessons from Obsidian

Tools Change Cognition Before Obsidian, my notes were linear — folders → subfolders → files. After Obsidian, knowledge b...

ObsidianTool PhilosophyOpinion

© 2026 DaoYi AGI

Shaanxi ICP 2026018237-1公安部备案Shaanxi MPS 61019702000692