no its pretty much the full feature but hacked together, and that is where I might do benchmarks or prompt optimization to guide choices, our PM might demo it, but anywhere a corner can be cut it is (e.g. a buggy static HTML page instead of integrating with the React codebase). But then that branch becomes sort of the reference model and we, the team, look at it when we need to see how something should behave from a data or UX perspective. Like its fully functional so it tells you what APIs need to be called in what order, but you don't really use the code because its not very minimal and is full of races and glitches. But you know what you need to do functionally. Oh actually, on point, our PM was also pushing to that branch with prompt updates, so yeah, the review process is bypassed for the prototype! Its a broken free-for-all but it lets us figure out the UX quickly, and its something we can teest on customers with handholding over the problem areas. I think we had a reset button for wiping the state so if it got in a broken state you would jsut press the reset button, lol