From 6d4339eda9698365ea3fa538376f8fbafc3d8065 Mon Sep 17 00:00:00 2001 From: HiranoMasaaki Date: Thu, 12 Mar 2026 18:54:15 +0900 Subject: [PATCH] docs: clarify that simplicity applies to user's app, not the harness The previous wording "Keep it simple and reliable" could be misread as claiming Perstack itself is simple. The intent is that Perstack absorbs harness complexity so the user's agentic app stays simple and reliable. Co-Authored-By: Claude Opus 4.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa918b7a..aac68c8a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Perstack is a harness for agentic apps. It aims to: - **Do big things with small models**: If a smaller model can do the job, there's no reason to use a bigger one. - **Quality is a system property, not a model property**: Building agentic software people actually use doesn't require an AI science degree—just a solid understanding of the problems you're solving. -- **Keep it simple and reliable**: The biggest mistake is cramming AI into an overly complex harness and ending up with an inoperable agent. +- **Keep your app simple and reliable**: The harness is inevitably complex—Perstack absorbs that complexity so your agentic app doesn't have to. ## Getting Started