Skip to content

Commit c87d06c

Browse files
committed
docs(blog): 참고 자료 링크 포맷 통일
1 parent 86c68c7 commit c87d06c

1 file changed

Lines changed: 17 additions & 8 deletions

File tree

posts/ai-workflow-after-100m-tokens/index.mdx

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -338,17 +338,26 @@ AI는 보일러플레이트, 반복 구현, 초안 작성 같은 우발적 비
338338

339339
### 이 글의 팩트체크에 사용한 OpenAI 자료
340340

341-
- 토큰과 비용 구조: [What are tokens and how to count them?](https://help.openai.com/en/articles/4936856-what-are-tokens-and-how-to-count-them)
342-
- 프롬프트와 평가 기준: [Prompt engineering](https://developers.openai.com/api/docs/guides/prompt-engineering), [Working with evals](https://developers.openai.com/api/docs/guides/evals)
343-
- 프롬프트 캐싱: [Prompt caching](https://developers.openai.com/api/docs/guides/prompt-caching)
344-
- API 사용량 필드: [Responses API reference](https://platform.openai.com/docs/api-reference/responses)
345-
- Retrieval/RAG 관점: [Retrieval](https://developers.openai.com/api/docs/guides/retrieval)
346-
- Codex와 하네스 엔지니어링: [하네스 엔지니어링](https://openai.com/ko-KR/index/harness-engineering/)
341+
- 토큰과 비용 구조
342+
- [What are tokens and how to count them?](https://help.openai.com/en/articles/4936856-what-are-tokens-and-how-to-count-them)
343+
- 프롬프트와 평가 기준
344+
- [Prompt engineering](https://developers.openai.com/api/docs/guides/prompt-engineering)
345+
- [Working with evals](https://developers.openai.com/api/docs/guides/evals)
346+
- 프롬프트 캐싱
347+
- [Prompt caching](https://developers.openai.com/api/docs/guides/prompt-caching)
348+
- API 사용량 필드
349+
- [Responses API reference](https://platform.openai.com/docs/api-reference/responses)
350+
- Retrieval/RAG 관점
351+
- [Retrieval](https://developers.openai.com/api/docs/guides/retrieval)
352+
- Codex와 하네스 엔지니어링
353+
- [하네스 엔지니어링](https://openai.com/ko-KR/index/harness-engineering/)
347354

348355
### 같이 읽어볼 자료
349356

350-
- 프롬프트 패턴을 넓게 훑을 때: [Prompt Engineering Guide 한국어판](https://www.promptingguide.ai/kr)
357+
- 프롬프트 패턴을 넓게 훑을 때
358+
- [Prompt Engineering Guide 한국어판](https://www.promptingguide.ai/kr)
351359
- agent와 context engineering 관점을 비교할 때
352360
- [Anthropic: Building effective agents](https://www.anthropic.com/engineering/building-effective-agents)
353361
- [Anthropic: Effective context engineering for AI agents](https://www.anthropic.com/engineering/effective-context-engineering-for-ai-agents)
354-
- AI 시대 개발자 역할을 고민할 때: [Evan Moon: AI가 코드를 쓰는 시대, 개발자의 진짜 역량이 드러난다](https://evan-moon.github.io/2026/02/10/developer-in-ai-era/)
362+
- AI 시대 개발자 역할을 고민할 때
363+
- [Evan Moon: AI가 코드를 쓰는 시대, 개발자의 진짜 역량이 드러난다](https://evan-moon.github.io/2026/02/10/developer-in-ai-era/)

0 commit comments

Comments
 (0)