Glossary — Agentic AI
What is Fine-Tuning?
Fine-tuning is the process of further training a pre-trained language model on a domain-specific dataset to improve its performance on particular tasks.
WHY IT MATTERS
Pre-trained LLMs are generalists. Fine-tuning makes them specialists. By training on curated examples — financial analysis formats, trading decision patterns — the model learns to perform domain tasks more reliably.
Approaches range from full model training (expensive) to parameter-efficient methods like LoRA and QLoRA that modify a small fraction of weights.
For agent development, fine-tuning can improve tool use accuracy and reduce hallucination in domain-specific contexts. But it's not a substitute for runtime guardrails.