Back to Tags
AI Architecture
2 items tagged with "ai-architecture"
Filter by type:
Comparisons2
Comparison
RAG vs Fine-Tuning
Retrieval-augmented generation injects external knowledge at query time; fine-tuning bakes behavior into model weights. They solve different problems and often combine.
Comparison
AI Agents vs Workflows
Agentic systems let an LLM decide its own steps and tool use; workflows orchestrate LLMs through predefined paths. The choice trades flexibility against predictability.