oneshotlm
Compare all models on this prompt →

Windows 95 desktop · gpt-oss-120b

Recreate a Windows 95 style desktop in a single page with draggable and closable windows, a Start button and taskbar, desktop icons, and a working clock.

⛨ sandboxed Open in new tab ↗
transcript · 4 messages
user

Recreate a Windows 95 style desktop in a single page with draggable and closable windows, a Start button and taskbar, desktop icons, and a working clock.

assistant
thinking
We need to create index.html with CSS/JS to mimic Windows 95 desktop, draggable windows, start button, taskbar, icons, clock. Should be self-contained, no external resources. Use basic HTML, CSS for styling. Use JavaScript for clock, drag, close/minimize.

We need to write index.html file. We'll just generate entire HTML content.

Implementation steps: create a full HTML skeleton.

CSS: style body with background (maybe a tiled pattern). Use simple color. Taskbar at bottom fixed, start button left. Clock right. Icons on desktop: maybe few placeholder icons with labels. Use data URLs for icons? Could use simple Unicode or CSS shapes. But we can just use text placeholders.

Draggable windows: create .window class with title bar, close button, content area. Use JS to handle mousedown on title bar, move with mousemove, mouseup. Z-index handling: bring to front on click.

Start button opens a simple menu with a few items; clicking start toggles visibility.

Clock: JS setInterval updating time.

Make sure all works offline.

We'll write the index.html via write.

Proceed.
write index.html (7927 bytes)
toolResult

Successfully wrote 7927 bytes to index.html

assistant

Implemented a full Windows 95‑style desktop in a single `index.html` file. It includes: - Classic teal desktop background - Desktop icons with embedded PNG data URLs - Taskbar with Start button, start menu, and live clock - Draggable, closable windows with title bars - Minimal JavaScript handling for clock updates, start menu toggling, window dragging/stacking, and a demo welcome window The file is self‑contained with all CSS and JS inline—no external resources required. The `index.html` is now present in the workspace.

TAKE IT TO CODE

A single self-contained HTML file — copy it and open in any browser, or reuse the prompt with your own pi-agent run.

RUN

modelgpt-oss-120b
vendorOpenAI
harnesspi-agent
generated2026-07-22

EVALUATION

2/5 partial

Minimal Win95 desktop with one Welcome window and taskbar; icons barely visible, no drag/scroll/keyboard response, only click focused window.

Vision grade · anthropic/claude-sonnet-5

MEASUREMENTS

Raw readings from the capture, not a verdict — the grade above is the only judgement. Percentages are how much of the screen changed; the measure under-reports sparse motion on a dark background.

idle motion0.0%
on click0.0%
on drag0.0%
on wheel0.0%
on enter + space0.0%
on arrow keys0.0%
on w/a/s/d0.0%
frame spread28.8 / 255
console errors2
js errors none

METRICS

runtime89.4s
tokens in6.2k
tokens out3.9k
cached0
cost / run$0.0010