AI workflows
QTable’s AI direction is designed around the same Table / View / Dashboard / Permission models used by manual work.
A typical path is:
Describe a goal ↓Generate workspace / tables ↓Plan tasks ↓Estimate workload and schedule ↓Suggest assignees ↓Diagnose project risks ↓Preview and apply actionsPreview → Confirm → Apply
Section titled “Preview → Confirm → Apply”AI action plans are intended to keep mutation explicit:
- AI reads only context the current user is allowed to see.
- A proposed action plan is generated.
- Preview operations do not mutate business data.
- The user can inspect or partially accept the plan.
- Apply operations re-check permission and optimistic/concurrent state.
Provider configuration
Section titled “Provider configuration”The current codebase supports OpenAI-compatible and DeepSeek-compatible paths. API keys are stored through the application’s encrypted AI configuration flow rather than committed to source control.
Core table functionality can be used without an external AI provider.