summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorRuben Beltran del Rio <jj@r.bdr.sh>2026-01-27 16:33:53 +0100
committerRuben Beltran del Rio <jj@r.bdr.sh>2026-01-27 16:33:53 +0100
commiteb7e406f07db550d47c2eafcf35d56862cade0f8 (patch)
treecc976be841c9acc39c9f08fdd329029e6886e4cc /content
parentd3345d8909f65e051d144b32a59507ee2a4cbb0c (diff)
Adjust closing statement.
Diffstat (limited to 'content')
-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),