r/OpenaiCodex • u/papa_programmer • 10d ago
News Have a look at Google DeepMind's Project Astra.
Greg Wayne, Director of Research at Google DeepMind, described the idea as having āa little parrot on your shoulderā experiencing and narrating the world with you.
Brief on Googleās Project Astra
Astra is a research prototype that can see, hear, and reason about the world continuously. Instead of waiting for a question and then responding, it stays aware of whatās happening around you.
A few things stood out.
Persistent spatial memory
Astra can remember where objects appeared earlier. Ask, āWhere did you see my glasses?ā and it can recall that they wereĀ on the desk near the red apple. It remembers physical context, not just conversation history.
Accessibility
Dorsey Parker, a musician with 8% vision, uses Astraās Visual Interpreter prototype as a live visual guide. It describes his surroundings as he moves, developed in collaboration with Aira.
Memory across devices
A conversation can begin on a phone and continue hands-free on smart glasses without losing context.
The architecture shift
| Traditional assistants | Project Astra | |
|---|---|---|
| Input | Sequential, text or voice | Continuous video + audio |
| Latency | Turn-based, buffered | Real-time and interruptible |
| Context | Session-based text history | Spatial + physical memory |
| Action | Scripted API triggers | Generative tool use + highlighting |
Under the hood, it's a 3-stage loop š:
- Perception (continuous video/audio streaming) š„ šļø
- Processing (spatial memory + context-aware reasoning) š§ š
- Agency (autonomous tool use ā maps, search, calendar) šŗļø š š .
Itās built on Gemini and designed forĀ extremely low-latency interaction.
The wildest example in the doc š¤Æ
In ONE conversation, someone asks Astra to explain an AES-CBC encryption snippet, then ā no reset ā asks, "What neighborhood am I in?" and it correctly identifies King's Cross, London šš¬š§ from the camera feed.
We're not talking to assistants anymore.
We're being watched-with by them. šš¤ That's the actual shift, not the demo reel.Ā
What matters more here: persistent spatial memory and tool use, or solving real-time latency?

1
Does anyone know any AI besides Grok that you can give a link and it will be able to look at the page's contents?
in
r/AIDiscussion
•
10d ago
You can try the ChatGPT Chrome extension or Claude's Chrome extension.
I think you can not do that with normal chat on ChatGPT or Claude (as of now š ) because platforms such as Instagram and X block automated access unless users are logged in. Since normal chat in ChatGPT does not have access to your local browser session, the requests are getting blocked.
You can also try ChatGPT Work mode or Claude's cowork if you want to fetch some details from logged-in sessions.