메뉴
HN
Hacker News • 16일 전

GPT-6 아스트라와 루프 트랜스포머, 숨겨진 추론

IMP
9/10
핵심 요약

Sebastian Raschka가 OpenAI의 새 모델 GPT-6 아스트라(Astra)의 성능을 리뷰하고, 루프 트랜스포머(Looped Transformer, 순환 깊이) 구조와 추론 과정(chain of thought)을 숨긴다는 소문이 실제로 어떤 관계가 있는지 분석합니다. 아스트라는 특히 3D 렌더링·애니메이션에서 압도적이며 ARC-AGI-3에서 99.9%를 달성했지만, 코딩 에이전트 벤치마크에서는 독립 평가 기준에 따라 성능이 다소 낮게 측정될 수 있다는 점도 짚습니다.

번역된 본문

GPT-6 아스트라, 루프 트랜스포머, 그리고 숨겨진 추론 — 순환 깊이(Recurrent Depth), 숨겨진 사고 연쇄(Chain of Thought), 트랜스포머 블록 루프에 관한 최신 연구 살펴보기. 세바스찬 라슈카(Sebastian Raschka, PhD), 2026년 9월 9일.

최근 몇 주간 많은 일이 있었습니다. 지금 모두의 관심이 OpenAI의 GPT-6 아스트라에 쏠려 있으리라 확신합니다. 특히 그 성능, 루프 트랜스포머/순환 깊이 측면, 그리고 아스트라가 자신의 추론 흔적(즉, 사고 연쇄)을 '숨긴다'는 소문이 화제입니다. 이 글에서는 먼저 아스트라에 대한 간단한 인상과 이 흐름이 어디로 향하는지에 대한 생각을 나누고자 합니다. 그다음 '루프 트랜스포머'가 무엇인지, 그리고 이것이 사고 연쇄 숨기기와 (어떻게, 혹은 정말로) 관련이 있는지 자세히 다루겠습니다. 마지막으로 루프 트랜스포머의 기본기를 살펴본 뒤, 이 주제에 관한 최신 연구 논문들의 새로운 통찰을 소개하겠습니다.

  1. GPT-6 아스트라 인상기 먼저 아키텍처 소문과 관련 연구 문헌으로 들어가기 전에, GPT-6 아스트라에 대한 몇 가지 관찰과 정보를 간단히 요약하겠습니다. 지난주 OpenAI의 새로운 GPT-6 아스트라가 큰 fanfare와 함께 출시되었습니다. 저는 지난 며칠간 사용해봤는데, 매우 뛰어난 모델이며, 이 글을 쓰는 시점 기준 제가 사용해본 모델 중 최고일 것입니다. 하지만 정확히 무엇이 개선되었고, 어떻게 개선된 것일까요?

1.1 아스트라 벤치마크 아스트라는 지금까지 사용해본 모델 중 최고이며, 특히 3D 렌더링과 애니메이션 작업에서 (다른 모델 대비) 눈에 띄게 뛰어납니다. 즉, GPT-5.6 전신 모델을 사실상 모든 카테고리(글쓰기, 수학, 코딩 등)에서 앞서지만, 특히 그래픽 데모 분야에서 두드러집니다. 이는 벤치마크에서도 확인됩니다. 예를 들어 GPT-6 아스트라는 아래에서 보듯 수학과 코딩에서 정말 뛰어납니다. 특히 주목할 점(그림에는 없음)은 아스트라가 논리 퍼즐 해결과 일반화 능력을 함께 측정하는 ARC-AGI-3 벤치마크에서 99.9%를 달성했다는 것입니다(GPT-5.6 Sol은 7.8%에 불과). 하지만 수학, 코딩, 컴퓨터 사용 벤치마크가 실제 사용에 더 가깝기 때문에 더 흥미롭습니다.

여러 에이전틱 코딩 작업을 종합한 Artificial Analysis Coding Agent Index v1.4(앞 그림 우하단)로 돌아와서, GPT-6 아스트라는 분명 최전선(frontier)에 있지만 압도적으로 앞서는 수준은 아닙니다. 이는 코딩 작업뿐 아니라 다양한 유형의 작업을 혼합한 아래의 Artificial Analysis Intelligence Index에서도 확인됩니다.

