What I'm curious about is when we actually get our hands on this game, how will we be able to actually report bugs? It seems like it will be harder then on AI War where we can post a save of the bug but in AVWW, there are no saves and it seems like it would be unreasonable to post our whole world to report the bug. Also, because each world is going to be so different from one another, it seems like it may be difficult to be able to recreate it in other worlds.
Well, the worlds are actually saved out in a series of chunks, so you'll be able to post just the offending chunk data, which is really tiny, especially compressed. Most likely what we'll do is make some sort of "export current area for bug report" function in game, which would just export the currently-in-memory chunks and player data and such, zipping it while it's at it hopefully, in a format that we can then read back in and see what's going on.
At worst, we'd have to export an entire region, I think, which is still smaller in most cases than an AI War savegame. But most bugs would just require a single chunk, I think, because most things only happen in one chunk at a time. We'll extend the tools for bug reporting as new kinds of bugs come up, I'm sure!