AI

14 posts

aiclaude-codeagentskill

Writing Your Own Claude Code Skill / Agent

Frontmatter rules and practical examples for authoring custom SKILL.md files and subagent definitions.

6 min read
aiclaude-codeagentskill

Claude Code Skill / Agent -- Overview and How They Work

What Claude Code Skills and Subagents are, how they work internally, and when to reach for each.

5 min read
aimcpjavaspring-boot

MCP Server Building Guide -- Spring Boot Edition

How to build an MCP server with Spring AI, define Tools and Resources, and connect them to AI.

5 min read
aimcppythonLLM

MCP Server Building Guide -- Python Edition

How to implement Tools, Resources, and Prompts with Python FastMCP using the Model Context Protocol.

6 min read
aiLLMopenaiGPU

2026 LLM Model Comparison: System Specs and Use Cases by Size

A side-by-side comparison of major LLM parameters, VRAM, and GPU requirements.

7 min read
aiwebglossaryprompt

Essential Glossary for Requesting Web Development from AI

Standard terminology organized by domain for clear communication with AI in web development.

7 min read
aiLLMfine-tuningLoRA

Practical Guide to LLM Fine-Tuning: From LoRA to SFT

Core concepts of fine-tuning through practical LoRA/QLoRA code examples.

6 min read
aiLLMpromptlangchain

A Practical Guide to Prompt Engineering

Key prompting techniques for getting the responses you want from LLMs.

6 min read
aiRAGLLMlangchainvector-db

The Complete Guide to RAG Development Methodology

A step-by-step guide from RAG core concepts to Python implementation.

5 min read
aiLLMjsonfunction-calling

AI Structured Output -- JSON Mode and Function Calling

How to get structured JSON responses from LLMs, including function calling and tool use.

6 min read
aiLLMollamalocal

Local LLM Execution Guide -- Ollama, llama.cpp, vLLM

How to run LLMs even without a GPU, plus tool-specific features and model selection criteria.

6 min read
aiagentLLMdesign-patterns

AI Agent Design Patterns -- ReAct, Plan-and-Execute, Multi-Agent

Comparing major AI agent architecture patterns and implementation approaches.

7 min read
aivector-dbragdatabase

Vector Database Comparison -- Chroma, Pinecone, Weaviate, pgvector

Comparing characteristics, performance, pricing, and use cases of vector DBs essential for RAG.

6 min read
ailangchainLLMpython

Getting Started with LangChain -- Chains, Agents, and Memory

Core LangChain concepts including chain composition, agents, and conversation memory with Python examples.

7 min read