Redirecting to original paper in 30 seconds...

Click below to go immediately or wait for automatic redirect

arxiv_ai 90% Match Research Paper AI Researchers,Machine Learning Engineers,Developers of AI Assistants,NLP Practitioners 2 weeks ago

Adaptive Minds: Empowering Agents with LoRA-as-Tools

large-language-models › model-architecture
📄 Abstract

Abstract: We present Adaptive Minds, an agentic system that treats LoRA adapters as domain-specific tools. Instead of relying on a single fine-tuned model or rigid rule-based routing, our approach empowers the base LLM itself to act as a semantic router analyzing each query and dynamically selecting the most relevant LoRA tool. This enables the agent to seamlessly switch between different domain experts on demand. By combining the flexibility of multi-agent orchestration with the efficiency of parameter-efficient fine-tuning, Adaptive Minds delivers accurate, specialized responses while preserving conversational ability. The system is built with LangGraph for workflow management, supports both API and web interfaces, and is fully open source, providing a scalable and extensible foundation for domain-adaptive AI assistance.
Authors (2)
Pavan C Shekar
Ashwanth Krishnan
Submitted
October 17, 2025
arXiv Category
cs.AI
arXiv PDF

Key Contributions

Adaptive Minds presents a system that treats LoRA adapters as domain-specific tools, with the base LLM acting as a semantic router. This allows dynamic selection of the most relevant LoRA tool for each query, enabling specialized responses while maintaining conversational ability and offering efficient, parameter-efficient fine-tuning.

Business Value

Enables the creation of highly adaptable AI assistants that can specialize in various domains without requiring separate, large models for each. This leads to more versatile and cost-effective AI solutions.