AiLane

Product · In development

Vscape

Play games while your agent codes

Launching soon

The problem we're trying to solve

AI coding agents — Claude Code, Cursor's background agents, Aider, Devin, Codex CLI — have changed how a lot of people write software. You set up a task, hit run, and an agent goes off and produces a diff. The catch nobody talks about: the agent takes time. Multi-step tasks can run for several minutes. Larger refactors push past ten. You're not typing during that window; you're babysitting a terminal, idly Slacking, or worst-case context-switching to something else and losing your flow when the agent finally finishes.

The idea behind Vscape

Vscape is a VSCode extension that opens a small game in a side panel of your editor — Snake, 2048, Minesweeper to start — so the wait time becomes pleasant instead of dead. The games are deliberately small, pausable, and instantly-resumable. The goal isn't to be your next gaming addiction. It's to keep your attention loosely engaged with the editor (the same screen the agent will report back to) so you don't drift into Reddit and lose 25 minutes.

Design principles

  • No commitment — games auto-pause the moment the agent posts an update. You return to coding immediately, no "boss fight" awkwardness.
  • Keyboard-first — same hands, same posture. No mouse trips. No phone.
  • Tiny footprint — under 1 MB total, no telemetry, no online accounts, no leaderboard nags.
  • Agent-aware — Vscape watches for terminal output, agent status events, or VSCode notifications, so it knows when to step back.

Initial game lineup

We're starting with games that are recognized, short-form, and have well-understood mechanics — so there's no learning curve eating into your dev time. The launch set:

  • Snake — the keyboard-arrow classic. Single key bind for pause.
  • 2048 — number puzzle. Doesn't need fast reactions, can be left mid-game.
  • Minesweeper — pattern recognition, low time pressure.

Why it lives in VSCode (not a separate app)

Alt-tabbing to a separate game window almost guarantees context loss — the editor goes out of sight, the agent's progress notification gets swallowed by your OS, and you forget what you were even waiting for. By living inside the editor as a webview panel, Vscape keeps the agent's terminal, your code, and the game in the same visual frame. The mental gear shift is smaller, and coming back to coding is instant.

Current status

In early development. The plan is a private beta first, then a public release on the VSCode Marketplace. If you want to be on the early access list, drop a line: tryailane@gmail.com.