From 9dc858db3f433bd2d1255b318ef35c42e02b4f41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kh=E1=BA=A3i?= Date: Mon, 16 Mar 2026 08:14:49 +0000 Subject: [PATCH 1/2] docs(readme): faq about vibe coding --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index afb36b3c..b47f8c33 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,14 @@ sudo pacman -S parallel-disk-usage [![Packaging Status](https://repology.org/badge/vertical-allrepos/parallel-disk-usage.svg)](https://repology.org/project/parallel-disk-usage/versions) +## Frequently Asked Questions + +### Is this project vibe-coded? + +No. "Vibe coding" means letting AI do everything without human involvement. This project uses AI-assisted workflows with active human direction and reviews. + +Using AI also does not mean poor quality. On the contrary, AI reviews have helped detect new bugs. + ## Similar programs * **CLI:** From cd7f3514f15fe96778a25f6f1ef9c31ba8d4410c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kh=E1=BA=A3i?= Date: Mon, 16 Mar 2026 15:20:04 +0700 Subject: [PATCH 2/2] docs: improve wording Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b47f8c33..67d3c8fd 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ sudo pacman -S parallel-disk-usage No. "Vibe coding" means letting AI do everything without human involvement. This project uses AI-assisted workflows with active human direction and reviews. -Using AI also does not mean poor quality. On the contrary, AI reviews have helped detect new bugs. +Using AI also does not mean poor quality. On the contrary, AI reviews have helped detect previously undetected bugs. ## Similar programs