Overview
MACH-AI has two distinct AI modes, each optimized for different tasks.
Architect Mode
Best for: Planning, designing, and implementing projects.
/mode architect
Design a social media platform with user profiles, posts, and real-time chat
The Architect will: - Create system architecture - Design database schema - Plan API endpoints - Define project structure - Generate production-ready code
Ask Mode
Best for: Questions, explanations, and debugging.
/mode ask
How does the authentication system work?
Ask mode can: - Explain code - Debug issues - Suggest improvements - Answer technical questions
Switching Modes
/mode architect
/mode ask