Skip to content

Commit 632f0cb

Browse files
committed
Refine the 'context pollution' explanation for improved conciseness
1 parent e51d85f commit 632f0cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Available in VS Code, Cursor, and other forks.
1919

2020
- **Non-agentic is predictable.** Granular control over context let you scope the model appropriately to the task and build intuition for its outputs.
2121
- **Non-agentic is blazing fast.** Eliminate the need for long-running planning and file lookups. A single prompt generates a complete set of changes across all necessary files in a single response.
22-
- **Non-agentic avoids context pollution.** When the model isn't getting your intent on the first try, you just adjust the prompt and resend without distracting the model with previous attempts.
22+
- **Non-agentic avoids context pollution.** When the model isn't getting your intent on the first try, you just adjust the prompt and resend without distracting it with previous attempts.
2323
- **Non-agentic is cost-efficient.** Choose the model type according to the complexity of the task, not the overall codebase.
2424

2525
### Guiding principles

0 commit comments

Comments
 (0)