Sure. At this point, what matters more to me imho is in effect the Plan stage where I refine my crude specification, iteratively and repeatedly, until I work out all the flaws and minimally necessary details in it. This is hard to do and uses up a lot of tokens, and it is where a lot of my initial effort goes. I have literally repeatedly exhausted my token quota just in this stage alone. I can take then take this refined specification to even a dumb agent from a year ago, and it would have no trouble producing decent code for it. This refined spec is what is equally important to me as the code. Tests, both unit and integration, also go hand in hand with the spec, although they're less important to me if I am carefully reviewing every line of code, and more important when vibe coding instead.