r/OpenAI 4d ago

News GPT-6 Astra | OpenAI

Thumbnail
openai.com
Upvotes

r/OpenAI Jun 26 '26

Research Previewing GPT‑5.6 Sol: Next-Generation Model | OpenAI

Thumbnail openai.com
Upvotes

r/OpenAI 1h ago

Image Luna, Terra, Sol and Astra comparison

Post image
Upvotes

All of them on high effort, the same simple prompt:

"You have access to a default project in Blender 5.2 via the "blender" MCP. Recreate this motorcycle, as realistic as possible with accurate materials and small details right. The background is not important."

Interestingly, Terra decided to model the background even though I said explicitly it's not important.

They took approximately 3, 4, 9 and 22 minutes respectively.

TLDR: Astra is sick.


r/OpenAI 11h ago

Video GPT-6 Astra has successfully beat all 48 levels of the "I'm Not A Robot" game

Enable HLS to view with audio, or disable this notification

Upvotes

r/OpenAI 7h ago

GPTs GPT-6 Astra helped me turn a retro palmtop idea into an actual hardware engineering project

Thumbnail
gallery
Upvotes

我不是电气工程师,对于电子或机械工程的背景也不多。
这可能是这个项目最重要的背景。
在过去几天里,我一直在使用 GPT-6 Astra + Codex 来开发一个名为 Jornada P6 的物理硬件项目——到目前为止,Astra 的表现实在让我感到惊喜。
这个项目的想法是构建一款现代版的 90 年代晚期 HP Jornada 掌上电脑,使用:
一个原装的 HP Jornada 688 键盘
一个可拆卸的 BOOX P6 电子墨水设备
一个定制的 基于 nRF52840 的控制器
BLE HID 用于日常使用
USB 用于充电、固件、调试和备份 HID
一个全新的外壳、铰链和内部机械结构
目标是创造一台小型、以键盘为主、干扰少的写作电脑,同时保留原始 Jornada 的一些精神。
不寻常的是,我真的不知道如何自己完成大部分工作。
我能够定义希望产品是什么样的。我可以拆解东西,测量它们,焊接部件,进行实验,打印原型,并决定某个东西是否合适。
但是像这些方面:
如何逆向工程一个键盘矩阵
如何考虑 FFC 连接
HID 应该如何工作
选择一个 MCU 结构
规划 PCB
思考电池和充电结构
铰链负载路径
磁性固定与剪切固定
内部包装
可维护性
将物理测量转化为 CAD 约束
……都不是我在这个项目中拥有实际经验的领域。
Astra 在很多工程推理方面为我做了大量工作。
典型的循环看起来是这样的:
我描述目标 → Astra 找出我们需要知道的内容 → 它设计一个实验 → 我进行物理测量/测试 → 我反馈结果 → Astra 解读结果 → Codex 更新项目/设计 → 我们确定下一个未知数 → 重复。
例如,我最近拆除了 Jornada 688 的原装键盘。
我并不知道它的矩阵。
Astra 帮助我推理 FFC,建立测试方法,安全探测真实键盘,解读结果,并逐渐将一个不知名的 25 年以上的键盘转变为最终可以由现代无线控制器驱动的东西。
机械方面也是如此。
一开始只是个粗略的概念渲染,逐渐变成了关于真实尺寸、铰链结构、负载路径、可拆卸屏幕固定、PCB/电池体积、USB-C 接入、紧固件、服务盖以及哪些内容实际上可以打印的讨论。
这一转变——从 “这是一张酷酷的图片”“这是我需要进行的下一个物理实验”——是到目前为止让我对 Astra 印象最深刻的地方。
这个项目也非常依赖开源。
Jornada P6 绝对不是在真空中出现的。
我一直在学习和借鉴一些现有的项目,并想明确感谢那些将自己的工作公开的人。
一些最重要的参考资料包括:
Un Kyu Lee 的 Micro Journal 项目,尤其是 The PDA Terminal / unkyulee/phone-enclosure——对于将现代移动设备与键盘结合在紧凑的翻盖式设计中,这是一项主要的灵感来源,并且作为外壳、铰链和可维修结构的参考极为有用。
Wujek_k 的 Jornada 怀旧掌上电脑——原始的 Thingiverse 5590156 项目,展示了如何围绕现代硬件重塑旧的 Jornada 形态和键盘。
Jornada 怀旧掌上电脑 v.2——Thingiverse 6938611——在实际机械架构、内部包装和 Jornada 键盘的再利用方面走得更远。
Jornada 怀旧掌上电脑的键盘替换——Thingiverse 6966529——另一个非常有用的参考资料,帮助理解如何对 Jornada 键盘区域进行打包和重建。
38911-BASIC-BYTES-FREE/USB-Jornada-keyboard-mainboard,包括 Jornada 键盘 USB v.3——关于将原始 Jornada 键盘转变为现代 USB HID 设备的极其有用的参考工作。
RasmusB 的 USB-Keyboard-Adapter,也是 Jornada USB 键盘工作背后的一个重要组成部分。
PH Design 的 PH60——并不是因为 Jornada P6 使用 60% 的键盘,而是因为它的开放机械与无线键盘设计为 nRF52840 基础架构、电池包装、模块化构造以及可实际 3D 打印和维修的零件设计提供了有用的参考资料。
我并不是单纯地复制这些项目,其中一些解决了非常不同的问题。
但能够检视其他人是如何解决铰链、键盘接口、电池包装、可打印外壳和控制电子的,这大大减少了盲目猜测的数量。
所以:感谢所有发布这些项目的人。
这个项目确实是基于这些工作的。
Astra 还让我很快学到的一点是:如果让假设变成事实,人工智能在硬件中可能会很危险。
如果一个模型虚构了一个 CSS 值,也许页面看起来稍微有点错误。
如果它虚构了一个机械尺寸,你的部件可能根本不合适。
所以整个 Jornada P6 项目现在使用证据层级:
**测量的事实
经过验证的数据表
参考证据
工程假设
待定**
如果我没有实际测量某个东西,或者我们没有可靠的文档支持,那么 Astra/Codex 就不被允许将其静默提升为事实。
这个规则变得非常重要。
项目仍在进行中。
我不想假装这是一个完成的机器。
现在:
真正的 Jornada 688 键盘已经被拆解和测量
FFC 已经被特征化
键盘矩阵正在积极进行逆向工程
BOOX P6 HID 交互已经经过测试
BLE/USB 系统架构大部分已定义
多个机械候选方案已经生产并进行了评审
可拆卸的 P6 托架/外壳/铰链架构正在成形
电池、PCB、充电和服务接入包装正在处理
接下来的主要里程碑是:
完成整个 Jornada 键盘矩阵的映射
冻结键盘接口
完成 nRF52840 电子设计
最终确定电池/充电/USB-C 包装
打印第一个真实底盘
进行铰链和 P6 固定的物理测试
构建第一个集成 EVT 原型
这个事情还存在很多失败的机会。
铰链可能出错。
包装可能过于紧凑。
键盘电子可能会揭示出一些意想不到的情况。
第一次打印几乎肯定会暴露错误。
所以我绝对不会把这当作一个成功的故事来发布。
到目前为止, GPT-6 Astra 的能力令人惊叹。
让我着迷的并不是它能回答电子问题或生成一些 CAD 相关的代码。
而是像我这样——没有严谨的电子或机械工程背景的人——如今能够在以下领域维持持续的对话:
产品设计 → 研究 → 逆向工程 → 电子 → 机械设计 → 固件 → 测试 → 文档
并推动同一个物理项目的进展。
几年前,我认为我可能会做一个不错的 Jornada 概念渲染,发布到某个地方,然后就停止。
现在,我的桌子上有一个拆解的 25 年的 Jornada 键盘,电线从中出来,矩阵正在被映射,机械候选方案正在被评审,第一个可打印的原型正在逐渐接近。
那是一种非常不同的感觉。
仍然很早。
仍然是实验性的。
但到目前为止,Astra 真的是令人难以置信。
我特别想听听使用 Astra/Codex 进行 物理工程、电子、硬件逆向工程或创客项目 的人的反馈。
我怀疑这可能是这些模型改变谁能够制造事物的更有趣的地方之一。


