summaryrefslogtreecommitdiff
path: root/content/blog/2026-01-26-good-for-people-good-for-agents-documentation-and-uniform-tooling.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/blog/2026-01-26-good-for-people-good-for-agents-documentation-and-uniform-tooling.md')
-rw-r--r--content/blog/2026-01-26-good-for-people-good-for-agents-documentation-and-uniform-tooling.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/content/blog/2026-01-26-good-for-people-good-for-agents-documentation-and-uniform-tooling.md b/content/blog/2026-01-26-good-for-people-good-for-agents-documentation-and-uniform-tooling.md
index b4735a3..e048cba 100644
--- a/content/blog/2026-01-26-good-for-people-good-for-agents-documentation-and-uniform-tooling.md
+++ b/content/blog/2026-01-26-good-for-people-good-for-agents-documentation-and-uniform-tooling.md
@@ -94,8 +94,9 @@ This will give the agent a better starting point, and will output code that is m
- Prefer keeping generic functionality at the core, with specific logic at the leaves.
```
-And that’s it. The code quality will be better, and by allowing calls to `make`,
-easier to run without interruptions.
+And that’s it. It's a small change on your end, and you'll get higher quality
+code for every prompt, and easier hands-free development around patterns
+like red green refactors, or benchmark optimizations.
You can read more about these practices in the wiki pages for
[Central Documentation Repository](https://wiki.r.bdr.sh/view/central-documentation-repository),