Artificial Analysis 벤치마크의 큰 장점은 독립적이라는 점이며, 따라서 모델 개발사의 자체 평가보다 좀 더 신뢰할 만할 수 있습니다. 평가 환경(harness) 설정은 벤치마크에 따라 다릅니다. 예를 들어 GDPval-AA와 AA-Briefcase는 비교 대상 LLM들에 걸쳐 오픈소스 미니멀 Stirrup harness를 사용합니다. 위의 Intelligence Index v4.2에서 Terminal-Bench v2.1은 Terminus 2를, τ³-Banking은 τ-Bench harness를 사용합니다. 별도의 Coding Agent Index는 다양한 코딩 에이전트 harness들을 비교합니다. 공통 harness를 사용하는 평가는 보다 공정한 비교(apples-to-apples)가 가능하게 합니다.

동시에 모델 학습 과정에서 모델은 보통 하나의 주 harness를 염두에 두고 개발되며(다른 harness에는 덜 파인튜닝됨), 주 harness는 흔히 해당 모델의 강점에 맞춰, 그리고 이를 극대화하도록 개발됩니다. 따라서 일부 에이전틱 평가는 아스트라가 자신의 주 harness에서 얼마나 잘 수행하는지 과소평가할 수 있습니다. 이것이 Intelligence Index 점수에 얼마나 영향을 주는지는 동일한 작업에 대해 여러 harness에서 아스트라를 비교해봐야 알 수 있습니다.

참고로, 동료가 최근 제안한 대로(Claude Code 리더도 권장한 바 있듯이), 기존 AGENTS.md 내용과 SKILL.md 파일 일부를 삭제(또는 보관)하는 것도 나쁘지 않은 생각일 수 있습니다. 최신 LLM은 프롬프트를 이해하고 당면한 문제를 해결하는 데 훨씬 효율적이 되었기 때문입니다. 과도한 손잡아주기(hand-holding)는 최신 모델을 불필요하게 제약하고 (성능 저하로 이어질 수 있습니다).

