← Reddit

I built a Steam recommendation tool that reads game review text instead of tags, and I want to know where the picks are wrong

Reddit · No_End_3558 · July 24, 2026
A developer built arcadesquirrel.com using Claude Code, a Steam recommendation tool with three main components: The Hoard analyzes personal Steam libraries to suggest unplayed games and new recommendations, The Stash provides "Games like X" suggestions for 652 games based on AI analysis of player reviews rather than tags, and The Arcade offers four custom browser games. The creator is seeking user feedback on recommendation accuracy to identify which game suggestions succeed or fail.

Detailed Analysis

A solo developer has launched arcadesquirrel.com, a Steam game recommendation platform built entirely with Claude Code, Anthropic's AI coding assistant. The site departs from conventional recommendation engines by analyzing the actual text of player reviews rather than relying on Steam's built-in tagging system. Its core feature, "The Stash," processes roughly 500 reviews per title across 652 games to identify how a game actually feels to play, generating "games like X" pages based on qualitative player sentiment rather than developer-assigned metadata. A second feature, "The Hoard," connects to a user's public Steam profile, examines their play history, and surfaces both unplayed titles already in their library and new recommendations tailored to demonstrated preferences. The developer also built four original browser games as part of the site, rounding out the project into a small but functional gaming platform.

What makes this notable is less the recommendation mechanic itself and more the fact that a single non-professional developer was able to build a multi-component web application—complete with data scraping, natural language review analysis, a recommendation algorithm, and several playable games—using Claude Code as the sole engineer. The post frames Claude as having "written all the code," positioning the human contributor as product designer and quality-control tester rather than programmer. This is emblematic of a broader shift in how AI coding tools are being used: not just to autocomplete snippets or assist professional engineers, but to serve as the primary implementation layer for entire consumer-facing products conceived by people without traditional software development backgrounds.

The choice to analyze review text instead of tags also reflects a practical use case for large language models that goes beyond code generation—natural language understanding applied to unstructured user-generated content at scale. Parsing hundreds of thousands of reviews to extract qualitative signals about "feel" rather than genre or mechanic tags is a task that would have required significant NLP infrastructure or manual curation in the past. That this kind of semantic analysis can now be embedded as a product feature by an individual developer, using an AI coding assistant to write both the scraping and analysis pipeline, illustrates how the barrier between "having an idea" and "shipping a working product" has continued to compress.

This project also fits into a growing pattern of builders publicly documenting and soliciting feedback on Claude Code-generated projects, treating the tool less as a novelty and more as a genuine development partner capable of sustaining a nontrivial, multi-feature codebase over time. The explicit ask—for users to identify wrong or right recommendation matches—suggests the developer is using real-world feedback to iteratively refine a system whose core logic (matching sentiment across reviews) is inherently fuzzy and benefits from human validation. As AI-assisted development tools mature, this kind of scenario—individual hobbyists shipping niche but technically sophisticated products, then crowdsourcing quality assurance—may become an increasingly common pathway for software creation outside traditional engineering teams or startups.

Read original article →