Prompt's banner
Prompt's profile picture

Prompt

@engineerrprompt2,352 subscribers

Building https://t.co/w2mi5UKxJv, Creator of localGPT | AI Educator

Videos

engineerrprompt's profile picture

Updated 3D world generated from a reference image with Opus 5. This burned 20% of my weekly quota, but now I can interact with objects in the space and it remembers previous interactions. It started generating indoors but had to stop it (didn't want to burn through my weekly limits). The interesting part was the iterative refinement from Opus 5 subagents. The first pass was not great visually (see the post below), but quality improved dramatically as the agents iterated and validated their own work (really impressed). Its incredible that these agents have subjective assessment on what "visually" appealing looks like. Prompt used with Opus 5 (ultracode) + reference image: Build an explorable 3D world in Three.js based on the attached image. Requirements First-person controls (WASD + mouse look), collision detection, no clipping through geometry AAA visuals: PBR materials, HDRI-based lighting, real shadows, post-processing (tone mapping, bloom, AA) Physics on anything that moves or can be interacted with 60fps on a mid-range GPU Process Split the work into independent streams: terrain, props/geometry, materials/textures, lighting, physics, controls/camera, performance. Assign one sub-agent per stream. Each sub-agent owns its stream end to end and reports what it built plus what is still weak. Integrate, then run a review pass: walk the world, list every visible defect, fix them. Repeat that loop until a full pass produces zero defects, or until 5 loops. Report anything unresolved either way. Deliver a single runnable project plus launch instructions.

Prompt

26,349 görüntüleme • 17 gün önce

Daha fazla içerik yok.