Skip to content

Commit 94ad01e

Browse files
committed
Correct typos in the README
1 parent 2978c0c commit 94ad01e

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
@@ -19,8 +19,8 @@
1919

2020
- **Great software is a chain of carefully considered decisions.** Because LLMs can't truly reason and don't know their own limitations, delegating decision-making may create hard-to-debug weak links; furthermore a lack of practice may impair our own abilities in creating strong ones.
2121
- **Programming is about building mental models.** Being right about what to show to the model leads to predictability of its outputs. Getting the job done in a single turn is an ultimate goal.
22-
- **Context, once polluted, won't recover.** Whenever the model is not getting your intent on first try, a conversation will, most of the times, only make it more confused and errorous. Adjust included files, instructions and start afresh.
23-
- **Agents can fail you and are expensive.** Pattern-matching technology backinig them is sufficient and encouraging as you begin, but with ever-increasing complexity of real-world projects you may get stuck in unseen in training datasets territories. Your bills can skyrocket when you happen to run in circles.
22+
- **Context, once polluted, won't recover.** Whenever the model is not getting your intent on first try, a conversation will, most of the times, only make it more confused and erroneous. Adjust included files, instructions and start afresh.
23+
- **Agents can fail you and are expensive.** Pattern-matching technology backing them is sufficient and encouraging as you begin, but with ever-increasing complexity of real-world projects you may get stuck in unseen in training datasets territories. Your bills can skyrocket when you happen to run in circles.
2424

2525
**Guiding principles**
2626

0 commit comments

Comments
 (0)