Execution model
Rainy MaTE follows a plan-and-act loop:
- Interpret your goal.
- Break into executable steps.
- Select tools per step.
- Run steps with Airlock checks.
- Stream progress and continue until done or interrupted.
Why this matters
This model lets you keep fast automation while preserving control over risky operations.
Airlock levels in workflows
Operational recommendations
- Keep
Dangerous actions manually approved in production.
- Start with narrow prompts and expand after success.
- Use activity logs in Rainy ATM to audit execution behavior.
Do not run broad destructive requests without explicit scope and approval.