What Is Particle Mode? The Modular Prompt Builder Explained
Learn how Cuadra AI's Particle Mode simplifies AI configuration with modular, reusable prompt building blocks that work across all LLM providers.
What Is Particle Mode? The Modular Prompt Builder Explained
Particle Mode is Cuadra AI's approach to configuring AI behavior without writing complex system prompts. Instead of one monolithic prompt, you compose behavior from reusable building blocks called "particles" that work across all LLM providers.
The Problem with Traditional Prompts
Traditional system prompts have issues:
- Hard to maintain — As prompts grow longer, they become difficult to edit
- Not reusable — You rewrite similar instructions for each project
- Provider-specific — Prompts optimized for GPT-4 may not work well on Claude
- Require expertise — Effective prompt engineering is a specialized skill
Particle Mode solves these problems with modularity.
The Five Particle Categories
Every AI behavior can be broken into five categories:
1. Role
Define who your AI is.
Example particles:
- Customer Support Agent
- Technical Documentation Expert
- Sales Consultant
- Executive Assistant
2. Tone
Set how your AI communicates.
Example particles:
- Professional & Formal
- Friendly & Casual
- Technical & Precise
- Empathetic & Supportive
3. Guardrails
Add safety and boundary constraints.
Example particles:
- No Personal Advice
- Stay On Topic
- No Competitor Mentions
- Privacy Compliant
4. Constraints
Define output rules.
Example particles:
- Maximum 200 Words
- Always Cite Sources
- Include Next Steps
- No Jargon
5. Format
Structure response output.
Example particles:
- Bullet Points
- JSON Output
- Markdown
- Numbered Steps
How Particles Work Together
You combine multiple particles to create your AI's behavior. For example:
Customer Support Bot:
- Role: Customer Support Agent
- Tone: Friendly & Professional
- Guardrails: Stay On Topic, No Competitor Mentions
- Constraints: Include Ticket Link
- Format: Bullet Points
Technical Documentation AI:
- Role: Technical Documentation Expert
- Tone: Technical & Precise
- Guardrails: Accuracy First
- Constraints: Always Include Code Examples
- Format: Markdown with Headers
Why Particles Are Provider-Agnostic
Here's the key insight: the same particle combination works across GPT-4, Claude, Gemini, and Mistral.
Cuadra AI translates your particle configuration into provider-optimized prompts automatically. This means:
- Switch providers without rebuilding configurations
- Test different models with the same setup
- Future-proof your AI as new models launch
Creating Custom Particles
Beyond pre-built particles, you can create your own:
- Name your particle
- Write the instruction content
- Assign to a category
- Save and reuse across models
Custom particles are perfect for company-specific rules, industry terminology, or unique use cases.
Particle Mode vs Manual Prompts
| Feature | Particle Mode | Manual Prompts |
|---|---|---|
| Reusability | ✓ Share across models | ✗ Rewrite each time |
| Provider-agnostic | ✓ Works on all LLMs | ✗ Optimize per provider |
| Maintenance | ✓ Edit one place | ✗ Update everywhere |
| Learning curve | ✓ Visual builder | ✗ Prompt engineering |
Getting Started with Particle Mode
- Open your model settings in the Cuadra AI dashboard
- Select the Particles tab
- Choose particles from each category or create custom ones
- Test in the playground to see how they work together
- Deploy when satisfied
Particle Mode is available on all Cuadra AI plans, including Free.
Frequently Asked Questions
Related Articles
Deploying Your AI Model to Production: A Practical Guide
Learn how to deploy your AI model to production using Cuadra AI's API. From getting your API keys to handling errors, this guide covers everything you need for production deployment.
What Makes a Great AI Assistant? Principles and Best Practices
Discover the key principles that make AI assistants effective, helpful, and valuable. Learn best practices for building AI assistants that users love.
Building a Customer Support Chatbot: A Complete Use Case Guide
Learn how to build a 24/7 customer support chatbot using Cuadra AI. From uploading your documentation to deploying via API, this guide walks you through every step.