| ▲ | chasd00 2 hours ago | |
> ..you’ve run into a problem that you’ve spent days trying to get Opus to solve do you have an example of this? If i can't get an agent to do something in a couple hours i do it myself. | ||
| ▲ | jfrbfbreudh an hour ago | parent | next [-] | |
Many, but I think that the model delta is only meaningfully convincing when experienced firsthand. Here’s an example of improvement when trying to solve the label placement problem (NP-hard): It’s also an example of something that I could not (and would not bother trying to) code up a solution / heuristic for. | ||
| ▲ | drusepth 38 minutes ago | parent | prev | next [-] | |
I had a 300k LOC game that needed refactored and segmented into DAG assemblies for a composable engine to reuse in a few other similar games our studio is prepping to build. I tried holding Opus's hand over a week trying to get it done with a ton of in-depth planning and manual course-correction, but it never got it to a state where it was "done" (kept struggling to differentiate between game content specific to that game versus game systems we'd want to reuse, and how to cleanly separate systems vs content when extracting). Fable needed a little bit of hand holding but got it done in less than a day. | ||
| ▲ | kittoes an hour ago | parent | prev | next [-] | |
Not the OP, but I had Fable orchestrate this project. https://github.com/ByteTerrace/Puck It has required constant hand holding, and there was the outage to deal with, but I can't argue with the end results. A fully deterministic recursive engine within an engine framework that includes a rendering VM, emulators, custom ROMs, and an in-game editor? Insane. Sure, it's nowhere near primetime but this kind of thing was unimaginable just a year ago. | ||
| ▲ | SamInTheShell 35 minutes ago | parent | prev [-] | |
Build a distributed system using raft groups. You will see Opus fail. | ||