OpenAI가 잘하는 것
- Strict JSON Schema 모드 (response_format with json_schema, strict: true).
- Parallel call 박힌 mature한 function calling.
- effort level 박힌 o-series와 GPT-5.5 reasoning.
- Text, vision, audio multimodal.
- Low-latency voice용 Realtime API.
알 quirk
- 3개 role: system, developer, user. Developer는 user보다 outrank돼야 하는데 user한테 invisible해야 하는 app-level instruction용.
- Reasoning 토큰 billed인데 developer한테 return X (답 봐, trace X).
- Strict JSON Schema 모드가 JSON Schema의 subset 지원 — 모든 keyword 받아들여지지 X.
- Function-call style: argument가 너가 parse하는 JSON string으로 return, parsed object X.
Style preference
OpenAI 모델이 terse, imperative한 system prompt와 well-described function definition에 잘 응답. Heavy XML-tag scaffolding이 interfere; Claude보다 더 light하게.