Skip to content

Commit 890a235

Browse files
Copilothotlong
andcommitted
Address code review feedback: use more conservative language for claims
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 26abfd5 commit 890a235

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

content/docs/concepts/protocol-ai.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Model updates daily as new data arrives.
162162
- **API Protocol:** Expose AI endpoints as REST APIs (`/api/chat`, `/api/predict`)
163163
- **Automation Protocol:** Agents trigger workflows (e.g., "Create task if churn risk > 80%")
164164

165-
**Key insight:** AI Protocol turns ObjectStack into a **semantic layer**. Instead of writing SQL or clicking dashboards, users **ask questions** and get answers. The protocol translates intent → query → result → natural language response.
165+
**Key insight:** AI Protocol enables a **conversational interface** to your data. Instead of writing SQL or clicking dashboards, users **ask questions** and get answers. The protocol translates intent → query → result → natural language response.
166166

167167
## Technical Reference
168168

content/docs/concepts/protocol-automation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ All automated. Sales reps just move stages; everything else happens automaticall
154154
3. Send email to customer
155155
4. If balance > $10K, notify compliance team
156156

157-
**Value:** Zero compliance violations. Passed audit on first attempt. $500K fine avoided.
157+
**Value:** Significantly reduced compliance violations. Passed audit on first attempt. Avoided potential regulatory fines.
158158

159159
### Multi-Channel Notifications
160160
**Challenge:** When a critical event occurs (e.g., server down, fraud detected), ops team must be notified via email, Slack, PagerDuty, and SMS.

content/docs/concepts/protocol-data.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The **Data Protocol** is the foundation of ObjectStack's data layer (ObjectQL).
5959
- Enables full-text search
6060
- Tracks field history for compliance
6161

62-
**Real-world impact:** A 3-person startup can build a CRM with the same data model sophistication as Salesforce, without hiring database architects or DevOps engineers.
62+
**Real-world impact:** A 3-person startup can build a CRM with enterprise-grade data modeling capabilities comparable to major platforms, without hiring database architects or DevOps engineers.
6363

6464
### Rich Field Types
6565
ObjectStack provides **20+ specialized field types** that encode business semantics, not just data types:

0 commit comments

Comments
 (0)