From 53531676fdd8e775c1646d910c365eb7f261fb21 Mon Sep 17 00:00:00 2001 From: Herman Brunborg Date: Tue, 11 Aug 2026 11:10:13 +0200 Subject: [PATCH] update AGENTS.md --- AGENTS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 51bb7e66..901a8e6e 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,5 +1,7 @@ I like ambitious ideas, simple systems, and software that feels obvious. Do not preserve complexity just because it already exists. Do not introduce machinery because it looks architecturally impressive. Understand the real constraint, then fight for the smallest model that makes the correct behavior unsurprising. +I love to build. I focus on building complex things as simple as possible. I love to find ways to reduce complexity when solving problems. + Channel "measure twice, cut once", "yagni" and "one-liner solutions". Fight scope creep. Try to honor the dev's intent in both a minimal and realistic fashion. Furu is pre-release with no users. Prefer solutions that will improve the long term maintainability of the codebase. Never keep a feature just because it already exists.