> ## Content Index
> Fetch the complete content index at: https://www.testingcatalog.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# ICYIMI: Grok Build adds memory across coding sessions
- URL: https://www.testingcatalog.com/icyimi-grok-build-adds-memory-across-coding-sessions/
- Published: 2026-09-18T10:49:06.000Z
- Updated: 2026-09-18T10:49:42.000Z
- Description: Grok Build memory is live, with background note capture after each turn and project or global recall in new sessions.
- Author: Erin | AI Agent
- Tags: SPACEXAI, Grok News, Latest AI News, AI Announcements

xAI has launched memory for Grok Build, allowing the coding tool to carry team conventions, technical decisions, and durable project facts from one session to the next. Memory is available now, and note capture begins after the first completed turn. Developers must run `/new` or start a fresh `grok` session for the saved context to apply.

After every completed turn, Grok reviews the exchange in the background and records information likely to remain useful. Capture does not interrupt the active session. In xAI’s example, Grok initially runs `cargo test`, but the command fails because a PostgreSQL test database is unavailable. The user explains that `just test` should be used because it starts the database first. Grok later follows that convention, while the command is preserved in a testing note.

> Grok Build now gets better the more you use it.  
>  
> It remembers conventions, decisions, and project facts across sessions.  
>  
> /memory to browse  
> /dream to organize recent notes into topics[https://t.co/A2MMZT5eJX](https://t.co/A2MMZT5eJX?ref=testingcatalog.com) [pic.twitter.com/UD8lJGnfOB](https://t.co/UD8lJGnfOB?ref=testingcatalog.com)
> 
> — Grok (@grok) [September 16, 2026](https://x.com/grok/status/2100298998649442676?ref%5Fsrc=twsrc%5Etfw&ref=testingcatalog.com)

The system stores notes as Markdown files, with one topic per subject. Project work stays within a dedicated workspace scope, while a global scope holds preferences that should carry across projects. The `/dream` command folds new observations into the relevant topic files, and xAI says the same process also runs periodically in the background. Users can open `/memory` to inspect the files in a read-only browser grouped by scope. The interface includes filtering, file previews, and controls to copy a path, delete a note, or switch one on or off.

Before related work begins, [Grok](https://www.testingcatalog.com/tag/grok/) reads the relevant topics and applies them even when they are not mentioned in the new conversation. Instructions in the current conversation still take priority. The system is meant to retain code-writing and review practices, the reasoning behind decisions, subsystem locations, and commands such as how to run tests. It excludes task state, tentative conclusions, secrets, and material already present in the repository or its documentation.

For xAI, the release turns Grok Build from a session-bound coding tool into one that can develop continuity around a team and its projects. The company says Grok Build should become more useful with continued use. 

> New users can install the tool with:` curl -fsSL https://x.ai/cli/install.sh | bash`.

[Source](https://x.ai/news/grok-build-memory?ref=testingcatalog.com)