I tested 10 model/harness combinations on the same Three.js task
11–20 of 75 posts
Re: I tested 10 model/harness combinations on the same Three.js task
#12How different are the results between multiple runs of the same setup?
Re: I tested 10 model/harness combinations on the same Three.js task
#13Re: I tested 10 model/harness combinations on the same Three.js task
#14I don't think any of these examples are using things like tone mapping so they're stuck in sRGB (AgX or ACES look much better), they're not using the node materials (good for programmatic texture implementation), and they're not doing anything cool like baking shadow environments or using post-processing effect.
They're nice, but I think they're showing how far behind AI models are on this sort of project rather than how good they are.
Re: I tested 10 model/harness combinations on the same Three.js task
#15Re: I tested 10 model/harness combinations on the same Three.js task
#16Re: I tested 10 model/harness combinations on the same Three.js task
#17I wish there was another column with the estimated cost for each, with a specific date. Ideally also finding somehow (not sure what would be the right away) what is publicly available before running the test. It's quite a different outcome if there are competitions, e.g. js13k, live code examples from books, even templates, on specific that topic. Visually here the results looks very very similar to the point that I…
Re: I tested 10 model/harness combinations on the same Three.js task
#18I love everything about OpenCode except for the stuff it outputs. On paper it has everything I want in a harness and more, but it tends to struggle to deliver the desired outcome. Last I used it the context was massive and tool calls were reliably unreliable. Is it worth revisiting as a daily driver?
Re: I tested 10 model/harness combinations on the same Three.js task
#19Nice. But these tests raise a question what results are reproducible, the final visual, time, tool calling or it's mostly noise. Like, have you tried same combination or model and harness multiple times?
Re: I tested 10 model/harness combinations on the same Three.js task
#20What I'm missing in all of those one-shot tests: How different are the results between multiple runs of the same setup?