AI Programming
9 posts

Claude Code Memory System: The Complete Guide to Making Your AI Assistant Remember Your Project
Deep dive into Claude Code’s memory mechanisms: Auto Memory vs CLAUDE.md, hierarchical memory structure, modular rules configuration, making your AI assistant truly remember your project habits.

RAG in Practice: Stop Making Your LLM Take Closed-Book Exams
A practical RAG tutorial: build an enterprise knowledge base Q&A system in 4 steps using embedding vector search and Claude. Contextual Retrieval cuts retrieval failure from 5.7% to 1.9%, with full Python code and Voyage AI model comparison.

Tool Use: Teach AI to Make Phone Calls and Get Help When It's Stuck
Claude can’t do math or query databases on its own. But you can teach it to ‘make phone calls’ — give it the numbers for calculators, databases, and other tools, and let it dial when needed.

Prompt Chaining: Make AI Check Its Own Work and Double Accuracy
Writing requires revision, and so do AI responses. Learn how to use prompt chaining to make Claude self-review and improve, dramatically boosting response accuracy. Like having AI write a draft, check it, polish it, and hand you a perfect final answer.

Prompt Engineering Lesson 2: Clear and Direct is King
Anthropic’s official tutorial chapter 2: Why does Claude keep missing the point? Because your prompts aren’t clear enough. Learn this one trick to make AI understand you precisely.

How Claude Code LSP Makes AI Coding Feel Like Turn-by-Turn Navigation
Claude Code 2.0.74 now has native LSP support—it can jump to definitions and find references just like VS Code, no more blind grep searches

How I Use Skills to Turn My AI Assistant into a Loyal Workmate
Step-by-step guide to using Skills so Codex and Claude shift from generalists into assistants that follow your playbook.

Codex Skills Tips: Transform Your AI Coding Assistant into a Pro
Learn how to configure and use OpenAI Codex Skills to transform your AI coding assistant from a generalist into a domain expert.

Role Prompting: Prompt Engineering Lesson 3 - Make Claude Think Like Someone Else
Anthropic Official Tutorial Chapter 3: Learn how to assign roles to Claude, making it respond with different identities, styles, and thinking patterns. Master this Claude prompting technique to get better AI responses.