← Reddit

Ok. I get it. Where do I pick up my cult robes.

Reddit · timlin45 · July 1, 2026
A developer implemented passkey authentication in a Spring Boot web application while running errands at Walmart, remotely controlling the session through their phone and collaborating with Claude to resolve a schema error. The pull request functioned successfully when tested on the integration environment.

Detailed Analysis

A Reddit post from r/ClaudeAI captures a moment increasingly common among developers experimenting with agentic coding workflows: a user tasked Claude Opus with implementing passkey authentication in a standalone Spring Boot web application, then left to run an errand to Walmart, monitoring and steering the session remotely from a phone. During the excursion, the user fielded three clarifying questions from Claude, corrected a schema misunderstanding that had sent the model down an unproductive debugging path—described colorfully as "chasing a rabbit into Narnia"—and otherwise let the agent work autonomously. By the time the user returned, ate lunch, and reviewed the resulting pull request, the implementation functioned correctly in the integration environment on the first pass. The post's title, invoking "cult robes," is a tongue-in-cheek acknowledgment of the near-evangelical enthusiasm that recent Claude releases have generated among developers who were previously skeptical of AI coding claims.

The anecdote is notable less for the specific feature implemented—passkey authentication is a well-documented, if nontrivial, security pattern—and more for the workflow it illustrates: asynchronous, remote-supervised software development. Rather than sitting at a keyboard co-piloting the model turn by turn, the user treated Claude as a semi-autonomous engineer capable of holding context across a multi-step task, surfacing the right clarifying questions at the right moments, and recovering from a wrong turn once given a nudge. This pattern reflects a broader shift in how developers are using Claude Code and similar tools: not as autocomplete-on-steroids, but as a delegate that can be checked in on intermittently, similar to managing a junior engineer via Slack while away from one's desk.

This matters because it speaks directly to the value proposition Anthropic has been pushing with Claude's coding-focused models, particularly Opus and its Claude Code product line, which emphasize extended reasoning, tool use, and the ability to sustain long, multi-turn tasks with minimal hand-holding. The "rabbit into Narnia" moment—where the model misdiagnosed a schema error as a dependency issue—is also instructive precisely because it wasn't fatal to the outcome. The user's single intervention was enough to redirect the agent, suggesting that the practical utility of these systems increasingly hinges not on flawless first-shot accuracy but on how gracefully they respond to correction and how much unsupervised progress they can make between check-ins.

More broadly, this kind of first-person account fits a pattern of anecdotal but increasingly frequent reports from developers describing qualitative jumps in agentic coding capability, contributing to a narrative arc around Claude's models that has shifted from cautious optimism to something closer to genuine surprise or conversion, as the "cult robes" framing implies. As AI coding assistants move from suggesting snippets to executing entire features with only occasional supervision, the bottleneck in software development is shifting from typing code to reviewing and validating it—raising both productivity expectations and new questions about trust, verification, and how much oversight is actually necessary as these systems continue to improve.

Read original article →