# 코드 없는 오픈소스 라이브러리, AI가 알아서 구현합니다

> Clean Markdown view of GeekNews topic #25756. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=25756](https://news.hada.io/topic?id=25756)
- GeekNews Markdown: [https://news.hada.io/topic/25756.md](https://news.hada.io/topic/25756.md)
- Type: news
- Author: [davespark](https://news.hada.io/@davespark)
- Published: 2026-01-12T11:58:14+09:00
- Updated: 2026-01-12T11:58:14+09:00
- Original source: [aisparkup.com](https://aisparkup.com/posts/8216)
- Points: 17
- Comments: 1

## Summary

**코드 없는 오픈소스 라이브러리** 실험인 `whenwords`는 명세(SPEC.md)와 테스트(tests.yaml)만으로 AI가 코드를 생성하도록 설계되었습니다. Ruby와 Python 등에서 실제로 동작하며 간단한 유틸리티 함수를 구현했지만, **성능 개선과 유지보수** 같은 영역에서는 여전히 인간 개발자의 손이 필요함을 보여줍니다.

## Topic Body

Drew Breunig가 만든 `whenwords`라는 오픈소스 프로젝트는 **코드 없이** SPEC.md(명세)와 tests.yaml(테스트 케이스)만 제공하면 AI(Claude 등)가 자동으로 코드를 만들어주는 실험.  
  
Ruby, Python 등 여러 언어에서 실제로 동작을 확인했으며, 간단한 유틸리티 함수 5개를 성공적으로 구현.  
  
하지만 성능 최적화, 버그 수정, 지속적인 업데이트, 커뮤니티 유지 등은 여전히 사람이 쓴 코드가 필요하다는 점.

## Comments



### Comment 49092

- Author: supermario
- Created: 2026-01-12T21:37:48+09:00
- Points: 1

재밌는 프로젝트네요. 이제 ‘오픈소스’에서 ‘소스’라는 말은 더이상 ‘코드’가 아니겠군요.
