← Reddit

AR-15 by Opus 5

Reddit · Previous-Pride6335 · July 28, 2026
A developer used Claude's Ultracode system to build a photorealistic AR-15 model matching AAA video game quality in a single prompt session lasting 4 hours with approximately $50 in computational costs. The prompt directed multiple sub-agents to develop individual rifle components while implementing iterative quality verification and refinement processes until achieving visual parity with Call of Duty games in ThreeJS. The article includes a reusable template for applying this multi-agent methodology to generate high-quality 3D models of other objects.

Detailed Analysis

A user-shared demonstration of "Opus 5" (Anthropic's presumed next-generation Claude model, following the naming convention of Opus 4.x releases) building a photorealistic AR-15 rifle model in Three.js has circulated as an example of increasingly autonomous, multi-agent AI workflows. The process took four hours and consumed 2.3 million tokens, using a feature described as "Ultracode" alongside Claude's sub-agent orchestration and "/loop" functionality, at a cost of roughly $50 in usage credits. Notably, the entire build—textures, topology, and visual fidelity—was generated from a single, carefully engineered prompt, with human involvement limited to importing the finished model into Blender for a cinematic camera setup afterward.

The prompt itself is the more instructive artifact here. Rather than simply asking for a 3D model, it instructs Claude to decompose the task, spin up parallel sub-agents to handle individual components of the rifle, and assign a separate "critic" sub-agent to visually evaluate each part against a stated quality benchmark—AAA game assets from a recent Call of Duty title. The critic agent is explicitly told to be harsh, to do blind side-by-side comparisons, and to reject work that doesn't measure up, sending it back into another iteration loop. This is essentially a self-directed generate-critique-refine cycle, orchestrated entirely by the model itself rather than a human reviewing outputs at each step. The user even generalized this into a reusable template for producing high-fidelity 3D assets of arbitrary objects by swapping in different items and reference games.

This matters because it illustrates a qualitative shift in how coding-capable models are being used: not as single-shot code generators but as project managers directing fleets of subordinate agents toward a fuzzy, subjective goal ("looks AAA quality") rather than a deterministic spec. The use of an adversarial, self-critiquing sub-agent to enforce quality is a notable pattern—effectively an automated reviewer standing in for human QA, iterating until it judges the output satisfactory. That the entire pipeline ran unsupervised for hours and produced a result the author considered comparable to professional game assets speaks to real gains in both model capability (spatial/visual reasoning translated into working Three.js geometry and shaders) and the maturity of tooling around long-horizon, multi-agent task execution, including sub-agent spawning and looping constructs now exposed to end users.

More broadly, this fits into the trend of AI labs pushing "agentic" capabilities beyond chat-style assistance into autonomous, tool-using workflows that can run for extended periods with minimal supervision, incurring meaningful compute costs but replacing what would otherwise be substantial skilled labor. The 3D asset case is a proof of concept for a pattern likely to generalize across creative and technical domains: decompose a complex deliverable into parallelizable sub-tasks, delegate to specialized agents, and use a critical agent as an automated quality gate. As these capabilities become more accessible and reusable via templated prompts, they lower the barrier for individuals to produce specialized, professional-grade outputs—game assets, in this case—that previously required dedicated technical art teams, raising familiar questions about the changing economics of skilled creative and technical labor as agentic AI systems mature.

Read original article →