Remix.run Logo
sheepscreek 12 hours ago

In my case at least, it’s very good at following all instructions to the T. Claude 4.0 (haven’t used it much since 4.5 came out) would often miss some key things in my instructions. The output is very high quality as well. Many things (even complex coding tasks) work well in one shot.

For extremely complex multi-step problems though - it may need some help in breaking the tasks down to more manageable chunks. But will eventually ace it. As an example, I had good success with a project that involved:

- Rewriting all internals in a dotnet/C# application to use Apache Arrow types for data through the entire pipeline - Adapting the architecture to be streaming first instead of working through entire data in each stage - Designing and implementing a complex system that creates many different projections of the data based on everything that has read in the stream so far and create multiple outputs based on that, in parallel as the stream is being read in real-time - Recreating a prototype of the entire project in Rust