Skip to content

Commit 7e744d8

Browse files
Update README.md
1 parent bb37dff commit 7e744d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ print(response)
8484
```
8585

8686
### Agentic if statement
87-
We believe the best way to build agents is to use normal Python programs with "agentic IF statements". This way, 90% of the flow is still deterministic
88-
with a few decisions made by a model. This avoids complex abstractions that agentic frameworks introduce with make agents unreliable and hard to debug.
87+
We believe the best way to build agents is with normal Python programs and simple “agentic if statements.”
88+
That way, 90% of the logic stays deterministic, and the model only steps in when needed. No complex abstractions, no framework magic - just code you can trust and debug.
8989

9090
```python
9191
from litai import LLM

0 commit comments

Comments
 (0)