INDEPENDENT MEDIA NETWORK. TECH. IDEAS. PEOPLE.
A BRIGHTER TOMORROW — TODAY.
🌐|||
APPS & SOFTWARE

Grok 4.5: an agent for code and tools

SpaceXAI positions the model as a working tool for programming, engineering and multi-step tasks, rather than another chatbot.

Alex Carter
Alex Carter
Jul 25, 2026•5 min read
Grok 4.5: an agent for code and tools

A model for work, not only answers

Grok 4.5 launched in Grok Build, Cursor and the API. It accepts text and images, supports reasoning, structured outputs and function calling. Function calling is what turns an answer into an action: an agent can open a file, run a command, inspect the result and continue.

What the video actually shows

The clip presents polished results: a weather panel, a financial interface, a walkable block-style 3D city, airflow around a car and a work timeline. It does not show the full prompt history, tests, failed attempts or manual edits. The video confirms the product direction, not the reproducibility of every example.

How the agent loop works

For a practical task, the model first interprets the goal, plans steps and selects tools. After running a terminal, search or tests, it reads the feedback and can revise the code. The outcome therefore depends on more than the model: permissions, tool quality, the test environment and stopping rules all matter.

Numbers without the marketing fog

The official model card lists a context window of up to 500,000 tokens and API pricing of 2 dollars per million input tokens and 6 dollars per million output tokens. SpaceXAI also claims 80 tokens per second and high efficiency, but these are vendor figures. Different benchmark modes do not prove leadership across every engineering task.

Where it helps — and what to verify

Grok 4.5 may help with prototypes, refactoring, large-repository search and repetitive engineering operations. A polished interface does not prove correct logic: code still needs tests, linting, dependency checks and review. Teams must also control the cost of long loops and the agent's access to dangerous commands.