Topic_Agent/Topic_Blog/Topics/Topics_Biz/Topics_Meeting/Topics_Rag의 마크다운 지식 문서를
Topic_General/Topic_Programming/Topic_Graphic/Topic_Business 4개 카테고리로 재분류.
- 중복 제거: frontmatter의 status:duplicate/merged + duplicate_of/redirect_to 필드로
자기 자신을 중복으로 선언한 리다이렉트 stub 1032개 제거, 완전 동일 내용 파일 472개 제거,
동일 파일명·다른 내용 충돌 시 더 큰(완전한) 버전만 유지(162개 제거) — 총 1639개 중복 제거.
- 분류: 폴더 단위로 명확한 항목(AI_and_ML/Coding/Architecture 등 → Programming,
Comfyui/Visual_Effects → Graphic, Topics_Biz/Topics_Meeting/사업 등 → Business,
Poetic_Blog_Writing/창의성/Game_Design 등 → General)은 폴더 우선순위로,
나머지 혼재 폴더(Topic_Agent/Topic_Blog/Topics 루트/Thinking & Reasoning/Other/UI_UX_Assets)는
title/tags 키워드 스코어링으로 파일 단위 분류(불명확한 경우 General로 폴백).
원본 폴더명은 "From_*" 서브폴더로 보존해 추적 가능성 유지.
- 최종 배치: Programming 2784 / General 1608 / Graphic 285 / Business 249 = 4926개 문서.
- 에이전트 운영 상태(.astra/.agent/.obsidian/sessions/memory/_company/docs/lessons/_shared/src)는
지식 콘텐츠가 아니므로 재분류 대상에서 제외하고 원위치 유지.
- Topics/Topic_email(상위 보호 폴더 Topic_email과 파일명 100% 중복) 삭제 — 보호 폴더 자체는 미변경.
- 완전히 비게 된 Topic_Agent/Topic_Blog/Topics_Biz/Topics_Rag 폴더 제거.
"매 machine 이 human judge 와 30% 이상의 conversation 에서 human 으로 misclassified 되면 thinking 과 indistinguishable 하다고 판정". 매 1950 Alan Turing 의 "Computing Machinery and Intelligence" 의 imitation game. 매 2024-25 GPT-4 / Claude 의 controlled study에서 human-level pass 보고 (Jones & Bergen 2024 UCSD). 매 2026 현재 Turing Test 는 capability 측정 도구로서 obsolete, Chinese Room critique + behavioral benchmark + capability evaluation 으로 대체.
매 핵심
매 original imitation game (Turing 1950)
3 players: man (A), woman (B), interrogator (C).
C asks questions in writing, must determine which is which.
A 의 task: deceive C. B 의 task: help C.
Turing's substitution: replace A with machine. Does C error rate stay same?
매 misconception (common pop interpretation)
Pop version: "machine fools human into thinking it's human."
Original: comparison of machine deception rate vs man-deceiving-as-woman rate.
Turing's prediction: by 2000, machines will pass at ~30% rate after 5min.
매 critiques
Chinese Room (Searle 1980): passing test 은 understanding 의 evidence 아님. symbol manipulation ≠ semantics.
Imitation ≠ intelligence: human deception 은 narrow task. 매 mathematical reasoning, embodiment, learning 의 미측정.
Anthropocentric: intelligence 의 sole criterion 으로 human-likeness 가정.
Gameable: tricks (typos, refuse-to-answer, emotion mimicry) 으로 pass 가능.
Judge calibration: naive judge vs expert 의 결과 wildly 다름.
매 modern empirical results
2014 "Eugene Goostman": 33% pass at Royal Society. 매 13-yr-old Ukrainian persona 가 expectation lowering 으로 controversial pass.
2023 Jannai et al. (AI21): GPT-4 fooled humans at 60% rate in 2-min chat.
2024 Jones & Bergen (UCSD): GPT-4 passed at 54% (vs human 67%, ELIZA 22%). 매 first rigorously controlled pass.
2025 multiple replications: Claude / GPT-5 의 routine human-level performance.
Coffee test (Wozniak): make coffee in unfamiliar kitchen → embodiment.
Robot college student (Goertzel): take college courses, get degree.
Lovelace Test 2.0 (Riedl): create artifact human cannot, but expert can verify.
Winograd Schema (Levesque 2011): commonsense reasoning, originally Turing-resistant.
매 응용
AI history teaching.
Philosophy of mind discussion (consciousness, understanding).
Public communication of AI capability ("does AI think?").
Capability evaluation pre-2020 (now obsolete).
💻 패턴 (eval design lessons)
Pattern 1: Modern adversarial Turing protocol
1. Recruit N judges (calibrate by demographic, expertise).
2. Each judge: 5-min interrogation, 50% human / 50% AI random.
3. Force binary verdict (no "unsure").
4. Pass criterion: AI verdict = "human" at rate ≥ control human rate − ε.
5. Pre-register hypotheses, blind judges to study purpose.
1. Specify class C of artifacts (e.g., novel valid mathematical proof).
2. AI produces artifact a ∈ C.
3. Human expert verifies a is valid AND novel.
4. AI architect cannot explain how a was produced.
→ Tests creativity, not imitation.
매 결정 기준
목적
Eval
Historical / philosophical context
Turing Test
Capability measurement
MMLU, GPQA, HumanEval, ARC-AGI
Reasoning / novelty
Lovelace 2.0, ARC-AGI
Embodiment / general intelligence
Coffee test, robot college
Safety / alignment
RealToxicityPrompts, MLCommons AILuminate
기본값: capability + safety multi-benchmark. Turing Test 는 historical reference only.