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 폴더 제거.
"매 honest attribution + reproducible claim". Academic integrity = 매 work 의 origin (idea, code, data, prose) 의 truthful disclosure + 매 method 의 reproducibility. 2026 LLM-pervasive era 의 매 redefined — 매 "who wrote it" 의 less important, 매 "what was verified" 의 central.
매 핵심
매 ICAI fundamental value
Honesty — 매 misrepresent 의 X.
Trust — 매 peer 의 work 의 build on.
Fairness — 매 equal standard.
Respect — 매 prior work 의 cite.
Responsibility — 매 own action 의 stand by.
Courage — 매 misconduct 의 report.
매 violation taxonomy
Plagiarism: 매 attribution 없이 idea/text 의 use.
Fabrication: 매 data 의 invent.
Falsification: 매 result 의 manipulate (image edit, p-hack).
Authorship abuse: ghost / gift / honorary author.
Duplicate publication: 매 same paper 의 multiple venue.
Peer review breach: 매 confidential manuscript 의 leak / scoop.
매 LLM era (2026) 의 new question
AI-assisted writing: 매 disclosure required (Nature, Science, ICML 의 explicit policy 2024+).
AI as author: 매 prohibited (모든 major venue) — 매 accountability 의 absent.
Code generation: 매 LLM-generated code 의 review + test 의 author responsibility.
Synthetic data: 매 disclosure + provenance log.
AI peer review: 매 manuscript 의 LLM 의 upload 의 confidentiality breach (NeurIPS 2024 ban).
매 응용
Citation hygiene (DOI, BibTeX, persistent ID).
Pre-registration (OSF, AsPredicted) 의 p-hack 방지.
Code + data sharing (Zenodo, GitHub release w/ DOI).
Conflict-of-interest 의 disclosure.
AI-use statement (each paper).
💻 패턴
AI-use disclosure block (2026 standard)
## AI Tool Usage Statement
- Claude Opus 4.7 was used for: prose editing, code review, literature summarization.
- All scientific claims, experimental design, and analysis were verified by the authors.
- Generated code was reviewed line-by-line and unit-tested.
- No AI tool is listed as an author.
Reproducibility checklist (NeurIPS-style)
code:https://github.com/lab/proj # archived to Zenododata:https://zenodo.org/record/XXXXXseeds:[0,1,2,3,4]hardware:8x H100, 80GBruntime_per_run:4hhyperparams:configs/main.yamlpreregistration:https://osf.io/XXXXX
Plagiarism / paraphrase detection
# 매 simhash + embedding 의 hybridfromdatasketchimportMinHashdeffingerprint(text:str,k:int=5)->MinHash:m=MinHash(num_perm=128)foriinrange(len(text)-k+1):m.update(text[i:i+k].encode())returnm# 매 cosine sim of sentence embedding (>0.92) 의 secondary check
Citation graph integrity
importrequestsdefverify_doi(doi:str)->dict:r=requests.get(f"https://api.crossref.org/works/{doi}")r.raise_for_status()returnr.json()["message"]# 매 fake DOI 의 fail 의 됨
Pre-registration diff
# 매 pre-reg vs final manuscript 의 diff — exploratory vs confirmatory 의 separate
diff prereg/hypothesis.md paper/section_3_hypothesis.md
매 결정 기준
상황
Practice
LLM 의 prose polish
Disclose, no co-author
LLM 의 idea generation
Disclose, human verify each claim
Synthetic / augmented data
Disclose generation method + seed
Reproducing prior work
Cite, share repro code
Negative result
Publish (preprint OK) — 매 file-drawer 의 anti
Reviewer 의 LLM 의 use
Generally forbidden (check venue policy)
기본값: 매 transparent disclosure + 매 verifiable artifact (code/data/preregistration).
언제: 매 prose editing, literature summarization, code review — 매 disclosure 와 함께.
언제 X: 매 peer review 의 manuscript upload, 매 ghostwrite 의 entire paper, 매 author listing.
❌ 안티패턴
Hidden LLM use: 매 detection (perplexity, watermark) 의 risk + retraction.
Citation laundering: 매 not-read source 의 cite — 매 secondary citation chain bug.
Salami slicing: 매 one study 의 multiple paper 의 split — 매 venue policy violation.
HARKing (Hypothesizing After Results Known): 매 exploratory 의 confirmatory 의 disguise.
P-hacking: 매 multiple comparison 의 unreported.
Image duplication: 매 western blot reuse — 매 detection (ImageTwin, Proofig) 의 routine 2026.
🧪 검증 / 중복
Verified (ICAI Fundamental Values 3rd ed 2021; COPE Core Practices; Nature AI policy 2023; NeurIPS 2024 reviewer guidelines).