이 노트에 대하여
프롬프트는 단순한 질문이 아니라 모델의 역할, 제약, 형식을 함께 정의하는 실행 문장이다. 다이어그램 생성처럼 특정 산출물을 안정적으로 얻으려면 표현 규칙과 호환성까지 고려해야 한다. AI와 협업할수록 프롬프트는 사용법을 넘어 설계 언어에 가까워진다.
히스토리
- 프롬프트 관련
관련메타
BIBLIOGRAPHY
“Junghan0611/Awesome-Chatgpt-Prompts.” 2024. https://github.com/junghan0611/awesome-chatgpt-prompts.
“Junghan0611/Gregoryg-Aipihkal #Prompt 프롬프트.” 2024. https://github.com/junghan0611/AIPIHKAL.
“Junghan0611/Lijigang-Write-Prompt.” 2024. https://github.com/junghan0611/lijigang-write-prompt.
Mermaid 다이어그램 프롬프트
/구버전 호환성*을 원하면,
- subgraph 2단계 이하
- 노드명은 영문 숫자 언더바만
- 연결은 한 줄에 하나 로 제한하세요.
JunghanKim junghan0611/gregoryg-AIPIHKAL #prompt
(“Junghan0611/Gregoryg-Aipihkal #Prompt 프롬프트” 2024)
- AI (LLM) Prompts I Have Known And Loved
- 내가 알고 사랑했던 AI(LLM) 프롬프트
(use-package! gptel
:config
;; classic gptel configuration
(setq
gptel-model 'claude-3-opus-20240229
gptel-backend (gptel-make-anthropic "Claude"
:stream t :key "sk-..."))
;; set gptel-directives as AIPIHKAL system-prompts
(let ((build-directives-fun "~/projects/ai/AIPIHKAL/gptel-build-directives.el"))
(when (file-exists-p build-directives-fun)
(load build-directives-fun)
(setq gptel-directives (gjg/gptel-build-directives "~/projects/ai/AIPIHKAL/system-prompts/")
gptel-system-message (alist-get 'default gptel-directives)))))JunghanKim junghan0611/lijigang-write-prompt
(“Junghan0611/Lijigang-Write-Prompt” 2024)
- 公众号Write Prompt 发布的Prompt,同步记录于此
JunghanKim junghan0611/awesome-chatgpt-prompts
(“Junghan0611/Awesome-Chatgpt-Prompts” 2024)
-
This repo includes ChatGPT prompt curation to use ChatGPT better.
프롬프트엔지니어링
KEYWORDS
- bib/ #개발자 #페어 #프로그래밍 #코파일럿 #프롬프트 #에이전트 ‘2024-09-15 #2025-02-18
- bib/ @그레고리 @gregoryg AI프롬프트 장인 지식그래프 유튜버 이맥스 ‘2024-12-02 #2025-02-21
- notes/ 퍼플렉시티 개인화 공간 #AI 프롬프트 ‘2024-10-03 #2025-04-15
- notes/ #모음: 개발자 AI프롬프트 엔지니어링 가이드 ‘2024-12-12 #2024-12-12
- notes/ #AI프롬프트: #번역 #모음 ‘2024-12-19 #2025-04-15
- notes/ #클로드데스크톱: 워크플로우 제약 패턴 #프롬프트 #아티팩트 ‘2025-07-21 #2025-07-21
- notes/ @힣: [클로드데스크톱] 디노트 사일로 이맥스 통합 문서 프로젝트 관리 ‘2025-07-24 #2025-07-24
- notes/ @힣: 프롬프트 1KB ‘2025-07-31 #2025-07-31
- notes/ #인공지능: 신뢰 보정 ‘2025-08-07 #2025-08-07
- notes/ @힣: AI 에이전트 편재성 - 기억 연결 ‘2025-09-04 #2026-04-03
Comments