Skip to content

Commit ad0a24b

Browse files
committed
Remove periods from the "Why non-agentic?" subheadings
1 parent 99ce72c commit ad0a24b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ Available in VS Code, Cursor, and other forks. **100% free and open-source.**
1717

1818
### Why non-agentic?
1919

20-
**Non-agentic is predictable.** \
20+
**Non-agentic is predictable** \
2121
Granular control over context let you scope the model precisely to the task and develop intuition for its outputs.
2222

23-
**Non-agentic is cost-efficient.** \
23+
**Non-agentic is cost-efficient** \
2424
Match the model to the task's complexity, not the entire codebase's. This lets you use lighter, faster, and cheaper models, saving time and money.
2525

26-
**Non-agentic is blazing fast.** \
26+
**Non-agentic is blazing fast** \
2727
A single prompt yields a complete set of changes across all necessary files—no need to wait for a multi-step agent to finish.
2828

29-
**Non-agentic avoids context pollution.** \
29+
**Non-agentic avoids context pollution** \
3030
When the model isn't getting your intent on the first try, just adjust context, instructions and resend without distracting it with previous attempts.
3131

3232
| | Non-agentic | Coding agents |

0 commit comments

Comments
 (0)