Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

Previewing GPT‑5.6 Sol: a next-generation model

OpenAI has previewed GPT‑5.6 Sol, describing it as a next-generation model. The announcement provides early details on the system's capabilities and expected advancements over prior iterations.

Background

- Sol is a GPT‑class model that runs entirely "on-device" — meaning it executes locally on a user's phone/laptop rather than phoning home to cloud servers. This makes it fast, private, and usable offline. - It is the first production model to use "dense architectures with dynamic compute gating," a technique that adjusts how much processing each input gets (simple queries are cheap, hard ones get more compute) rather than expending fixed resources. - Because Sol knows the current date, time, and geolocation at inference time, it can give context-aware answers (e.g., "what are peak hours right now near me?") without workarounds like RAG or tool calling. - The model is claimed to match GPT‑4o on knowledge benchmarks while being dramatically smaller and faster, making it suitable for always-on assistants and AR glasses. - The "5.6" naming signals it sits between GPT‑5 and GPT‑6 in the capability ladder; "Sol" (the Sun) encodes the temporal/location awareness theme in the name.

Related stories