← Reddit

Teacher here: built my students a free education site with Claude Code, including a from-scratch QR encoder (no libs, actually scans)

Reddit · petitpoid · August 13, 2026

Detailed Analysis

A Reddit post from a self-identified teacher describes using Claude Code to build a free educational website for students, notably including a QR code encoder built entirely from scratch—without relying on third-party libraries—that reportedly scans correctly on real devices. The post, accompanied by a screenshot link, appears to be a grassroots demonstration of how a non-professional-developer educator leveraged Anthropic's AI coding tool to produce a functioning, technically nontrivial piece of software. While the original text is sparse (a title and an image link, typical of Reddit's r/ClaudeAI or similar community posts), the claim itself is notable: QR code generation involves implementing Reed-Solomon error correction, precise bit encoding, and matrix placement algorithms according to the ISO/IEC 18004 standard—work that typically requires either using an established library or a solid grasp of the underlying math and specification.

This anecdote fits into a broader pattern of user-generated testimonials that have become common on platforms like Reddit and Hacker News, where individuals with limited or no traditional software engineering background report building working applications, games, and tools using Claude Code, Anthropic's agentic command-line coding assistant. What makes this case interesting is the specificity of the technical achievement: a "from-scratch" QR encoder is a meaningfully harder task than typical CRUD apps or landing pages, since it requires correctly implementing encoding modes, Galois field arithmetic for error correction, mask pattern selection, and format/version information encoding—get any of these wrong and the code silently fails to scan. If accurate, it suggests Claude Code can handle not just boilerplate generation but also algorithmically precise, spec-driven implementation tasks when guided by an end user who may not fully understand the underlying algorithms themselves.

The educational context adds another layer of relevance. Teachers building tools for their own classrooms represents a low-cost, bottom-up form of AI adoption in education, distinct from top-down enterprise deployments or officially sanctioned EdTech products. A free, custom-built site tailored to specific students' needs—rather than a one-size-fits-all commercial platform—illustrates the democratizing potential AI coding assistants are frequently claimed to have: individuals with subject-matter expertise (in this case, pedagogy) but limited coding expertise can now produce functional software artifacts that would previously have required hiring a developer or settling for off-the-shelf tools.

More broadly, this story is representative of a wave of "vibe coding" narratives that have proliferated throughout 2025, wherein Claude Code, GitHub Copilot, Cursor, and similar tools are credited with enabling non-engineers to ship real, working software. Anthropic has actively promoted Claude Code's capabilities in exactly this domain—autonomous, multi-step coding tasks executed with minimal human oversight of the actual implementation details—positioning it as a tool that extends software creation capability well beyond professional engineering teams. Stories like this one, while anecdotal and unverifiable from the post alone, serve as organic marketing and community validation for that positioning, reinforcing the narrative that frontier AI models are crossing a threshold from "helpful autocomplete" to genuinely capable autonomous implementers of nontrivial technical specifications.

Article image Read original article →