LLMs
LLM Categories?
Help people understand the capabilities of LLMs, to allow them to know what kinds of products they can build with them.
In understanding what AI can and canβt do, and how to turn your AI product into reality, itβs very useful to understand the different custom AI options that are currently available. The following is a brief summary of the current llm ecosystem, and how they can be used.
Understanding what AI is good at vs. not will help you save time and money!
- Prompting
- Fine-tuning
- RAG
- Agents
- Custom ml-models
How they Work
Example applications
Comparing LLM Functionalities
Method | Basic Functionality | Complexity | Data/Compute Req | Price | Customizability | Business Use Cases |
---|---|---|---|---|---|---|
Prompting LLM | Generate responses with carefully crafted prompts; fast, low effort. | β ββββ | β ββββ | $ | β ββββ | General-purpose use: quick tasks, chatbots, content generation, brainstorming ideas. |
Fine-Tuned LLMs | LLM is tailored to specific tasks or domains by training on additional data. | β β βββ | β β β β β | $$ | β β β β β | Domain-specific tasks: customer support, technical writing, product recommendations, research assistance. |
LLM with RAG | Combines LLM outputs with retrieval from external data sources for real-time knowledge. | β β β ββ | β β β ββ | $$ | β β β β β | Knowledge-intensive tasks: legal queries, medical diagnostics, enterprise data retrieval, personalized recommendations. |
LLM Agents | Use LLMs for multi-step reasoning and orchestration across tools/APIs. | β β β β β | β β β β β | $$$ | β β β β β | Complex automation: customer workflows, advanced research, multi-step decision-making, API orchestration. |
Custom ML Models | Fully tailored model built from scratch for a specific task or domain. | β β β β β | β β β β β | $$$$$ | β β β β β | Highly specialized tasks: fraud detection, unique domain applications, proprietary systems, custom business logic. |
[P1] RAG vs. fine-tuning decision-tree
Access Denied
You don't have permission to view this content.
Please sign in to access this content.