Skip to content

Quick Reference

Fast access to commands, patterns, and solutions.

Tools at a Glance

ToolPrimary UseSkill LevelInstall
Claude CodeAI-assisted codingDevelopernpm i -g @anthropic-ai/claude-code
FlowiseAINo-code AI agentsBeginnernpx flowise start
n8nWorkflow automationIntermediatenpx n8n
VectorShiftNo-code AI appsBeginnerWeb-based
LangChainAI app frameworkDeveloperpip install langchain
OllamaLocal LLMsAnyDownload from ollama.ai

Common Patterns

RAG Chatbot (Retrieval Augmented Generation)

Document Loader → Text Splitter → Embeddings → Vector Store → Retriever → LLM

AI Agent Architecture

LLM + Tools + Memory + Prompt Template

Workflow Automation

Trigger → Process → AI → Action → Output

Jump to Section

Tutorials by Leon van Zyl. Site generated with AI assistance.