r/OpenAI 12h ago

Video I used Codex GPT6 to get Doom running on my Samsung TV - and now I’m playing it with the TV remote

Enable HLS to view with audio, or disable this notification

Upvotes

Running locally on my Samsung S90C as a sideloaded Tizen app. Based on Cloudflare’s Chocolate Doom WebAssembly port, using the original shareware episode. Adapted with Codex to support the TV remote. Everything runs offline on the TV.

So Cool 😄


r/OpenAI 20h ago

Image Astra Be Like...

Post image
Upvotes

Congratulations to OpenAI on developing an AI that treats a token budget less as a limit and more as a personal challenge.


r/OpenAI 11h ago

Video Astra + Image Gen + Blender + Three.js = 🫶

Enable HLS to view with audio, or disable this notification

Upvotes

Little game I've been wanting to make, but no model's really done it right so far until now. Heavily inspired by my favorite space-shooter of all time, Gradius.

Built this over the last 24 hours with the combo of tech mentioned in the title.

Man, what a magnificent pairing...

Astra generates mocks with image gen and then goes to task generating stunning models in Blender to match which it then implements in Three.js.

If you haven't played around with this technique, yet, do it! It is SO MUCH FUN.

If you want to play, check out astraburn.com and get on the leaderboard!


r/OpenAI 31m ago

