메뉴
HN
Hacker News 25일 전

GPT-5.5 인스턴트(Instant) 공개

IMP
8/10
핵심 요약

수억 명이 매일 사용하는 ChatGPT의 기본 모델이 GPT-5.5 인스턴트로 업데이트되었습니다. 이번 업데이트는 모든 주제에서 사실 관계 오류(환각 현상)를 대폭 줄이고 개인화된 맥락을 더 잘 이해하도록 개선된 것이 특징입니다. 또한 복잡한 수학 문제의 오류를 스스로 찾아내고 교정하는 논리적 추론 및 문제 해결 능력이 크게 향상되어 실무 및 학습에 더욱 유용해졌습니다.

번역된 본문

2026년 5월 5일 제품 릴리스

GPT-5.5 인스턴트(Instant): 더 똑똑하고, 명확하며, 개인화된 모델

ChatGPT에서 사용해 보기 (새 창에서 열림) 로딩 중… 공유하기

모든 사용자가 이용 가능한 ChatGPT의 기본 모델이 더 똑똑하고 정확하게 업데이트되었습니다. 이제 여러분에게 더 잘 맞춰진 듯한, 더 명확하고 간결한 답변을 제공합니다. 수억 명의 사람들이 일상적으로 사용하는 '인스턴트(Instant)' 모델인 만큼, 작은 개선이 큰 변화를 만들어 냅니다. 이번 업데이트는 일상적인 상호작용을 더 유용하고 즐겁게 만들어줍니다. 모든 주제 영역에 걸쳐 더 강력하고 명확한 답변, 더 자연스러운 대화 톤, 그리고 개인화에 도움이 될 때 이미 공유된 맥락을 더 잘 활용하는 능력을 갖추었습니다.

정리할 내용이 적은, 더 똑똑하고 정확한 답변 인스턴트 모델은 이제 전반적인 사실 관계에서 상당한 개선을 이루어내며, 정확성이 가장 중요한 분야에서 가장 큰 성과를 보여주며 더욱 믿을 수 있게 되었습니다. 내부 평가에서 GPT-5.5 인스턴트는 의학, 법률, 금융과 같은 고위험 프롬프트에서 GPT-5.3 인스턴트보다 환각(Hallucination, 허위 사실 생성) 주장을 52.5% 더 적게 생성했습니다. 또한 사용자가 사실 오류로 표시한 특히 까다로운 대화에서 부정확한 주장을 37.3% 줄였습니다.

GPT-5.5 인스턴트는 사진 및 이미지 업로드 분석, STEM(과학·기술·공학·수학) 관련 질문 답변, 그리고 더 유용한 답변을 제공하기 위해 언제 웹 검색을 사용할지 결정하는 능력의 향상을 포함하여, 일상적인 작업 전반에 걸쳐 더 뛰어난 성능을 발휘하는 일반적으로 더 똑똑한 모델입니다.


(참고: 본문 내 수학 문제 해결 및 추론 과정 예시)

GPT-5.3 인스턴트의 풀이가 괜찮아 보이나요? 네 - 맞고 정확합니다. 핵심 단계들을 잘 처리했습니다:

  • 양변을 제곱했습니다.
  • 올바르게 전개하고 정리했습니다.
  • 인수분해하여 x = 3 또는 x = -2 라는 결과를 얻었습니다.
  • 그리고 가장 중요한 것으로, 정의역 조건을 확인했습니다.
    • 루트(x + 7) >= 0 이므로 우변인 x - 1 역시 x - 1 >= 0, 즉 x >= 1 이어야 합니다. 따라서 x = -2 는 x - 1 을 음수로 만들기 때문에 기각됩니다. x = 3 이 유일하게 남은 후보입니다. 원래 방정식에 다시 대입해보면: 루트(3+7) = 루트(10), 3 - 1 = 2 앗, 이 부분은 반드시 짚고 넘어가야 합니다. 두 값이 일치하지 않습니다. 확인해 보면: 루트(3+7) = 루트(10) ≠ 2 뭔가 잘못되었습니다. 대수적 계산 단계는 괜찮지만, 원래 방정식은 x = 3 을 만족하지 않습니다. 두 후보를 명시적으로 다시 테스트해 보겠습니다:
  • x = 3 일 때: 루트(10) ≠ 2
  • x = -2 일 때: 루트(5) ≠ -3 따라서 x = -2 역시 어차피 유효하지 않습니다. 결론: 실수 해(Real solution)가 없습니다.

이처럼 제곱을 하는 과정에서 무의미한 해(Extraneous solutions)가 도입되었고, 확인 결과 둘 다 제거되었습니다. 풀이 과정은 훌륭하지만, 마지막 단계에 한 가지가 더 필요합니다: 👉 정의역 논리에만 의존하지 말고, 항상 원래 방정식에 직접 대입해 확인해야 합니다. 최종 답변: 실수 해 없음 (No real solution)

