vibe coding과 ADHD: 속도와 검증의 균형—실무 가드레일
Introduction TL;DR: vibe coding은 자연어로 “빠르게 만들고 돌리는” 방식이라 쓰기보다 검증에 부담이 쏠립니다. ADHD는 “집중력 문제”만이 아니라 성인에서 집행 기능(계획·조직화·시간관리) 부담으로 나타납니다. “Accept All”에 의존하면 특히 보안 리스크가 커지므로 테스트·리뷰·스캔 같은 하드 게이트가 필요합니다. (karpathy) What vibe coding is vibe coding is a workflow where you describe intent in plain language and iterate based on run results, often with minimal code reading. (X) Why it matters: speed without verification becomes “verification debt,” which is worse than normal tech debt. (NIST SP 800-218) ...