Skip to content

Commit 95f1d25

Browse files
Fix grammatical error in KnowCode.md
1 parent e0d0b0c commit 95f1d25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

KnowCode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## **0\. Guiding Principle (sets the tone)**
44

5-
Codebase are deterministic. So, information extraction from it should be 100% local and 100% deterministic. Making it consumable by a human (to help one understand what the code is/ does) or an AI agent (to save the pricey tokens consumption of the frontier LLMs you set it to work with) should therefore be a simple, local-to-your-machine solution at negligible cost.
5+
A codebase is deterministic. So, information extraction from it should be 100% local and 100% deterministic. Making it consumable by a human (to help one understand what the code is/ does) or an AI agent (to save the pricey tokens consumption of the frontier LLMs you set it to work with) should therefore be a simple, local-to-your-machine solution at negligible cost.
66

77
This is what drives KnowCode!
88

0 commit comments

Comments
 (0)