Image AI 2027 was mocked for being way too fast. GPT-6 Astra just landed perfectly on its curve.

Post image
Upvotes

r/OpenAI 13h ago

Project Kinesin movement powered by ATP (blender and unreal MCP)

Enable HLS to view with audio, or disable this notification

Upvotes

This was built with blender and unreal MCP's with the models sourced from https://www.rcsb.org/

First step was getting a model built inside of blender which uses the Molecular Nodes addon, then it proceeded to build the animation and all that got imported into Unreal, for a later stage of this project.

For most of the work I used Astra but I had to switch back to Fable 5.1 for some of the unreal engine work once i ran out of use on my plus subscription.


r/OpenAI 18h ago

Image gpt 6 astra made this in Google Calandar

Post image
Upvotes

r/OpenAI 22h ago

Project I‘m bad at 3D tech stacks so I vibe coded an interactive Odyssey narrative scroll project using Astra

Enable HLS to view with audio, or disable this notification

Upvotes

I am pretty bad at Three.js and 3D modeling in general. When I got my hands on Astra to test its capabilities, I decided to build something narrative driven instead of a 3D demo.

The inspiration came from The Odyssey and Christopher Nolan's filmmaking, mixed with elements of Homer's original story. The result is an interactive world scroll where scrolling through the page moves the story forward.

The journey starts with Odysseus leaving Ithaca for the Trojan War, then follows his long voyage home through the Cyclops' island, Circe's island, and the underworld, where he meets his fallen comrades. From there, he encounters the Sirens and sea monsters, reaches Calypso's island, and ultimately chooses home over immortality. It ends with his return to Ithaca, reclaiming his home and reuniting with his family.

I built it in Netas Studio using Astra, with Image2 for images and Seedance 2.0 for video.

A quick note on the demo. The recording looks a little choppy in places, especially at the beginning. The experience combines scenes that advance as you scroll with video sequences connecting key moments. Scrolling through the actual page yourself feels much smoother.

The background music was also generated by Astra, and I was really impressed by how well it fits the atmosphere of the story.

After the world scroll, I also added an Atlas marking the major stops along Odysseus's journey. All the map artwork was generated with Image2.

Three things stood out to me about Astra that might not come across in a 3D demo.

Story understanding

I only gave it a rough outline, and it quickly worked out the story beats and shot descriptions. It's a bit expensive, but this made me think it could be really good for roleplay or tabletop RPG campaigns.

Parallel agents

I needed images and videos for several locations, so there was a lot to work on in parallel. That workflow felt much faster than my previous experience with GPT-4, though that's a personal impression rather than a benchmark. I'll keep testing it.

Frontend design

I didn't like the initial fonts and styling. I gave it pretty vague feedback asking for a more ancient Greek feel, with papyrus textures and typography to match. It adjusted the colors and fonts, and the result was much closer to what I had in mind.

You can see the full project here


r/OpenAI 46m ago

Video Tried making a game with Chatgpt Astra.

Enable HLS to view with audio, or disable this notification

Upvotes

Made this Robot game yesterday using only Chatgpt Astra, Unity, and Suno. what do you guys think?


r/OpenAI 10h ago

