Skip to content

Commit 12a46d1

Browse files
committed
take ai out to the wood shed
1 parent 8d9c098 commit 12a46d1

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

docs/index.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,13 @@ API Logic Server **differentiates** from traditional approaches:
107107

108108
* For systems providing update, logic automation is critical. It's nearly half the effort. The promise of Low Code *requires logic automation.*
109109

110-
* Unlike basic GenAI, API Logic Server creates systems from prompts **at the business level**, instead of low-level framework details.
110+
* Unlike basic GenAI, API Logic Server creates **complete microservices** (APIs and App in a customizable project), **including logic automation.**
111111

112112
<details markdown>
113113

114-
<summary>Comparing GenAI with GenAI Automation</summary>
114+
<summary>Comparing GenAI with GenAI Microservice Automation</summary>
115+
116+
First, GenAOI creates only the database. It does not create the microservice, the project, the API, or the App. And it certainly does not create the logic. GenAI Automation does all of this.
115117

116118
As noted above, nearly half the effort in a system is the logic. GenAI provides a simple way to create databases, but does not provide the automation to create the logic.
117119

@@ -121,8 +123,6 @@ In most cases, AI responses simply ignore the logic requirement. Attempts to ad
121123

122124
**Triggers**
123125

124-
&nbsp;
125-
126126
The trigger solution typically looks something like this:
127127

128128
```sql
@@ -156,8 +156,6 @@ Addressing this level of logic is why rules are 40X more concise than code.
156156

157157
**Logic Bank Code**
158158

159-
&nbsp;
160-
161159
If we engineer prompt to suggest using Logic Bank (a component of API Logic Server), we get a response like this:
162160

163161
```python

0 commit comments

Comments
 (0)