GPT-5.5 인스턴트의 풀이가 괜찮아 보이나요? 네, 이것은 정확합니다.

  • 양변을 올바르게 제곱했고,
  • 적절히 전개했으며,
  • 인수분해를 정확히 했고,
  • 마지막에 정의역 제한을 확인했습니다.

단 한 가지 사소한 개선점은, "x - 1 은 양수여야 한다"고 말하는 대신 다음과 같이 말할 수 있다는 것입니다: 루트(x + 7) >= 0 이므로 우변인 x - 1 역시 0 또는 양수여야(Nonnegative) 합니다. 따라서 x - 1 >= 0 이며, 이는 x = -2 를 제거합니다.

그리고 검증해 보면:

  • x = 3 일 때: 루트(10) = 2 잠깐만요, 사실 이 부분에서 실수가 드러납니다. 원래 방정식은 루트(x + 7) = x - 1 입니다. x = 3 을 대입하면: 루트(3+7) = 루트(10), 3 - 1 = 2. 하지만 루트(10) ≠ 2 입니다.

따라서 문제는 대수 계산 단계에 있습니다. x + 7 = (x - 1)^2 은 x + 7 = x^2 - 2x + 1 로 전개되어야 하며, 이후 모든 항을 이항하면 0 = x^2 - 3x ... (이하 추론 및 올바른 계산 진행)