Discussion Astra is an over-engineering nightmare with Unity

Upvotes

It consistently goes WAY beyond what's asked, constantly tries to ask to escape the sandbox to do things I've asked it explicitly not to do... it's giving me tons of cleanup work and revisions and anytime I'm gaining I'm losing to changing back all the stuff I *DON'T* want it to do.

Sol was the sweet spot, this thing is a junior engineer that thinks it knows better than the senior on the team.


r/OpenAI 8h ago

Discussion Astra uses far more than 2.5x of your usage.

Upvotes

Wanted to test this allegation. So I setup up a task that used 25% of my 5h Usage in a single prompt (GPT Sol Extra High). After the 5 hours reset, did the same for Astra Extra High. It used the full 5h and did not finish the task.

There's no way it's just 2.5x.


r/OpenAI 1d ago

Video Denzel Explains AI Slop

Enable HLS to view with audio, or disable this notification

Upvotes

r/OpenAI 7h ago

Project I used ChatGPT to recreate the lonely, agonizing speed of the 1996 web

Upvotes

Built 56k.rip with ChatGPT to capture the slow weight of early dial-up - simulated desktop, network bottlenecks, and hidden Easter eggs that trigger a custom BSOD.

ChatGPT handled the throttling logic and Windows 95 CSS, but struggled with frame isolation inside the fake browser. It feels like an artifact of an era that's never coming back.


r/OpenAI 11h ago

Discussion Astra results on my hobby Blender Benchmark

Thumbnail
gallery
Upvotes

A couple of months ago I started a personal hobby project to see how good LLMs would be at Blender, inspired by MineBench. Now I've tested GPT-6-Astra on some of the scenes, and the difference from the other models I've tried is pretty striking.
These are mostly one-shot "write a Python script" runs. Multi-turn runs with Blender MCP are a bit expensive for me to test at scale, but I've seen even more impressive results there.

I feel like this is reaching the limits of what “make something visually interesting” can do. Next for me is to try game-ready assets and actual production tasks to see where we are with current models in a real 3D workflows.

You can check out the other results and vote here: https://blenderbench.realityreprojector.com


r/OpenAI 20h ago

Project Astra really can do electronic projects now!

Thumbnail
gallery
Upvotes

Here is my project repo

https://github.com/fredriknk/chatgpt_astra_test2

I saw the Chatgpt Astra kicad demo, and wanted to try it out myself and im pretty damn impressed...! I only have a openai 20$/mo plus subscription so i had to use the lowest setting, but i got this design in 3 hours with 5 prompts in total before it ate up my 3 usage resets.

My only contributions to the design was to create the empty kicad template project, and the initial prompt:

"Lets test a esp32 design with a 24v input voltage which can output and read 4-20ma signals. Lets start planning!"

All design choices, component choices, design, schematics and, layout and documentation was done by the chatgpt astra 6 low through codex cli.

So final verdict? Its actually pretty damn usable.... Like, its not perfect by any means. some examples: There are a quite a few routing decisions i dont agree with, especially the USB routing and unneccesarry internal layer routing. The schematics are very hard to read as it doesnt use GND/Power symbols, and only use global labels instead of wires. But as far as i can tell from the schematic, this is a working design and i do agree with a lot of its component choices. But this was on its lowest effort setting with a 20$ subscription.....!

I feel it is pretty much where AI coding was in around 2024 (on its lowest setting), so im wondering where this will be in a year or two..!


r/OpenAI 21h ago

Discussion Clankers have more common sense than humans(SimpleBench)

Post image
Upvotes

end of humanity has arrived


r/OpenAI 13h ago

Discussion Does anyone else just find ChatGPT's answers better than Claudes now?

Upvotes

I really like Claude, but I've noticed that the answers are getting annoying. They are really lengthy, and Claude loves to just start talking about something random sometimes.

Also, I'm open to suggestions for how to get higher quality answers with Claude.


r/OpenAI 18m ago

Question High fidelity terrain - Astra with Blender

Upvotes

I am seeing a lots of Blender use with Astra. So far I tried few low poly generations but it ended up lower than expected in clean Blender project.

Do you have ani tips, setup, extra Bender plugins that allow generation of good loking detailed terrain, imagine mountains with alcoves, valleys with lakes, that just look good and natirally flow into another?


