diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2026-01-27 16:33:53 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2026-01-27 16:33:53 +0100 |
| commit | eb7e406f07db550d47c2eafcf35d56862cade0f8 (patch) | |
| tree | cc976be841c9acc39c9f08fdd329029e6886e4cc /content | |
| parent | d3345d8909f65e051d144b32a59507ee2a4cbb0c (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.md | 5 |
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), |