52ffbce4 by Ean Schuessler

Possibilities dominate! 70% of content about what AI can actually do with real business systems

1 parent f41bb849
Showing 1 changed file with 22 additions and 29 deletions
...@@ -8,28 +8,35 @@ ...@@ -8,28 +8,35 @@
8 8
9 --- 9 ---
10 10
11 ## What It Is 11 ## 🚀 **THE POSSIBILITIES**
12 12
13 Moqui MCP puts AI into ERP systems - the software that runs every company. AI agents can now inhabit real corporate roles: purchasing, sales, HR, finance. 13 ### **Autonomous Business Operations**
14 - **AI Purchasing Agents**: Negotiate with suppliers using real inventory data
15 - **Dynamic Pricing**: Adjust prices based on live demand and supply constraints
16 - **Workforce Intelligence**: Optimize scheduling with real financial modeling
17 - **Supply Chain Orchestration**: Coordinate global logistics automatically
18
19 ### **Real-World Intelligence**
20 - **Market Analysis**: AI sees actual sales data, not just trends
21 - **Financial Forecasting**: Ground predictions in real business metrics
22 - **Risk Management**: Monitor operations for anomalies and opportunities
23 - **Compliance Automation**: Enforce business rules across all processes
24
25 ### **The Agentic Economy**
26 - **Multi-Agent Systems**: Sales, purchasing, operations AI working together
27 - **ECA/SECA Integration**: Event-driven autonomous decision making
28 - **Cross-Company Coordination**: AI agents negotiating with other AI agents
29 - **Economic Simulation**: Test strategies in real business environment
14 30
15 **Every product you touch passed through an inventory system. Now AI can touch it back.** 31 **Every product you touch passed through an inventory system. Now AI can touch it back.**
16 32
17 ## Why It Matters
18
19 - **Real consequences**: Actions hit actual financials, inventory, supply chains
20 - **Real accountability**: P&L impact, compliance enforcement, audit trails
21 - **Real operations**: Not simulations - live business processes
22 - **Real scale**: From corner stores to global supply chains
23
24 Foundation for autonomous business operations (ECA/SECA systems).
25
26 --- 33 ---
27 34
28 ### 💬 **From the Maintainer** 35 ### 💬 **From the Maintainer**
29 36
30 [![GitHub Avatar](https://github.com/schue.png?s=16)](https://github.com/schue) 37 [![GitHub Avatar](https://github.com/schue.png?s=16)](https://github.com/schue)
31 38
32 > *"Cut the junk. Ideas for JobSandbox integration?"* 39 > *"Ideas for JobSandbox integration?"*
33 40
34 **Your input shapes the roadmap.** 41 **Your input shapes the roadmap.**
35 42
...@@ -39,23 +46,9 @@ Foundation for autonomous business operations (ECA/SECA systems). ...@@ -39,23 +46,9 @@ Foundation for autonomous business operations (ECA/SECA systems).
39 46
40 ## 🛡️ **Security: Deterministic by Design** 47 ## 🛡️ **Security: Deterministic by Design**
41 48
42 **Plugin uses ADMIN context for discovery, enforces user permissions for access.** 49 **ADMIN for discovery, user permissions enforced for access.** All screens, services, and entities controlled by Moqui's Artifact permissions.
43
44 ### **How It Works**
45 - **Discovery Phase**: Plugin uses ADMIN context to find all available screens
46 - **Permission Check**: User permissions enforced before any screen access
47 - **No Escalation**: Users can only access screens they're authorized for
48 - **Deterministic**: Predictable security boundaries, no privilege bypass
49
50 ### **Security Model**
51 - **Complete Discovery**: See all screens that exist in the system
52 - **User Enforcement**: Access limited to user's actual permissions
53 - **Service Control**: All service invocation strictly controlled by Artifact permissions
54 - **Entity Access**: Entity queries limited by ArtifactAuthzCheckView permissions
55 - **Audit Safe**: All actions logged and traceable to real users
56 - **Container Isolation**: Run in Docker/Kubernetes with separate databases
57 50
58 **Result**: Elegant design - discover everything, enforce user permissions strictly. 51 [📖 Full Security Details](docs/SECURITY.md) | [🔧 Container Setup](docs/DEPLOYMENT.md)
59 52
60 ## Overview 53 ## Overview
61 54
......