r/OpenAI 11h ago

Question Pro pricing with unlimited for 5.6 sol, terra, Luna

Upvotes

.so i just noticed that chatgpt pricing page for the pro account lists unlimited acess to get 5.6, for sol, terra and Luna. Subject to fair usage.

So I wonder how this fair usage is limiting everyone.

I have 3 plus accounts, should I upgrade...


r/OpenAI 18h ago

Discussion afaik astra is agi because it can use blender

Upvotes

Honestly, can we get more examples about why Astra is AGI? As far as I know, it's AGI because it can make everyones dream game in blender.

This isn't what I want AGI to be. I want AGI to be something that can launch and run a business, do scientific research or discoveries, or just something that could help me with complex life issues.

Please share some real AGI examples, I really want to see them.


r/OpenAI 4h ago

Discussion We didn’t move the goalposts on AGI: The real missing piece is Meta-Learning (learning how to learn)

Upvotes

Whenever a model hits a breakthrough score on a benchmark, the same complaint inevitably resurfaces: "People are just moving the goalposts. Yesterday it was chess, then Go, then coding, and now we say that's still not AGI."

I disagree. The goalpost hasn’t moved; people are just conflating accumulated skill with actual intelligence.

This is the exact premise François Chollet built the ARC-AGI benchmark upon: Intelligence is not crystallized performance on a known set of tasks; it is the sample efficiency with which an agent acquires new skills on unfamiliar problems.

When we examine how recent models tackle novel or complex challenges, a glaring structural pattern emerges that explains why we aren’t at AGI yet:

1. The Human Engineer is the "External Meta-Learner"

When a human encounters an unfamiliar problem in the real world:

  1. They observe and understand the core challenge.
  2. They identify their own skill deficiencies ("I don't know the theory/tools needed for this").
  3. They actively seek information, gather data, invent practice drills, and self-train.
  4. They return to the original problem with acquired mastery and solve it.

Now, look at how frontier models tackle novel benchmarks (like ARC or domain-specific reasoning):

  • The model fails at the task.
  • Human engineers analyze why it failed.
  • Human engineers write specialized simulators, design curriculum pipelines, and generate massive synthetic datasets tailored to that task.
  • The model runs gradient descent on human-curated training data and produces a high score.

The model didn't learn how to adapt; the human engineers did the meta-learning on its behalf. The AI remains a passive student executing SGD on scaffolding built by people.

2. The "AlphaGo Fallacy" on Repeat

We saw this with AlphaGo: trained on millions of games, yet it couldn't play Go on a 20x20 board without retraining.

Pre-training or post-training on months of synthetically generated task-specific environments to ace a benchmark is impressive engineering, but it is not autonomous adaptation. If achieving a high score requires an army of researchers spending months curating data specifically targeting the failure modes of that benchmark, you haven’t built a general learner—you’ve built an over-engineered specialist through external brute-force curriculum design.

3. What Does Real Meta-Learning / AGI Look Like?

True AGI cannot rely on an external team of OpenAI or Anthropic engineers to design its curriculum whenever it faces an out-of-distribution domain.

For a system to demonstrate genuine general intelligence, it must close the loop itself:

  • Autonomous Diagnosis: Identifying its own blind spots when faced with an open-ended intellectual problem.
  • Autonomous Curriculum Generation: Deciding what data or simulation it needs to bridge that gap, and generating/gathering that data itself.
  • Self-Directed Skill Acquisition: Training and updating its own weights, context, or internal modules, then applying that new capability to the original problem.

We may see primitive versions of this through Recursive Self-Improvement (RSI)—where a model benchmarks itself, diagnoses weaknesses, and produces training datasets for its next iteration. But even that is initially confined to well-defined coding and math loops.

Conclusion

Current state-of-the-art models are exceptionally good at executing reasoning patterns within the bounds of what they have been optimized for. But they have zero capacity to reason about how they should learn.

Demanding that an AGI be able to autonomously diagnose, explore, and teach itself to solve unseen problems isn't "moving the goalposts." It was the definition of General Intelligence from day one.

Curious to hear your thoughts: Do you think in-context reinforcement learning / test-time compute can eventually bridge this gap, or do we need an entirely different architectural paradigm to achieve true autonomous meta-learning?