Back Office Simulator: A WebGL Tribute to Manual Data Entry
HN user whitecollardream posted Back Office Simulator, a browser-based game that "protects the lost art of manual data-entry." The source page is minimal — it's essentially a WebGL 2 application requiring JavaScript, with a loading screen and no further details. But the title and the HN thread (30 points, 4 comments) frame it as a satirical response to the increasing automation of back-office roles by AI agents.
From the fetched content, we know:
- Platform: WebGL 2, JavaScript only. No downloads — runs directly in the browser.
- Premise: A simulator that makes the player perform manual data-entry tasks — think keying in numbers, filling forms, and processing paperwork.
- Satire: The tagline "Protecting the lost art of manual data-entry" is a tongue-in-cheek jab at how AI copilots and automation are phasing out such jobs.
The game is a commentary on the very workflows OpenClaw and similar agents are designed to eliminate. For developers who build automation for back-office processes, it's a playful reminder of the repetitive tasks that AI models are now handling. The lack of documentation means you need to try it yourself — the game's UI likely uses typical office metaphors like keyboards, monitors, and filing cabinets.
If you're interested in AI's impact on clerical work or just want a quick laugh, give it a spin. The HN thread might contain more context, but the source itself is intentionally sparse.
📖 Read the full source: HN LLM Tools
👀 See Also

Yavio: Open-Source Product Analytics SDK for MCP Apps
Yavio is an open-source product analytics SDK for MCP and MCP Apps that automatically captures tool calls, errors, and resource reads with one function call. The MIT-licensed project provides a dashboard with per-tool breakdowns, funnels, retention, and error tracking.

TRELLIS.2 Image-to-3D Ported to Run Natively on Apple Silicon
A developer has ported Microsoft's 4B parameter TRELLIS.2 image-to-3D model to run natively on Apple Silicon via PyTorch MPS, replacing CUDA-specific operations with pure-PyTorch alternatives. The port generates ~400K vertex meshes from single photos in about 3.5 minutes on M4 Pro with 24GB memory.
Claude Code Skill Tax: 2,596 Installed Skills, 40 Used, $91/Month Wasted
Every installed Claude Code skill loads into every session's system prompt. One user measured 102,651 tokens loaded per session with 98.6% never used, costing ~$91/month. An open-source tool, skill-tax, audits usage and cost.

Claude Desktop + Blender via MCP: Real-Time 3D Workflow Closes the Feedback Loop
An open-source Blender add-on runs an MCP server inside Blender, letting Claude Desktop inspect scenes, create objects, render images, and read results—closing the script-paste feedback loop.