# Claude-Nothing: A Claude Code cosplay that does absolutely nothing

> Source: <https://discuss.huggingface.co/t/claude-nothing-a-claude-code-cosplay-that-does-absolutely-nothing/178295#post_1>
> Published: 2026-07-29 17:57:42+00:00

I made a satirical CLI tool: a fake Claude Code terminal session that *looks* incredibly productive but touches **zero bytes** on disk. It reads files that don’t exist, edits code that isn’t there, spins up subagents to look extra busy, watches a test fail dramatically, “fixes” it heroically, and finishes all green.

Every run ends with the same honest tally:

```
0 files changed, 0 insertions(+), 0 deletions(-)
```

Perfect for looking busy on a screen share or impressing someone walking past your desk.

**Try it instantly:**

```
uvx claude-nothing
```

Built in Python with Textual, MIT licensed. Inspired by [install-nothing](https://github.com/buyukakyuz/install-nothing).

Repo: [GitHub - atasoglu/claude-nothing: Claude Code cosplay. Looks busy, does nothing. · GitHub](https://github.com/atasoglu/claude-nothing)
