# GPT-5.4 Is Here — And It Can Control Your Computer!

Source: https://www.youtube.com/watch?v=KRK8KCY_YoE
Recap page: https://rapidrecap.app/video/KRK8KCY_YoE
Generated: 2026-03-05T20:33:58.17+00:00

---
## Quick Overview

The video demonstrates a functional prototype of GPT-5.4, an advanced AI model developed by OpenAI, showcasing its capability to control a computer's operating system (Windows 11) through natural language commands, allowing it to navigate, open applications, write code, and execute complex tasks autonomously.

**Key Points:**
- GPT-5.4 executes complex tasks like opening the calculator, navigating to a specific folder, and writing a Python script entirely through spoken natural language prompts.
- The demonstration features the AI interacting directly with the Windows 11 desktop environment, proving its ability to manipulate the GUI beyond simple text generation.
- The model successfully navigated to the 'Downloads' folder, located a file named 'app.py', and executed a command to run it, showing file system interaction.
- A key test involved the AI writing and executing a Python script that generated a random 4-digit number and printed it to the console, confirming coding and execution capabilities.
- The system uses a feedback loop where the AI observes the screen state and determines the next action required to fulfill the command, similar to an agentic workflow.
- The video highlights that this capability is still a prototype, emphasizing that the model operates within a controlled testing environment and is not publicly released.

![Screenshot at 0:45: The screen capture shows the Windows 11 desktop with the File Explorer open to the Downloads folder, illustrating the initial stage of the GPT-5.4 agent navigating the file system based on a voice command.](https://ss.rapidrecap.app/screens/KRK8KCY_YoE/00-00-45.jpg)

**Context:** This video presents an early demonstration of a highly advanced iteration of OpenAI's language model, tentatively referred to as GPT-5.4, focusing specifically on its emergent ability to function as an autonomous agent capable of direct computer control. The concept demonstrated moves beyond standard conversational AI by integrating the language model with the operating system's interface, allowing it to interpret high-level goals and translate them into sequential, executable actions on a live desktop environment.

## Detailed Analysis

The video confirms that GPT-5.4 possesses significant agentic capabilities, enabling it to control a computer running Windows 11 using only natural language instructions. The demonstration begins with the AI successfully opening the calculator application by voice command. Following this, the presenter instructs the AI to navigate to a specific directory. The AI accurately opens File Explorer and locates the 'Downloads' folder. The next major test involves file manipulation: the presenter asks the AI to find a file named 'app.py' and execute it. The AI successfully locates the file and initiates its execution, confirming its ability to interact with the terminal or command line interface. Finally, the presenter challenges the model to write and run a Python script. The AI generates a script designed to produce a random four-digit number and prints the result to the console, demonstrating functional coding ability. Throughout the demonstration, the system operates by observing the screen state, formulating a plan, and executing the necessary mouse clicks or keyboard inputs to achieve the stated goal. The visual evidence confirms that this is a functional, albeit prototype, implementation of an AI controlling a standard desktop operating system.

### Agent Capabilities Demonstrated

- Opening Calculator application
- Navigating File Explorer to specific directories
- Locating and executing a Python file named 'app.py'

### Coding and Execution Test

- AI wrote a Python script to generate a random 4-digit number
- Script execution displayed output in the command console
- Successful verification of code generation and execution pipeline

### Underlying Mechanism

- Model interprets high-level goal
- Generates sequence of actions (clicks/keystrokes)
- Observes screen state for feedback loop
- Executes action on Windows 11 GUI

### Status and Context

- The demonstrated functionality is an internal, controlled prototype
- The model is not publicly available
- Focus remains on achieving reliable, autonomous task completion

![Screenshot at 0:15: The initial screen showing the Windows 11 desktop interface before any commands are issued.](https://ss.rapidrecap.app/screens/KRK8KCY_YoE/00-00-15.jpg)
![Screenshot at 0:45: The File Explorer window open, focused on the 'Downloads' directory, demonstrating navigation success.](https://ss.rapidrecap.app/screens/KRK8KCY_YoE/00-00-45.jpg)
![Screenshot at 1:10: The AI successfully opening the Windows Calculator application via voice command interaction.](https://ss.rapidrecap.app/screens/KRK8KCY_YoE/00-01-10.jpg)
![Screenshot at 2:05: The command prompt window displaying the Python script that GPT-5.4 generated, showing the source code.](https://ss.rapidrecap.app/screens/KRK8KCY_YoE/00-02-05.jpg)
![Screenshot at 2:40: The final output screen showing the randomly generated 4-digit number printed to the terminal, confirming the script execution result.](https://ss.rapidrecap.app/screens/KRK8KCY_YoE/00-02-40.jpg)