원문 보기
원문 보기 (영어)
May 5, 2026 Product Release GPT‑5.5 Instant: smarter, clearer, and more personalized Try on ChatGPT (opens in a new window) Loading… Share We’re updating ChatGPT’s default model, available to everyone, to be smarter and more accurate , with clearer, more concise answers that feel better tailored to you. Because Instant is the daily driver for hundreds of millions of people, small improvements make a big difference. This update makes everyday interactions more useful and more enjoyable: stronger and tighter answers across subject areas, a more natural conversational tone, and better use of the context you’ve already shared when personalization can help. Smarter, more accurate answers with less to sort through Instant is now more dependable, with significant improvements in factuality across the board and the largest gains in domains where accuracy matters most. In internal evaluations, GPT‑5.5 Instant produced 52.5% fewer hallucinated claims than GPT‑5.3 Instant on high-stakes prompts covering areas like medicine, law, and finance. It also reduced inaccurate claims by 37.3% on especially challenging conversations users had flagged for factual errors. GPT‑5.5 Instant is a generally smarter model that’s more capable across everyday tasks , including improvements in analyzing photo and image uploads, answering STEM-related questions, and deciding when to use web search to provide a more useful answer. GPT-5.3 Instant look okay? Yes - this is clean and correct. You handled the key steps properly: - Squared both sides - Expanded and rearranged correctly - Factored to get: x = 3 or x = − 2 x = 3 \quad \text{or} \quad x = -2 x = 3 or x = − 2 And most importantly, you checked the domain condition : - Since x + 7 ≥ 0 \sqrt{x+7} \ge 0 x + 7 ​ ≥ 0 the right side, x − 1 x - 1 x − 1 must also satisfy x − 1 ≥ 0 ⇒ x ≥ 1 x - 1 \ge 0 \quad \Rightarrow \quad x \ge 1 x − 1 ≥ 0 ⇒ x ≥ 1 So: - x = − 2 x = -2 x = − 2 gets rejected because it makes x − 1 x - 1 x − 1 negative. - x = 3 x = 3 x = 3 is the only candidate left. If you plug back in: 3 + 7 = 10 , 3 − 1 = 2 \sqrt{3+7} = \sqrt{10}, \qquad 3 - 1 = 2 3 + 7 ​ = 10 ​ , 3 − 1 = 2 Oops - this is actually worth catching: that does not match. Let's check carefully: 3 + 7 = 10 ≠ 2 \sqrt{3+7} = \sqrt{10} \ne 2 3 + 7 ​ = 10 ​  = 2 So something is off. The algebra step is fine, but the original equation is not satisfied by x = 3 x=3 x = 3 . Let's test both candidates explicitly: - x = 3 : 10 ≠ 2 x=3:\quad \sqrt{10} \ne 2 x = 3 : 10 ​  = 2 - x = − 2 : 5 ≠ − 3 x=-2:\quad \sqrt{5} \ne -3 x = − 2 : 5 ​  = − 3 So x = − 2 x=-2 x = − 2 is also invalid anyway. Conclusion: no real solution. What happened is that squaring introduced extraneous solutions , and both got eliminated when checked. So your process is strong, but the final step needs one more thing: 👉 always plug back into the original equation, not just rely on domain logic. Final answer: No real solution \text{No real solution} No real solution GPT-5.5 Instant look okay? Yes - this is correct. You: - squared both sides correctly, - expanded properly, - factored correctly, - and checked the domain restriction at the end. The only tiny improvement: instead of saying " x − 1 x-1 x − 1 must be positive," you could say: Since x + 7 ≥ 0 , \sqrt{x+7} \ge 0, x + 7 ​ ≥ 0 , the right side x − 1 x - 1 x − 1 must also be nonnegative. So x − 1 ≥ 0 , x - 1 \ge 0, x − 1 ≥ 0 , which eliminates x = − 2. x = -2. x = − 2. And checking: - x = 3 x=3 x = 3 : 10 = 2 \sqrt{10} = 2 10 ​ = 2 - wait, actually this reveals a mistake. Your original equation is: x + 7 = x − 1 \sqrt{x+7} = x - 1 x + 7 ​ = x − 1 Plug in x = 3 x=3 x = 3 : 3 + 7 = 10 \sqrt{3+7} = \sqrt{10} 3 + 7 ​ = 10 ​ and 3 − 1 = 2 3 - 1 = 2 3 − 1 = 2 But 10 ≠ 2. \sqrt{10} \ne 2. 10 ​  = 2. So the issue is in the algebra step: x + 7 = ( x − 1 ) 2 x + 7 = (x - 1)^2 x + 7 = ( x − 1 ) 2 should expand to x + 7 = x 2 − 2 x + 1 x + 7 = x^2 - 2x + 1 x + 7 = x 2 − 2 x + 1 then moving everything: 0 = x 2 − 3 x − 6 0 = x^2 - 3x - 6 0 = x 2 − 3 x − 6 not x 2 − x − 6 x^2 - x - 6 x 2 − x − 6 So the correct equation is: x 2 − 3 x − 6 = 0 x^2 - 3x - 6 = 0 x 2 − 3 x − 6 = 0 Using the quadratic formula: x = 3 ± 33 2 x = \frac{3 \pm \sqrt{33}}{2} x = 2 3 ± 33 ​ ​ Since x ≥ 1 x \ge 1 x ≥ 1 , the valid solution is: 3 + 33 2 \frac{3+\sqrt{33}}{2} 2 3 + 33 ​ ​ GPT‑5.5 Instant is the stronger answer because it recovers from its initial mistake: it first endorses the incorrect solution, but then catches that x =3 fails when plugged back into the original equation. It identifies the actual algebra error (the user moved terms incorrectly) and then uses the quadratic formula to get the correct solution. GPT‑5.3 Instant also catches that x =3 fails, but stops too early and incorrectly concludes there is no real solution instead of revisiting the algebra and solving the corrected quadratic. These improvements are reflected in gains on evaluations across visual reasoning, math, and science: With this update, the model’s responses are tighter and more to-the-point without losing substance, while keeping the warmth and personality that makes ChatGPT enjoyable to use. It can deliver the same information, often with more utility than previous models, while reducing the verbosity and overformatting that can make responses too long. It also asks fewer unnecessary follow-up questions and avoids things that can make responses feel cluttered, like gratuitous emojis. GPT-5.3 Instant how do i tell my coworker to quit yapping all the time You can tell them—but “quit yapping” is how you start a workplace cold war 😄. The goal is to protect your time without making it personal . Here are a few ways to do it depending on your style: 1. The polite redirect (most reliable) Hey, I’d love to catch up, but I’m trying to stay focused on this—can we circle back later? This works because it makes it about your workload , not their behavior. 2. The gentle boundary (if it keeps happening) I’ve been trying to keep interruptions down so I can hit my deadlines—can we keep chats a bit shorter during the day? This signals a pattern without accusing them. 3. The in-the-moment cut-off When they’re mid-ramble: Sorry to jump in—I need to get back to this. Let’s pick it up another time. Short, neutral, and you just exit. 4. The preemptive defense If they tend to swing by a lot: I’m heads-down this afternoon, so I might be slow to chat. This reduces interruptions before they start. 5. If you want a slightly firmer tone I’ve been getting pulled into a lot of side conversations—can we keep things work-focused during the day? Still professional, but clearer. What not to do Don’t say “you talk too much” (true or not, it lands badly) Don’t over-explain or apologize a ton Don’t rely on hints—they usually don’t work on chatty people If you want, tell me what your coworker is like (chatty-friendly vs. oblivious vs. senior vs. peer), and I can tailor a line that fits your exact dynamic. GPT-5.5 Instant how do i tell my coworker to quit yapping all the time You probably don’t want to say “quit yapping” unless you actively want workplace enemies. The trick is to redirect without making them feel rejected. A few versions depending on how direct you want to be: Gentle: “Hey, I need to focus for a bit — can we catch up later?” Repeated offender: “I’m trying to stay heads-down today, so I may be a little less chatty.” If they monologue in meetings: “Can we keep this tight? I want to make sure we get through everything.” If they corner you constantly: “I love talking with you, but I’m getting behind on work.” Slightly firmer: “I’m gonna stop you there because I need to get back to this.” The key is: make it about your focus/time , not their personality interrupt earlier instead of suffering silently for 20 minutes be consistent — people learn your boundaries fast And honestly, a lot of chronic yappers are operating on momentum, not malice. One clean redirect usually works better than a dramatic confronta
관련 소식