05 / Contents · Daily — video + notes
Contents
// study log · video + 교안Once a day — record a video and write a doc.
latest
C-022Day 222026.06.17
Floating Point Numbers and Calculation Precision Errors
Why computers cannot exactly represent decimal fractions due to binary representation, causing unexpected calculation results like 0.1+0.2≠0.3
#floating-point#binary#ieee754#precision#data-types#numerical-error
▶ 9:52open sheet →
previous
- C-021Day 21OpenViking: Systematic Context Management for AI AgentsLearn how OpenViking applies file-system paradigm to unify agent context management, reducing token costs by 91% while improving task completion.#context-management#ai-agents#llm-optimization2026.06.09
- C-020Day 20GraphRAG & Knowledge Graphs: Overcoming RAG LimitationsMaster GraphRAG in 30 minutes: Understand how knowledge graphs overcome RAG limitations and build semantic search with Neo4j and LangChain.#graphrag#rag#knowledge-graph2026.06.08
- C-019Day 19Optimizing LLMs for Private AI: Distillation and QuantizationMaster model distillation and quantization techniques to optimize open-source LLMs for private AI deployment with practical memory calculations and real-world strategies.#llm#quantization#distillation2026.06.05
- C-018Day 18Why Single-Threaded Redis Handles Hundreds of Thousands of QPSWhy Redis's single-threaded architecture achieves extreme performance through in-memory design, I/O multiplexing, and optimized data structures.#redis#architecture#ioMultiplexing2026.05.27
- C-017Day 17AI as Operating System: Designing AI-Native OrganizationsYC partner Diana Hu reveals how fast-growing startups embed AI as their operating system through closed-loop workflows, enabling small teams to achieve outcomes that used to require entire departments.#ai-native#team-strategy#organizational-design2026.05.27
- C-016Day 16Building High-Quality UI Prototypes with Claude Design SystemsMaximize Claude Design performance with design systems, then build interactive prototypes using PRD-based workflow and Claude Code integration#claude-design#design-system#ui-kit2026.05.22
- C-015Day 15GitFlow vs Trunk-based: Branching Strategies for Team CollaborationCompare two Git branching strategies for multi-developer teams—GitFlow for stability and Trunk-based for speed—with criteria to choose the right approach.#gitflow#trunk-based#git2026.05.20
- C-014Day 14/goal Feature in Claude Code: Mastering RAFL LoopLearn how Claude Code's /goal feature automates goal completion through RAFL Loop, from theory to implementation.#claudecode#raflloop#aiagents2026.05.19
- C-013Day 13AI Output Evolution: Embracing HTML Over MarkdownWhy AI should shift from Markdown to HTML: exploring the five advantages and practical applications of HTML as the new standard for AI-generated content.#html#markdown#claude2026.05.17
- C-012Day 12DOCX is ZIP: Understanding Office File Structure and AutomationOffice files are ZIP archives containing XML data, enabling code-based document automation and manipulation.#office#xml#automation2026.05.14
- C-011Day 11OpenCode: Open-Source AI Coding Agent Supporting Any LLM ModelLearn OpenCode, an open-source CLI coding agent supporting any LLM, and extend it with Oh-My-OpenCode orchestration plugin#opencode#coding-agent#llm2026.05.13
- C-010Day 10LoRA Fine-Tuning: Efficient Model Adaptation with Low-Rank MatricesMaster LoRA: update just 0.1–1% of parameters via low-rank matrices to efficiently fine-tune large language models without full retraining.#lora#fine-tuning#parameter-efficiency2026.05.11
- C-009Day 09GEO in the AI Era: Optimizing Content for Generative SearchLearn GEO (Generative Engine Optimization) strategies to get your content cited in AI-generated search responses from ChatGPT and Perplexity in the evolving search landscape.#geo#seo#생성형ai2026.05.08
- C-008Day 08Complete MCP Guide: From Concepts to Custom ImplementationMaster connecting LLMs with external tools: understand MCP fundamentals, integrate existing protocols, and build custom MCP servers with FastMCP#mcp#llm#fastmcp2026.05.07
- C-007Day 07Harness Engineering: Mastering AI Agent Control and ReliabilityLearn Harness Engineering: how to structurally prevent AI agents from repeating mistakes through CLAUDE.md, automated enforcement, and garbage collection#ai#harness-engineering#claude-code2026.05.03
- C-006Day 06Understanding the Observer PatternA design pattern that automatically notifies multiple observers when a subject's state changes#design-pattern#observer#publisher-subscriber2026.05.03
- C-005Day 05The 4 Principles of Effective AI Collaboration: Behind GitHub's 100k-Star CLAUDE.mdHow a simple 65-line CLAUDE.md guide transformed AI code generation: four principles to make AI assistants work precisely as intended#claude#ai#code-generation2026.05.03
- C-004Day 04Replace Boolean Flags with the Policy Pattern in PythonLearn to replace boolean flags and growing conditionals with composable policy objects for cleaner, scalable Python code#python#design-patterns#policy-pattern2026.05.03
- C-003Day 03Harness Engineering | Building Autonomous AI Systems with Constrained BoundariesLearn to build autonomous AI systems through the evolution from prompt to harness engineering using OpenAI's 5-month project case study, enabling AI to self-manage planning, implementation, testing, and debugging within constrained boundaries.#하네스엔지니어링#프롬프트엔지니어링#컨텍스트엔지니어링2026.05.03
- C-002Day 02Modulo Bias in Game Probability SystemsModulo bias in C's rand() function distorts game drop rates, causing probability calculation errors.#modulo-bias#random-number-generation#probability2026.05.02
- C-001Day 01FastAPI Dependency Injection — making it usableWhy FastAPI's Depends is not just import-replacement, and patterns for handling async/session/auth in one flow.#fastapi#di#python2026.05.01