oneshotlm
Compare all models on this prompt →

Windows 95 desktop · mistral-nemo

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.

⚠ no runnable output

This one-shot run produced no runnable artifact.

no index.html

The transcript below shows what the model did — read it to see why the one shot fell short.

transcript · 5 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
bash {"command":"mkdir -p css js && touch index.html"}
toolResult

(no output)

assistant
assistant

I've created the necessary directories and the index.html file. Now, let's start building the Windows 95 style desktop within this single HTML file. I'll add the basic structure and start implementing the desktop elements. First, I'll add the `<!DOCTYPE html>` declaration, `<html>`, `<head>`, and `<body>` tags. Then, I'll create the `<style>` tag for CSS and the `<script>` tag for JavaScript. After that, I'll begin creating the desktop elements like the taskbar, start button, desktop icons, and draggable windows. I'll also add a working clock. Let's start by adding the basic structure to the index.html file. ```html <!DOCTYPE html> <html> <head> <style> /* Add CSS styles here */ </style> </head> <body> <script> // Add JavaScript code here </script> </body> </html> ```

TAKE IT TO CODE

This run produced no artifact — reuse the prompt with a different model or your own pi-agent run.

RUN

modelmistral-nemo
vendorMistral AI
harnesspi-agent
generated2026-08-02

METRICS

runtime12.2s
tokens in2.9k
tokens out223
cached1.5k
cost / run$0.0000