본문 바로가기

카테고리 없음

1인 기업가의 AI 활용법: 클로드(Claude) 2개로 코딩과 기획을 분리하다

 

안녕하세요! 디지털 기술 융합과 AI 보안의 접점에서 활동하고 있는 백남정입니다.

기술은 빠르게 변하고, 우리가 다뤄야 할 정보의 양은 방대해지고 있습니다. 저 역시 AI 전문가이자 기업을 운영하는 경영자로서, 어떻게 하면 AI를 단순한 보조 도구를 넘어 최적의 파트너로 활용할 수 있을지 고민해 왔습니다.

오늘 그 첫 번째 실험으로, 저는 **'클로드(Claude) 듀얼 시스템'**을 구축했습니다.

🤖 왜 클로드를 두 개로 나누었을까?

흔히 AI는 무엇이든 잘하는 '범용 도구'로 여겨지지만, 실제 깊이 있는 작업을 할 때는 문맥(Context)의 오염을 막는 것이 중요합니다. 그래서 저는 저의 업무 영역을 명확히 두 갈래로 분리했습니다.

  1. Claude A: 코딩 및 기술 구현 전문
    • 복잡한 알고리즘 설계, MLOps 구축, 보안 취약점 분석 등 기술적 디테일에 집중합니다.
    • 기존의 작업 이력을 학습시켜 저만의 코딩 스타일과 프로젝트 아키텍처를 이해하도록 세팅했습니다.
  2. Claude B: 문서 작성 및 전략 기획 전문
    • 제안서 작성, 블로그 포스팅, 교육 콘텐츠 커리큘럼 개발을 담당합니다.
    • 논리적 흐름과 독자의 가독성을 최우선으로 하며, 제가 집필해온 도서들의 톤앤매너를 유지하도록 훈련시켰습니다.

 

 

아래는 클로드가 제공하는 기존의 내용을 정리하는 스크립트이다


Export all of my stored memories and any context you've learned about me from past conversations. Preserve my words verbatim where possible, especially for instructions and preferences.

Categories (output in this order):

  1. Instructions: Rules I've explicitly asked you to follow going forward — tone, format, style, "always do X", "never do Y", and corrections to your behavior. Only include rules from stored memories, not from conversations.
  2. Identity: Name, age, location, education, family, relationships, languages, and personal interests.
  3. Career: Current and past roles, companies, and general skill areas.
  4. Projects: Projects I meaningfully built or committed to. Ideally ONE entry per project. Include what it does, current status, and any key decisions. Use the project name or a short descriptor as the first words of the entry.
  5. Preferences: Opinions, tastes, and working-style preferences that apply broadly.

Format:

Use section headers for each category. Within each category, list one entry per line, sorted by oldest date first. Format each line as: [YYYY-MM-DD] - Entry content here. If no date is known, use [unknown] instead.

Output:

  • Wrap the entire export in a single code block for easy copying.
  • After the code block, state whether this is the complete set or if more remain.

아래는 제가 클로드에 실행해서 정보를 정리하는 과정, 저는 클로드를 2개를 사용할 예정입니다.

하나는 코딩 위주, 하나는 문서작성 위주로 하려고 해서 기존의 작업 했던 내용을 알려주려고 작업을 위와 같이 수행해서

결과를 받아서 

 

아래는 정리한 내용을 클로드에 옮기는 과정입니다.

이렇게 하면 최대한 제가 클로드에게 저장했던 내용을 이어받을수 있게 됩니다.