Optimization Areas
- Model selection for cost and performance balance
- Execution mode configuration for workflow efficiency
- Context management for large codebases
- Per-project and workspace-level customization
Speed vs Thoroughness Tradeoffs
Balance execution speed against analysis depth based on task requirements.- Speed-Critical
- Thoroughness-Critical
- Hybrid Approach
Configuration:
- Model: Claude Haiku 4.5 (fast, cost-efficient)
- Execution Mode: Agent Mode for direct execution
- Use Cases: Quick fixes, routine operations, simple tasks
- Fastest response times
- Minimal interruptions
- Lower credit consumption
Project-Specific Configuration
Project Rules (AGENTS.md)
- Location: Project root directory or workspace folder
- Scope: Applied only to the current project
- Version Control: Commit to git for team-wide standards
- Content: Coding standards, testing requirements, architectural patterns
Configuration Priority
When configurations conflict, Verdent applies this priority order:- Project Rules (AGENTS.md) - Highest priority (project-specific)
- Workspace Settings - Application workspace-level settings
- User Rules - Global user preferences (Settings → User Rules)
- Default Settings - Verdent’s built-in defaults
Context Management for Large Projects
- Subagents
- File Selection
- Task Chunking
- Plan Mode
- Delegate complex operations to subagents with separate context windows
- Only subagent results consume main context, not entire process
- Prevents main context from filling with implementation details
Multi-workspace scenarios automatically apply appropriate project rules when switching workspaces. No manual configuration switching required.
Desktop-Specific Optimization
Parallel Agent Efficiency
Verdent’s parallel execution capability requires optimization consideration:- Resource Allocation
- Workspace Distribution
When Running Multiple Agents:
- Each agent maintains independent context
- CPU and memory usage scales with active agents
- Network requests parallelize for faster completion
- Limit concurrent agents on resource-constrained machines
- Use Claude Haiku 4.5 for routine parallel tasks
- Reserve Claude Sonnet 4.5 for complex individual tasks
Performance Optimization
Model Selection Strategy
| Task Type | Recommended Model | Reason |
|---|---|---|
| Quick fixes | Claude Haiku 4.5 | Speed and cost |
| General development | Claude Sonnet 4.5 | Best tradeoff |
| Complex architecture | Claude Sonnet 4.5 1M | Extended context |
| Parallel routine tasks | Claude Haiku 4.5 | Resource efficiency |
Execution Mode Strategy
| Scenario | Recommended Mode | Reason |
|---|---|---|
| Learning new codebase | Plan Mode | Safe exploration |
| Active development | Agent Mode | Full capabilities |
| Production changes | Plan Mode first | Review before execution |
Cost Optimization
Credit Efficiency
Balance credit consumption against productivity:- Cost Reduction
- Value Maximization
Strategies:
- Use Claude Haiku 4.5 for routine tasks (lower credit consumption)
- Use
@verifierfor quick validation (separate context) - Break large tasks into smaller sessions
- Use Plan Mode to avoid wasted execution context
Monitoring Credit Usage
Track consumption in the User Menu:- Credit balance: Current credits remaining
- Subscription details: Plan information
- Top-up options: Purchase additional credits
FAQs
How do I optimize for large codebases?
How do I optimize for large codebases?
Large codebase optimization strategies:
- Use subagents strategically:
@verifierpreserves main context - Read files selectively: Use
@filenamefor specific files only - Chunk large tasks: Break features into smaller, focused sessions
- Use Plan Mode first: Plan approach before consuming execution context
What's the best configuration for team collaboration?
What's the best configuration for team collaboration?
Recommended team configuration:
- Project Rules (AGENTS.md): Commit shared coding standards
- Plan Mode for changes: Review approach before execution
- Auto Generate Code Review: Enable for quality assurance
How do parallel agents affect performance?
How do parallel agents affect performance?
Resource impact:
- CPU: Linear scaling with active agents
- Memory: Each agent maintains separate context
- Network: Parallel API requests
- 2-3 concurrent agents optimal for most machines
- Use Claude Haiku 4.5 for parallel tasks
- Monitor system resources during heavy parallel work