May 25, 2026
Comma drama, cash chaos
A Comma and a Question Mark
He taught his computer to understand plain English—and the comments instantly argued about the $7,000 laptop
TLDR: A developer made his computer respond to plain-English prompts in the terminal using a comma for commands and a question mark for answers, while keeping humans in control. Commenters liked the idea but turned the thread into a spicy debate over the eyebrow-raising $7,000 laptop and whether this should teach users, not just assist them.
A longtime command-line diehard built a tiny two-symbol system so his computer can finally feel a little more human: type a comma and it suggests the command you probably wanted, type a question mark and it answers like a research assistant. The twist? It doesn’t actually press the button for you. It just lines up the suggestion and waits for human approval, which the crowd seemed to appreciate as the difference between helpful sidekick and digital gremlin with access to your files.
But the real popcorn moment in the discussion was not the feature—it was the price tag. The author joked that this “fun, easy” project only cost $7,000 because it runs on a very expensive laptop, and commenters immediately pounced. One reader was genuinely confused whether that was the price of the machine or somehow the cost of making the tool. Another basically said, “Cute demo, but you absolutely do not need a luxury spaceship laptop for this,” turning the thread into a mini class-war fight over local AI bragging rights.
The vibe swung between “please share the script!” and “this isn’t new, but I love the style.” One commenter compared the comma trick to an old-school internet chat bot, which is honestly the sweetest nostalgia bomb in the thread. And then there was the educational hot take: instead of blindly letting software do stuff, maybe it should teach people the right commands so they actually learn something. In other words, the crowd was into the idea—they just wanted fewer flexes, more sharing, and a lot less accidental rich-guy energy.
Key Points
- •The article presents a terminal workflow that uses punctuation prefixes to distinguish between command generation and question answering.
- •A comma prefix converts plain-English requests into a short list of suggested shell commands, each accompanied by a brief explanation.
- •The command-suggestion system uses a local 27B parameter model running through llama.cpp, with JSON Schema and grammar constraints to structure outputs.
- •A question mark prefix sends prompts to a constrained local agent, Pi, which can read files and search the web but cannot write or run shell commands.
- •The system is designed around manual approval: suggested commands are placed on the prompt line for the user to inspect and execute themselves.