원문 보기
원문 보기 (영어)
GPT-6 Astra, Looped Transformers, and Hidden Reasoning A Look at Recurrent Depth, Hidden Chains of Thought, and Recent Research on Looping Transformer Blocks Sebastian Raschka, PhD Sep 09, 2026 100 7 10 Share A lot has happened in the last few weeks. I am sure that OpenAI’s GPT-6 Astra is top of mind for everyone right now. In particular, thoughts on its performance, the looped transformer/recurrent depth aspects, and rumors that Astra is “hiding” its reasoning trace (i.e., chain of thought). So, in this article, I want to start with some brief impressions of Astra and some thoughts on where all this is headed. Then, I will discuss, in detail, what “looped transformers” are, and how (or rather, if) this relates to hiding chains of thought. Lastly, after covering the basics of the looped transformer, I wanted to highlight some new insights from recent research papers on the topic. 1. GPT-6 Astra impressions First things first. Before getting into the architecture rumors and related research literature, let me briefly summarize some GPT-6 Astra observations and tidbits. Last week, OpenAI’s new GPT-6 Astra was released with a big fanfare. I used it over the past couple of days, and it’s an exceptionally good model, likely the best I’ve used as of this writing. But what, exactly, has it improved, and how? 1.1 Astra benchmarks Astra is the best model I’ve used so far, and it’s disproportionately good at 3D rendering and animation tasks (relative to other models). With that, I mean that while it leapfrogs its GPT-5.6 predecessor in practically all categories (writing, math, coding, and more), it especially does so when it comes to graphical demos. We can see this also reflected in the benchmarks. For instance, GPT-6 Astra is really good at math and coding, as shown below. One of the highlights (not shown in the figure) is that Astra also achieves 99.9% on the ARC-AGI-3 benchmark (GPT-5.6 Sol only 7.8%), which measures a mix of solving logic puzzles and generalization. However, the math, coding, and computer use benchmarks are more interesting because they are closer to real-world use. Coming back to the Artificial Analysis Coding Agent Index v1.4 (lower right in the previous figure), which blends several agentic coding tasks, GPT-6 Astra is clearly at the frontier, but it doesn’t pull ahead by leaps and bounds. This can also be seen in the general Artificial Analysis Intelligence Index shown below, which blends different types of tasks, not just coding tasks. Now, the big advantage of Artificial Analysis benchmarks is that they are independent and thus may be a bit more trustworthy than self-evaluated benchmarks by model developers. The harness setup depends on the benchmark . For example, GDPval-AA and AA-Briefcase use their open-source, minimal Stirrup harness across the different LLMs they compare. In the Intelligence Index v4.2 shown above, Terminal-Bench v2.1 uses Terminus 2, and τ³-Banking uses the τ-Bench harness. The separate Coding Agent Index also compares different coding-agent harnesses. For evaluations that use a shared harness, this makes it more of an apples-to-apples comparison. At the same time, during model training, models are typically developed with one primary harness in mind (and fine-tuned less on other harnesses). Plus, the primary harness is often developed to suit and amplify a model’s strengths. So, some of the agentic evaluations might underestimate how well Astra performs in its primary harness. How much this affects its Intelligence Index score would need to be tested by comparing Astra across harnesses on the same tasks. As a side note, as a colleague recently suggested to me (as also recommended by the Claude Code lead), it’s maybe not a bad idea to delete (/archive) some of your existing AGENTS.md contents and SKILL.md files, as newer LLMs have become more efficient at understanding the prompt and solving the problem at hand. The extra hand-holding could unnecessarily constrain newer models and lead to worse solutions. Of course, I am not suggesting never using SKILL.md files again, but for some workflows, because they can improve efficiency upon reuse, since the model doesn’t have to rediscover them. But what I am suggesting is that some workflows don’t need describing, and “old” descriptions may no longer be ideal, and the LLM may be able to come up with better solutions. So, it’s perhaps time to update or regenerate said instruction files. 1.2 Computer use capabilities GPT-6 Astra seems to be exceptionally strong in image and rendering tasks. When these tasks involve interacting with graphical user interfaces, they also demonstrate computer-use capabilities, meaning the model operates software on your local computer through the Codex/ChatGPT app. Computer use is where the model really shines compared to others, and anything graphic-related also makes for interesting and intuitive demos on social media platforms. There are tons of examples of impressive demos out there, from modeling rendering New York City in blender to virtual open house tours . To pick one example, below is a comparison where I had GPT-6 Astra Medium and High redraw a picture of me in a browser version of MS Paint using the mouse on my computer (not Extra High and Max, because I didn’t want to waste all my tokens :)). This highlights not only the model’s artistic capabilities but, more importantly, its ability to use tools on one’s computer (in this case, Paint; you can see the model using the interface via the mouse cursor). This is not the first model that, inside a harness, is capable of general computer use. For example, I successfully used GPT models for some UI tasks (e.g., expense-related tasks in Excel) and so on since earlier this year. However, computer use is a relatively new capability, enabled by the harness, and usually feels not quite as mature yet. This makes sense. LLMs are text models, so naturally the lower-hanging fruit is writing and coding and using APIs and CLIs. At the same time, there are many tools and software that don’t expose CLIs (yet), and instead of waiting until someone designs that interface, why not improve models to use graphical user interfaces (and, as mentioned before, this makes for pretty and impressive demos, anyway)? This is somewhat analogous to the emerging humanoid robot developments. Sure, humanoid robots are not the most efficient robots, for example, at the assembly line, where special-purpose machines exist. But they are versatile. So, I expect the upcoming months (or years) also to be an era of computer use refinement on both the LLM and the agent harness layer. I.e., in addition to the current capabilities, and expanding their math and coding capabilities, models will be trained with an increasing amount of computer use in mind. And this will also make LLMs more accessible for everyday computer tasks outside the tech world (”Hey ChatGPT, please do my tax return” :)) 1.3 Computer use training The computer usage trend is also consistent with the recent reporting that OpenAI purchased tens of thousands of Mac Minis and Mac Studios for Reinforcement Learning. So, here the Macs are not used to literally train the models (it’s better to use GPUs for that) but rather to expose macOS during the model training for the model to learn to use said operating system and the tools therein. So, how does computer-use training on said Macs work? In short, the Macs (or their macOS operating system, to be precise) serve as an environment that the model can interact with during training. The basic workflow looks like this: Prompt the model by giving it a task, such as “open an app xyz and do abc”. Provide it with screenshots of the macOS interface (this is usually done by the harness). The LLM then predicts mouse/keyboard actions (click, key presses, scrolling, and so on). Execute those actions on the Mac (again, this is done by the harness). Feed new screenshots of the updated environment after performing the actions