💥 시행착오 19
핸들에 점(.) 넣지 마라초안carousel
“Don't put a dot in your @handle — here's what it quietly breaks.”
첫 30편은 네 얘기 하지 마라초안reel
“Your first 30 posts should not be about you.”
AI가 지어낸 통계 거르는 법초안carousel
“AI handed me 9 'statistics.' All 9 were fake.”
까먹은 봇이 새벽에 돈 태웠다원재료reel
“A ghost bot I forgot about was texting me at 5AM and burning money.”
AI들이 같은 걸 4번 머지하며 싸웠다원재료reel
“My AI agents merged the same thing 4 times and kept fighting each other.”
기준 라이브러리도 틀린다원재료carousel
“I checked a fortune system against 55,152 days of data. The 'reference' was wrong twice.”
새 계정에서 절대 하면 안 되는 첫 실수원재료reel
“The #1 mistake on a brand-new account: talking about yourself. Do this instead.”
첫 상품 팔 때 월정액 툴 쓰지 마라원재료carousel
“Don't pay $29/mo to sell your first $19 product. Start with the $0 option.”
레퍼런스(잘된 앱 영상)를 주면 AI가 '컨셉을 통째로 복제'해버린다. 레퍼런스 = 퀄리티 기준이지 복제 대상이 아님. 내 컨셉은 유지하고 크래프트만 그 수준으로. 비개발자가 방향을 말로 못 하면 시안 A/B/C로 골라주면 한 번에 잡힌다.원재료reel
“I made AI redesign my app 4 times before it got it right — here's the one mistake that cost me the first 3.”
📌 리스킨(밤티)→커뮤니티 클론(컨셉 이탈)→웜 에디토리얼(취향 어긋남)→A/B/C 시안 픽→클린 모던 정착·배포🧾 eatthebook#11·#12·#13
'깃허브랑 로컬 같아?' 한 마디 → AI가 26개 레포 전수 대조 → 커밋 안 된 세무 검증 기록(Form 5472 벌금 $25k 등) 유실 직전 발견·구출. 배움: 기록은 저장(로컬)이 아니라 동기화(원격)까지가 저장candidatereel (F1 화면녹화 · 운영 리얼)
“I asked my AI one question and it saved a $25,000 mistake from being lost.”
📌 동기화 지시→전 레포 fetch 대조→3곳 뒤처짐 FF→미커밋 1건 발견→새 브랜치 분리→PR→머지→main 반영 확인🧾 https://github.com/thejenlabel/knowledge-vault/pull/25
실사용자(회장) 피드백 한 줄씩으로 앱을 실시간 수정 — '소화함이 아니라 소화중이겠지' 한 마디가 '읽는 중→소화중→완독' 읽기상태 모델이 되기까지. 완벽한 스펙 대신 쓰는 사람의 진짜 마찰을 따라가는 빌드인퍼블릭.candidatereel (화면녹화 · 운영 리얼)
“My user sent me one sentence. It rewrote my app's core logic in 10 minutes.”
📌 실사용 피드백→화면 진단→재설계→PR→프리뷰 링크→머지→다음 피드백. 하루에 집중모드·흐름 명확화·완료워딩·아카이브 재설계·계측까지 3연타 머지🧾 https://github.com/thejenlabel/eatthebook/pull/25
안 바뀌는 대시보드 = 파일 탓이 아니었다. 데이터→빌더→파일→액션 전 구간 초록, 봇 프리뷰까지 정상 = 연결도 살아있음 → 진짜 범인은 '배포 게시' 한 계층(내 손이 안 닿는 곳). 배움: 못 고치는 계층은 우기지 말고, 죽은 시스템은 폐기하고 살아있는 시스템으로 합쳐라 — 정적 배포는 조용히 낡는다.candidatereel (화면녹화 · 운영 리얼)
“My dashboard hadn't updated in weeks. The file was perfect. The real bug was in a layer I literally couldn't open.”
📌 계층별 green/red 검증→배포계층만 red·접근불가 확인→폐기 결정→그룹 대시보드로 통합·죽은 링크 정리→라이브 프록시로 재발 차단🧾 https://github.com/thejenlabel/hq/pull/257
EIN은 이미 7/16 발급 완료였는데, AI가 7/9자 낡은 '회수 메모리'를 그대로 믿고 업무일지 블로커에 'EIN 미해결·팩스 무응답'이라 오기입. Jen 지적('EIN 완료했잖아'). 근본원인=회수 메모리는 '쓸 당시 스냅샷'이라 조용히 낡는데 SSOT 대조를 안 함. AI가 스스로 헌법(§상태는 SSOT에서 재대조)+스킬 게이트+그룹 메모리 3층으로 강제 배선해 다신 낡은 기억을 사실로 안 쓰게 만듦. '내 AI가 스스로를 고치게 하는 법'.원재료reel
“My AI gave me wrong info with total confidence — from a memory that had quietly gone stale. So I made it rewrite its own rulebook.”
📌 AI 오기입 발견→'다시는 안그러게 구조 바꿔'→근본원인(회수메모리=스냅샷·SSOT 미대조)→헌법+스킬+메모리 3층 강제→재발 차단🧾 CLAUDE.md §상태는 SSOT에서 재대조 (commit dd27720)
매일 아침 8시 텔레그램 브리핑이 낡은 EIN 정보 + 거슬리는 '**' 리터럴 + 문장 중간 잘림. 발송기를 repo→GitHub Action→로컬 스케줄→명리 레포→VPS→최종 Docker 컨테이너까지 전수 추적. host 크론·프로세스·systemd엔 안 잡히다가 'docker ps'에서 발견 — nired-brief 컨테이너(scheduler.py)가 낡은 project/.md를 read-only 마운트로 읽어 Anthropic API로 매일 과금하며 브리핑하던 '좀비'. docker rm -f로 영구 제거 → 매일 API 과금+오정보 동시 중단. 무료 GitHub Action 브리핑이 이미 깨끗한 대체재였는데 옛 봇이 안 꺼져 몇 주째 돈+오정보를 뿜던 것. 추적 스릴러 + '숨은 곳은 도커였다' 반전.원재료reel
“A bot I'd forgotten about was quietly billing me every single morning — to send me outdated advice.”
📌 낡은 브리핑 신고→발송기 전수 추적(repo·Action·스케줄·명리레포·VPS·Docker)→nired-brief 컨테이너 특정(과금+낡은.md마운트+3500자분할잘림+parse_mode없음)→docker rm -f 영구 제거→GitHub Action 무료 브리핑으로 일원화🧾 (VPS) /root/nired-ops/run.py
대시보드가 낡는 진짜 이유는 게으름이 아니라 구조원재료reels
“Every hand-typed field on my dashboard rotted within days. The fix wasn't discipline — it was deleting the fields.”
📌 대시보드 재구조에서 발견: 수동 입력 필드는 전부 화석이 됐다(hero 2주·산출물 4일 방치) → 수동 필드 폐지·전값 자동 도출🧾 hq#315 · DESIGN_BRIEF v2
AI 결과물 검증은 다른 컨텍스트의 AI가 해야 잡힌다 — 만든 놈은 못 본다원재료carousel
“My AI failed my other AI's work: the test data itself was mathematically impossible. The adversarial gate that caught it.”
📌 AI 적대 검수가 AI 산출물을 fail 판정 — 테스트 픽스처가 60갑자상 불가능한 가짜 데이터였음을 달력 검산으로 적발, 엔진 실데이터로 전량 교체🧾 destiny#22 · hq#382
서버로 크롤링하지 마라 (IP가 유일 변수였다)원재료carousel
“I gave the server a real logged-in cookie. YouTube still said: prove you're not a bot.”
📌 유튜브 봇검문 — 로그인 쿠키까지 넣었는데도 LOGIN_REQUIRED🧾 hq#404 · tools/mcp-youtube-reader
티켓에 적힌 범위를 그대로 믿지 마라원재료reel
“The bug ticket said one file. It was 32. I only found out because I searched anyway.”
📌 '파일 하나 버그'로 등재됐는데 실제론 32개였다🧾 hq#411 tools/lib_kst.py
AI가 흩어진 문서를 다 믿으면 셋 다 틀린다. '변경신고함' 한 마디가 전부 뒤집었다 — 법률 상태는 한 파일만 믿게 재배선원재료carousel
“Three docs, three different legal statuses. All wrong. One sentence from the owner fixed the system.”
📌 회사 법률 상태를 세 문서가 서로 다르게 알고 있었다 — '미신고' vs '면제 확정' vs 실제 '기신고'🧾 hq#427 · destiny#47
🔨 Process 22
F2 데모 릴 EP1 — 키워드 'LANDING', 리드마그넷=5-프롬프트 시퀀스 문서스크립트reel
“A product landing page. From zero to live. One day, no developer.”
훅을 무료로 테스트하고 올려라초안reel
“Stop guessing your hook — free way to test before it flops.”
릴스=도달 캐러셀=저장초안carousel
“Posting the wrong format is why your content dies.”
hey Jen 포맷 ep1 ENGLISH BRAIN: 캐릭터(안경 AI-Jen) 호출→OK!→배경에 AI가 유튜브 채널 통째 분석→그림 교과서(28카드)+커리큘럼 생성 몽타주→comment BRAIN→DM(Jen 사이트 이메일 게이트)초안reel (F2-hey · hey Jen 캐릭터 셸 ep1)
“Hey Jen, make my brain think in English. By tonight.”
📌 지시('오늘 싹다 공부할거야')→AI가 커리큘럼·교재·체크리스트 생성→자막 막히자 yt-dlp 폴백으로 돌파(시행착오)→아침vs밤 발화 녹음 before/after🧾 https://claude.ai/code/artifact/ea54e0f3-aad2-44bc-801a-a69f5760771c
터지기 전에 알려주는 레이더 만듦원재료reel
“I built a radar that tells me what's going viral before I write anything.”
팔 게 없다고? 넌 이미 만들었어원재료reel
“You don't need to make a product — you already made one. Here's how I packaged mine in an afternoon.”
콘텐츠 아이디어 절대 안 떨어지는 법원재료carousel
“Never run out of content again — you don't need ideas, you need this system.”
명리 3계정 재택일 — AI가 일진 전개→컨셉 매칭(교사=정인·얼굴데뷔=식신제살), 서양엔 없는 스토리candidatereel
“I picked my brand's launch dates with AI + Korean fortune-telling. Here's the system.”
📌 사주 원장(vault)→일진 전수 검토→계정별 데뷔일→대시보드·캘린더 자동 반영🧾 https://github.com/thejenlabel/hq/pull/210
상황판 하루 재설계: 리서치 에이전트 2기 병렬→간트 상단→페이지 지도→실시간 1분 반영candidatereel
“I redesigned my company's entire mission control in one day — by talking.”
📌 불만 한 줄('뭐가 뭔지 모르겠음')→레퍼런스 리서치→구현→PR→라이브 검증🧾 https://strategy-board-lyart.vercel.app/dashboard.html
레이더 실측×웹 리서치 이중 검증 → 오크라 drop·트렌드잭 3편 교체·예고 체인 재정렬 — 하루 만에candidatereel
“My AI fact-checked my content calendar overnight — and killed tomorrow's video.”
📌 Jen 한 줄('한국에 오크라 없음. 오늘 기준 바이럴 6개 배치') → 레이더 수집+마케팅 에이전트 팬아웃 → Top6 배치 → 대본 3편 신규 → 머지🧾 https://github.com/thejenlabel/hq/pull/225
40여 파일 뒤죽박죽 → 3계정 폴더+ACCOUNT.md 정본+자기검증 린터. 깨진 참조를 AI가 스스로 찾아 수리candidatereel
“'I can't tell which script is which' — one sentence, and my AI rebuilt my whole content system.”
📌 인벤토리 에이전트 2기 팬아웃 → 정본/구버전 판별 → 구조 설계 → 재배선(참조 73건) → 린터 신설 → 검증 통과🧾 https://github.com/thejenlabel/hq/pull/217
유용함이 목적·광고주는 결과 — 발행 전 2문 게이트를 시스템 규칙으로 박제, 이후 모든 대본에 자동 적용candidatereel
“One sentence in my AI's constitution keeps every video useful — and advertisers watching.”
📌 Jen 선언 한 줄 → SCRIPT_STYLE ★대원칙+체크리스트+SOP 배선 → 기존 12편 즉시 감사(전원 통과)🧾 https://github.com/thejenlabel/hq/pull/229
성명학 감명(송주연/宋舟淵 + 사주)으로 SNS 계정명 정하는 전 과정 — 병화 신강 여성 용신 재성 金→jen·song 재성 더블 정합→@jenxsong 확정. 창업가는 왜 실명 핸들 쓰는지(레퍼런스 15+)까지 붙여서.원재료carousel
“I used 1,000-year-old naming theory + my birth chart to pick my SNS handle.”
📌 사주 원국 분석→용신 오행 도출→후보 로마자 대조→창업가 핸들 레퍼런스 15+ 대조→@jenxsong 확정🧾 nired-ops/brand/sns/creator_handle_reference.md
롤모델 회사(APR) 구조·세금·시스템 통째로 따라하기 — 1인 창업가 버전. 엔티티(지주↔소비자브랜드 분리)·세금(수출영세율·이전가격)·상표 명의를 APR 실증에서 역산, 단 1인 단계 과설계는 걷어내고(OEM/ODM·단일 브랜드) 적용.원재료reel
“I made my AI reverse-engineer a $1.1B beauty company's entire structure — for a company of one.”
📌 APR 구조 벤치마크(엔티티·세금·상장경로)→1인 창업 스테이지 갭 진단→KS 역산 액션 리스트🧾 nired-ops/brand/apr-model-replication.md
업무일지를 써도 텔레그램에 안 오고 대시보드 '오늘 일지'가 7/12에 멈춤. 원인=발송·대시보드는 main을 읽는데 일지는 브랜치에 갇힘 + 대시보드 카드가 손수정 하드코딩. 수정=대시보드가 worklog 폴더를 자동 스캔해 전 일지를 최신순 아카이빙하게 생성기 구조 변경. '내 시스템이 스스로 기록을 쌓게 만드는 법'.원재료carousel
“My daily logs kept disappearing before they reached me — trapped one git branch away.”
📌 일지 안 옴·대시보드 낡음→이중원인(main vs 브랜치 + 하드코딩)→자동 아카이브 생성기로 구조 수정🧾 tools/build_dashboard.py (업무일지 자동 아카이브)
빌드인퍼블릭 — AI로 내 시스템의 구조적 결함 진단원재료릴스/캐러셀
“대시보드에 브랜드명·데뷔일을 바꿨는데 안 바뀐다. AI한테 '구조적으로 문제 아냐?' 물었더니 진짜 범인을 찾았다.”
📌 내 대시보드가 왜 안 바뀌나 — 근본원인 추적→단일 진실원 구조로 갈아엎기🧾 devlog 2026-07-19
자기검증 시스템 — 사람이 까먹어도 기계가 잡는다원재료릴스
“새 페이지 만들고 지도에 등록 안 하면? 예전엔 조용히 유령됐다. 이제 CI가 빨간불로 막는다.”
📌 페이지 지도가 조용히 낡는 걸 CI가 스스로 막게 만들기🧾 devlog 2026-07-19
AI에게 회사 정리를 시키는 법: 기억 말고 실측원재료carousel
“I let AI reorganize 25 repos in one day. The rule that made it safe: never trust its memory, only measurements.”
📌 레포 25개 그룹 구조 재편을 하루에 완주 — 실측→판정→병렬 에이전트→PR 32건 머지🧾 hq restructure.html · devlog 2026-07-21
가정용 IP가 데이터센터를 이긴다원재료reel
“The $0 fix that beat a $15/mo proxy: run it on your own laptop.”
📌 수집기를 서버에서 내 노트북으로 옮김 — 30초 만에 자막 7,449자🧾 hq tools/yt-fetch/
AI에 자유를 더 주면 느려진다. 제약을 줘야 빨라진다원재료carousel
“My design rules live in a JSON file, not a doc. Here's why that changed everything.”
📌 제약을 문서가 아니라 json으로 — 프롬프트 블록은 생성물🧾 hq#407 data/constraints.json
디자인 시안을 그대로 올리면 안 되는 이유원재료carousel
“My mockup said '1 room open.' The database said 3. I caught it minutes before going live.”
📌 시안은 하드코딩, 라이브는 SSOT 파생 — 승격이 곧 데이터 재배선🧾 hq#412 build_museum_ticket.py
지시 → 표준 문서 → lint 가드 → 레포 md가 SSOT인 채로 대시보드에서 60초 라이브 렌더(복제 0)원재료reel
“Boss said 'all strategy as flowcharts.' By evening it was a written standard, a linter rule, and a live dashboard.”
📌 전략을 산문이 아니라 플로우차트로 짜라는 지시 → 그날로 그룹 표준 + 대시보드 라이브 배선까지🧾 hq standards/STRATEGY_DOC_FORMAT.md · strategy-board#63
🧾 Receipts 6
F2 데모 릴 EP3 — 키워드 'BRIEF', 리드마그넷=워크플로 파일+10분 설치 가이드스크립트reel
“My company reports to me every morning at 6am. I built the employee with AI.”
직원 0명 회사, 처음 만든 건 헌법원재료reel
“I run a company with 0 employees. First thing I built wasn't a product — it was a constitution.”
AI가 내 결정을 승인/반려원재료reel
“I made my AI approve or reject my own decisions.”
발송 성공≠내용 최신 사고 — AI가 자기 데이터 낡음을 스스로 고발하게 만든 수리기candidatereel
“My AI briefing arrived every morning — and it was lying to me for 12 days.”
📌 진단(파이프 정상·데이터 사망)→폴백 체인→워치독 신선도 경보→규약 문서화🧾 https://github.com/thejenlabel/hq/blob/main/standards/DATA_FRESHNESS_PROTOCOL.md
가드는 만든 직후 실물에 돌려야 오탐이 드러난다원재료carousel
“I built a design linter. It immediately flagged 12 of my own pages — and 1 false positive.”
📌 만든 가드가 첫 실행에서 내 페이지 12개를 잡았다 (+오탐 1건)🧾 hq#414 lint_design_constraints.py
짐작 대신 규정 실측 — 진짜 벽은 규정이 아니라 명의(한국은 KS 창작자 국가가 아님)였다원재료reel
“We assumed Kickstarter bans divination. It literally runs an annual witchcraft festival.”
📌 킥스타터가 점술을 금지할 거라 짐작했는데, 전용 카테고리와 연례 기획전(Witchstarter)이 있었다🧾 nired-ops KS_심사_스텝바이스텝.md
🧒 ELI5 18
회사일과 내 사업 절대 섞지 마라스크립트reel
“If you run your own thing while working a job, never mix the two.”
MCP가 뭐냐면 (AI에 손 달기)스크립트reel
“Your AI is genius — but it has no hands. Here's how I gave mine hands.”
노트북은 자요 서버는 안 자요스크립트reel
“Your laptop sleeps. A server doesn't. Here's the $5 computer that works while I sleep.”
You're not lazy — you just haven't set it up yet스크립트reel
“If you feel too scattered to start, watch this — you're missing one setup.”
📌 마인드셋 앵커🧾 content_scripts.json#EP01 · 편성 2026-07-13 · okjenai_free_series_v1.md#ep1
Why your brain forgets everything (fix isn't willpower)스크립트reel
“You're not forgetful — your brain isn't a storage box.”
📌 뇌는 저장장치 아님🧾 content_scripts.json#EP02 · 편성 2026-07-15 · okjenai_free_series_v1.md#ep2
Working a job + your own thing? Never mix them스크립트reel
“If you run your own thing while working a job, never mix the two.”
📌 회사/개인 분리🧾 content_scripts.json#EP03 · 편성 2026-07-18 · okjenai_free_series_v1.md#ep3
The 2-folder system that stops your life leaking스크립트reel
“Everything feels messy because it lives everywhere.”
📌 한 가지 한 집🧾 content_scripts.json#EP04 · 편성 2026-07-20 · okjenai_free_series_v1.md#ep4
Your AI is smart but has no hands (what's an MCP?)스크립트reel
“Your AI is a genius with no hands — here's how I gave mine some.”
📌 MCP=손 달기🧾 content_scripts.json#EP05 · 편성 2026-07-23 · okjenai_free_series_v1.md#ep5
Build your first automation in 10 minutes (no code)스크립트reel
“You don't need to know AI — in 10 min you'll have one thing running itself.”
📌 10분 첫 자동화 ★🧾 content_scripts.json#EP06 · 편성 2026-07-25 · okjenai_free_series_v1.md#ep6
Your laptop sleeps. A server doesn't ($5 computer)스크립트reel
“Your laptop sleeps the second you close it — here's the $5 computer that doesn't.”
📌 서버=잠 안 자는 컴퓨터🧾 content_scripts.json#EP07 · 편성 2026-07-28 · okjenai_free_series_v1.md#ep7
Make 3 to-dos run themselves — the hands-off setup스크립트reel
“Pick your 3 most boring repeat tasks — here's how each runs without you.”
📌 할일 3개 자동🧾 content_scripts.json#EP08 · 편성 2026-07-30 · okjenai_free_series_v1.md#ep8
Make AI write like you, not a robot스크립트reel
“AI sounds robotic because people ask it wrong — one line fixes it.”
📌 AI가 나처럼 쓰게🧾 content_scripts.json#EP09 · 편성 2026-08-02 · okjenai_free_series_v1.md#ep9
The first 3 things to set up when you're overwhelmed스크립트reel
“Too much to do? Set up these 3 first — in order.”
📌 막막할 때 첫 3개 ★🧾 content_scripts.json#EP10 · 편성 2026-08-04 · okjenai_free_series_v1.md#ep10
브리핑 봇이 몰래 돈 태우던 거 지웠다원재료reel
“My daily brief costs $0 to run. I deleted the 'smart' version burning money.”
영상 하나에 딱 하나만 가르쳐라원재료reel
“If your video teaches two things, it teaches none. The one-takeaway rule.”
AI 지침서는 길수록 안 지켜진다 — 매 세션 읽는 건 10줄이면 된다원재료carousel
“Your AI ignores your 20-page instructions. Mine follows 10 lines. Here's the 3-layer trick.”
📌 AI 헌법(CLAUDE.md) 23K→6.8K 다이어트 — 3계층(행동/정본/가드)+8K 상한+삭제 절차🧾 hq#314
근거 없는 규칙은 다음 사람이 지운다원재료carousel
“Every rule in my system carries the exact sentence that created it. Delete-proof.”
📌 규칙 옆에 반려 원문을 같이 저장한다🧾 standards/CONSTRAINTS.md
out-of-sample만 성능이다 — 룰을 역산한 표본의 만점은 성능이 아니라 동어반복. 92%→96%가 진짜 숫자원재료carousel
“Our fortune-telling engine scores 100%. We ship the 96% number instead — here's why.”
📌 사주 판정기 성적표에 '보정 후 만점'을 못 쓰게 코드 상수로 박은 이유🧾 destiny spine_money.py 골든 72건